/* Styles de base */

body {
   background: #efdaa0;
   padding: 0px;
   margin: 0px;
   font-size: 14px; 
   font-family: Arial, Helvetica, sans-serif;
   color: #2b1d10;
   }
p {
   margin: 5px;
   }
p.center {
   text-align:center;
   }  
p.haiku {
   text-align:left;
   margin-top: 20px;
   margin-bottom: 20px;
   font-size: 14px; 
   font-family: Arial, Helvetica, sans-serif;
   line-height: 14px;
}  
h1 {
   font-weight: bold;
   text-align: center;
   font-size: 25px;
   }
h2 {
   font-weight: bold;
   font-size: 20px;
   }
h3 {
   font-weight: bold;
   font-size: 14px;
   }
h4 {
   font-weight: bold;
   text-decoration: underline;
   font-size: 14px;
   }
h5 {
   font-weight: normal;
   font-style: italic;
   font-size: 14px;
   }


.basdepage {
   font-size: 10px;
   color: #bcae93;
   text-align: right;
   }   
.retour {
   }

/* Styles pour les liens */

a:link { 
   color: #2b1d10;
   }
a:visited {
   color: #8c6033;

   } 
a:hover { 
   color: #8c6033;
   font-weight: bold;
   }
a.retour:link { 
   color: #2b1d10;
   }
a.retour:visited {
   color: #2b1d10;

   } 
a.retour:hover { 
   color: #2b1d10;
   }

/* Styles pour le titre */

.titre {
   text-align:center;
   font-size:26px;
   }
.soustitre {
   text-align:center;
   font-size:20px;
   }

/* Les couleurs de base de la page */
/* couleur1 claire pour fond de page */
.colour1 {
   background: #efdaa0;
   }
/* couleurs 3 et 4 : pour les bandeaux */
 .colour3 {
   background: #c09a1b;
   }
.colour4 {
   background: #f0ca5f;
   }
/* couleur5 sombre, base pour écriture */
.colour5 {
   background: #2b1d10;
   }
