body         
{background-image : url("mas/fond/fond2009.gif"); }
{ font-family: Arial; color: #003366; font-size: 10pt; }
a { color: #003999; text-decoration: none; }
a:hover { color: #00FF33; }
table   { font-family: Arial; color: #003366; font-size: 10pt; }

a.info {
position: relative;
text-decoration: none;
color: #808080;
font-weight: bold;
}

a.info span {
display: none;
width: 325;
}

a.info span table{
margin-left: auto;
margin-right: auto;
color: black;
width: 300;
text-align: center;
border: 1px solid black;
}

a.info span table td{
border: 1px solid black;
color: black;
}

a.info:hover {
background: none; /* correction d'un bug IE */
z-index: 500;
}

a.info:hover span {
display: inline;
position: absolute;
top: 2em;
left: -3em;
background: #a8a8a8;
text-align: left;
color: #ffffff;
padding: 5px;
}