body
{ 
	border: 1px solid black;
	border-top: 3px solid black;
	border-bottom : 3px solid black;
	width:907px; /*Taille des images */
	height: auto;
	min-height: 500px;
	margin: auto; 
	margin-top: 20px; 
	margin-bottom: 20px;  
}   


#menu
{
	background-color: rgb(255,236,98) ;
	width: 180px;
    height: auto;
	float : left;
	clear : both; /*  Apres les flottants des li il faut stopper =)*/
	margin: 3px;
	border : 1px  solid #FF6600 ;
}


#menu ul li a, #menu ul li a:visited {
   text-align:center; 
   color:#FF6600; 
   font-size:12px; 
   padding:2px;
}

#menu ul li {
   margin-right:1px; 
   position:relative;
   list-style-type: none;
}

#menu h3
{
border : 1px solid black;
background-color: rgb(255,132,0);
   text-align:center; 
}

#corps
{
	margin : 20px; /* Ne pas etre trop proche du haut */
	margin-left: 195px; 
	padding: 5px;
	height: 70 %;
	min-height: 500px;
 }


#head ul, #head li {
	margin:0;
	padding: 0;
	list-style-type: none;
	}

#head li {
float: left;
}

label {
display:block;
width:120px;
float:left;
}

#footer{
background-color: rgb(255,132,0);
text-align : center;
margin-bottom:0;
}

a img
{
border : none;
}



