.tooltip, .tooltip_
{
cursor: pointer;
width: 200px; color:#000;
font:lighter 11px/1.3 Arial,sans-serif;
text-decoration:none;text-align:center;
z-index:950;
}

.tooltip span.top,.tooltip_ span.top
{
cursor: pointer;
padding: 30px 8px 0;
    background: url(../../images/Aide.gif) no-repeat top;
    z-index:950;
    }

.tooltip b.bottom, .tooltip_ b.bottom
{
cursor: pointer;
padding:3px 8px 15px;color: #548912;
    background: url(../../images/Aide.gif) no-repeat bottom;
    z-index:950;
    }
	
.tooltip_ span.top
{
background: url(../../images/Aide_.gif) no-repeat top;
}

.tooltip_ b.bottom
{
background: url(../../images/Aide_.gif) no-repeat bottom;
}
    