a:link,a:active,a:visited{
color : #313131;
text-decoration : underline;
white-space : nowrap;
} 
a:hover { color : #313131; 
text-decoration : underline;
white-space : nowrap; 
}

/*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: -10px; on positionne notre infobulle 
   left: -100px;*/
margin:-100px 0px 0px -200px;
top: 50%;
left: 50%;
background: white;
   color: #313131;
   padding: 3px;
   border: 1px solid #000000;
   border-left: 1px solid #000000; overflow:visible;
z-index: 100;
}
a.info img {
	cursor:url(/boutons2009/loupe.cur), auto;
	/*padding-bottom:18px;
	color:#000000;
	background-color: #fff;
	background-image: url(/boutons2009/icone-loupe.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;*/
} 
a.blanc:link{
color : #f1f1f1;
text-decoration : underline;
white-space : nowrap;
}
 a.blanc:visited{
color : #f1f1f1;
text-decoration : underline;
white-space : nowrap;
}
 a.blanc:active{
color : #f1f1f1;
text-decoration : underline;
white-space : nowrap;
} 
 a.blanc:hover { color : #f1f1f1; 
text-decoration : underline;
white-space : nowrap; 
}


