/*
 * Feuille de style en cascade, specification CSS2
 * $Id: defaut.css,v 2.0 06/09/2003 09:35 pour pages du site OMH $
 */

  PRE,
  BODY   { font-family: "Book Antiqua", "Bookman Old Style", serif; font-size: 15; margin: 1em 15%; }
  P, LI  { text-align: justify; text-indent: 1em; }
  TD,
  .titre { vertical-align: top; }
  .noir  { border: thin solid black }
  .bleu  { border: thin solid blue }
  .noir,
  .bleu  { padding: 0.5em; margin: 0.2em; }
  .somm  { font-size: 21; font-weight: bold; margin: 0.5em; }
  .titre { text-align: center; font-size: 24; font-weight: bold; font-style: normal;
           cursor: default; vertical-align: text-top; text-decoration: underline; }

  A:link     { color: Crimson; }
  A:visited  { color: blueviolet; font-style: italic; }
  A:focus    { text-decoration: blinking; color: black; }
  .lettrine  { font-size: 200%; font-style: italic; font-weight: bold;
               color : #FFFFC0; background-color : black; }

