

body {
  font-family: Comic sans MS;
  font-size: 10px;
  color: #fff;
  background-color: #424141;
}





/* TABLEAUX : FOND  */

.tableau {
  background-color: #807E7E;
}




/* TABLEAUX : FOND  */

.tableau2 {
  background-color: #5B5A5A;
}








/* TEXTES  */

.texte10 {
  font-size: 10px;
  letter-spacing: 1px;
}

.texte11 {
  font-size: 11px;
  letter-spacing: 1px;
}


.texte12 {
  font-size: 12px;
  letter-spacing: 1px;
}





/* TITRES  */

.titre {  
  font-family: Comic sans MS; 
  font-size: 18px; 
  color: #882663; 
  font-weight: bold; 
  letter-spacing: 4px;
}



/* SOUSTITRES  */

.soustitre {  
  font-family: Comic sans MS; 
  font-size: 18px; 
  color: #ADCE3E; 
  font-weight: bold; 
  letter-spacing: 3px;
}





/* LEGENDES DES IMAGES  */

.legende {  
  font-family: Comic sans MS; 
  font-size: 11px; 
  color: #882663; 
  font-weight: bold; 
  letter-spacing: 1px;
}






/* LIENS - balises a */


a {
  color: #FFF; 
  text-decoration: none;
  font-size: 14px;
}


a.menu { 
  color: #FFF;
  text-decoration: none;
  font-variant: small-caps;
  font-weight : bold;
  font-size: 14px;
}


a.menu:hover {
   color:#ADCE3E;
}







/* LISTES */

ul {
  list-style-type: none;
}



