body {
  color: black;
  background-color: #DEB887;
}

a:link {
  color: #8A0000;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

a:visited {
  color: #570000;
}

td.date {
  color: black;
  font-weight: bold;
  background: #B22222;
  padding-left: 1em;
  padding-right: 1em;
  text-align: center;
}

td.note {
  color: black;
  background: #E5E5B6;
}

img {
  border-width: 0;
}

img.gauche {
  float: left;
  padding-right: 0.5em;
}

img.droite {
  float: right;
  padding-left: 0.5em;
}

div.centre {
  text-align: center;
}

div.droite {
  text-align: right;
}
