/* Remarques sur la photo num‚rique / modŠle de page */

/* ----------------------------------------------------------------------- */
/* D‚finitions li‚es aux sections                                          */
/* ----------------------------------------------------------------------- */

/* Classes relatives … la pr‚sentation des sections                        */
/*    sec_tit   Titre de section                                           */
/*    sec_txt   Corps de la section                                        */
/*    sec_top   texte "haut de page" en fin de section                     */

  .bdy  {
        font-size:  9pt;
        color: #000000;
        background-color: #fff;
     }

  EM { font-style: italic; }
  B  { font-weight: bold; }
  BIG { font-size; 1.3em; }
  SMALL { font-size; 0.7em; }
  TABLE, TBBODY, TR, TD { font-size: 1em; }


/* ----------------------------------------------------------------------- */
/* D‚finitions li‚es aux index                                             */
/* ----------------------------------------------------------------------- */

   .idx1  {
        font-size:  2.0em;
     }
   .idx2  {
        font-size:  1.6em;
        padding-left: 1em;
     }
   .idx3  {
        font-size:  1em;
        padding-left: 3.2em;
     }
   .idx4  {
        font-size:  .8em;
        padding-left: 6em;
     }

/* ----------------------------------------------------------------------- */
/* D‚finitions li‚es aux textes des sections                               */
/* ----------------------------------------------------------------------- */

/* Classes  sec_txt  classe environnante du texte des sections             */
/*          tit      comme le titre de section                             */
/*          par      titre de paragraphe dans la section                   */
/*          rem      Remarque (gras, color‚)                               */
/*          nota     remarque                                              */

  .tit  {
        font-size: 2em;
        font-family: sans-serif;
        color: #A01F1C;
     }

  .txt  {
        font-size: 1.2em;
        font-family: sans-serif;
        color: #000000;
     }

  .par  {
        font-size: 1.4em;
        font-family: sans-serif;
        color: #A01F1C;
     }

  .rem  {
        font-weight: bold;
        color: #A01F1C;
     }

  .nota {
        font-size: .8em;
        font-family: "arial", "geneva", serif;
     }


/* ----------------------------------------------------------------------- */
/* D‚finitions li‚es … la pr‚sentation g‚n‚rique de la page                */
/* ----------------------------------------------------------------------- */

  :link    { color: #A01F1C;}
  :visited { color: #A01F1C;}
  :active  { color: #A01F1C;}
  :hover   { color: #A01F1C;}

  .toc  {
        font-size:   1em;
     }
  .titp {
        font-size:   3em;
        font-family: "arial", "geneva", serif;
        color: #A01F1C;
     }
  .titi {
        font-size: 1.3em;
        font-family: "arial", "geneva", serif;
        font-style: italic;
        color: #A01F1C;
     }
  .foot {
        font-size:  .8em;
        font-family: "arial", "geneva", serif;
        color: #000000;
        background-color: #fff;
     }
  .maj  {
        font-size:   1em;
        font-family: "arial", "geneva", serif;
     }



/* ----------------------------------------------------------------------- */
/* Boites ‚ventuelles                                                      */
/* ----------------------------------------------------------------------- */
  *#bmaBox {
        position:absolute;
        visibility:hidden;
        width:500;
        vertical-align:top;
        margin-top:0px;
        z-index:100;
     }
  .bmaBox {
        padding:4;
        margin-top:0px;
        vertical-align:top;
        color: #000000;
        background-color: #ddd;
     }
  .bmaCBox {
        background-color: #ddd;
     }