/* Feuille de style pour la charte graphique du site
 * Cette feuille de style est appelée depuis styles.css.
 */

/***************** STRUCTURE *****************/
*{
/*---toutes les marges sont à 0---*/
margin:0;
padding:0;
border:none;
}
body,html{
	height:100%;/*---obligatoire pour le footer---*/
}

body{
	font-size:62.5%;
	background: #B9B9B9;
}

#container{
	position: relative;/*---obligatoire pour le footer---*/
	min-height:100%; /*---obligatoire pour le footer:Firefox---*/
	height:auto !important;/*---obligatoire pour le footer:Firefox---*/
	height:100%;/*---obligatoire pour le footer:IE---*/
	width:790px;
	margin:0 auto;
}

#container-mentions{
	position: relative;/*---obligatoire pour le footer---*/
	min-height:100%; /*---obligatoire pour le footer:Firefox---*/
	height:auto !important;/*---obligatoire pour le footer:Firefox---*/
	height:100%;/*---obligatoire pour le footer:IE---*/
	width:790px;
	margin:0 auto;
}

#header{
	width:790px;
	height:173px;
}
/***************** CONTAINER DU CONTENU *****************/


#contenu {
	position:relative;
	width:790px;
	padding-bottom:70px;
	font-family:Arial, Helvetica, sans-serif;
	color:#525252;
}

/***************** MENU *****************/

#header #menu {
	width:790px;
	height:27px;
	display:block;
	font:bold 1.4em Arial, Helvetica, sans-serif;
}


#header #menu a {
	color: #