#body {
	background-color: #000000;
	margin: 0px;
}
#conteneur {
	background-repeat: no-repeat;
	margin-left: -450px;
	background-image: url(../../medias/images/lune.gif);
	position: absolute;
	left: 50%;
	width: 900px;
}
#top {
	width: 900px;
	position: relative;
	float: left;
	margin-top: 25px;
}
#menu {
	width: 900px;
	position: relative;
	float: left;
	margin-top: 40px;
	z-index: 1;
}
#conteneur_colonne {
	width: 900px;
	position: relative;
	float: left;
	margin-top: 10px;
}
#colonne_gauche {
	width: 520px;
	position: relative;
	float: left;
	background-color: #000000;
}
#colonne_droite {
	width: 355px;
	position: relative;
	float: right;
	background-color: #000000;
}
#bottom {
	width: 900px;
	height: 40px;
	position: relative;
	float: left;
	clear: both;
	margin-top: 20px;
}
#titre_page {
	width: 900px;
	position: relative;
	float: left;
	background-color: #000000;
	margin-bottom: 20px;
}
