body
{
	width: 760px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;    
	background-color: green;
}

#en_tete
{
	width: 760px;
	height: 100px;
	background-image: url("http://benjamin.lhermite.free.fr/img/entete.jpg");
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#menu
{
   float: left;
   width: 120px;
}

.element_menu
{
   background-color: silver;
   background-image: url("http://benjamin.lhermite.free.fr/img/menu.jpg");
   background-repeat: repeat-x;
   border: 2px solid black;
   margin-bottom: 20px;
}


.element_menu h3
{    
   color: black;
   font-size: 1em;
   font-family: Georgia, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

.element_menu ul
{
   padding-left: 20px;
   padding-top: 40px;
   list-style-type: circle;
}

.element_menu a
{
	color: green;
	font-size: 1em;
	text-decoration: none;
}

.element_menu a:visited
{
 text-decoration: none;
}

.element_menu a:hover
{
	color: black;
}
#corps
{
	margin-left:150px;
	height: 650px;
	overflow: auto;
	background-color: silver;
	padding: 4px;
	padding-top: 0px;
	border: 2px solid black;
}

#corps h3
{
	text-align: center;
	font-size: 30px;
}

#pied_de_page
{
	width: 760px;
	height: 100px;
	margin-left: 0px;
	margin-top: 10px;
	padding: 5px;
	background-image: url("http://benjamin.lhermite.free.fr/img/entete.jpg");
	background-repeat: no-repeat;
}
