/* CSS Document */


body
{
   width:1000px;
   margin: auto;

   margin-bottom: 20px;    
   background-color: #A41E13;
   
   
   /* #A41E13 rouge #9DC33E vert*/
}

/* L'en-tête */

#en_tete
{	
   width: 800px;
   height: 200px;
   background-color: #A41E13;
   margin-bottom:10px;
}


/* Le menu */




	
/* Le corps de la page */

#corps
{color: #9DC33E;
width: 800px;
   margin: auto;
   margin-bottom: 2px;
   text-align:center;

   
   font-size: small;
     font-family: Arial, Helvetica, sans-serif;
	 border-collapse : collapse;



}
#corps a
{
   color: #9DC33E;
	text-decoration: none;
}
#corps a:hover
{
   color:#ECCDC0;
	text-decoration: none;
}
#corps h1
{
	color: #A41E13;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
#corps h1 a
{
   color: #A41E13;
	text-decoration: none;
}
#corps h1 a:hover
{
   color:#A41E13;
	text-decoration: none;
	}
#corps h2 /* texte des recettes mois après mois */
{
	color: #A41E13;
	font-size: xx-large;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align:center;
	font-weight: bold;
}
#corps h2 a
{
   color: #9DC33E;
	text-decoration: none;
}
#corps h2 a:hover
{
   color: #ECCDC0;
	text-decoration: none;
	}
#corps h3 /* texte des dates*/
{
	color:  #FFFFFF;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align:center;
	font-weight: normal;
	line-height: 2px;
}
#corps h3 a
{
   color:  #FFFFFF;
	text-decoration: none;
}
#corps h3 a:hover
{
   color: #9DC33E;
	text-decoration: none;
	}
#corps h4 /* chiffre des dates*/
{
	color: #FFFFFF;
	font-size: x-large;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align:center;
	font-weight: bold;
	line-height: 5px;
}
#corps h4 a
{
   color:  #FFFFFF;
	text-decoration: none;
}
#corps h4 a:hover
{
   color:  #FFFFFF;
	text-decoration: none;
	}
	#corps h5 /* recettes*/
{
	color: #9DC33E;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	

}
#corps h5 a
{
   color:  #FFFFFF;
	text-decoration: none;
}
#corps h5 a:hover
{
   color:  #FFFFFF;
	text-decoration: none;
	}
	#corps h6 /* recettes*/
{
	color: #FFFFFF;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	
	
	
}
#corps h6 a
{
   color:  #FFFFFF;
	text-decoration: none;
}
#corps h6 a:hover
{
   color:  #FFFFFF;
	text-decoration: none;
	}
	#corps h7 /* gros titres*/
{
	color: #9DC33E;
	font-size: x-large;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	
	
}
#corps h7 a
{
   color:  #FFFFFF;
	text-decoration: none;
}
#corps h7 a:hover
{
   color:  #FFFFFF;
	text-decoration: none;
	}
	#corps h8 /* chiffre des dates*/
{
	color: #FFFFFF;
	font-size: x-large;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align:center;
	font-weight: bold;
	
}
#corps h8 a
{
   color:  #FFFFFF;
	text-decoration: none;
}
#corps h8 a:hover
{
   color:  #FFFFFF;
	text-decoration: none;
	}
/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */
#pied_de_page
{color: #FFFFFF;
 margin-top:2px;

 font-size:smaller;
 font-family: Arial, Helvetica, sans-serif;
 text-align:center;
	

}
#pied_de_page a
{
   color: #FFFFFF;
	text-decoration: none;
}
#pied_de_page a:hover
{
   color:#FFFFFF;
	text-decoration: none;
}

