/*  Style general  */

body {

    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #CCCCCC;
	
	scrollbar-face-color: #90BFFE;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #90BFFE;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #90BFFE;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #90BFFE;
	
	
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006699;
	font-weight: bold;	
}



.box1Titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	height: 15px;
	font-weight: bold;
	vertical-align: top;	
}
.box2Titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	height: 30px;
	font-weight: bold;
	
}
/*  Context Navigation */
#tabnav {
    font-size: 12px;
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #696;
}



div#mxNav {
    font-size: 11px;
    color: #859EE6;
	padding:5px;
	height:20px;
}
/**  Links Styles **/
.link1  {
	font-size: 12px;  
}

.link2  {
	font-size: 13px;  
}
 
 .text1 {
	font-size: 11px;
	color: #000000;
	
}

/*  BUTTONS */

div#mxButtons {
   font-size: 11px;
    color: #ccc;
	padding: 0px;
}

/*  DETAILS  */
.detail-label {
	font-size: 11px;
	font-weight: bold;
	background-color:#90BFFE;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-top-style: Aucune;
	border-right-style: Aucune;
	border-bottom-style: solid;
	border-left-style: Aucune;
	border-bottom-color: #FFFFFF;
}

.detail-text {
   font-size: 11px;
	background-color: #BCD8FE;
	border-bottom-width: 1px;
	border-top-style: Aucune;
	border-right-style: Aucune;
	border-bottom-style: solid;
	border-left-style: Aucune;
	border-bottom-color: #FFFFFF;
}

/* LISTING */

.listing-nav {
    font-size: 11px;
	color: #999999;
	background-color: #FFFFFF;
}


.listing-line1 {
    font-size: 11px;
	background-color: #f6f6f6;	
}
	
.listing-line2 {
    font-size: 11px;
	background-color: #E9EAEF;	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: Aucune;
	border-bottom-style: solid;
	border-left-style: Aucune;
	border-top-color: #E1E1E1;
	border-right-color: #E1E1E1;
	border-bottom-color: #E1E1E1;
	border-left-color: #E1E1E1;
}

/**********************/

.sep1 {
	border-left-color:#339933;
	border-left-width:2;
	border-left-style:dotted;
}

