#body {
	margin-right: 0px;
	background-color: #c57900;
	margin-left: 0px;
}
#conteneur_principal {
	width: 100%;
	position: relative;
	float: left;
}
#conteneur_central {
	width: 500px;
	margin: auto;
}
#colonne {
	width: 500px;
	position: relative;
	float: left;
	margin-bottom: 10px;
}
#conteneur_bottom {
	border-top: 1px solid #bc9c6b;
	background-image: url(../images/bg_conteneur_bottom.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #c57900;
	float: left;
	position: relative;
	width: 100%;
	z-index: 1;
}
#bottom {
	width: 500px;
	margin: auto;
	padding-top: 10px;
}
#titre_page {
	width: 500px;
	position: relative;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

