html {
  direction: ltr;
  }
body {
  direction: ltr;
  background-color: #fafafa;
  font-size: 100%;
  font-family: Georgia, serif;
  margin: 16px;
  }
body.pourlivre {
  background-color: #efefef;
  }
p.bandeau {
  padding: 8px;
  background-color: #ffffff;
  clear: both;
  text-align: center;
  font-variant: small-caps;
  font-size: 1.1em;
  border-top: thin solid black;
  border-bottom: thin solid black;
  margin-bottom: 10px;
  }
div.bandeau {
  padding: 8px;
  background-color: #ffffff;
  text-align: center;
  font-variant: small-caps;
  font-size: 1.1em;
  border-top: thin solid black;
  border-bottom: thin solid black;
  }
a:link {
  text-decoration: none;
  color: #001199;
  }
a:visited {
  text-decoration: none;
  color: #551177;
  }
a:hover {
  text-decoration: underline;
  }
a:active {
  text-decoration: none;
  }
p.bandeau a {
  font-weight: normal;
  }
.h-1 {
  font-size: 1.25em;
  font-variant: small-caps;
  clear: both;
  }
.h0 {
  font-size: 1.875em;
  font-variant: small-caps;
  text-align: center;
  clear: both;
  }
h1, h2, h3 {
  page-break-after: avoid;
  text-align: left;
  }
h1 {
  font-size: 1.5em;
  font-variant: small-caps;
  font-weight: normal;
  clear: both;
  }
h2 {
  font-size: 1.25em;
  font-weight: bold;
  }
h3 {
  font-size: 1em;
  font-weight: bold;
  }
h4 {
  font-weight: normal;
  font-style: italic;
  text-align: left;
  }
.tm1 {
  margin-bottom: 0px;
  font-weight: bold;
  }
.tm1 a{
  font-weight: bold;
  }
.tm2 {
  margin-top: 0px;
  margin-bottom: 0px;
  text-indent: 30px;
  }
.texte {
  text-align: justify;
  }
.livre {
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 750px;
  }
.centralign {
  text-align: center;
  }
.rightalign {
  text-align: right;
  }
.leftalign {
  text-align: left;
  }
.floatright {
  float: right;
  }
.floatleft {
  float: left;
  }
.NoteDroite {
  padding: 5px;
  background-color: #e6e6e6;
  margin-left: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 4.5cm;
  float: right;
  clear: right;
  text-align: left;
  font-size: 0.9em;
  }
.NoteDroiteAlinea {
  padding: 5px;
  background-color: #e6e6e6;
  margin-left: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 4.5cm;
  float: right;
  clear: right;
  text-align: left;
  text-indent: 30px;
  font-size: 0.9em;
  }
.NoteGauche {
  padding: 5px;
  background-color: #e6e6e6;
  margin-right: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 4.5cm;
  float: left;
  clear: left;
  text-align: left;
  font-size: 0.9em;
  }
.NoteGaucheAlinea {
  padding: 5px;
  background-color: #e6e6e6;
  margin-right: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 4.5cm;
  float: left;
  clear: left;
  text-align: left;
  text-indent: 30px;
  font-size: 0.9em;
  }
.NoteAlinea {
  text-indent: 30px;
  }
.NoteLarge {
  width: 30%;
  }
.RetraitNoteGauche {
  margin-left: 5cm;
  }
.RetraitNoteDroite {
  margin-right: 5cm;
  }
.clear {
  clear: both;
  }
.chapeau {
  font-size: 1.1em;
  font-weight: bold;
  }
.intertitre {
  font-size: 1.2em;
  font-weight: bold;
  }
.question {
  font-weight: bold;
  }
.lettrine {
  font-size: 3em;
  font-weight: bold;
  float: left;
  vertical-align: top;
  }
.sepalinea {
  margin-bottom: 0px;
  text-align: justify;
  }
.firstalinea {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: justify;
  }
