body {
    background-color: #F5F8FA;
    font-family: Arial,sans-serif;
    font-size: 14px;
    line-height: 1.2em;
    margin: 0;
    min-width: 140px;
}

a.logo {
    background: url("/assets/img/musique.png") #090606;
    color: transparent;
    display: block;
    font-size: 0;
    height: 50px;
    width: 50px;
    text-indent: -999px;
    z-index: 1;
}

.rf-component-content {
    vertical-align: top;
}

.details {
    padding: 10px;
}
.details h1 {
    font-size: 1.5em;
    line-height: 1em;
    margin: 0 0 0.5em;
}
.details .description {}
.details .description p {
    margin: 0 0 0.5em;
}

.tc-player .rf-player-wrapper {
    height: 50px;
    background-color: #373737;
}

.tc-player .rf-component-table {
    border-spacing: 0px 0px;
}

.rf-lecteur-current-time, .rf-lecteur-end-time {
    margin-top: 24px;
}

.tc-player .rf-lecteur-seek-bar {
    height: 15px;
    top: 17px;
    background: url("/assets/img/finfo.jpg") 0 -202px repeat-x;
    border-radius: 0;
}

.tc-player .ui-slider-handle {
    height: 18px;
    width: 10px;
}

.tc-player a.rf-lecteur-action {
    margin: 7px 5px 0 5px;
}

.rf-lecteur-current-time {
    margin-right: 5px;
}

.rf-lecteur-end-time {
    margin-left: 5px;
}