#body {
	background-repeat: repeat-x;
	margin: 0px;
	background-image: url(../images/fond_top.jpg);
	background-color: #FFFFFF;
	background-position: top center;
}
#conteneur {
	width: 800px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#conteneur_colonnes {
	background-color: #FFFFFF;
	float: left;
	position: relative;
	width: 100%;
	padding-top: 20px;
}
#titre_page {
	width: 100%;
	position: relative;
	float: left;
	margin-bottom: 20px;
}
#colonne {
	width: 100%;
	position: relative;
	float: left;
	margin-bottom: 10px;
	padding-right: 10px;
}
#colonne_gauche {
	width: 100%;
	position: relative;
	float: left;
	margin-bottom: 10px;
}
#bottom {
	background-repeat: no-repeat;
	float: left;
	position: relative;
	height: 54px;
	width: 850px;
}
#top {
	width: 100%;
	height: 100px;
	position: relative;
	float: left;
}
#menu {
	width: 800px;
	z-index: 1;
	position: relative;
	float: left;
}
