* { margin: 0; padding: 0; }
		
	body
	{
	background-image: url("fond.png");
	background-repeat: repeat-x;
	text-align: center;
	margin: auto;
	}
	
	
/*DESIGN DU MENU*/
	
ul#menu_horizontal {  /*Ici , c'est ma configuration, à vous de la changer */
list-style-type : none; /* Car sinon les puces se placent n'importe où */
width: 984px;
margin: auto;
height: 30px;
margin-top: 18px;
margin-bottom: 25px;
}


ul#menu_horizontal li {
padding : 0 0.5em; /* Pour espacer les boutons entre eux */
}
li.bouton_gauche {
float : left;
}
li.bouton_droite {
float : right;
}

ul#menu_horizontal a {
color : white;
text-decoration : none; 
font :  1.3em "Arial";
font-weight: normal;
letter-spacing: -1px;
}

a:hover
{
background-color: #8c8c8c;
}

/*DESIGN DE LA PAGE*/


	.contenu
	{
	text-align: left;
	width: 984px;
	margin: auto;
	}
	
	.bloc_image img
	{
	float: right;
	}
	
	.bloc_couleurs img
	{
	float: left;
	}
	
	
	h1
	{
	font :  1.5em "Arial";
	font-weight: normal;
	letter-spacing: -1px;
	}
	
	h2
	{
	font: 1.2em "arial";
	}
	
	p
	{
	font: 0.9em "arial";
	}
	
	.cadre_gauche
	{
	width: 210px;
	float: left;
	margin-left: 15px;
	}
	
	.bloc_image
	{
	background-color: #dfdfdf; 
	float: left;
	width: 964px;
	margin-bottom: 45px;
	padding: 10px;
	}
	
	
	
/*DESIGN FOOT*/	
	
	.image_bas
	{
	float: left;
	height: 727px;
	width: 100%;
	background-image: url("fond_logo.png");
	background-repeat: repeat-x;
	}
	
	.image_bas img
	{
	float: none;
	}