.alinea {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: justify;
  text-indent: 30px;
  }
.alineasep {
  margin-bottom: 0px;
  text-align: justify;
  text-indent: 30px;
  }
code {
  font-size: 90%;
  font-family: monospace;
  color: #772222;
  font-weight: bold;
  }
blockquote {
  border-left: 3px double #320000;
  margin-left: 30px;
  padding-left: 10px;
  border-right: 3px double #320000;
  padding-right: 10px;
  font-size: .94em;
  color: #280500;
  }
blockquote.ital {
  margin: 0px;
  text-indent: 16px;
  font-style: italic;
  }
q.ital {
  font-style: italic;
  }
.inverse {
  font-style: normal;
  }
.ouvrage {
  font-style: italic;
  }
.italique {
  font-style: italic;
  }
.emphase {
  font-style: italic;
  }
.etranger {
  font-style: italic;
  }
.foreign {
  font-style: italic;
  }
.small-caps {
  font-variant: small-caps;
  }
.smallcaps {
  font-variant: small-caps;
  }
.smaller {
  font-size: smaller;
  }
.barre {
  text-decoration: line-through;
  }
.larger {
  font-size: larger;
  }
.double {
  font-size: 200%;
  }
.gras {
  font-weight: bold;
  }
.rouge {
  color: red;
  }
.exthref {
  color: #117711;
  }
.appel {
  font-size: .8em;
  vertical-align: top;
  }
.call {
  font-size: .8em;
  vertical-align: top;
  }
.ordinal {
  font-size: 80%;
  vertical-align: top;
  }
.exposant {
  font-size: 80%;
  vertical-align: top;
  }
.texteNote {
  margin: 0px;
  font-size: .8em;
  }
ol.iii {
  list-style-type: lower-roman;
  }
ol.abc {
  list-style-type: lower-alpha;
  }
.top {
  vertical-align: top;
  }
.verticentre {
  vertical-align: middle;
  }
.bottomalign {
  vertical-align: bottom;
  }
.lignavant {
  border-top: thin black solid;
  }
.lignapres {
  border-bottom: thin black solid;
  }
.bordhaut {
  border-top: thin black solid;
  }
.bordbas {
  border-bottom: thin black solid;
  }
.borddroit {
  border-right: thin black solid;
  }
.bordgauche {
  border-left: thin black solid;
  }
.bord {
  border: thin black solid;
  }
.borddroitmedium {
  border-right: medium black solid;
  }
.bordgauchemedium {
  border-left: medium black solid;
  }
.bordmedium {
  border: medium black solid;
  }
.dashed {
  border: thin black dashed;
  }
.dotted {
  border: thin black dotted;
  }
.separated {
  margin-top: 20px;
  margin-bottom: 20px;
  }
.sepavant {
  margin-top: 20px;
  }
.sepapres {
  margin-bottom: 20px;
  }
.centre {
  margin-left: auto;
  margin-right: auto;
  }
.droite {
  margin-left: auto;
  }
.marges {
  margin: 10px;
  }
.sansmarges {
  margin: 0px;
  }
.padded {
  padding: 8px;
  }
.sanspad {
  padding: 0px;
  }
.pleinelargeur {
  width: 100%;
  }
.milargeur {
  width: 50%;
  }
.tierslargeur {
  width: 33%;
  }
table.cellpad tr th {
  padding: 8px;
  }
table.cellpad tr td {
  padding: 8px;
  }
table.colmarge tr th {
  margin-left: 8px;
  margin-right: 8px;
  }
table.colmarge tr td {
  margin-left: 8px;
  margin-right: 8px;
  }
table.centertd tr th {
  text-align: center;
  }
table.centertd tr td {
  text-align: center;
  }
table.grid tr th {
  border: thin black solid;
  }
table.grid tr td {
  border: thin black solid;
  }
table.collapse {
  border-collapse: collapse;
  }
th {
  text-align: center;
}
