
/*---style des info-bulles ---*/

a.info span {
       display: none;
}

a.info:hover {
       background: none; /* correction d'un bug IE */
}

a.info:hover span {
       text-decoration: none;
       display: inline;
       position: absolute;
       z-index: 500;
       margin:0em 0 0 1em;
       background: #F0F0FA;
       text-align: left;
       color: #6262A4;
       font-weight: normal;
       font-family: tahoma,verdana,sans-serif;
       font-size: 11px;
       padding: 3px;
       border:1px solid #6262A4;
       width: 200px;
}

note{ font-size:11px; font-family: tahoma,verdana,sans-serif;}

