/* CSS Document */

#haut{
	width:100%;
	height:127px;
	background-image:url(../images/bg_ciel.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

.pub_haut{
	width:195px;
	height:100px;
	position:relative;
	float:left;
	display:block;
	margin-bottom:6px;
}

#centre{
	width:100%;
	background-position:top;
}
#bas{
	width:100%;
	height:200px;
	background-color:#ABA75C;
	background-image:url(../images/bg_bas.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

#header{
	width:780px;
	height:127px;
	margin:auto;
	background-image:url(../images/bg_header.jpg);
	background-repeat:no-repeat;
	background-position:top;
	display:block;
}

#main{
	width:780px;
	margin:auto;
}

#menu_entete{
	width:780px;
	height:236px;
	position:relative;
	background-image:url(../images/bg_menu_entete.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#contenu{
	width:752px;
	background-color:#6D6C38;
	margin:auto;
	margin-top:5px;
	padding:14px;
}

#contenu_gauche{
	width:200px;
	position:relative;
	float:left;
}

#contenu_principal{
	width:504px;
	background-color:#FFFFFF;
	border:solid thin #000000;
	position:relative;
	float:right;
	padding:15px;
}

#footer{
	width:802px;
	height:200px;
	margin:auto;
	background-color:#ABA75C;
	background-image:url(../images/bg_footer.jpg);
	background-repeat:no-repeat;
	background-position: top center;
}

#footer_contenu{
	width:780px;
	height:140px;
}

.clear{
	clear:both;
}

