body
{
   width: 800px;
 /*  margin: auto; /* pour centré le site sous FIREFOX*/
  /* text-align: center; /*Pour centré le site sous IE */
  /* margin-top: 20px;
   margin-bottom: 20px;*/
/*  background-repeat: no-repeat;*/
   background-image: url("images/fondindex.jpg");
background-attachment: fixed;

}
#admin
{
	position: absolute;
	left: 0px;
	top: 0px;
}
#entete
{
	position: absolute;
	left: 105px;
	top: 0px;
    background-image: url("images/etete.jpg");
	width: 795px;
   	height: 115px;
 	background-repeat: no-repeat;

}
#langue
{
   position: absolute;
	left: 165px;
	top: 145px;
}

#menu
{
   position: absolute;
	left: 350px;
	top: 160px;
}

