#body {
	background-color: #000000;
	margin: 0px;
}
#conteneur_principal {
	width: 794px;
	left: 50%;
	position: absolute;
	background-image: url(../images/fond_top.jpg);
	margin-left: -397px;
	background-repeat: no-repeat;
	background-position: left top;
}
#conteneur {
	width: 794px;
	position: relative;
	float: left;
	margin-top: 111px;
}
#menu {
	width: 794px;
	z-index: 1;
	position: relative;
	float: left;
	margin-left: 124px;
	margin-top: 73px;
}
#gauche_texte {
	width: 273px;
	position: relative;
	float: left;
	padding: 45px;
}
#droite_photo {
	width: 401px;
	position: relative;
	float: right;
	padding-right: 30px;
}
#bottom {
	width: 780px;
	position: relative;
	float: left;
	background-image: url(../images/fondbottom.jpg);
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
