body
{
   width: 760px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;    
   background-color: #f06d03;
   font-family: Sylfaen,"Lucida Handwriting","Arial Black","Times New Roman",serif;
}
h3
{    
   color: #ff7700;
   font-family: Sylfaen,"Lucida Handwriting","Arial Black","Times New Roman",serif;
   text-align: center;
   font-size: x-large;
   font-weight: bold;   

}
#en_tete
{
   width: 754px;
   height: 85px;
   text-align: center;
   color: #ff7700;
   margin-bottom: 10px;
   border: solid;
   border-color: #ffffff;
   background-color: #fff273;
}
.menu
{
   float: left;
   width: 143px;
}

.element_menu
{
   background-color: #fff273;
   border: solid;
   border-color: #ffffff;   
   margin-bottom: 10px;
}


.element_menu h3
{    
   color: #ff7700;
   font-family: Sylfaen,"Lucida Handwriting","Arial Black","Times New Roman",serif;
   text-align: center;

}
.element_menu ul
{
   padding: 2px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 6px;
   
}

.element_menu a
{
   color: #ff7700;
}

.element_menu a:hover
{
   background-color: #fff273;
   color: #ffff00;
}

#corps
{
   margin-left: 140px;
   padding: 20px;
   padding-top: 10px;   
   color: #ff7700;
   background-color: #fff273;
   border: solid;
   border-color: #ffffff;
}

#corps h1
{
   color: #ff7700;
   text-align: center;
   font-family: Sylfaen, "Times New Roman", Times, serif;
   font-weight: bold;   
}

#corps h2
{
   height: 30px;
    padding-left: 30px;
   color: #fa6708;
   text-align: center;
}

#pied_de_page
{
	margin-top: 10px;
   padding: 1px;
   text-align: center;
   color: #ff7700;
   background-color: #fff273;
   border: solid;
   border-color: #ffffff;
}
.imagecentre
{
	text-align:center;
}
h3 em /* => tous les em situés à l'intérieur d'un h3 */
{
   color: blue;
}

a img /* Toutes les images contenues dans un lien */
{
   border: none; /* Pas de bordure */
}
.aucunepuce
{
list-style-type: none;
}



