@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
body {
	text-align: center;
	background-repeat: repeat;
	background-color: #000000;
}
#conteneur {
	text-align: center;
	height: 700px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
}
