body {
  font: normal 12pt "Book Antiqua", "Palatino Linotype", serif;
  color: black;
  background: white;
  padding: 0;
  margin: 0;
}
p {
  text-indent: 1em;
}
a {
  color: black;
  background: white;
  text-decoration: none;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
acronym {
  border-bottom: none;
}
#page {
  width: 100%;
  margin: 0 auto;
}
#trou-noir, #en-tete, #menu, #sous-menu-masque, #sous-menu, #contact, .noprint {
  display: none;
}
#corps {
  font-size: 12pt;
  text-align: justify;
}
#corps h1, #corps h2 {
  text-align: center;
  padding: 10px 0;
  margin: 0;
}
#corps h1 {
  font-size: 16pt;
}
#corps h2 {
  font-size: 14pt;
}
#corps p, #corps ul, #corps ol, #corps dl {
  padding: 0;
  margin: 10px;
}
#corps ul {
  list-style: square;
}
#corps ul.realisation {
  display: none;
}
#corps ol {
  list-style: upper-roman;
}
#corps li {
  padding: 0;
  margin: 0 0 0 20px;
}
#corps dt {
  font-weight: bold;
  padding: 0;
  margin: 0 0 0 2em;
}
#corps dd {
  padding: 0;
  margin: 0 0 5px 1em;
}
#pied {
  font-weight: normal;
  font-size: 10pt;
  text-align: center;
  padding: 10px 0;
  margin: 0;
}
#pied ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#pied li {
  line-height: 15px;
  display: inline;
}
