a:link{ 
color : #ffcc00; text-decoration: none;
font-family:Tahoma; font-weight:bold; font-size:11px;
 } 
a:visited { 
color : #ffcc00; text-decoration: none;
font-family:Tahoma; font-weight:bold; font-size:11px;
} 
a:active{ 
color : #ffcc00; text-decoration: none;
font-family:Tahoma; font-weight:bold; font-size:11px;
} 
a:hover { 
color : #FFCC00; text-decoration: underline; 
font-family:Tahoma; font-weight:bold; font-size:11px;
}
/*lien magique*/
a.info {
   position: relative;
   color: #f2f2f2;
   text-decoration: none;
   z-index: 0;
}
a.info span {
   display: none; /* on masque l'infobulle */
}
a.info:hover {
   background: none; /* correction d'un bug IE */
   z-index: 100; /* on dťfinit une valeur pour l'ordre d'affichage */
}
a.info:hover span {
   display: inline; /* on affiche l'infobulle */
   position: absolute;
   top: 30px; /* on positionne notre infobulle */
   left: 60px;
   background: white;
   color: #313131;
   padding: 3px;
   border: 1px solid #f2f2f2;
   border-left: 1px solid #f2f2f2;
   width:200px;
}
a.info img, a.loupe  {
	cursor:url(../boutons2009/loupe.cur), auto;
	padding-bottom:18px;
	background:url(../boutons2009/icone-loupe.jpg) no-repeat right bottom #fff;
	color:#000000;} 	

