body {
	background-color: #839AAE;
	width: 100%;
	margin: 0;
	margin-top: -14px;
	color: #415463;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:12px;
}
#logo {
	background-image:url('/images/logo.png');
	width: 771px;
	height: 131px;
	margin: 0 auto;
}
#navigation {
	position:relative;
	width: 675px;
	height: 25px;
	left: 48px;
	top: 100px;
	font-size:14px;
}
#navigation li {
	float: left;
}
#navigation li a {
	display : block;
	color: white;
	text-decoration:none ;
	background-color: #3f7dd6;
	margin : 0 6px; /* Pour espacer les boutons entre eux */
	padding : 1px 3px;
}
#navigation ul li a:hover{
	color: #425463;
	background-color: #e8e6e4;
}
#navigation li a.current {
	color: #425463 !important;
	background-color: #e8e6e4 !important;
}
#navigation ul  {
	list-style-type : none; /* Car sinon les puces se placent n'importe oł */
}
#header-wide {
	background-image:url('/images/bg_header.gif');
	width: 100%;
	height: 429px;
}
#header {
	width: 771px;
	height: 429px;
	margin: 0 auto;
}
#main {
	width: 771px;
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: #E7E6E4;
	margin: 0 auto;
	margin-top: 30px;
}
#titre {
	width: 348px;
	height: 101px;
	position:relative;
	left: -19px;
	margin: 20px 0px;
}

#footer-wide {
	margin-top: 30px;
	padding-top: 20px;
	width: 100%;
	height: 160px;
	background-image:url('/images/bg_footer.gif');
	background-repeat:repeat-x;
	background-color: #5e7589;
}
#footer-navigation {
	position: relative;
	width: 771px;
	height: 160px;
	margin: 0px auto;
	color: white;
	font-size:11px;
}
#footer-navigation ul {
	list-style-type: square;
	padding-left: 20px;
}
#footer-navigation a {
	color: white;
}
#footer-navigation p {
	
}
#footer1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 201px;
	height: 160px;
}
#footer2 {
	position: absolute;
	top: 0px;
	left: 201px;
	width: 285px;
	height: 160px;
}
#footer3 {
	position: absolute;
	top: 0px;
	left: 486px;
	width: 285px;
	height: 160px;
}
#footer-info {
	width: 100%;
	height: 30px;
	background-color: #839aae;
	text-align: center;
	font-size:14px;
	color: #425463;
}
#footer-info p {
	margin: 0;
	padding-top: 5px;
	font-weight:bold;
}
#footer-info a {
	color: #5e7589;
	font-weight:normal;
}
#content {
	width: 751px;
	border-left: 10px solid #5E7489;
	border-right: 10px solid #5E7489;
	padding: 0px 10px;
	position:relative;
	left: -10px;
}
.paragraphe {
	background-color: #f2f1f0;
	font-size:12px;
	width: 751px;
	margin: 20px 0px;
	padding: 10px 0px 1px 0px;
}
.center {
	margin: 10px 0px;
	width: 751px;
	text-align: center;
}
#main p {
	padding: 10px;
}
h3 {
	margin: 0px 10px 0px 25px;
}
h3.right {
	text-align: right;
	margin: 0px 25px 0px 25px;
}
h4 {
	margin: 15px;
	text-transform:uppercase
}
tablen td, tr, tbody {
	padding: 0px;
	margin: 0px;
}
.right {
	text-align: right;
}
#content img {
	background-color: white;
	border: 2px solid #839AAE;
	padding: 1px;
}
#content img.right {
	background-color: white;
	border: 2px solid #839AAE;
	padding: 1px;
	float: right;
	margin: 10px;
}
#content img.left {
	background-color: white;
	border: 2px solid #839AAE;
	padding: 1px;
	float: left;
	margin: 10px;
}
#clear{
clear: both;
}
#coordonnees label {	/*** Mise en forme des intitul?s de champs ***/
	float: left;	/*** Tr?s important, ne pas suprimer ! ***/
	width: 15%;	/*** Les intitul?s prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: right;	/*** ... et ils sont align?s ? droite... ***/
	margin: 0;
	padding-right: 5px;
	line-height: 1.8;	/*** ... et centr?s verticalement. ***/
	}