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

/********COULEURS*******/
/*
greige = #f4ede6
greige plus foncé = #dbccc7
marron clair (pour titre) = #cbaa83
gris (pour texte sur fond blanc)= #beb3a8
gris (pour texte sur fond greige)= #797979
gris foncé (footer) = #dbccc7
blanc = #ffffff
*/

#header {
	width:940px;	
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background-color:#ffffff;
	height:159px;	
	margin-top:0px;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#EC8E02;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#EC8E02;
	}
#bandeau {
	width:940px;
	height:130px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background-color:#ffffff;
	}
#logo {
	width:400px;
	height:130px;
	float:left;
	}
#logo img {
	width: 364; 
	height : 80px;
	margin-top:20px;
	}
#accroche {
	width:530px;
	height:130px;
	background-image: url(../images/accroche.jpg);
	background-repeat: no-repeat;
	background-position:0 0px;
	float:left;
	}
	

/* ---- MENU DEROULANT HORIZONTAL ---- */
#menu-nav {
	clear:both;
	width:940px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background-color:#e99321;
	}
#nav {
	width:822px;
	height:30px;
	float:left;
	}
	
#menu {      /* Ensemble du menu */	
	padding : 0; 
	margin : 0; 
	list-style : none; 			/* on supprime le style par défaut de la liste */
	line-height : 29px;		 	/* on définit une hauteur pour chaque élément */
	text-align : center; 
	}
	
#menu a {	/* Contenu des listes */
	display : block; 		/* on change le type d'élément, les liens deviennent des balises de type block */
	padding : 0;
	background-color : #e99321;     
	color : #ffffff; 
	text-decoration : none; 
	width : 155px;
	font-family:'Stark',sans-serif;
	font-size : 13px;
	font-weight: bold;
	}	
#menu a:active {	/* Contenu des listes */
	text-align : center; 
	line-height : 29px;
	}	
#menu a:hover {	/* Lorsque la souris passe sur un des liens */    
	color: #6d4d43; 
}
	
#menu ul	{	 /* Liste */     
	padding : 0;
	margin : 0; 
	list-style : none; 
	line-height : 30px; 
	text-align : center; 
	background-color : #f4ede6;     
	}

#menu li {		/* Elements des listes */      
	float : left; 
	/* pour IE qui ne reconnaît pas "transparent" */
	/*border-right : 1px solid #97bf14;  on met une bordure blanche à droite de chaque élément */
	}

#lang {
	width:118px;
	height:25px;
	float:left;
	padding-top:5px;
	
	}
#liste-lang {
	list-style-type: none;
	}
ul#liste-lang li {
	width:120px;
	}
ul#liste-lang li a {   
	display: block;
	text-align:center;
	}
