/**************/
/**  HEADER  **/
/**************/

/********COULEURS*******/
/*
violet = #8b0752
gris foncé = #2c2927
rose (texte) = #c5408c
*/

#header {width:640px;height:133px}
#bandeau {width:640px;height:104px;margin-left:auto;margin-right:auto;margin-top:0px}
#logo{width:160px;height:104px}
#logo img{width:100%}
#accroche{width:300px;height:104px;background-position:left -130px}
#femme{width:180px;height:104px;background-position:0 -130px}
#menu-nav{clear:both;width:640px;height:30px;margin-left:auto;margin-right:auto;margin-top:0;background-color:#3a1c14}
#nav{width:610px;height:30px;float:left}
#lang{width:30px;height:25px;float:left}
#liste-lang{list-style-type:none}
ul#liste-lang li{float:right;width:30px;text-align:center;padding:6px 0}
	
/* ---- MENU DEROULANT HORIZONTAL ---- */
#menu {padding:0;margin:0;list-style:none;line-height:30px;text-align:center}
/* Contenu des listes */	
/* 102px si 5 onglets */
#menu a {width:86px;font-size:13px;padding:6px 0}	
#menu a:hover {border-bottom:3px solid #c5408c}
/* Liste */    
#menu ul	{padding:0;margin:0;list-style:none;line-height:30px;text-align:center;background-color:#3a1c14}
/* Elements des listes */
#menu li {float:left}
/* Sous-listes */
/* width: 102px si 5 onglets - 95px si 6 onglets*/
#menu li ul {position:absolute;width:95px;line-height:35px;left:-999em}
/* Éléments de sous-listes */
#menu li ul li {border-bottom:1px solid #97bf14}
/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li ul li {border-bottom:1px solid #97bf14}
#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  {left:-999em;min-height:0}
	


	