
H1 {
  font-family: Arial, Helvetica;
  color: teal;
  text-align: center;
  border-top: 3pt purple solid;
  border-right: 3pt purple solid;
  border-bottom: 3pt purple solid;
  border-left: 3pt purple solid;
}

H2 {
  font-family: Arial, Helvetica;
  color: teal;
}

P, LI {
  font-family: sans-serif;
  font-size: 11pt;
}

.question {
  font-family: Arial;
  font-size: 12pt;
  color: purple;
}

.lien {
  margin-top: 3pt;
  margin-bottom: 3pt;
  margin-left: 1.5cm;
}

:link {
  color: maroon;
  background-color: transparent;
}

:visited {
  color: #C00000;
  background-color: transparent;
}

:active {
  color: maroon;
  background-color: transparent;
}

A {
  text-decoration: none;
}

A:hover {
  color: maroon;
  background-color: #FFFFC0;
  text-decoration: underline;
}
