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

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

#header {
	width:640px;
	height:120px;		/* pour récupérer les 3px de la bordure du hover du menu */
	}
#bandeau {
	width:640px;
	height:90px;
	}
#logo {
	width:270px;
	height:90px;
	}
#accroche {
	width:370px;
	height:90px;
	background-position:left -130px;
	}

/* ---- MENU DEROULANT HORIZONTAL ---- */
#menu-nav {
	width:640px;
	height:30px;
	}
#nav{
	width:565px;
	height:22px;
	padding-top: 8px;
	}
#menu a, #menu a:hover {	/* Contenu des listes */
	width : 113px; 			/* 85px si 6 onglets */	
	font-size : 10px;
	line-height : 14px;	
	}	
#lang {
	width:75px;
	height:18px;
	}
ul#liste-lang li {
	width:30px;
	}

