ul.MenuHorizontal {
   width: 996px;
   height:34px;
   list-style: none;
   margin: 0;
   padding:0;
   overflow: hidden;
}

ul.MenuHorizontal li {
   float: left;
}

ul.MenuHorizontal li a {
	padding:8px 0!important;
	height: 34px;
   display: block;
   color: #2587A7;         /*Ici, changer la couleur de la police*/
   font-family: Arial, Helvetica, sans-serif;         /*Ici, changer la police du menu*/
   font-size: 14px;            /*Ici, on augmente la hauteur du menu*/ 
   text-align: center;
   text-decoration: none;
   line-height:18px;
   letter-spacing:0.1em;
   font-weight:bold;
}
li#menu0 a {
	width:105px;
	border-right:dotted 2px #53c9ef;
}
li#menu1 a {
	width:175px;
	border-right:dotted 2px #53c9ef;
}
 li#menu2 a {
	width:200px;
	border-right:dotted 2px #53c9ef;
}
li#menu3 a {
	width:195px;
	border-right:dotted 2px #53c9ef;
}
li#menu4 a {
	width:150px;
	border-right:dotted 2px #53c9ef;
}
li#menu5 a {
	width:161px;
}

ul.MenuHorizontal li a.selected, ul.MenuHorizontal li a:hover {
   background:url(gifs/hover_11.jpg) !important; background-repeat:repeat-x !important;
   color:#fff!important;
}



/*///////////////////////////////////////MENU INTRO///////////////////////////////////////////////*/

/********************************************************************************************************/
.dropd {
	margin:0;
	padding:0;
}

.dropd li {  
	cursor:pointer;
}

#test {
	position:relative;
}

#test a{
	color:#414141!important;
	font-size:12px;
	display:block;
	height:18px;
	width:178px !important; 
	line-height:18px;
	border-bottom:#2587a7 solid 1px;
	border-left:#2587a7 solid 1px;
	border-right:#2587a7 solid 1px;
	background-color: #e8e8e8; 
	opacity: 0.85; 
	filter:alpha(opacity=85);	
	margin:0px;
}
#test a:hover {
	color: #2587a7!important; 
	background: #e8e8e8!important; 
	opacity: 0.95; 
	filter:alpha(opacity=95);

	
}
.dropd #one-ddcontent {
	overflow:hidden; 
	width:180px !important; 
	display:none;
	height:30px;
	margin:0 !important;
	padding:0 !important;
	position:absolute;
	left:105px;
	top:0px;
	text-align:center;
}
.dropd #two-ddcontent {
	overflow:hidden; 
	width:180px !important; 
	display:none;
	height:30px;
	margin:0 !important;
	padding:0 !important;
	position:absolute;
	left:294px;
	top:0px;
	text-align:center;
}

.dropd li {
	padding:0;
	margin:0;
	background:none !important;
}

.dropd #two-ddcontent li {
	width:180px !important;
}
.dropd #one-ddcontent li {
	width:180px !important; 
/*	padding: 0px 18px 0px 5px; */
}

/********************************************************************************************************* 2 
*/

