a.affgif2 {   position: relative;
   color: white;
   text-decoration: none;
   border-bottom: 1px gray dotted; /* On souligne le texte. */}
a.affgif2 span { display: none; }
a.affgif2:hover {
   background: none;/*IE*/ z-index: 5000; 
   cursor: pointer;}
a.affgif2:hover span {
   display: inline; position: absolute;
   white-space: nowrap; 
   top : -290px !important; top: -050px; left: -125px; background: black; color: white; padding: 1px; border: 0px solid green; border-left: 0px solid green;}
 