/* 
    Document   : bulle2
    Created on : 12 mars 2009, 15:30:59
    Author     : sami
    Description:
        Purpose of the stylesheet follows.
*/

a.info{
position:relative;
z-index:24;
color:maroon;
font-weight:lighter;
text-decoration:none;
/*cursor: default;*/
}

a.info:hover{
z-index:25;
background-color:#FFF
}

a.info span{
display: none
}

a.info:hover span{
display:block;
position:absolute;
/*top:2em; left:2em; width:15em;*/
/*top:auto;*/
top:-90px;left:20px;width:400px;
border:1px solid #000;
background-color:#FFF;
color:#3E4241;
text-align: justify;
font-weight:normal;
font-variant: normal;
font-size:13px;
padding:10px;
overflow:hidden;
-moz-border-radius:15px;
-webkit-border-radius: 15px;

}

a.info:hover span ul {
    margin-left:-15px;
}

a.info:hover span ul li {
    margin:-7px;
    padding:0px
}

