body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt/16pt;
	color: #303030;
	margin: 0;
	padding: 0;
	 background-color: #D4E2E8;/*couleur de fond */
}

#conteneur {
position: absolute;
width: 800px;
left: 50%;
margin-left: -375px;

}
#header {
height: 72px;
background-image:url(images/haut.jpg);
}


#gauche {
position: absolute;
left:0;
width: 210px;
height: 462px;
background-image:url(images/gauche.jpg);
}

#centre {
background-color:#ffffff;
margin-left: 210px;
margin-right: 148px;
width: 442px;


}

.centre{
	font: 10pt/16pt verdana;
	margin-left: 5px;
	margin-right: 10px;
	text-align: justify;
	line-height: 120%;
}

#droite {
position: absolute;
right:0;
width: 148px;
height: 462px;
background-image:url(images/droite.jpg);
}




#pied {
height: 43px;
background-color: #D4E2E8;
	
}

a.lien1{
	color: #777777;	
	text-decoration: none;
} 
a:hover{color:#8b3f3f;text-decoration:none;}


blockquote { margin-left:30px }
img {	border: 0;}

h4 {
	color: #344952;
	font-family: sans-serif;
	line-height: 50%;
	margin-left: 10px;
	text-align: left;
}
	 
h5 {
	color: #8B0000;
	font-family: sans-serif;
	line-height: 50%;
	margin-left: 10px;
	text-align: left;
}


a{
	color: #777777;	
	text-decoration: none;
} 
a:hover{color:#8b3f3f;text-decoration:none;}