html, body
{
  
   margin: 0;
   padding: 0;
   height: 100%;
   background-image: url("images/fond.jpg");
   background-color: #FFF9CE;

	font-family: calibri, "arial narrow", serif, Arial, Verdana;


}

h3
{
   margin: 0;
   padding: 0;
}  

   
   
   
/* --------------------------------------------------------------------------------------------- all --------------------------------------------------------------------------------- */

#all
{
	/*margin-left: 20%;
	margin-right: 20%;*/
	/*background-image: url("images/fond2.bmp"); */
	
	width: 800px;
	height: 100%;
	padding-top:400px;
	
}

/* -------------------------------------------------------------------------------------------- page --------------------------------------------------------------------------------- */


#page
{
	/*margin-left: 200px;*/
	width: 800px;
	
	
}


#en_tete
{
	border: 1px solid black;
	border-top: none;
	min-height: 119px;
	height: 119px;
	background-image: url("images/fondtitre.jpg");
}



/* ------------------------------------------------ menu -------------------------------------------------> */


#menu
{
	background-image: url("images/bouton.png");
	background-repeat: repeat-x;
	height: 27px;
}

#menu a
{
   display:block; 
   float:left; 
   width:99px;               /* 99 pour coriger bug ie*/
   height:27px; 
   border:none; 
   text-align:center; 
   color:#000000;
   padding-top: 2px;
}
   
html>body #menu a 
{

width:100px;					/* pour autres nav */

}




#menu a, #menu a:visited   
{
	color:#000000;    
	text-align:center; 
	
	text-decoration:none; 
}

#menu a:hover, #menu a:visited:hover 
{
	color:#fff000;
	text-decoration:none;  
}






/* ------------------------------------------------ /menu -------------------------------------------------> */




#corp
{
	border: 1px solid black;
	margin-top: 30px;
	margin-bottom: 10px;
	width: 800px;
	
	/*background-color: #ffef80; */
	min-height: 560px;
	height: 560px;
	background-image: url("images/fondsite.jpg");
	background-repeat: repeat-y;
	
}




#bas
{
	text-align: center;
	/*border-top: 1px solid black;
	background-image: url("images/bas2.png");*/
	height: 40px;
	width: 800px;
	margin-left: 1px;
	font-size: 70%;
}

/* ------------------------------------------------------------------------------------------- /page --------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------------- /all --------------------------------------------------------------------------------- */