body {
	text-align: center;
	margin: 0 0 0 20;
	background-color: #000000;
}
#container {
	height: 871px;
	width: 999px;
	background-color:#000000;
	margin-left: auto;
	margin-right: auto;
}
#top {
	float:left;
	height: 228px;
	width: 999px;
	background-color:#000000;
}
#contenu {
	float:left;
	height: auto;
	width: 999px;
	background-color:#000000;
	background-image: url(images/contenu.jpg);
	background-repeat:no-repeat;
}
#contenu_texte {
	float:left;
	height: auto;
	width: 660px;
	margin-top: 50px;
	margin-left: 250px;
	display:inline;
	background-repeat:no-repeat;
	text-align:left;
}
.texte {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#bottom {
	float:left;
	height: 154px;
	width: 999px;
	background-color:#000000;
}

