/* SoloNews - prÉsentation pge html                                        */

/* Classes utilisÉes :                                                     */
/*    snw-bdy   - le body                                                  */
/*    snw-lst   - avant l'ÉnumÉration des dÉpËches                         */
/*    snw-tbl   - table prÉsentant les messages                            */
/*    snw-hti   - titre d'une dÉpËches (dans un td)                        */
/*    snw-htx   - texte d'une dÉpËche                                      */


body {
 font-family: arial, helvetica, sans-serif;
  font-size: 9pt;
   color: #105F11;
    background-color:#fff;
     margin: 1em;
      padding: 0;
       }


p {
 line-height: 1.5em;
 }

h1 {
 color: #A01F1C;
  background-color: #25E127;
   font-size: 2em;
    margin: 0;
     margin-bottom: 0.5em;
      padding: 0.25em;
       font-style: italic;
        text-align: center;
         letter-spacing: 0.5em;
          border-bottom-style: solid;
           border-bottom-width: 0.5em;
            border-bottom-color: #105F11;
             }
h2 {
 color: #A01F1C;
  background-color: #25E127;
   font-size: 1.75em;
    margin: 0;
     margin-bottom: 0.5em;
      padding: 0.25em;
       font-style: italic;
        text-align: center;
         letter-spacing: 0.5em;
             }

  TABLE, TBBODY, TR, TD { font-size: 1em; }

  .snw-hti  {
        margin-top: 1em;
        font-size: 1.5em;
        font-family: "arial", "geneva", serif;
        color: #A01F1C;
        background-color: #fff;
        page-break-inside: avoid;
        page-break-after: avoid;
     }

  .snw-htx  {
        font-size: 1em;
        font-family: sans-serif;
        color: #105F11;
        background-color: #fff;
        padding: 0.5em;
        padding-left: 3em;
        widow: 8;
        orphans: 8;
     }

  .snw-lst {
        font-size: 1.5em;
        padding: 1.5em;
        padding-left: 3em;
     }

  .snw-ls2 {
        font-size: 1.2em;
        margin: 0em;
        padding: 0em;
        padding-left: 3em;
        padding-bottom: 2em;
     }
