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

/********COULEURS*******/
/*
violet = #8b0752
gris foncé = #2c2927
rose (texte) = #c5408c
*/
#header{width:320px;height:300px}
#bandeau{width:320px;height:88px;margin-left:auto;margin-right:auto;margin-top:0}
#logo{width:136px;height:88px}
#logo img{width:100%}
#accroche{width:170px;height:88px;background-position:left -230px}
#femme{width:1px;height:88px;background-position:0 -250px}
#menu-nav{clear:both;width:320px;height:180px;margin-left:auto;margin-right:auto;margin-top:0;background-color:#3a1c14}
#nav{width:320px;height:120px;float:none}
#lang{width:320px;height:30px;float:none;padding-top:5px}
#liste-lang{list-style-type:none}
ul#liste-lang li{width:320px;float:left;text-align:center;margin-top:10px;margin-bottom:3px;padding:0}

	
/* ---- MENU DEROULANT HORIZONTAL ---- */
#menu {padding:0;margin:0;list-style:none;line-height:30px;text-align:center}
/* Contenu des listes */	
#menu a {display:block;padding:0;text-decoration:none;width:320px;font-size:18px;border-bottom:1px solid #c5408c;background-image: url(../images/fond-ardoise.jpg)}	
#menu a:hover {border-bottom:1px solid #c5408c}
/* Liste */	
#menu ul	{padding:0;margin:0;list-style:none;line-height:30px;text-align:center;background-color:#3a1c14}
/* Sous-listes */
#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  {left:-999em;min-height:0}