body
{
   width: 760px;
   height: auto;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;   
   background-color: black; 
   font-family: Albany,Arial, "Arial Black", "Times New Roman", Times;   
}

body a:hover
{
	color:#2ad003;
}

#en_tete
{
   width: 760px;
   height: 100px;
   margin-bottom: 10px; 
}

#corps
{

   margin-top:20px;
   margin-bottom: 20px;
   padding: 5px;
   color: white;  
}

#corps h1 /* Tous les titres h1 du corps */
{
   color: #2ad003;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2 /* Tous les titres h2 du corps */
{
   height: 70px;

   background-image: url("../../images/titre.png"); /* Une petite image de fond sur les titres h2 */
   background-repeat: no-repeat; /* L'image ne se répètera pas, elle sera à gauche du titre */
   
   padding-left: 60px;
   color: #2ad003;
   text-align: left;
}

#corps h3 /* Tous les titres h3 du corps */
{
   height: 40px;
   
   padding-left: 30px;
   color: Black;
   text-align: center;
}

p
{
	padding-left: 30px;
	text-align: left;
}

#corps a
{
	font-size:1.2em;
	color: white;
	margin-left:220px;
	text-decoration:none;
}

#corps a:visited
{
	color: white;
}

#corps a:hover
{
	font-size:1.1em;
	color: #2ad003;
}
