a.info        
{ color: #0964a6; 
font-size: 10px; 
font-family: Arial; 
text-decoration: none; text-align: 
left; position: relative }

a.info:hover     
 { color: #f78805; font-size: 10px;
 font-family: Arial;
 text-decoration: none;
 background: transparent;
 text-align: center }

a.info1   { color: green; font-size: 10px; text-decoration: none; position: relative }

a.info1:hover {
background: transparent;
text-decoration:none; 
color:orange;
/* correction d'un bug IE */
}