@import url(page.css);
@import url(menu.css);
@import url(links.css);
h1 {
  font-size: 1em; text-align: right;
}
ul {
  padding-left: 1em;
}
p {
  text-align: justify;
}
.fiche {
  font-weight: bold;
}
.correction {
  font-weight: bold; color:red;
}
#errata {
  background-color: white;
  color: black;
  border: 1px dotted silver;
  padding: 0.5cm;
  width: 12cm;
  height: 22.5cm;
  font-size:0.8em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#signature {
  text-align: right;
}
#date {
  float: left;
}
#url {
  text-align: center;
  margin-top: 1em;
  font-size: 0.8em;
}
table, map {
  display: none;
}