body {
	background-image: url('images/fond_accueil.jpg');
	background-repeat:repeat-x;
	margin:0 auto 0px auto;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background-color: #D4D6D5;
	background-position:top center;
}

div#conteneur { 
	width:900px;
	background: none;
	margin:0px auto;
	text-align:left;
}
div#header { 
	position:relative;
	width:900px;
	height:260px;
	background-image:url('images/defaut_01_accueil.jpg');
	background-repeat:no-repeat;
}
div#centre { 
	text-align:left;
	width:900px;
	min-height:360px;
	_height:360px;
	text-align:justify;
	background-image:url('images/defaut_02_accueil.jpg');
	background-repeat:no-repeat;
	padding: 0;
}
div#footer {
	width:900px;
	position:relative;
	height:110px;
	background-image:url('images/defaut_03_accueil.jpg');
	background-repeat:no-repeat;
	clear:both;
	margin: 0 auto;
}
div#footer_encapsuleur {
	width:100%;
	background-image:url(images/fond_footer.jpg);
	background-repeat:repeat-x;
	background-color:#D4D6D5;
	text-align:center;
	align:center;
	height:180px;
	text-align: -moz-center;
	margin:0px;
	padding:0px;
}
