/* Le corps de la page ----- meme couleur sans cadre*/

body
{
   width: 1034px;
   margin: auto; 
   margin-top: 10px; 
   margin-bottom: 10px;  
  background-color: #DFD8CA;
  background-color: #E9E6D4;
   background-color: #E1E9D3;
   background-color: #dcd7cc;  
    
   }
   
/* Le titre */

#titre h1 
{
   color: #A13B46; /* couleur du titre */
   text-align: center;
   font-family: comic sans ms , Arial , courier new , times, serif ;  /* police de caracteres du titre */
  font-size : 35px ; /* taille titre */
 
}
/* Le menu */


ul#menu_horizontal li 
{ 

 
display : inline;  /* afficher le menu horizontalement */
 padding : 0 1.2em; /* Pour espacer les boutons entre eux */
}
ul#menu_horizontal a
{
list-style-type : none; /* Car sinon les puces se placent n'importe où */
color: #A13B46;
font-weight : bold; /* menu en gras */
text-decoration: none;  /* pas de soulignement des elelments du menu */
font-family: comic sans ms , Arial , courier new , times, serif ;  /* police de caracteres du menu */
}


/* L'en-tête */


#en_tete1
{
   width: 1034px;
   height: 189px;
   background-image: url("images/entete.jpg");
   
   margin: left; 
   margin-bottom: 5px;
    border-radius: 10px;  /* pour avoir des coins arrondis (ne fonctionne pas avec IE)*/
}

#en_tete
{

   width: 1034px;
   height: 189px;
   background-image: url("images/saintesrd.jpg");
   
   margin: left; 
   margin-bottom: 5px;
    border-radius: 10px;  /* pour avoir des coins arrondis (ne fonctionne pas avec IE)*/
	text-align: right; 
}

#corps
{
	 
	margin-bottom: 10px; 
	padding: 5px; 
		   
	color: #663300; 
	color : white ;
	font-family: comic sans ms , Arial , courier new , times, serif ;  /* police de caracteres du titre */
	/* background-color: #AFA796; */ 
	background-color: #8c8270	;
 	background-repeat: repeat-x; 
	border-radius: 10px;	 /* pour avoir des coins arrondis (ne fonctionne pas avec IE)*/   
	
	
}





#pied_de_page
{
   padding: 1px; 
   clear: right;
  
  font-family: comic sans ms , Arial , courier new ,  times, serif ;  /* police de caracteres du titre */
   border-radius: 10px;  /* pour avoir des coins arrondis (ne fonctionne pas avec IE)*/
   text-align: center;
  font-weight : bold; /* en  gras */
   color: #A13B46;
   background-color: #DFD8CA; 
 
}