@charset "UTF-8";
/* CSS Document */

a.tooltip_pays em {
    display:none;
}
a.tooltip_pays:hover {
    border: 0; 
    position: relative; 
    z-index: 500; 
    text-decoration:none;
}
a.tooltip_pays:hover em {
    font-style: normal; 
    display: block; 
    position: absolute; 
	top: 0;
	left:0;
    padding: 5px; 
    color: #000; 
    border: 1px solid #bbb; 
    background: #ffc; 
    width:200px;
}
a.tooltip_pays:hover em span {
    position: absolute; 
    top: -7px; 
    left: 15px;
    height: 7px; 
    width: 11px; 
    /*background: transparent url(image-infobulle.gif); */
    margin:0; 
    padding: 0; 
    border: 0;
}



