@charset "utf-8";
/* CSS Document */
a{ outline : none;}
:focus{-moz-outline-style: none;}
#conteneur {
	background-color: #000000;
	padding: 0px;
	height: 600px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#banniere {
	background-color: #000000;
	padding: 0px;
	height: 131px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#boutons {
	background-color: #000000;
	padding: 0px;
	height: 90px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#bas {
	background-color: #000000;
	padding: 0px;
	height: 379px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
