/* CSS du menu horizontal, bieler batiste */
#menuIndicateur{
	background-repeat: no-repeat;
	background-position: center right;
    }
#menu{
	color:#ffffff;
	top:3em;
	/*display:block;*/ /*ajt*/
	/*float:left;*//*ajt*/
	/*background-color: #FF0000;*/	/*padding:8px 0 0;*/
	/*height: 86px;*/
	/*margin: 0;*/
	/*width:8%;*/
   }

#menu ul{
		background-color: #ebeae8;

	color:#6e7c8f;
	position:absolute;
	/*display:block;
	width:190px;*/

    }
    
#menu li ul{
	visibility:hidden;
	padding: 0;
	margin: 0;
	color:#6e7c8f;

    }

#menu li li ul{
	position:absolute;
	margin-left:210px;
	margin-top:-10px;
	color:#6e7c8f;

    }
    
#menu li{
	/*list-style:url(none) none;*/
	list-style: none;
	width:110px;/*110px*/
	height:auto;
	display:block;
	float:left;
	/*color:#6e7c8f;*/

    }
	
  
#menu li li{/*mise en forme du second niveau de menu*/
    display:block;
    float:none;
	color:#6e7c8f;

    }
    
/* correct a little IE bug */
#html .menu li li{
    display:inline;
    }
#menu a{
	height : 16px;
	text-align:center;
	opacity:0.9;
	filter : alpha(opacity=90);
	display:block;
	margin:1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color:#55606F;
	
	/*width: 100px;*/
	
	
    }

    
#menu a:hover{
	color:#55606F;
	font-weight: bold;	/*background-repeat: no-repeat;
	background-position: left top;*/
	/*margin: 0;
	padding: 0;*/
	/*border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: inset;
	border-left-style: inset;
	border-top-color: #333333;
	border-left-color: #333333;*/
    }

#menu span{
    display:none;
 }


#menu li li a{
	background-color: #ebeae8;
	margin: 0;
	width:210px;
	text-align:left;
	color:#6e7c8f;
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;*/
    }
#menu li li a:hover{
	border-left-color: #45718a;
	border-left-style:solid;
	border-left-width: 1px;
	background-color: #e0f2ff;
	margin: 0;
	padding: 0;
	width:210px;
	text-align:left;
	color:#6e7c8f;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
    }


#menu li li li a{
	background-color: #ebeae8;
	width:210px;
	text-align:left;
	color:#6e7c8f;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;*/
    }
#menu li li li a:hover{
	border-left-color: #45718a;
	border-left-style:solid;
	border-left-width: 1px;
	width:210px;
	text-align:left;
	color:#6e7c8f;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
    }

#menu li li li li a{
	background-color: #ebeae8;
	width:210px;
	text-align:left;
	color:#6e7c8f;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;*/
    }
#menu li li li li a:hover{
	border-left-color: #45718a;
	border-left-style:solid;
	border-left-width: 1px;
	background-color: #e0f2ff;
	width:210px;
	text-align:left;
	color:#6e7c8f;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;

    }
#menu1 {
	color:#1c457b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 100px;
}
.elemenu1 {
	/*margin: 0px;
	padding-top: 0px;*/
	color:#ffffff;

}

