body {
  font-family: Geneva, Arial, Helvetica, san-serif;
  font-size: 11px;
  color: white;
  background-color: #A23AFB;
 }

CFADC3    5F20E1   7117F8

/* TEXTES */


.texte10 {
  font-size: 11px;
  letter-spacing: 1px;
 }

.texte111 {
  font-size: 11px;
  letter-spacing: 1px;
 }

.texte12 {
  font-size: 12px;
  letter-spacing: 1px;
 }

.texte13 {
  font-size: 13px;
  letter-spacing: 1px;
 }


/* TITRES */

.titre {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #C36AFC;
  font-weight: bold;
  letter-spacing: 4px;
  padding-top: 15px;
 }


/* SOUSTITRES */

.soustitre {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #CEF2B6;
  font-weight: bold;
  letter-spacing: 3px;
 } 


/* LEGENDES DES IMAGES */

.legende {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #F2D9F6;
  font-weight: bold;
  letter-spacing: 2px;
 }


/* LIENS - balises a */

a { 
  color: #EE9AC0;
  text-decoration: none;
  font-size: 16px;
 }


a.menu {
  color: #EE9AC0;
  text-decoration: none;
  font-variant: small-caps;
  font-weight : bold;
  font-size: 15px;
 }

a.menu:hover {
  color:#2992FD;
 }



/* LISTES */

ul {
  list-style-type: circle;
 } 
