     .lien { color:#0EDBEE; text-decoration:none; } 
     .popperlink {position:absolute; visibility:hidden ;} <!--  position:absolute -->
     .bord-tabl-uniqmnt { border: thin ridge; } 
a:link 
  {color: #55f; text-decoration: none; } <!--  background-color: transparent pour link , visited et hover -->
a:visited 
  { color: #003300; text-decoration: none; font-weight:bold; }
a:hover 
  { color: #f20; text-decoration:  underline; background-color: #fdd; }
a:active 
  { color: #090; text-decoration: underline;}
 

.big
       { font-family: arial; font-size: 130%; color : blue}       /* big et font bleue */
.vert
       { background-color: #aaffaa;} /* fond vert */
.black
       { background-color: #000000;}    /* fond noir */
.gris
       { background-color: #eeeeee;} /* fond gris */
.vide
       { color : #ffffff;  background-color: #000000}    /* fond incolore */
    .red
     {color : #ff0000; } 
    .blue
     {color : #0000ff; }
    .opera
     { color: red; font-size: 0.9 em; background-color: white;}  <!-- ecriture en rouge fond blanc size=-2 dans les PopUp  -->
.fontbig {  font-weight: bold;} /* lettres rouge  */
.fontrouge { color : #ff0000; } /* lettres rouge  */
.fontblue { color : #0000ff; } /* lettres bleu  */
.fontvert { color : #00ff00; } /* lettres vert  */
.rougegros {font-family: arial; font-size:110%; color : red}    /* lettres big rouge  ARIAL épais*/
.bigred { color : #ff0000; font-size: 110%; font-weight: bold;}   /* lettres big rouge  font-size: 1.04em; */
.bigblue { font-size: 1.05em; font-weight: bold; color : #0000ff;}  /* lettres big bleu  */
.biggoldenrod {font-family: arial; font-size: 1.05em; font-weight: bold; color: goldenrod;} /* lettres arial big or  */
