body
{
   width: 95%;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;
   background-image: url(dégradé.gif);
   background-repeat: repeat-y;
   background-position: center;
   background-attachment: fixed;
}

#en_tete
{
   margin-bottom: 10px;
   margin-right: 20px;
   margin-left: 20px;
   width: 95%;
}
#en_tete p
{
   margin-left: 15%;
   font-family: Forte, serif;
   text-align: center;
   margin-top: 20px;
   font-size: 4em;
   padding: 10 px;
}

#menu
{
   float: left;
   width: 22%;
}

.element_menu
{
   color:white;
   background-color: #000000;
   background-repeat: repeat-x;
   border: 2px solid black;   
   margin-bottom: 10px;
   margin-right: 10 px;
}

.element_menu h3 /* Tous les titres de menus */
{    
   color: #B3B3B3;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

.element_menu a
{
   color: #B3B3B3;
   padding: 0px;
   text-decoration: none;
   font-size: 1.1em;
}

.element_menu a:hover
{
   text-decoration: underline;
   color: white;
}

#corps
{
   margin-left: 25%;
   margin-bottom: 20px;
   padding: 10px;
   border: 2px solid black;
}

#corps h1
{
   color: black;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size: 2.7em;
}

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

#pied_de_page
{
   margin-top: 5.5%;
   padding: 0px;
   text-align: right;
   color: rgb(239,69,112);
   font-family: Forte, serif;
}


#corps p
{
	font-size: 1.3em;
	font-family: georgia, Arial, "Arial Black", "Times New Roman", Times, serif;
}

h3
{
	font-size: 1.3em;
}
