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

/********COULEURS*******/
/*
rose foncé = #ec736a
rose moyen = #f79c95
gris (texte) = #666666
blanc = #ffffff
*/

#header {
	width:320px;
	height:150px;		
	}
#bandeau {
	width:320px;
	height:65px;
	}
#logo {
	width:150px;
	height:65px;
	}
#accroche {
	width:170px;
	height:65px;
	background-position:left -230px;
	}
	
/* ---- MENU DEROULANT HORIZONTAL ---- */
#menu-nav {
	width:320px;
	height:90px;
	margin-top: 0px;
	}
#nav {
	width:320px;
	height:90px;
	padding-top: 0;
	}	
#menu {      /* Ensemble du menu */	
	line-height : 27px;	
	}
#menu a, #menu a:hover, #menu a:active {	/* Contenu des listes */
	width : 160px; 	
	font-size : 12px; 
	line-height : 30px;	
	/*----------------------------------------------------------------------------------------------*/
	/* box gradient */
	/*----------------------------------------------------------------------------------------------*/	
	/* Old browsers */
	background-color:#efb052;
	/* Old browsers */
	background: #efb052;
	/* FF3.6+ */
	background: -moz-linear-gradient(top, #efb052 0%, #e99321 100%);
	/* Chrome,Safari4+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efb052), color-stop(100%,#e99321));
	/* Chrome10+,Safari5.1+ */
	background: -webkit-linear-gradient(top, #efb052 0%,#e99321 100%);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #efb052 0%,#e99321 100%);
	/* IE10+ */
	background: -ms-linear-gradient(top, #efb052 0%,#e99321 100%);
	/* W3C */
	background: linear-gradient(to bottom, #efb052 0%,#e99321 100%);
	/* IE6-8 */
	-pie-background: linear-gradient(bottom, #efb052 0%, #e99321 100%);
	}	
#menu a:hover {	/* Lorsque la souris passe sur un des liens */    
	border-bottom: none;
}	
#menu a:active {	/* Contenu des listes */
	text-align : center; 
	}
#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:100px;
	height:25px;
	padding-top:5px;
	margin-top: -30px;
	margin-left: 160px;
	padding-left: 60px;
	/*----------------------------------------------------------------------------------------------*/
	/* box gradient */
	/*----------------------------------------------------------------------------------------------*/	
	/* Old browsers */
	background-color:#efb052;
	/* Old browsers */
	background: #efb052;
	/* FF3.6+ */
	background: -moz-linear-gradient(top, #efb052 0%, #e99321 100%);
	/* Chrome,Safari4+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efb052), color-stop(100%,#e99321));
	/* Chrome10+,Safari5.1+ */
	background: -webkit-linear-gradient(top, #efb052 0%,#e99321 100%);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #efb052 0%,#e99321 100%);
	/* IE10+ */
	background: -ms-linear-gradient(top, #efb052 0%,#e99321 100%);
	/* W3C */
	background: linear-gradient(to bottom, #efb052 0%,#e99321 100%);
	/* IE6-8 */
	-pie-background: linear-gradient(bottom, #efb052 0%, #e99321 100%);
	}
ul#liste-lang li {
	width:30px;
	}
	
	