
body
{
   background-color: black;
   color: #67CB5A;
   
}
a
{
	text-decoration: line; 
	color: silver;
	}
	
	a:hover
{
   color: #49D64C;
}



a.pictr {
   position: relative;
   color: black;
   text-decoration: none;
}
a.pictr span {
   display: none; /* On masque l'infobulle. */
}
a.pictr:hover {
   background: none; /* Correction d'un bug d'Internet Explorer. */
   z-index: 500; /* On définit une valeur pour l'ordre d'affichage. */
}
a.pictr:hover span {
   display: inline; /* On affiche l'infobulle. */
   position: absolute;
   right: 70px;
   top: -165px;
}


td
{
width: 60px;
height: 60px;
z-index: 2;
}
