
#lecteur-audio
{
	position:relative;
	width:400px;margin:auto;
}



#controller-player
{
	position:relative;
	height:40px;
}
.cursor-pointer
{
	cursor: pointer;
}
#btn-back
{
	position:absolute;
	background: url('images/player/lect-btn-back.png');
	background-repeat: no-repeat;
	width:30px;
	height:31px;
	opacity:0.8;
	top:7px;
}
#btn-back:hover
{
	background: url('images/player/lect-btn-back_over.png');
	background-repeat: no-repeat;
}
#btn-play
{
	position:absolute;
	top:3px;
	left:142px;
	background: url('images/player/lect-btn-play_over.png');
	background-repeat: no-repeat;
	width:52px;
	height:62px;
	opacity:1;
}
#btn-play:hover
{
	background: url('images/player/lect-btn-play_over.png');
	background-repeat: no-repeat;
}
#btn-pause
{
	position:absolute;
	top:3px;
	left:142px;
	background: url('images/player/lect-btn-pause.png');
	background-repeat: no-repeat;
	width:52px;
	height:62px;
	display:none;
	opacity:1;
}
#btn-pause:hover
{
	background: url('images/player/lect-btn-pause.png');
	background-repeat: no-repeat;
}
#btn-stop
{
	position:absolute;
	top:3px;
	left:93px;
	background: url('images/player/lect-btn-stop.png');
	background-repeat: no-repeat;
	width:52px;
	height:62px;
	opacity:1;
}
#btn-stop:hover
{
	background: url('images/player/lect-btn-stop.png');
	background-repeat: no-repeat;
}
#btn-next
{
	position:absolute;
	left:247px;
	top:7px;
	background: url('images/player/lect-btn-next.png');
	background-repeat: no-repeat;
	width:30px;
	height:31px;
	opacity:0.8;
}
#btn-next:hover
{
	background: url('images/player/lect-btn-next_over.png');
	background-repeat: no-repeat;
}
img#photo-pochette
{
	width: 75px;
	height: 75px;
}
/*barre de progression*/
.ui-slider {
    position: relative;
    text-align: left;
    height: 20px;
    display: block;
}
.ui-slider-horizontal
{
	background:url('images/player/ui-slider-horizontal.png');
	height: 9px;
	width:195px;
	z-index:1;
}
.ui-slider-horizontal a.ui-slider-handle
{
	position: absolute;
	margin-left:-5px;
	top:0px;
	background:url('images/player/ui-slider-handle.png');
	height:10px;
	width:10px;
	z-index:3;
}
.ui-slider-range
{
	position: absolute;
	background: url('images/player/ui-slider-range.png');
	height:7px;
	z-index:2;
}

/* SPECIMENS */
#titre_album, #song {
	display:none;
	font-family: "Times New Roman";
	font-style: italic;
	font-size: 19px;
	color:#fff;
}
img#photo-pochette
{
	width: 422px;
	height: 350px;
}

#music {width:auto;margin-top:40px;}
#controller {width:auto;margin-top:50px;margin:auto;line-height:25px;}
.ui-slider-horizontal {margin:auto;}
#controller-player {width:270px;margin:20px auto;}