/* Created and Designed by EKPETSOU K. Carpena */
@charset "utf-8";
	hmtl {overflow:auto;}
	
/*----------------------------- apparence de page du body partie 2 ---------------------------------*/
#body_title { padding-right: 0px;
	position: static;
	padding-top: 25px;
	padding-bottom: 25px;
	max-width: 100%;
	min-width: 650px;
	background: #27bee4; /*------------------ modification de couleur --------------------*/
	height: 100px;
	display: block;
}

/*----------------------- les elements de page-debut ---------------------------------- */
h1 {font: normal 5.0em "Arial",Khmer UI,Segoe UI,Verdana, Sans-Serif ;}
h2 {font: normal 2.5em "Arial",Khmer UI,Segoe UI,Verdana, Sans-Serif ; color: #27bee4;  margin-bottom: 0px; }  /*---- modification de couleur -----*/
h3 {font: bold 2.0em "Arial",Khmer UI,Segoe UI,Verdana, Sans-Serif ;}
h3 {font: bold 1.5em "Arial",Khmer UI,Segoe UI,Verdana, Sans-Serif ;}
h4 {font: bold 1.0em "Arial",Khmer UI,Segoe UI,Verdana, Sans-Serif ;}
h5 {font: bold 0.7em "Arial",Khmer UI,Segoe UI,Verdana, Sans-Serif ;}
p {font: normal 1.0em "Arial",Khmer UI,Segoe UI,Verdana, Sans-Serif ;}
em {color: #000; background-color: #DDD; padding-left:5px;padding-right:5px;}
img{border: none;}
ul, ol, dl {padding: 0;	margin: 0;}
a:link {color: #27bee4;	text-decoration: none;}    /*------------------ modification de couleur --------------------*/
a:hover {font-weight: bold; color: #000; background-color: #9ee3fd;}   /*----------------- modification de couleur -- CLAIR ------------*/
a:visited {color:gray;}   /* text-decoration: underline; */
a:active, a:focus {text-decoration: none; color: red;}
hr {color:#EEE;}

/*-------------------------------les menus----------------------------------- */
#menu {
 font: normal 0.8em "Arial",Khmer UI,Segoe UI,Verdana, Sans-Serif ;
 color: #AAA;
 width: 100%;
/*  margin: 0px; */
 margin-left: 0px;
 padding-top: 0px;
 padding-left: 0px;
 list-style-type:none;
 text-align:center;
 }	
#menu ul {
 color: #AAA;
 width:100%;
 margin: 0px;
 margin-left: 0px;
 padding-top: 0px;
 padding-left: 0px;
 list-style-type:none;
 text-align:center;
 }
#menu li {color: #AAA; float:left; margin:auto; padding:0; height: 25px; }

#menu li a{
color: #AAA;
 display:block;
 width:100px;
 height: 25px;
 color:white;
 text-decoration:none;
 }
#menu li a:hover{
 color: #27bee4; /*------------------ modification de couleur --------------------*/
 background-image:url('../images/bg-menu-bleu.png') /*------------------ modification image --------------------*/
}
#menu ul li ul {
display:none;
background-image: none;
}
#menu ul li:hover ul {
display:block;
background-image: none;
}
#menu li:hover ul li {
	float: none;
	margin-left: 0px;
	background-image:none;
}
/* [if !IE]> */
#menu li ul {
position:absolute;
}
/* [if !IE]>
#menu li ul {
position:absolute;
<![endif] */

.menu-choisi{
	font-family: "arial black",Arial,Khmer UI,Segoe UI,Verdana, Sans-Serif ;
	font-weight: bold;
	background-image: url('../images/bg-menu-bleu.png');/*------------------ modification image --------------------*/
	list-style-type: none;
	background-repeat: no-repeat;
	display: block;
}


/*-------------------------------les sous-menus----------------------------------- */
#sous-menu {  width:100%;
font-size: 11pt;
color: #AAA;
 margin: 0px;
 margin-left: 0px;
 padding-top: 0px;
 padding-left: 0px;
 list-style-type:none;
 text-align:center;
 float: left;
 }	
#sous-menu ul {
 color: #AAA;
 width:100%;
 margin-top: -10px;
 margin-left: 0px;
 padding-top: 0px;
 padding-left: 0px;
 list-style-type:none;
 text-align:center;
 }
#sous-menu li {
	color: #AAA;
	float:left;
	margin:auto;
	padding:0;
	height: 25px; 
 }
#sous-menu li a{
color: #AAA;
 display:block;
 width:100px;
 height: 25px;
 color:white;
 text-decoration:none;
 }
#sous-menu li a:hover{
 color: #27bee4; /*------------------ modification de couleur --------------------*/
 background-image:url('../images/sous-menu-bleu.png');/*------------------ modification image --------------------*/
}
#sous-menu ul li ul {
display:none;
background-image: none;
}
#sous-menu ul li:hover ul {
display:block;
background-image: none;
}
#sous-menu li:hover ul li {
	float: left;
	margin-left: 0px;
	background-image:none;
}
/* [if !IE]> */
#sous-menu li ul {
position:absolute;
}
/* [if !IE]>
#menu li ul {
position:absolute;
<![endif] */

.sous-menu-choisi{
	font-weight: bold;
	font-family: "arial black",Arial,Khmer UI,Segoe UI,Verdana, Sans-Serif ;
	color: red;
	background-image: url('../images/bg-sous-menu-bleu.png'); /*------------------ modification image --------------------*/
	list-style-type: none;
	background-repeat: no-repeat;
	display: block;
}
