/* BALISES GENERIQUES DU HTML */
BODY {
  color: Black;
  background-color: white;
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}

H1 { text-align: center; }

a {
  text-decoration:none;
  color:blue;
}

