/*  Style general  */

body {
    FONT: bold 15px "Arabic Transparent"; 
	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:  15px "Arabic Transparent"; 
	color: #000000;
	
}


.title {
	FONT:  bold 23px "Arabic Transparent"; 
	color: #006699;
	
}




.box1Titre {
	FONT:  18px "Arabic Transparent"; 
	color: #FFFFFF;
	height: 15px;
	font-weight: bold;
	vertical-align: top;	
}
.box2Titre {
	FONT:  18px "Arabic Transparent"; 
	color: #FFFFFF;
	height: 15px;
	
	vertical-align: top;	
}
/*  Context Navigation */
#tabnav {
    font-size: 15px;
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #696;
}


div#mxNav {
    font-size: 15px;
    color: #859EE6;
	padding:5px;	
}

.link1  {
	font-size: 16px;  
}
 
.link2  {
	font-size: 17px;  
} 
 
 .text1 {
font-family: "Arabic Transparent";
	font-size: 16px;
	color: #000000;
	
}

/*  DETAILS  */
.detail-label {
	font-size: 15px;
	font-weight: bold;
	background-color: #C0C5D3;
	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: 13px;
	background-color: #E9EAEF;
	border-bottom-width: 1px;
	border-top-style: Aucune;
	border-right-style: Aucune;
	border-bottom-style: solid;
	border-left-style: Aucune;
	border-bottom-color: #FFFFFF;
}

/*  BUTTONS */

div#mxButtons {
   font-size: 13px;
    color: #ccc;
	padding: 0px;
}


/* LISTING */

.listing-nav {
    font-size: 15px;
	color: #999999;
	background-color: #FFFFFF;
}


/***********************/
.sep1 {
	border-right-color:#339933;
	border-right-width:2;
	border-right-style:dotted;
}

