

body	
	{
 margin: 0;  
text-align: center;
height:auto;
width:auto;
background-color:#005500;

  padding:0;
  background: url(imagenew/fond.jpg) no-repeat center fixed; 
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
	}
#global
{
width:1024px;
margin:auto;
margin-top:0;
text-align:left;
background-color:white;
height:1800px;
border:1px solid grey;
}
#tete
{	
width:1024px;
margin:auto;
height:107px;
}


#corps
{	
	width:100%;
	background-color:white;
	height:100%;
}
	
#corpsleft
{
border-top:1px solid grey;
float:left;
width:220px;

background-color:white;

}


#corpsmiddle
{
border-top:1px solid grey;
float:left;
width:802px;

background-color:white;

}



