/* This stylesheet is for the FP09 oomoan letter in french
 */

/*  -------------------- paragraph -------------------- */
p.indent {
  margin-top: 0;
  margin-bottom: 0;
  font-family: sans-serif;
  font-style: italic;
  text-align: justify;
  text-indent: 30%;
}
p.nomargin {
  margin-top: 0;
  margin-bottom: 0;
  font-family: sans-serif;
  font-style: italic;
  text-align: justify;
}
/*  -------------------- span -------------------- */
span.livre {
  font-family: cursive;
}
span.ndwCorrection  {
  text-indent: 0em;
}
/*  -------------------- div -------------------- */
div.pagemaxsize {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
