

body {
  font-family: Geneva, Arial, Helvetica, san-serif;
  font-size: 11px;
  color: #000;
  background-color: #B6B6B6;
}





/* TEXTES  */

.texte11 {
  font-size: 11px;
  letter-spacing: 1px;
}


.texte12 {
  font-size: 12px;
  letter-spacing: 1px;
}



.texte14 {
  font-size: 12px;
  letter-spacing: 1px;
}




/* TITRES  */

.titre {  
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 16px; 
  color: #41C124; 
  font-weight: bold; 
  letter-spacing: 10px;
  padding-top: 15px;
}



/* SOUSTITRES  */

.soustitre {  
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 18px; 
  color: #41C124
  font-weight: bold; 
  letter-spacing: 3px;
}





/* LEGENDES DES IMAGES  */

.legende {  
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  color: #41C124; 
  font-weight: bold; 
  letter-spacing: 2px;
}


/* LIENS - balises a */


a {
  font-family: Goudy Old Style;
  color: #6E10C6; 
  text-decoration: none;
  font-size: 16px;
}


a.menu { 
  font-family: Goudy Old Style;
  color: #6E10C6;
  text-decoration: none;
  font-variant: small-caps;
  font-weight : bold;
  font-size: 15px;
}


a.menu:hover {
   color:#6E10C6;
}






/* LISTES */

ul {
  list-style-type: circle;
}




