body {
  margin: 0;

  background: white;
  background-image: url(img/fond-banniere.png);
  background-position: top left;
  background-repeat: repeat-x;

  border: medium solid black;
  border-top-style: none;

  color: black;
  font-family: sans-serif;
}

a img {
  border-style: none;
}

div.content {
  margin: 1cm;
  text-align: justify;
}

h1:after {
  content: url(img/fleche-h1.png);
}

div.h1 {
  margin-left: -16px;
  border-left: 2px solid black;
  padding-left: 14px;
}

h2 {
  color: #118;
}

/*
 * Menu
 */

table.menu {
  border-style: none;
  border-spacing: 0;
}

table.menu tr.menu td {
  border: 3px solid black;
  border-right-width: 2px;
  border-left-width: 1px;
  width: 10%;
  text-align: center;
}

table.menu a {
  color: black;
  text-decoration: none;
}

table.menu tr.menu td.rest {
  border-right-style: none;
  width: auto;
}

/*
 * Logos
 */

table.logos td {
  text-align: center;
  vertical-align: middle;
}

/*
 * Footer
 */

table.footer {
  font-size: small;
  font-style: italic;
}

