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