.musicTooltip {
    position: absolute;
    right: 4%;
    bottom: 30px;
    z-index: 498;
    padding: 0 0 0 10px;
    border: 1px solid #c7ced1;
    background-color: #000;
    color: #fff;
    font-size: 0.75em;
    font-family: "QuicksandBook"
    }
.musicTooltip ul {
    margin: 0;
    padding: 0
    }
.musicTooltip li {
    float: left;
    list-style: none;
    line-height: 25px
    }
.musicTooltip .text {
    margin-right: 10px
    }
.musicTooltip a {
    display: block;
    padding: 0 10px;
    height: 25px;
    background: url(../images/bkg-btn-tools.png) no-repeat left top;
    color: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 25px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear
    }
.musicTooltip a.play {
    border-left: 1px dotted #C7CED1
    }
.musicTooltip a:hover {
    background: url(../images/bkg-btn-tools.png) no-repeat left bottom
    }
/* NE PAS SUPPRIMER */
.me-plugin, audio#player1 {
    width: 0;
    height: 0
    }
audio#player1 {
    display: none
    }