.wrapper {
   position: absolute; width: 100%; height: 80px; text-align: center; z-index: 999; background: #fff;
}

.wrapper ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	/* For IE, the outcast */
	zoom:1;
	*display: inline;
}
.wrapper li {
	float: left; list-style:none;
}
/* PREMIER RANG */
.wrapper ul li a, .wrapper ul li a:visited { font-family: 'Montserrat', sans-serif; display: block; text-decoration:none;
									color:#000; font-size: 14px; font-weight: 400;	
									line-height: 80px; height: 80px; overflow:hidden; text-align: center 
									}
/* rollover */
.wrapper ul li:hover a { color: #fff; background-color: #000 }																							/*AJOUTER LA COULEUR DU TEXTE MENU 1ere CATEGORIE a  */

/* SECOND RANG */
.wrapper ul li:hover ul { display:block; position:absolute; width:270px; text-align: left }															/*AJOUTER LA POSITION TOP ET LA LARGEUR DU DEROULANT */
.wrapper ul li:hover ul li a.hide { font-weight: 400; text-align: left; height: auto; background: #000; color: #fff; margin:0; border: none; line-height: 33px; } /* second rang */
.wrapper ul li:hover ul li:hover a.hide { background: #f0943e; 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:240px; }
					
.wrapper ul li ul  { display: none; }
	
	
#menu_resp { float:left;width: 100%; text-align: center; z-index: 999; background-color: #f0943e;  }	
#menu_resp a.go:link, #menu_resp a.go:visited, #menu_resp a.dego:link, #menu_resp a.dego:visited { cursor: pointer; font-family: 'Montserrat', sans-serif; line-height: 78px; color: #FFF; }
#menu_resp a.go:hover, #menu_resp a.dego:hover { font-family: 'Roboto', Helvetica, Verdana, sans-serif; line-height: 78px; color: #000; }

#sousmenu_resp { float:left;width:100%;background : #f0943e; }
#sousmenu_resp a.resp1:link, #sousmenu_resp a.resp1:visited, #sousmenu_resp span.resp1 { display: block; height: 35px; width: 100%; text-align: left; font-family: 'Montserrat', sans-serif; font-size: 135%; line-height: 35px; color: #FFF; }
#sousmenu_resp a.resp1:hover { text-decoration: none; display: block; height: 35px; width: 100%; background: #e8e4cc; text-align: left; font-family: 'Montserrat', sans-serif; font-size: 135%; line-height: 35px; color: #000; }
#sousmenu_resp a.resp2:link, #sousmenu_resp a.resp2:visited, #sousmenu_resp span.resp2 { display: block; height: 25px; width: 100%; text-align: left; font-family: 'Roboto', sans-serif; font-size: 100%; line-height: 25px; color: #FFF; }
#sousmenu_resp a.resp2:hover { text-decoration: none; display: block; height: 25px; width: 100%; background: #e8e4cc; text-align: left; font-family: 'Roboto', sans-serif; font-size: 100%; line-height: 25px; color: #000; }