
 
body   {
         background-attachment:fixed;
         margin-top:0px;
         margin-left:40px;
         scrollbar-face-color: #ffffff; scrollbar-shadow-color: #5B5B5F;
         scrollbar-highlight-color: #ffffff; scrollbar-3dlight-color: #ffffff;
         scrollbar-darkshadow-color: #ffffff; scrollbar-track-color: #ffffff;
         scrollbar-arrow-color: #5B5B5F;
         text-align:justify;
         font-family:tahoma,arial,helvetica;
                 }

  .special { }
  
  .special:first-letter
  { /* Flotte à gauche */
   font-size: 3em; /* Fasse une hauteur de 3 lignes */
   font-family: Tahoma, Arial, Georgia, "Times New Roman", Times, serif; 
   margin-right: 5px; /* Qu'il y ait une marge de 7px à droite pour que ça colle pas trop au reste du texte */
   
     }
  
  

th  {background-color:"#ebebec";
         text-align:justify;
     	 border-style:dotted;
	 padding:10px;
         border-width:0.5mm;
         border-color:#c6c5cd;
         length:60%;}
                 
a:visited { color:#000000; }

table   {width:80%;
    text-align:justify;
    font-family:tahoma,arial,helvetica;
    color: black;
    }



a.infoBulle { position: relative}
a.infoBulle span { display: none; }
a.infoBulle:hover {text-decoration: none; background: none;}
a.infoBulle:hover span {display: inline; position: absolute; z-index: 500; border:1 solid black; background:white; color: black; padding:2px; text-decoration: none }
*/Comment ça marche ?: on ajoute sur la page <a href="#" class="infobulle">l'objet (texte, image)puis le texte de la bulle dans des balises<span></span> avant de fermer avec </a>/*



