body
{
   width: 750px;
   margin: auto;
   margin-top: 10px;
   margin-bottom: 20px;   
   background-color: #ffffff;
}

a /* liens corps */
{
   color: #ffffff;
   text-decoration: none;
   background-color: #ffb7db;
   margin-left: 10px;
   font-style: italic;
   font-size: 0.9em;
   background-image: transparent url("img/non.gif");
   background-repeat: repeat-x;
}

a:hover /* Quand on pointe sur un lien*/
{
   background-color: #ffffff;
   color: #ffb7db;
   font-style: italic;
   font-size: 0.9em;
}

p
{
   color:  #2c1c14;
   text-indent: 30px; 
}

p:first-letter /* La première lettre de chaque paragraphe */
{
   font-family: "Times New Roman";
   font-weight: bold; /* En gras */
   font-size: 1.3em; /* Ecrit légèrement plus gros que la normale */
   font-style: italic;
}

h4 /* Tous les titres */
{    
   color: #2c1c14;
   font-family: "Times New Roman", Times, serif;
   text-align: left;
   font-style: italic;
   font-size: 1.3em;
   padding-left: 15px;
}

.laisse
{
   color: #ffb7db;
   background-color: #8080C0;
   font-style: italic;
}  

.fond
{
   position: absolute;
   left: 60px;
   top: 5px;
   width: 111px;
   height: 534px;
   background-image: url("img/fond.jpg");
   background-repeat: no-repeat;
}

#corps
{
   position: absolute;
   left: 180px;
   top: 10px;
   width: 780px;
   overflow: auto;
   height: 550px;
   padding: 15px; 
   padding-top: 1px;
   text-align: justify;
   color:  #2c1c14;
}

#pied_de_page
{
   position: absolute;
   left: 60px;
   top: 550px;
   width: 111px;
   text-align: center;
   border: none;
}
