@import "default.css";

div.prose h2
  {
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.1em;
  }
div.auteur
  {
  margin: 0 0 2em 0;
  text-align: right;
  }

p.break
  {
  margin-top: 2em;
  text-indent: 0;
  }

table.sample
  {
  clear: both;
  margin: 1em 0 2em 0;
  color: #000;
  background: #eee;
  }
table.sample th
  {
  padding: 0.5em 0.5em 0.5em 1em;
  text-align: right;
  }
table.sample td
  {
  padding: 0.5em 1em 0.5em 0.5em;
  }

div.botmen
  {
  margin: 2em 0;
  border-top: 1px solid #000;
  padding: 1em 0;
  text-align: right;
  }

