* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(images/fond.jpg);
	background-color: #EEE;
	background-repeat: repeat-x;
	background-position: left top;
}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	float: left;
	height: 260px;
	width: 900px;
}
#menu1 {
	float: left;
	height: 62px;
	width: 900px;
}
#principal {
	background-image: url(images/fond2.png);
	background-repeat: repeat;
	float: left;
	width: 900px;
}
#principal #menu2 {
	float: left;
	width: 276px;
}
#principal #menu2 #gauche {
	float: left;
	width: 32px;
}
#principal #menu2 #droit {
	float: left;
	width: 244px;
}
#titre {
	text-align: center;
	margin-top: 15px;
}

#principal #texte {
	float: left;
	width: 564px;
	margin-right: 50px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
#principal #texte p {
	margin-bottom: 20px;
}
#texte a {
	font-weight: bold;
	color: #2A3E86;
	text-decoration: underline;
}
#container #principal #texte ul {
	margin-left: 30px;
	margin-bottom: 30px;
}

#texte a:hover {
	text-decoration: none;
}



#principal #texte #titre-accueil {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#principal #texte #encarts {
	width: 516px;
	margin-right: auto;
	margin-left: auto;
}
#principal #texte #balise {
	width: 564px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-align: center;
	margin-top: 30px;
}


#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 36px;
	width: 725px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #304594;
	padding-left: 175px;
	padding-top: 65px;
}
#footer a {
	text-decoration: none;
	color: #304594;
}
#footer a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 15px;
	color: #009;
	margin-bottom: 20px;
}
h2 {
	font-weight: bold;
	font-size: 14px;
	color: #06F;
	margin-top: 10px;
	margin-bottom: 20px;
}
h3 {
	font-size: 15px;
	color: #009;
	margin-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0000B7;
	padding-bottom: 10px;
}
h4 {
	color: #900;
	font-size: 16px;
	margin-bottom: 10px;
}

h5 {
	color: #093;
	font-size: 16px;
	margin-bottom: 10px;
}



.couleur {
	color: #32489C;
}
#centrer {
	text-align: center;
}
.imgD {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}
.imgG {
	float: left;
	margin-right: 10px;
}

#historique {
	float: right;
	width: 150px;
	margin-left: 15px;
	height: 100%;
}
#container #principal #menu2 #droit p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006;
}

