

.musicTooltip {
    position: absolute;
    top: -30px;
    left: 0;
    z-index: 100;
    background-color: #4f1608;
    color: #f1e2af;
    width: 202px;
}

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

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

.musicTooltip .text {
	width: 130px;
	margin: 0 auto;
	text-align: center;
}

.musicTooltip a {
	display: block;
	width: 35px;
	height: 25px;
	background-color: #f1e2af;
	color: #832009;
	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 {  }

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



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