/***************** BODY *****************/
* {
	/*---on passe toutes les marges à 0---*/
margin:0;
	padding:0;
}
body, html {
	height:100%;/*---permet de changer la couleur de la barre de scroll dans IE (déconseillé)
scrollbar-base-color:#7d8a2e;
---*/
}
body {
	background: #000 url(../images/charte/bg-body.jpg) center center no-repeat fixed;
}
/***************** CONTAINER *****************/
#container {
	position:relative;
	min-height:100%;
	width:974px;
	margin:0 auto;
}
/***************** HEADER *****************/
#header {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:182px;
	background: url(../images/charte/bg-header-haut.jpg) center top no-repeat;
	z-index:100;
}
#headerBas {
	position:absolute;
	top:182px;
	left:0;
	width:100%;
	height:7px;
	background: url(../images/charte/bg-header-bas.png) center top repeat-x;
	_background:url();
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/charte/bg-header-bas.png", sizingMethod="scale");
	z-index:100;
}
#headerFlash {
	position:absolute;
	left:50%;
	margin-left:-480px;
	width:960px;
	height:182px;
	/*obligatoire si il y a un flash (firefox)*/
	display:block;
	outline:0;
}
/***************** CONTENU *****************/
#homeFlash {
	position:absolute;
	left:0;
	top:50%;
	margin-top:-162px;
	width:974px;
	height:355px;
	/*obligatoire si il y a un flash (firefox)*/
	display:block;
	outline:0;
}
#contenuHaut {
	margin:210px 0 0 0;
	float:left;
	width:974px;
	height:52px;
	background: url(../images/charte/bg-contenu-haut.png) center top repeat-y;
	_background:url();
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/charte/bg-contenu-haut.png", sizingMethod="scale");
}
#contenu {
	float:left;
	width:914px;
	background: url(../images/charte/bg-contenu-milieu.png) center top repeat-y;
	_background:url();
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/charte/bg-contenu-milieu.png", sizingMethod="scale");
	padding:0 30px;
}
#contenuBas {
	margin:0 0 25px 0;
	float:left;
	width:974px;
	height:52px;
	background: url(../images/charte/bg-contenu-bas.png) center top repeat-y;
	_background:url();
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/charte/bg-contenu-bas.png", sizingMethod="scale");
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer {
	clear:both;
}
#clearFooter {
	height:70px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footerGeneral {
	position:relative;
	clear:both;
	width:100%;
	height:70px;
	margin:-70px auto 0;
	background:url(../images/charte/bg-footer.jpg) center top no-repeat;
}
#footer {
	position:relative;
	clear:both;
	width:960px;
	height:70px;
	margin:0 auto;
}
#footerLiens {
	position:absolute;
	bottom:0;
	right:0;
}
#footerGeneralAccueil {
	position:relative;
	clear:both;
	width:100%;
	height:110px;
	margin:-110px auto 0;
	background:url(../images/charte/bg-footer.jpg) center top no-repeat;
}
#footerAccueil {
	position:relative;
	clear:both;
	width:960px;
	height:100px;
	margin:0 auto;
	padding:10px 0 0 0;
	color:#fff;
	font:12px/14px Arial, Helvetica, sans-serif;
	text-align:justify;
}
#footerAccueil h1{
	margin:0 0 5px 0;
	color:#000;
	font:bold 13px Arial, Helvetica, sans-serif;
}