a.info {
 color: blue; 
 font-size: 14px; 
font-family: Arial; 
text-decoration: underline;
text-align: left;
 position: relative }

a.info:hover{
 color: white; 
 font-size: 14px; 
 font-family: Arial; 
 text-decoration: underline; 
 background: transparent; 
 text-align: left }

a.info1 {
position: relative;
text-decoration: none;
color:#1B448B;
}
a.info1:hover {
background: none;
text-decoration:underline; 
color: #ffffff;
/* correction d'un bug IE */
}