/***************** 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: #280200 url(../images/charte/bg-body.jpg) center center no-repeat fixed;
}
/***************** CONTAINER *****************/
#container {
	position:relative;
	width:960px;
	margin:0 auto;
	background:url(../images/charte/bg-container.png) center top no-repeat; 
	_background:url();
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/charte/bg-container.png", sizingMethod="crop");
}
/***************** HEADER *****************/
#header {
	width:960px;
	height:255px;
	float:left;
	display:inline;
	position:relative;
}
#headerFlash {
	float:left;
	width:960px;
	height:255px;
	/*obligatoire si il y a un flash (firefox)*/
	display:block;
	outline:0;
}
/***************** HEADER *****************/
#colLeft {
	float:left;
	display:inline;
	position:relative;
	width:293px;
}
#menuFlash {
	float:left;
	display:inline;
	position:relative;
	width:199px;
	height:319px;
	margin:0 0 0 60px;
}
#encartContact {
	float:left;
	display:inline;
	position:relative;
	width:209px;
	height:210px;
	color:#781f02;
	font:14px Arial, Helvetica, sans-serif;
	text-align:center;
	background-image: url(../images/charte/bg-encart-contact2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 24px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 55px;
	padding-top: 90px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
/***************** CONTENU *****************/
#contenu {
	float:left;
	display:inline;
	position:relative;
	width:607px;
}
#homeFlash {
	float:left;
	display:inline;
	position:relative;
	width:607px;
	height:391px;
	margin:0 0 35px 0;
}
#homeNews {
	float:left;
	display:inline;
	position:relative;
	width:517px;
	height:135px;
	text-align:justify;
	color:#781f02;
	font:12px Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	padding-top: 45px;
	padding-right: 45px;
	padding-bottom: 10px;
	padding-left: 45px;
	overflow: hidden;
	background-image: url(../images/charte/bg-encart-actu2.png);
	background-repeat: no-repeat;
	background-position: center top;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer {
	clear:both;
}
#clearFooter {
	height:0;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer {
	position:relative;
	padding:180px 0 0 0;
	clear:both;
	width:960px;
	height:15px;
	margin:0 auto;
	background:url(../images/charte/bg-footer.png) center top no-repeat; 
	_background:url();
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/charte/bg-footer.png", sizingMethod="crop");
}
