/*
 * css/fmp3_public.css
 * 
 * Vous pouver copier ce fichier CSS
 * dans votre dossier squelettes/css/
 * afin de personnaliser vos feuilles de styles
 * 
 */
#fmp3-sound {
	position:absolute;
	top:0;
	left:0;
	display:block;
	/*width:264px;
	height:160px;*/
	width:264px;
	height:127px;
	text-align:center;
	border:0;
	margin:0;
	padding:0;
	background-image:url(/plugins/fond_mp3/images/note-64x100.png);
	background-repeat:no-repeat;
	background-position: 0px 57px ;
}
#fmp3-content {
	position:absolute;
	bottom:4px;
	right:130px;
	width:50%;
	border:0;
}
#fmp3-object {
	display:block;
	margin:0 auto;
	/* border:1px solid red; /**/
}
