/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-color: #000000;
}
#conteneur {
	position: absolute;
	width: 1000px;
	height: 500px;
	margin: 0 auto;
	top: 0px; 
	left: 0px; 
}
#pied {
	height: 50px;
	width: 1000px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

	

