/** GLOBAL APPLICATION LAYOUT */
img{border:none;}
body {
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;	
	color: #333;
	margin: 0;
	padding: 0;
	border: 0px solid #FF0000;
	height: 100%;
	background: white url(/brcWeb/javax.faces.resource/imgs/design/bg_pix.jpg.xhtml) repeat-x;	
}
ul li{
	margin-top:5px;
}
#page {	
    border: 0 solid #FF00FF;
    float: left;
    height: auto;
    left: 50%;
    margin-left: -499px;
    min-height: 100%;
    position: relative;
    width: 998px;
	background: url(/brcWeb/javax.faces.resource/imgs/design/bg_ombre_global.png.xhtml) repeat-y;
}
#footer{
	color: #00A4E1;
}

/** APPLICATION MENU */
#main-menu {
    border: 0 solid #FF0000;
    clear: both;
    height: 41px;
    margin-left: 14px;
    width: 100%;
}
#main-menu button{
    border:none;
    color:white;
    font-weight:bold;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0;
    margin:0;
}
#main-menu button.ui-state-default,#main-menu a.ui-state-default{ 
    height:40px;
    background:transparent url(/brcWeb/javax.faces.resource/imgs/design/bg_nav_sep.jpg.xhtml) no-repeat right center;    
}
#main-menu button.ui-state-hover, #main-menu a.ui-state-hover{
	border:none !important;
	color:white !important;
    height:40px;
    background:transparent url(/brcWeb/javax.faces.resource/imgs/design/bg_nav_current.jpg.xhtml) repeat-x !important;
}
/** ADMIN MENU */
#admin-menu {
	margin:0px;
}
/** CONTENT */
#container {
	border: 0px solid lime;
	float: left;
	padding: 0px 5px 0px 45px;
	width: 970px;
	padding-left: 14px;
	padding-right: 14px;
}
#content{
	width:705px;
	float:left;
}
.error-page{
    font-weight:bold;
    font-size:16px;
    margin:30px auto auto;
    width:400px;
    height:90px;
    padding-left:130px;
    padding-top:30px;
    background: url(/brcWeb/javax.faces.resource/imgs/error_shield.png.xhtml) no-repeat center left;
}
/** FOOTER */
#footer {
	margin-top: 10px;
	position: static;
	clear: both;
	float: left;
	width: 940px;
	min-height: 64px;
	height: auto;
	z-index: 3;
	bottom: 0px;
	border: 0px solid black;
	padding-left: 30px;
	padding-top: 15px;
	background: url(/brcWeb/javax.faces.resource/imgs/design/bg_footer.jpg.xhtml) no-repeat top #151515;
}
/** HEADER */
#header {
    border: 0 solid #FFFF00;
    clear: both;
    height: 181px;
    width: 998px;
    background: transparent url(/brcWeb/javax.faces.resource/imgs/design/bg_nav_bar.jpg.xhtml) no-repeat bottom;
}
#title {
    clear: both;
    height: 141px;
    margin-left: 14px;
    width: 100%;
    background: transparent url(/brcWeb/javax.faces.resource/imgs/design/header.png.xhtml) no-repeat;
}
/** HOME */
#home-content{
	padding:10px;
}
#home-content h2{
	border-bottom:1px solid #ccc;
}
#home-content p{
	font-size:12px;
	color:#333;
	text-align:justify;
}
/** SIDEBAR */
#sidebar {
    border: 0 solid #FF0000;
    float: right;
    width: 264px;
}
#sidebar .box {
    border: 0 solid #FF0000;
    margin-top: 10px;
    position: relative;
    width: 264px;
    padding-left:20px;
}
#sidebar .box img.puce {
    float: left;    
    margin-right: 1px;
    position: relative;
    vertical-align: bottom;
}
#sidebar .box .top {
    width: 250px;
}
#sidebar .box .top .title{
	border-bottom: 1px solid #D7D7D7;
    color: #00A4E1;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 5px 0 2px 0;
    width: 213px;
}
#sidebar .cnx-button{
	margin-top:6px;
}
#sidebar .cnx-button button, #sidebar .cnx-button button.ui-state-hover, #sidebar .cnx-button button.ui-state-active, #sidebar #logout{
    border: 0 solid #FF0000 !important;
    bottom: 0;
    color: #fff !important;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    height: 39px;
    margin-left:-20px;
    text-transform: uppercase;
    width: 264px;
    background: transparent url(/brcWeb/javax.faces.resource/imgs/design/btn_connexion.jpg.xhtml) no-repeat scroll 0 0 !important;
}
#sidebar .cnx-link{
	color:#333;
	text-decoration:underline;
	font-size:12px;
}
#sidebar #logout{
	margin-top: -10px;
	padding-top: 5px;
	padding-left:5px;
    text-transform: none;
}
#sidebar #logout a{
	color:#fff;
    font-weight:normal;
    text-decoration:none;
}
#sidebar #logout .logout-image{
	float:left;
	margin-right:5px;
}
#sidebar #logout #logout-content{
	float:left;
}
/** LANGUAGE SELECTION */
#language-selection{
    float:right;
    margin-right:40px;
    margin-top:10px;
}
/** GLOBAL APPLICATIONS DEFINITIONS */
form label{
    font-size:12px;
}
h3{
    color:#00A4E1;
}
/** GLOBAL APPLICATIONS CLASSES */
.buttons-panel button{
    margin-right:10px;
}
.clear-fix{
	clear:both;
}
.column-center{
    text-align:center
}
.font-bold{
    font-weight:bold;
}
.font-italic{
	font-style:italic;
}
form .form-information{
	font-size: 11px;
	font-style: italic;
	color:#777;
}
.img-position{
	margin-right:5px;
}

a.pink-link{
    color:#EA3BBA;
    text-decoration:underline !important;
    font-weight:normal;
    font-size:12px;
}
.link{
	color:#333;
	font-size:12px;
	text-decoration:underline;
}
.link:hover{
	color:#333;
}
.link-with-image img, .link-with-image a{
	float:left;
}
.link-with-image{
	margin-left:10px;
}
.separator{
	height:30px;
	border-top:1px solid #ccc;
	width:200px;
}
.vertical-top tbody tr td {
    vertical-align:top;
    padding-top:2px;
}
