body {
	background-image: url(img/fond_bo.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: black;
	font-size: 20px;
	color: white;
}

#enteteImg {
	position: absolute;
	display: block;
	top: 1%;
	left: 25%;
	height: 300px;
}

#entete {
	position: absolute;
	/*top: 60px;
	left: 450px;
	*/
	top: 8%;
	left: 30%;
	color: white;
	font-size: 30px;
}

#menuGauche {
	float: left;
	background-color: #032f6e;
	height: 1080px;
	width: 9%;
	border: solid 2px black;
	padding: 0.5%;
	padding-right: 0px;
	padding-bottom: 0px;
}

#menuDroite {
	float: left;
	position: relative;
	background-color: #032f6e;
	height: 1080px;
	width: 10%;
	border: solid 2px black;
	padding: 0.5%;
	padding-left: 0px;
	padding-bottom: 0px;
}
#contenu {
	float: left;
	border: solid 1px black;
	background-color: #032f6e;
	width: 78%;
	height: 890px;
	margin-top: 200px;
	margin-left: 0.5%;
	margin-right: 0.5%;
}

#menuGauche li {
	padding-top: 4px;
	padding-bottom: 4px;
}

#menuGauche li a {
	color: white;
	text-decoration: none;
}

#menuGauche li a:hover {
	color: #0058a6;
}	
