/*-------------------------- corps----------------------- */
body {
	background-image: url(images/fond.jpg);
	font-family: "arial", comics sans ms, Verdana
	color: #000;
	font-size: 110%;
	margin: 0;
	padding: 0;
	margin: auto;
}
/*------------------- titres 4 tailles----------------------  */
	h1{font-size: 140%;
	margin : 30px;}
	h2{font-size: 120%;
	text-align:center
	margin : 30px;}
	h3{font-size: 125%;
	text-align:center
	margin : 30px;}
	h4{font-size: 130%;
	margin-left: 350px;
	margin-right: 30px;}

/* ------------------liens dans la page --------------------------*/
	a , a:visited{text-decoration: none ;color:#5f3939;}/* liens normaux et liens déjà visités */
	a:hover{text-decoration: underline ;color:#5f3434;}/* souris passe sur lien */
	a, .centre{text-align: center;color:#5f3939;}

/* -------------------------- baniere -------------------------- */
#baniere{
	width: 925px; height: 200px;
	margin: auto;
	background-image: url(images/bannieres/banniere.png);background-repeat: no-repeat;
}

#menu_haut
	{
	background-image: url(images/Menu/ligne_menu.jpg);background-repeat: repeat-x;
	width: 925px;height: 45px;
	margin: 0; padding: 0;margin: auto;
	
}
#menu_haut ul {
	list-style-type: none;
	text-align: center;
	margin: 0;padding-top: 10px;
}
#menu_haut li {
	display: inline;
	text-align: center;margin: auto;
}
#menu_haut li a {
	color: #874848;
	text-decoration: none;
}
#menu_haut li a:hover {
	color: #000;
}

/* ---------------------------- corps ------------------------------*/

#bloc_principal {
	color:#874848;	
	text-align: justify;
	margin: auto;
	width: 915px;
	background-image: url(images/Fond_interieur.jpg);
	border: 5px solid #feef01; border-bottom: none; border-top: none;

}
#bloc_principal p {
	padding: 30px;/* marges intérieurs */
	margin :0px;
	text-align: justify;
}
/* -------------------------- Pied de page -------------------------- */
#pied_de_page
	{ 
	border-style: none;
	text-align: center;
	color:#874848;font-size: 100%; 
	}

#pied{
	width: 925px; height: 100px;
	margin: auto;
	background-image: url(images/bannieres/pied.png);background-repeat: no-repeat;	
	}
/*---------------------------- les détails ---------------------------- */

	.centre{text-align: center;}
	.droite{text-align: right;}
	.gauche{text-align: left;}
	.img_droite {float: right; padding: 10px;border: none;}
	.img_centre { text-align: center;}
	.img_gauche {float: left; padding: 10px;border: none;}
	.centre {text-align: center;}


