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

#container {
	margin-right: auto;
	margin-left: auto;
	height: 850px;
	width: 1000px;
}
#banniere {
	float: left;
	height: 116px;
	width: 1000px;
}
#menu {
	float: left;
	height: 35px;
	width: 1000px;
}
#contenu {
	background-image: url(images/fond2.jpg);
	float: left;
	width: 1000px;
}
#contenu #texte {
	background-image: url(images/texte.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 742px;
	font-family: Arial, Helvetica, sans-serif;
	color: #2D6B9E;
	font-size: 14px;
	padding-top: 50px;
	padding-right: 30px;
	padding-left: 40px;
	padding-bottom: 10px;
	text-align: justify;
}
#texte p {
	padding-bottom: 20px;
	color: #2D6B9E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#texte a {
	font-weight: bold;
	text-decoration: underline;
	color: #2C6A9D;
}
#texte a:hover {
	text-decoration: none;
}

#texte ul {
	padding-left: 30px;
	list-style-type: square;
	padding-bottom: 20px;
	font-size: 8px;
}


#contenu #encarts {
	float: left;
	height: 630px;
	width: 188px;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 62px;
	width: 740px;
	font-family: Arial, Helvetica, sans-serif;
	color: #2C699F;
	font-size: 9px;
	padding-left: 40px;
	padding-right: 220px;
	padding-top: 7px;
}
#footer a {
	text-decoration: underline;
	padding-right: 10px;
	padding-left: 10px;
	color: #2B6394;
}
#footer a:hover {
	color: #F2BC00;
	text-decoration: none;
}

#balise {
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #FFF;
}
#centrer {
	text-align: center;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #2C6A9D;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #2D6B9E;
	margin-bottom: 20px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
	font-size: 16px;
}
.gras {
	font-weight: bold;
}
.contour {
	border: 2px solid #2E71A8;
}
.imgG {
	float: left;
	padding-right: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.imgD {
	float: right;
	padding-left: 20px;
}
.imgD2 {
	float: right;
	padding-left: 20px;
	padding-right: 170px;
}

