.myBarrePersoText a {
    font-size: 12pt;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 1px 1px 2px #333;
    text-decoration:none;
}

.myBarrePersoText a:hover {
    text-shadow:none;
}