body{

	width:900px;
	background-color: #Fbbd46;
	margin:auto;
	
	}
#rechercher
{
   height: 32px;
   width : 900px;
}	
#traduction
{
   width : 200px;
   margin-left: 700px;
   padding-top: 110px;
}	
#entete
{
   border: 0px solid black;
   margin-top: 0px;
   background-image:url(en_tete.png);
   background-repeat:no-repeat;
   height: 170px;
   width : 900px;
}	
	
#menu
{
   height: 33px;
   width : 900px;
   padding-left: 20px;
   background-image:url(menu.png);
   background-repeat: no-repeat;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 14px;
}	

#corps
{
   border: 1px solid #F4f4f4;
   background-color:#FFCC66;  
   padding: 10px;    
}
#pied_page
{
   border: 0px solid #FF5809;
   margin-bottom: 30px;
   background-image: url(images/pied_page.png);
   background-repeat: no-repeat;
   height: 30px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 13px;
   padding-top: 1px;
   margin-top: 5px;        
}
#ecart
{
   height: 30px; 
}
a:link 
{
	color: #009900; text-decoration: none;
}

a:visited 
{
	color: #009900; text-decoration: none;
}

a:hover 
{
	color: #FF0000;
	text-decoration: none;
}

a:active 
{
	color: #000000;
	text-decoration: none;
}