/* CSS Document */
a.paroles { 
position:relative;
color:#0D5A90;
text-decoration:#0D5A90;
text-align:center;
}

/*a.paroles:hover {
background: none;
z-index: 50;
}*/

a.paroles span {
display: none;
}
a.paroles:hover span {
display: block;
position: absolute;
top: -240px; 
left: 0px;
text-align:left;
font-size:17px;
color:#0D5A90;
font-weight:normal;
width:330px;
background: white;
padding: 5px;
border: #0D5A90 solid 1px;  /*le cadre de la bulle: la couleur et l'épaisseur du trait;*/
}
