@charset "UTF-8";
#conteneur {
	font-family: Arial, Helvetica, sans-serif;
	width: 1133px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/conteneur.jpg);
	background-repeat: repeat-y;
}
#bandeau {
	height: 200px;
}
#contenu {
	padding: 10px;
}
#pieddepage {
	clear: both;
	height: 90px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(images/pied_de_page_carte.jpg);
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 10px;
	width: 1133px;
}
#texte {
	padding: 10px;
	width: 1000px;
	margin-left: 45px;
	background-color: #FFF;
}
h2 {
	font-size: 24px;
	color: #4479BF;
	font-weight: bold;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #4479BF;
}
a:link {
	color: #171A08;
}
h1 {
	font-size: 30px;
	font-weight: bold;
	color: #4980B4;
}
a:visited {
	color: #4378BF;
