/* CSS Document */


body
{
   width:800px;
   margin: auto;

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

/* L'en-tête */

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


/* Le menu */

#menu
{
   float: left;
   width: 200px;
   height: 200px;
}

.element_menu
{
	color: #9DC33E;

	
	background-color: #A41E13;
	
	text-align: left;
	font-size: medium;
	font-family:"Comic Sans MS", cursive;
	font-style: normal;
	font-weight: normal;
}


/* Quelques effets sur les menus */ 

.element_menu a
{
   color: #9DC33E;
	text-decoration: none;
}

.element_menu a:hover
{
   text-decoration: none; /* Les liens ne seront plus soulignés */
   color: #ECCDC0 ;
}
.element_menu1
{
	color: #9DC33E;

	
	background-color: #A41E13;
	
	text-align: left;
	font-size: small;
	font-family:"Comic Sans MS", cursive;
	font-style: normal;
	font-weight: normal;
}


/* Quelques effets sur les menus */ 

.element_menu1 a
{
   color: #9DC33E;
	text-decoration: none;
}

.element_menu1 a:hover
{
   text-decoration: none; /* Les liens ne seront plus soulignés */
   color: #ECCDC0 ;
}
/* chapeau */


	
/* Le corps de la page */

#chapeau
{
	color :  #9DC33E;
	font-family: Verdana, Geneva, sans-serif;

	width: 800px;
	height: 100px;
	background-color: #A41E13;
	
	position: absolute;
	left:30%;
	top:850px;
	
}
#chapeau a
{
	color :  #9DC33E;
	text-decoration: none;
}

#chapeau a:hover
{
	color :  #9DC33E;
	text-decoration: none;
}
#corps
{color: #9DC33E;
   margin-left: 240px;
   margin-bottom: 2px;
   
   font-size: small;
  font-family:"Comic Sans MS", cursive;
	



}
#corps a
{
   color: #9DC33E;
	text-decoration: none;
}
#corps a:hover
{
   color:#ECCDC0;
	text-decoration: none;
}
#corps h1
{
	color: #9DC33E;
	font-size: large;
	font-family:"Comic Sans MS", cursive;
	font-style: normal;
}
#corps h1 a
{
   color: #9DC33E;
	text-decoration: none;
}
#corps h1 a:hover
{
   color: #9DC33E;
	text-decoration: none;
	}
#corps h2 /* texte des recettes mois après mois */
{
	color: #9DC33E;
	font-size: small;
	font-family:"Comic Sans MS", cursive;
	font-style: normal;
	text-align: left;
	 
	
}
#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:"Comic Sans MS", cursive;
	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:"Comic Sans MS", cursive;
	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:"Comic Sans MS", cursive;
	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:"Comic Sans MS", cursive;
	text-align:center;

	
	
	
}
#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: medium;
	font-family:"Comic Sans MS", cursive;
	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:  #A41E13;
	font-size: small;
	font-family:"Comic Sans MS", cursive;
	
	text-align:center;

	
}
#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: #A41E13;
vertical-align:bottom;


 margin-top:2px;
 background-color:#9DC33E;

 font-size:smaller;
font-family:"Comic Sans MS", cursive;
 text-align:center;
	



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

