@charset "utf-8";

body {
	background-color: #000000;
}
.Sous_titre {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999999;
}
.texte {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999999;
}
.Titre {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	word-spacing: normal;
	color: #666666;
}
#container {
	background-color: #000000;
	height: 800px;
	width: 1050px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#top {
	height: 120px;
	width: 1024px;
	margin: auto;
	background-color: #000000;
	float: left;
}

#liens {
	height: 40px;
	width: 1024px;
	top: 135px;
}

#gauche {
	height: 400px;
	width: 150px;
	margin: 0px;
	padding: 0px;
	float: left;
	border: medium none #FFFFFF;
	position: static;
	top: 241px;
	right: 0px;
	left: 0px;
	clear: none;
}

#centre {
	height: auto;
	width: 900px;
	margin: 0px;
	padding: 0px;
	border: medium none #FFFFFF;
	float: right;
	clear: none;
}
#page {
	background-color: #000000;
	height: 800px;
	width: 1000px;
}


#bas {
	clear: none;
	height: 35px;
	width: 1024px;
	top: 781px;
	position: absolute;
	left: 11px;
}

