* { 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*/



	h1
	{
	text-align: left;
	font: 1.2em "arial";
	}
	
	h2
	{
	text-align: left;
	font: 1.1em "arial";
	color: #2d2d2d;
	}
	
	p
	{
	text-align: left;
	font: 0.8em "arial";
	}
	
	.bloc_text
	{
	position: absolute;
	padding-left: 15px;
	width: 600px;
	}
	
	a
	{
	color: blue;
	}
	
	.contenu
	{
	width: 1000px;
	margin: auto;
	text-align: left;
	}
	
	
	.bloc_image
	{
	background-color: #d0d1d1;
	float: left;
	margin: 12px;
	border: 4px solid #d0d1d1;
	}
	
	.bloc_image p a
	{
	color: #5f5e5f;
	}
	
	a img
	{
	border: none;
	}
	
	

/*DESIGN FOOT*/
	
	.image_bas
	{
	float: left;
	height: 727px;
	width: 100%;
	background-image: url('fond_logo.png');
	background-repeat: repeat-x;
	margin-top: 90px;
	}

		
