* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(images/fond.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFF;
}

#container {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
#container #header {
	float: left;
	height: 204px;
	width: 990px;
}
#container #contenu {
	background-image: url(images/fond2.png);
	background-repeat: repeat;
	background-position: left top;
	float: left;
	width: 990px;
}
#container #contenu #menu {
	float: left;
	width: 245px;
}
#container #contenu #texte {
	background-image: url(images/texte.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 645px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #3E5A91;
	text-align: justify;
	padding-top: 40px;
	padding-right: 90px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#container #contenu #texte p {
	padding-bottom: 15px;
}
#container #contenu #texte ul {
	padding-left: 30px;
	padding-bottom: 20px;
}
#container #contenu #texte a {
	color: #FFD280;
}
#container #contenu #texte a:hover {
	color: #FFAA0C;
	text-decoration: none;
}



#container #adresse {
	float: left;
	height: 97px;
	width: 990px;
}

#container #footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 61px;
	width: 990px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3665B4;
	text-align: center;
	padding-top: 20px;
}
#container #footer a {
	color: #3766B6;
	text-decoration: none;
	font-weight: normal;
}
#container #footer a:hover {
	color: #FFAA0C;
	text-decoration: underline;
}
#container #balise {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #3766B6;
	text-align: center;
	float: left;
	width: 990px;
}
h1 {
	font-size: 23px;
	color: #FFDA95;
	padding-bottom: 20px;
}
h2 {
	font-size: 18px;
	color: #FFC251;
	padding-bottom: 20px;
}
.imgD {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.imgG {
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
}
