h2 
{  
    font-family:  "Arial Black","Times New Roman", Times,serif;
    color:green;
}
#en_tete
{
   width: 760px;
   height: 100px;
   background-image: url("images/legriou.jpg");
   background-repeat: no-repeat;
   margin-bottom: 10px;
}
body
{
   width: 760px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px; 
    background-color:#8e9e9e;  
 }
 #menu
{
float:left;
height:400px;
width:120px;
background-color:#FFCC00;
} 
div#menuhaut {
	width:120px;
	height:250px;
	background-color:green;
	background-image: url("images/menu1.jpg");
	
	}
div#menubas {
	width:120px;
	height:250px;
	background-color:#af8c77;
	background-image: url("images/menu.jpg");
	}	


#corps
{

color:white;
margin-left: 140px;

margin-bottom: 20px;

padding: 5px;

width: 600px;
height:500px;

background-color:green;

background-image: url("");

background-repeat: repeat-x;

border: 2px solid black;

}
#element1 {
	float:right;
	background-image: url("");
	width:320px;
	height:250px;
	text-align:center;
	color:#513de8;
	}

#element2 {
	float:left;
	background-image: url("");
	width:320px;
	height:250px;
	text-align:center;
	color:#513de8;
	}
#pied_de_page
{
   clear:both;
	width:760px;
	height:100px;
	background-image: url("images/post.jpg");
	clear:both;
	background-color:green;
	}