.wrapper {
   float:left; width: 100%; height:45px; text-align: center; font-size:14px; border-bottom:2px solid #a38720;
}

.wrapper ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	/* For IE, the outcast */
	zoom:1; 
	*display: inline;
}
.wrapper li {
	float: left; list-style:none; 
}
.wrapper li.border {
	line-height:60px; height:60px; 
}

/* PREMIER RANG */
.wrapper ul li a, .wrapper ul li a:visited { font-family: 'Roboto', sans-serif; margin: 0; display:block; text-decoration:none; /* premier rang */ 	/*AJOUTER LA POLICE WEB FONT DU TEXTE MENU a */
									color: #000000; text-align:left; font-size: 14px; padding:0 20px; 				/*AJOUTER LA COULEUR DU TEXTE MENU a */
									height:45px;line-height:45px;overflow:hidden; font-weight:400; 
									 }
/* rollover */
.wrapper ul li:hover a, .wrapper ul li a.on { background:url('../interface/puce.png') bottom center no-repeat; color:#107035;border-bottom:2px solid #107035; }																							/*AJOUTER LA COULEUR DU TEXTE MENU 1ere CATEGORIE a  */

/* SECOND RANG */
.wrapper ul li:hover ul { display:block; position:absolute; width:270px;}															/*AJOUTER LA POSITION TOP ET LA LARGEUR DU DEROULANT */
.wrapper ul li:hover ul li a.hide { font-family: 'Roboto', sans-serif; font-weight: 300; height: auto; font-size: 90%; width: 250px ;background: #FFF; color: #107035; padding-left: 10px; margin:0; border: none; line-height: 33px; } /* second rang */
.wrapper ul li:hover ul li:hover a.hide { background: #107035; color: #fff; } /* rollover second rang */											/*AJOUTER LA COULEUR DU TEXTE MENU 2eme CATEGORIE a LA COULEUR DU FOND ET LA LARGEUR */
.wrapper ul li:hover ul li ul { display: none; width:260px; }
					
.wrapper ul li ul  { display: none; }


	
#menu_resp { float:left;width: 100%; text-align: center; z-index: 999; background: #f5f5f5; color:#484848; display:none; }	
#menu_resp a.go:link, #menu_resp a.go:visited, #menu_resp a.dego:link, #menu_resp a.dego:visited { cursor: pointer; font-family: 'Muli', sans-serif; line-height: 78px; color: #484848; }
#menu_resp a.go:hover, #menu_resp a.dego:hover { color: #c1cf38; }

#sousmenu_resp { float:left;width: 100%; background : #f5f5f5; }
#sousmenu_resp a.resp1:link, #sousmenu_resp a.resp1:visited, #sousmenu_resp span.resp1 { border-bottom: 1px solid #fff; display: block; width: 100%; text-align: left; font-family: 'Roboto', sans-serif; font-size: 115%; line-height: 35px; color: #484848; }
#sousmenu_resp a.resp1:hover { text-decoration: none; background: #000; color: #FFF; }
#sousmenu_resp a.resp2:link, #sousmenu_resp a.resp2:visited, #sousmenu_resp span.resp2 { border-bottom: 1px dotted #fff; display: block; width: 100%; text-align: left; font-family: 'Roboto', sans-serif; font-size: 100%; line-height: 25px; color: #484848; }
#sousmenu_resp a.resp2:hover { text-decoration: none; background: #000; color: #FFF; }