#body {
	background-color: #e5e5e5;
	background-image: url(../images/bandeau_top.jpg);
	margin: 0px;
	background-repeat: repeat-x;
	background-position: center top;
}
#conteneur_colonnes {
	width: 100%;
	position: relative;
	float: left;
	margin-top: 20px;
}
#colonne_centre {
	width: 100%;
	position: relative;
	float: left;
}
#conteneur_principal {
	width: 560px;
	position: relative;
	background-image: url(../images/fond_top.jpg);
	margin: auto;
	background-repeat: no-repeat;
	background-position: center top;
}
#titre_page {
	width: 100%;
	position: relative;
	float: left;
	margin-bottom: 20px;
}
#bottom {
	width: 100%;
	position: relative;
	float: left;
	border-top: 1px dotted #999999;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 10px;
}

