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

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

/* SI HABILLAGE  */
#header {width:940px;margin-left:auto;margin-right:auto;margin-top:0;height:160px;margin-top:0}
/*#header {width:940px;margin-left:auto;margin-right:auto;margin-top:0;background-color:#2c2927;background-image: url(../images/fond-ardoise.jpg);height:160px;margin-top:0}*/
/* SI PAS D'HABILLAGE
#header {width:940px;margin-left:auto;margin-right:auto;margin-top:0;background-color:#2c2927;background-image: url(../images/fond-ardoise.jpg);height:160px;margin-top:0;
	-webkit-box-shadow: 0px 0px 90px 55px rgba(106,20,69,1);
	-moz-box-shadow: 0px 0px 90px 55px rgba(106,20,69,1);
	box-shadow: 0px 0px 90px 55px rgba(106,20,69,1);
	}
*/
#bandeau {width:940px;height:130px;margin-left:auto;	margin-right:auto;margin-top:0px}
/*#bandeau {width:940px;height:130px;margin-left:auto;	margin-right:auto;margin-top:0px;background-image: url(../images/fond-ardoise.jpg);background-color:#2c2927}*/
#logo {width:200px;height:130px;float:left}
/*#logo {width:200px;height:130px;float:left;background-image: url(../images/fond-ardoise.jpg)}*/
#logo img {width: 100%}
#accroche {width:500px;height:130px;background-image: url(../images/accroche.png);background-repeat:no-repeat;background-position:0 0px;float:left}
#femme {width:240px;height:130px;background-image: url(../images/femme.png);background-repeat:no-repeat;background-position:0 0px;float:left}
#menu-nav {clear:both;width:940px;height:30px;margin-left:auto;margin-right:auto;margin-top:0px;background-image: url(../images/fond-ardoise.jpg);border-top:3px solid #8b0752}
#nav {width:880px;height:30px;float:left;background-image: url(../images/fond-ardoise.jpg)}
#lang {width:60px;height:25px;float:left;padding-top:5px;background-image: url(../images/fond-ardoise.jpg)}
#liste-lang {list-style-type:none}
ul#liste-lang li {float:right;width:60px;text-align:center}
		
/* ---- MENU DEROULANT HORIZONTAL ---- */
#menu{padding:0;margin:0;list-style:none;line-height:30px;text-align:center}
/* Contenu des listes */
/* width : 156px si 5 onglets */
#menu a{display:block;padding:4px 0;color:#ffffff;text-decoration:none;width:125px;font-family:'SketchGothicLight',sans-serif;font-size:18px}
#menu a:active{text-align:center;line-height:30px}
/* Lorsque la souris passe sur un des liens */  
#menu a:hover {color:#dcd8c0}
/* Liste */
#menu ul	{padding:0;margin:0;list-style:none;line-height:30px;text-align:center}
/* Elements des listes */ 
#menu li {float:left}
/* Sous-listes */
/* width: 156px si 5 onglets - 130px si 6 onglets*/
#menu li ul{position:absolute;width:122px;line-height:22px;left:-999em;z-index:10}
#menu li ul a:hover{color:#dcd8c0}
#menu li ul a, #menu li ul a:active{	
	font-size : 16px;  			/* pour la taille du texte des sous-listes */
	color: #ffffff;
	text-align : center; 
	line-height : 25px;
	background-image:url(../images/fond-ardoise.jpg);background-repeat:repeat;
	/*----------------------------------------------------------------------------------------------*/
	/* box gradient */
	/*----------------------------------------------------------------------------------------------*/	
	/* Old browsers 	background-color:#2c2927;  */
	/* Old browsers  	background: #2c2927;  */
	/* FF3.6+ 	background: -moz-linear-gradient(top, #2c2927 0%, #4d4a49 100%); */
	/* Chrome,Safari4+ 	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c2927), color-stop(100%,#4d4a49));  */ 
	/* Chrome10+,Safari5.1+  	background: -webkit-linear-gradient(top, #2c2927 0%,#4d4a49 100%);  */
	/* Opera 11.10+  	background: -o-linear-gradient(top, #2c2927 0%,#4d4a49 100%);  */
	/* IE10+ 	background: -ms-linear-gradient(top, #2c2927 0%,#4d4a49 100%);  */ 
	/* W3C 	background: linear-gradient(to bottom, #2c2927 0%,#4d4a49 100%);  */ 
	/* IE6-8 	-pie-background: linear-gradient(bottom, #4d4a49 0%, #2c2927 100%);  */ 
	}
/* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
#menu li:hover ul,#menu li li:hover ul,#menu li.sfhover ul,#menu li li.sfhover ul{left:auto;min-height:0}