<STYLE TYPE="text/css">
  /* Fonctionnement standard */
  A:link, A:active, A:visited   
             { color: #0000D0;}
  A:hover    { color: #FF0000;}
  BODY       { background-color:#A0A0A0; 
               color:#000000;
               font-family : "Franklin Gothic Book", sans-serif;
             }
               
  /* Gestion des menus */
  TABLE.mnu  {
               font-weight : bold;
               font-size   : 10pt;
             }
  TABLE.mnu A:visited, TABLE.mnu A.:active, TABLE.mnu A:link
             { color: #000000; text-decoration: none}
  TABLE.mnu A:hover 
             { color: #2E24F8; text-decoration: none}
  TABLE.mnu TR{height:30}

  TABLE.mnuH {text-align: right; font-size:10pt;
             }
  TABLE.mnuH A:visited, TABLE.mnuH A.:active, TABLE.mnuH A:link
             { color: #000000; text-decoration: none}
  TABLE.mnuH A:hover 
             { color: #2E24F8; text-decoration: none}

  /* Formattage principale */             
  BODY.main  { background: #A0A0A0 url(../Images/Signature.gif) bottom right;
               background-repeat: no-repeat;
               background-attachment: fixed;
               font-family : "Franklin Gothic Book", sans-serif;
               
             }

  /* Formattage de la page de presentation */
  P.adresse  { 
               font-weight : bold;
               font-size   : 10pt;
             }
  P.pres     { 
               font-size   : 10pt;
             }

  /* Format des vignettes et des légendes */
  TABLE.vignette 
             { text-align: center;
               font-size   : 7pt;
             }
  TABLE.vignette IMG 
             { border: none;
             }
  TD.inter   { width:30px;
             }
  TD.vign    { width:140px; 
               height:110px;
               vertical-align:bottom;
             }
  TD         { vertical-align:top;
             }


  /* Texte d'intro entre les 2 premieres lignes de vignette */
  P.intro {
          
          margin-left :100;
          margin-right:100;
          text-align: justify;
          }


  /* Texte de bas de page des galleries */
  P.atelier {
          
          margin-left :100;
          margin-right:100;
          text-align: center;
          }


</STYLE>

