.wrapper {
   float:left; width: 100%; text-align: center; height:100px; z-index: 999; display:inline; font-size:14px;
}

.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: 'Raleway', sans-serif; margin: 0; display:block; text-decoration:none; /* premier rang */ 	/*AJOUTER LA POLICE WEB FONT DU TEXTE MENU a */
									color: #000; text-align:left; font-size: 14px; padding:0 15px;						/*AJOUTER LA COULEUR DU TEXTE MENU a */
									height:80px;line-height:108px;overflow:hidden; font-weight:600; 
									 }
/* rollover */
.wrapper ul li:hover a, .wrapper ul li a.on { color: #c6014a; background:url('../interface/puce.png') bottom center no-repeat; }																							/*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-weight: 300; height: auto; font-size: 100%; width: 250px ;background: #000; color: #FFF; margin:0; border: none; line-height: 33px; } /* second rang */
.wrapper ul li:hover ul li:hover a.hide { background: #FFF; color: #000; } /* 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 BAS */
.wrapperB {
   float:left; width: 100%; text-align: left; z-index: 999; display:inline; font-size:14px;
}

.wrapperB ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	/* For IE, the outcast */
	zoom:1;
	*display: inline;
}
.wrapperB li {
	float: left; clear:left; list-style:none
}
/* PREMIER RANG */
.wrapperB ul li a, .wrapperB ul li a:visited { font-family: 'Raleway', sans-serif; margin: 0; display:inline-block; text-decoration:none; /* premier rang */ 	/*AJOUTER LA POLICE WEB FONT DU TEXTE MENU a */
									color: #cecece; text-align:left; font-size: 14px; padding:0 15px;						/*AJOUTER LA COULEUR DU TEXTE MENU a */
									height:40px;line-height:38px;overflow:hidden; font-weight:600;
									 }
/* rollover */
.wrapperB ul li:hover a, .wrapperB ul li a.on{ color: #FFF; background:url('../interface/puce_blanc.png') 8px 100% no-repeat; }														/*AJOUTER LA COULEUR DU TEXTE MENU 1ere CATEGORIE a  */

/* SECOND RANG */
.wrapperB ul li:hover ul { display:block; position:absolute; width:270px;}															/*AJOUTER LA POSITION TOP ET LA LARGEUR DU DEROULANT */
.wrapperB ul li:hover ul li a.hide { font-weight: 300; height: auto; font-size: 100%; width: 250px ;background: #000; color: #FFF; margin:0; border: none; line-height: 33px; } /* second rang */
.wrapperB ul li:hover ul li:hover a.hide { background: #000; color: #cecece; } /* rollover second rang */											/*AJOUTER LA COULEUR DU TEXTE MENU 2eme CATEGORIE a LA COULEUR DU FOND ET LA LARGEUR */
.wrapperB ul li:hover ul li ul { display: none; width:260px; }
					
.wrapperB ul li ul  { display: none; }
	
	
#menu_resp { float:left;width: 100%; text-align: center; z-index: 999; background-color: #3e3727;  }	
#menu_resp a.go:link, #menu_resp a.go:visited, #menu_resp a.dego:link, #menu_resp a.dego:visited { cursor: pointer; font-family: 'Raleway', sans-serif; line-height: 78px; color: #FFF; }
#menu_resp a.go:hover, #menu_resp a.dego:hover { font-family: 'Raleway', sans-serif; line-height: 78px; color: #FFF; }

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