body {
  background: white;
  font-size: 10pt;
  text-align : justify;
  margin: 0 1%;
  }
#menu, #header, #pied, img, object {
  display: none;
  }
#wrapper, #conteneur {
  width: auto;
  margin: 0 1%;
  padding: 0;
  border: 0;
  float: none !important;
  color: black;
  background: transparent none;
  }
div#conteneur {
  margin-left: 2%;
  padding-top: 1em;
  border-top: 1px solid #930;
  }
h2, dt{
  font-size: 12pt;
  font-weight: bold;
}
h3{
  font-style: italic;
  font-size: 10pt;
}


a:link, a:visited {
  color: #000;
  background: transparent;
  font-weight: bold;
  text-decoration: underline;
  }
#content a:link:after, #content a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
  }
#content a[href^="/"]:after {
  content: " (http://www.fssp.fr" attr(href) ") ";
  }