

body
{
   background-color:silver;
}


#en_tete
{
   background-color:silver;
   background-repeat: no-repeat;
   margin-bottom: 10px;
   margin-top: 10px;
}


#menu
{
	float: left;
	width: 210px;
	height:696px;
        border:solid;
	background-color:#696969;
	border-color:white;
	color:white;
	link-color:white;
	
}

a
{
   color: white; 
   font-style: italic;
   
}

img
{
	border : none
}

#corps
{
   	margin-left: 220px;
	margin-bottom: 5px;
	font-size : 19px;
	text-align : center;
	color: white;
	border:solid;
	border-color:white;
	background-color:#696969;
}


#pied_de_page
{
	text-align: center;
	color:white;

}