h1 {
  padding: 5px 15px;
  border-radius: 0 15px 0 15px;
  color: aqua;
  font-size: 1.8em;
  background-color: rgb(13, 74, 240);
}
h2 {
  padding: 0 10px 0 10px;
  border-radius: 10px;
  color: rgb(5, 59, 5);
  background-color: rgb(216, 216, 216);
}
h3 {
  padding: 10px 0 10px 0;
  border-radius: 10px;
  color: aqua;
  background-color: darkgreen;
  text-align: center;
}
span, .valeur {
  color: aqua;
  background-color: darkgreen;
}
small {
  font-size: smaller;
  color: dimgrey;

}
footer, .sstitre {
  font-size: smaller;
  font-weight: lighter;
  text-align: center;
}
.sstitreAsup {
  font-size: smaller;
  font-weight: lighter;
  text-align: center;
}

.menucl {
  color: cadetblue;
}

#tel {
  font-size:8px;
}

.entete {
  font-weight: bold;
}
.ligneSombre { /*couleur pour les lignes paires */
  background-color: #f8e6e6;
}
.ligneClaire { /* couleur pour les lignes impaires */
  background-color: blank;  
}
.surLigne { /* couleur du surlignage */
  background-color: yellow;
  color: rgb(62, 62, 251);
}
