ul.MenuHorizontal {
   width: 810px;
   height:27px;
   list-style: none;
   margin: 0;
   padding:0;
}

ul.MenuHorizontal li {
   float: left;
}

ul.MenuHorizontal li a {
	padding:0px !important;
	height: 27px;
   display: block;
   color: #ffffff;         /*Ici, changer la couleur de la police*/
   font-family:Georgia, "Times New Roman", Times, serif;         /*Ici, changer la police du menu*/
   font-size: 12px;            /*Ici, on augmente la hauteur du menu*/ 
   text-align: center;
   text-decoration: none;
   line-height:27px;
   letter-spacing:-0.02em;
   font-weight:bold;
   border-right:solid 4px #d0b892;
}


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


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

/********************************************************************************************************/
.dropd {
	margin:0;
	padding:0;
}
.dropd li {  
	cursor:pointer;
}
#test {
	position:relative;
}
#test a{
	color:#ffffff!important;
	font-size:12px;
	display:block;
	height:30px;
	line-height:30px;
	width:138px !important; 
	border-bottom:#414141 solid 1px;
	border-left:#000000 solid 1px;
	border-right:#000000 solid 1px;
	background-color:#000000;
	opacity: 0.85; 
	filter:alpha(opacity=85);	
	margin:0px;
}
#test a:hover {
	color:#f5d5a9!important; 
	opacity: 1; 
	filter:alpha(opacity=100);
	background-color: #000000; 	
}
.dropd #one-ddcontent {
	overflow:hidden; 
	width:140px !important; 
	display:none;
	height:30px;
	margin:0 !important;
	padding:0 !important;
	position:absolute;
	left:220px;
	top:27px;
	text-align:center;
}
.dropd li {
	padding:0;
	margin:0;
	background:none !important;
}
.dropd #one-ddcontent li {
	width:140px !important; 
/*	padding: 0px 18px 0px 5px; */
}

/********************************************************************************************************* 2 
*/
#menu0 {
	width:70px;
}
#menu1 {
	width:125px;
}
#menu2 {
	width:140px;
}
#menu3 {
	width:95px;
}
#menu4 {
	width:100px;
}
#menu5{
	width:105px;
}
#menu6 {
	width:80px;
}
#menu7 {
	width:95px;
}
#menu7 a {
	 border-right:none!important;
}


