.audio-wrap{
	margin-bottom: 1px;
}

.audio-legende-wrap{
	width: 84%;
}

.audio-legende-dl{
	width: 16%;
	text-align: right;
}

#medias .audio-wrap:last-of-type{
	margin-bottom: 20px;
}

#medias .audio-wrap:first-of-type{
	border-top: 1px solid #375e00;
}

.audio-wrap .ligne{
	margin-bottom: 0;
}

.audiojs audio {
    position: absolute;
    left: -1px;
}

.audiojs *{
	box-sizing: border-box;
}

.audiojs {
    width: 100%;
    height: 30px;
    overflow: hidden;
    margin-top: -2px;
}

.audiojs .play-pause {
    width: 4%;
    height: 40px;
    float: left;
    margin-top: 6px;
    overflow: hidden;
}

.audiojs p {
    display: none;
    width: 25px;
    height: 40px;
    margin: 0px;
    cursor: pointer;
}

.audiojs .play {
    display: block;
}

.audiojs .scrubber {
    position: relative;
    float: left;
    width: 80%;
    background: rgb(0,136,255);
    height: 2px;
    margin: 19px 3px 10px 3px;
    border-left: 0px;
    border-bottom: 0px;
    overflow: hidden;
}

.audiojs .progress {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 2px;
    width: 0px;
    background: rgb(255,60,0);
    z-index: 1;
    cursor: pointer;
}

.audiojs .loaded {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 2px;
    width: 0px;
    cursor: pointer;
    background: #375e00;
}

.audiojs .time {
    float: left;
    width: 15%;
    height: 40px;
    line-height: 40px;
	text-align: right;
	font-size: 10px;
    letter-spacing: 0.3px;
    font-family: 'Graphik', Arial, sans-serif;
}

.audiojs .time em {
    padding: 0px 2px 0px 0px;
    font-style: normal;
}

.audiojs .time strong {
    padding: 0px 0px 0px 2px;
    font-weight: normal;
}

.audiojs .error-message {
    float: left;
    display: none;
    margin: 0px 10px;
    height: 36px;
    width: 400px;
    overflow: hidden;
    line-height: 36px;
    white-space: nowrap;
    color: #fff;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -icab-text-overflow: ellipsis;
    -khtml-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}

.audiojs .error-message a {
    color: #eee;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid #999;
    white-space: wrap;
}

.audiojs .play {
    background: url("player-graphics_6.gif") -2px -1px no-repeat;
}

.audiojs .loading {
    background: url("player-graphics_6.gif") -2px -31px no-repeat;
}

.audiojs .error {
    background: url("player-graphics_6.gif") -2px -61px no-repeat;
}

.audiojs .pause {
    background: url("player-graphics_6.gif") -2px -91px no-repeat;
}

.playing .play,
.playing .loading,
.playing .error {
    display: none;
}

.playing .pause {
    display: block;
}

.loading .play,
.loading .pause,
.loading .error {
    display: none;
}

.loading .loading {
    display: block;
}

.error .time,
.error .play,
.error .pause,
.error .scrubber,
.error .loading {
    display: none;
}

.error .error {
    display: block;
}

.error .play-pause p {
    cursor: auto;
}

.error .error-message {
    display: block;
}