@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	text-align:justify;
	font-size:12px;
	background-color: #1B1B1B;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

#conteneur {
	position:relative;
	margin:0 auto;
	width:980px;
}

#header {
	top: 0px;
	float:left;
	width:980px;
	height:140px;
	background-color: #000000;
}

#principale {
	float:left;
	min-height:570px;
	height:auto !important;
	height:570px;
	background-color:#000000;
	width: 980px;
}

#menu {
	float:left;
	width: 980px;
	height: 50px;
}

#contenu {
	float:left;
	min-height:570px;
	height:auto !important;
	height:570px;
	width: 980px;
}
