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

/***************** STRUCTURE *****************/
body,html{
	height:100%;
	scrollbar-base-color:#C0C2C6;
}
body{
	margin:0;
	padding:0;
	background:#fffefe url(../images/charte/bg-intro-x.jpg) repeat-x center top;
}

/*#container{
	margin:0 auto;
	padding:0;
	width:921px;
	display:table;
}*/
#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:100%;
	/*margin:0 0 0 0;*/
	margin: 0 0 -20px 0;
	background:url(../images/charte/bg-menu.gif) repeat-y left top;
	display:table;
}
*+html #container{
	margin: 0 0 -36px 0;
}
*html #container{
	margin: 0 0 -39px 0;
}


.clearer{
	clear: both;
	display: block;
	height: 0px;
	margin-bottom: 0px;
	font-size: 0px;
	line-height: 0px;
}

/***************** FOOTER *****************/
#footer{
	position: relative;/*---obligatoire pour le footer---*/
	/*margin: -0px auto 0 auto !important;*/
	margin: 20px auto 0 auto;/*---margin top = - hauteur du footer---*/
	
	width:100%;
	height:20px;
	background: url(../images/charte/bg-footer.jpg) no-repeat scroll left bottom;
	/*clear:both;*/
}



/***************** FOOTER *****************/

/*#footer{
	width:100%;
	height:30px;
	font:bold 10px Arial, Helvetica, sans-serif;
	color:#FFF;
	text-align:center;
	margin:0 auto;
	padding:0;
	background:#81a5b5;
}*/
