body {
    margin: 0; /* pour éviter les marges */
     text-align: center; /* pour corriger le bug de centrage IE */
     background-image: url(image/fond_pelouse.jpg);
	  }

 #contenu { 
  margin-left: auto;
  margin-right: auto;
  width: 986px;
  height:514px;  
  text-align: left;
 
 } 

#entetepage { 
    width: 986px;
	  margin: 0px;
	
 } 


#cadrehaut{
	background-repeat: no-repeat;
	width:791px;
	height: 10px;
	padding-top: 5px;
	
} 
 

#texte { 
   width: 986px;
	
   padding-bottom: 40px;
   	padding-top: 15px
   margin: auto;
background:  repeat-y;
	background-color: White;
 } 
 
 #menu
{
	position:relative;
	 width:787px;
	  height:34px; 
	  background-image: url(image/menu.gif);
	  background-repeat: no-repeat;

}

#navcontainer ul
{
padding: .2em 0;
margin: 0;
list-style-type: none;
background-color: #68a0cf;
color: #FFF;
width: 100%;
font: normal 110% arial, helvetica, sans-serif;
text-align: center;
}

li { display: inline; }

li a
{
text-decoration: none;
background-color: #68a0cf;
color: #FFF;
padding: .2em 1em;
/*border-right: 1px solid #fff;*/
}

li a:hover
{
background-color: #369;
color: #fff;
}

#navcontainerbas ul
{
padding: .2em 0;
margin: 0;
list-style-type: none;
background-color: #FFFFFF;
color: #FFF;
width: 100%;
font: normal 80% arial, helvetica, sans-serif;
text-align: center;
}

#navcontainerbas li a
{
text-decoration: none;
background-color: #FFFFFF;
color: #68a0cf;
padding: .2em 1em;
/*border-right: 1px solid #fff;*/
}

#bas 
{
padding: .2em 0;
margin: 0;
list-style-type: none;
color: #FFF;
width: 100%;
font: normal 80% arial, helvetica, sans-serif;
text-align: center;
}
