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