.musicTooltip {
	position: absolute;
	bottom: 80px;
	left: 50%;
	z-index:100;
	
	float:right;
	margin: 0 0 0 -487px;
	padding: 0 0 0 10px;
	background-color: #85191c;
	-webkit-box-shadow: inset 0 0 5px rgba(255,255,255,.9);
	-moz-box-shadow: inset 0 0 5px rgba(255,255,255,.9);
	box-shadow: inset 0 0 5px rgba(255,255,255,.9);
	color:#fff;
}

.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-color: #947b6b; 
	color:#fff;
	text-align:center;
	text-decoration:none;
	line-height:25px;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	transition: all .1s linear;
}

.musicTooltip a.play { border-left: 1px dotted #C7CED1; }

.musicTooltip a:hover {
	background-color: #3c2619; 
}



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