@charset "iso-8859-1";
body {
  font-size: 12pt;
  font-family: verdana;
  background-image: url(images/carreau.gif);
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: navy;
  background-color: #c8f0f0;
  font-family: Verdana;
  font-size: larger;
}
h1 {
  font-size: 24pt;
  text-align: left;
  text-transform: uppercase;
}
h2 {
  font-family: Verdana;
  font-size: 20pt;
  color: #330099;
  text-transform: capitalize;
  text-align: left;
  text-decoration: none;
}
h3 {
  font-size: 16pt;
  font-family: Verdana;
  font-weight: inherit;
  text-align: left;
  text-decoration: none;
}
h4 {
  font-size: 12pt;
  font-family: Verdana;
  font-style: italic;
  text-decoration: none;
}
h5 {
  font-size: 10pt;
  font-weight: 500;
}
h6 {
  font-size: 8pt;
}
ul {
  border-left-width: 1em;
}
.navbar {
  background-color: #fff0f0;
  font-size: 8pt;
  font-weight: 300;
  text-align: center;
}
.high {
  font-family: arial;
  color: navy;
  background-color: #c8f000;
  font-size: 20pt;
  font-weight: 500;
}
.faux {
  color: red;
  font-weight: 900;
  text-align: center;
}
.vrai {
  color: blue;
  font-weight: 900;
  text-align: center;
}
.note {
  background-color: #c8f0ff;
}
