body
{
   width: 750px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;   
   background-image: url("img/fondhiero.jpg"); 
   background-repeat: repeat-y;
}

a /* liens corps */
{
   color: #0080ff;
   text-decoration: none;
   font-style: italic;
   font-size: 1em;
   background-image: transparent url("images/non.gif");
   background-repeat: repeat-x;
}

a:hover /* Quand on pointe sur un lien*/
{
   background-color: #ffffff;
   color: #0080ff;
   font-style: italic;
   font-size: 1em;
   background-image: url("img/scar.gif");  
   background-repeat: repeat-x;
}

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;
}

.imagegauche
{
   float: left;
   padding-right: 15px; 
}

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;
}

ul /* Toutes les listes à puces */
{
   list-style-position: inside;
   padding: 0px; 
   padding-left: 15px; 
   margin: 0px; 
   margin-bottom: 5px; 
}

#en_tete
{
   position: absolute;
   left: 150px;
   top: 10px;
   width: 700px;
   height: 70px;
   background-image: url("img/titre.gif");
   background-repeat: no-repeat;
   margin-bottom: 0px;
}

.papyrus
{
   position: absolute;
   left: 840px;
   top: 15px;
   width: 130px;
   height: 98px;
   background-image: url("img/papyrus.jpg");
   background-repeat: no-repeat;
}


.bord_b /*bord bas pied page*/
{
   position: absolute;
   left: 45px;
   top: 570px;
   margin-left: 100px;
   margin-bottom: 0px;
   width: 810px;
   height: 43px;
   background-image: url("img/eau.gif");
   background-repeat: repeat-x;
    }
	
#corps
{
   position: absolute;
   left: 96px;
   top: 100px;
   width: 840px;
   overflow: auto;
   height: 450px;
   padding: 10px; 
   padding-top: 10px;
   text-align: justify;
   color:  #2c1c14;
}

#pied_de_page
{
   position: absolute;
   left: 45px;
   top: 580px;
   width: 400px;
   margin-left: 65px;
   padding: 13px;
   padding-left: 28px;
   padding-right: 28px;
   text-align: left;
   border: none;
}

