img
{
float:right;

}
a
{
text-decoration:none;
}

body
{
	margin: 10px 0 ;
	padding: 0 ;
	text-align: center ;
	font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
	background-image:url(images/background.gif);
}

#conteneur
{
	width: 900px ;
	margin: 0 auto ;
	text-align: left ;
	border: 2px solid grey ;
	background: rgb(243,243,243) ;
}

#haut
{
	height: 120px ;
	background: url(images/logo.gif) no-repeat left top ;
	margin-left: 240px ;
	margin-top:20px;
}


#corps
{ 	padding: 15px 25px 0 100px ;
   color:rgb(142,142,142);
   background-repeat: repeat;
   min-height:300px;
}
#corps a
{
text-decoration:none;
color:rgb(89,89,89);
 font-style: italic;  

}





