body {
  margin: 5em 10% 10em;
  color: #000000;
  padding-left: 8em;
  background-color: #ccccff;
  background-image: url(images/divers/miro.jpg);
  background-position: center top;
  background-attachment: fixed;
}
table {
  margin-bottom: 2em;
}
td {
  vertical-align: top;
}
h1, h2, h3, h4 {
  font-family: sans-serif;
  color: red;
}
h1 {
  text-align: center;
}
h2.center, h3.center, h4.center {
  text-align: center;
}
h4 {
  margin-top: 4em;
}
a:link {
  font-weight: bold;
  text-decoration: none;
  color: #000066;
}
a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #000066;
}
a:hover {
  text-decoration: underline;
}
li {
  margin-top: 1%;
  margin-bottom: 1%;
}
ul {
  list-style-type: square;
}
ul.menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
div.menu {
  position: absolute;
  left: 1em;
  width: 11em;
}
div.traduction {
  position: relative;
  left: 15%;
  width: 85%;
  font-size: 80%;
}

