body
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Arial, "Times New Roman", Times, sans-serif;
	font-size: 12px;
	background-color: #4096EE;	
}

/*a
{
	color: #553a0c;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}*/

#en_tete a
{
	width: 900px;
   	height: 220px;
	background-image:url("images/banniere3.png");	
	background-repeat:no-repeat;	
	background-position : center center;	
	/*margin-bottom: 10px;*/
	/*margin-align: right;*/
	display: block;
	margin : 0 auto;
}

#menu{
	width:900px;
	height: 85px;
	/*padding: 0 0 0 30px;*/
	/*height: 46px;*/
    /*list-style: none;*/
	/*position:absolute;*/
	/*margin-top:175px;*/
	margin-left: 20px;
	/*margin-right: 200px;*/
	/*float: left;*/
	/*display: block;*/
}
        
#corps
{
	width: 865px;
	background-color: white;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 20px;
	text-align: justify;
}

.corps_text
{
	width: 805px;
	margin-left: 30px;	
}

.center
{
	text-align: center;
	
}

#pied_de_page
{
	clear: left;
	margin-top: 30px;
	/*padding: 5px;*/
	text-align: center;
}

#gauche
{	
	width: 300px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 40px;
	text-align: justify;
	float: left;
}

#gauche a
{
	display:block;
	width:460px; 
    height: 110px; 
    margin-left: -40px;
	background-image: url(images/reseau.png);
}

#gauche a:hover
{
	background-image: url(images/reseau2.png);
}

#droit
{
	width: 300px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 500px;
	text-align: justify;
}

#droit a
{
	display:block;
	width:300px; 
    height: 110px;
    margin-left: 50px; 
	background-image: url(images/clic.png);
}

#droit a:hover
{
	background-image: url(images/clic2.png);
}

.blog a
{
	display: block;
	width: 600px;
	height: 250px;
	margin-left: 140px;
	background-image: url(images/blog.png);
}

.blog a:hover
{
	background-image: url(images/blog2.png);
}

.titre_orange
{
	text-align: center;
	color: #FF7400;	
}

.titre_bleu
{
	color:#4096EE;
}

.liste_espace li
{
	padding: 10px;
}
