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

#banniere {
	margin: auto;
	height: 300px;
	width: 800px;
	left: 50%;
	color: #035884;
}
#banniere #menu {
	height: 50px;
	width: 800px;
	background-image: url(../images/entete.jpg);
	color: #035884;
}
#banniere #menu a:link {
	color: #892C30;
	text-decoration: none;
}
#banniere #menu a:hover {
	color: #999999;
	text-decoration: underline;
}
#banniere #entete {
	height: 250px;
	width: 800px;
}
#contenu {
	margin: auto;
	height: 1200px;
	width: 800px;
	left: 50%;
}
#contenu #presentation {
	height: 1150px;
	width: 800px;
}
#pied {
	margin: auto;
	height: 20px;
	width: 800px;
	left: 50%;
	background-color: #BDBFCD;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	text-align: center;
}
#pied a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#pied a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
