#spot_audio{
	background:#fff url(../img_2009_s1/bg_spot_audio.jpg) no-repeat top left;
	height : 54px ;
	width : 338px;
	position:relative;
	margin-left:10px;
}
#spot_audio a{
	outline:none;
}
a#desactiv_audio{
	display:block;
	font-size:10px;
	text-align:right;
	color:#999999;
	width:338px;
	
}
a#desactiv_audio:hover{color:#c00;}
a#play{
	display:block;
	height:13px;
	width:13px;
	border:1px solid #ccc;
	position:absolute;
	left:303px;
	top:35px;
	text-indent:-5000px;
}
a#pause{
display:block;
	height:13px;
	width:13px;
	border:1px solid #ccc;
	position:absolute;
	left:319px;
	top:35px;
	text-indent:-5000px;
}
a#stop{
	display:block;
	height:13px;
	width:13px;
	border:1px solid #ccc;
	position:absolute;
	left:286px;
	top:35px;
	text-indent:-5000px;
}
a#play:hover{border:1px solid #a94277;}
a#stop:hover{border:1px solid #a94277;}
a#pause:hover{border:1px solid #a94277;}
