.musicTooltip {
	position: absolute;
	bottom: 75px;
	height: 50px;
	right: 75px;
	z-index: 10000;
	background: #FFF;
	background: rgba(255,255,255,1);
	margin: 0;
	padding: 0;
	color: #94979a;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
	width: 260px;
}

.musicTooltip::after {
	content: "";
	border-color: #FFF #FFF transparent transparent;
	border-style: solid;
    border-width: 10px;
    bottom: -20px;
    right: 0px;
    display: inline-block;
    opacity: 1;
    position: absolute;
    width: 0;
}

.musicTooltip ul {
	margin:0;
	padding:0;
}

.musicTooltip li {
	list-style:none;
	line-height: 50px;
	float:left;
}

.musicTooltip li.text {
	float:right;
	padding: 0 10px;
	text-align: center;
	width: 130px;
}

.musicTooltip a {
	display:block;
	padding: 0;
	height: 50px;
	width: 50px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	line-height:50px;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	transition: all .1s linear;
	background: #94979a;
	border-right: 1px solid rgba(255,255,255,0.5);
}

.musicTooltip a:hover {
	background: #4D4D4F;
}



/* NE PAS SUPPRIMER */
.me-plugin, audio#player1 { width: 0px; height: 0px; }
audio#player1 { display: none; }