div.lecteur {
	font-size:1.25em; 
	font-family:Verdana, Arial, sans-serif;
	background: url("../img/fond.png") no-repeat;
	width:100px;
	padding: 3px;
	height:10px;
	
}
 div.lecteur  ul {
	padding: 0 ;
	list-style-type:none;
	display:inline;
}
div.lecteur  li {
		float:left;
		height:10px;
	
	}

/* @group CONTROLS */

div.lecteur  a {
	display:inline-block;
	overflow:hidden;
	text-indent: -9999px;
	padding: 4px;
		}

a.jp-play
{
	width:9px;
	height:10px;
	background: url("../img/bplay.png") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("../img/b2play.png") 0 0 no-repeat;
}

a.jp-pause{
	display:none;
	width:9px;
	height:10px;
	background: url("../img/bpause.png") no-repeat;

	}

a.jp-pause:hover {
	background: url("../img/b2pause.png") no-repeat;
}
a.jp-stop{
	width:9px;
	height:10px;
	background: url("../img/bstop.png") no-repeat;
	}

a.jp-stop:hover {
	background: url("../img/b2stop.png") no-repeat;
}


/* @group progress bar */

div.jp-progress {
	overflow:hidden;
	background-color: #fff;
	float:left;
	height:7px;

	width:46px;
}
div.jp-seek-bar {
	background-color: #fff;
	height:7px;
}
div.jp-play-bar {
	background-color: #AD93A6 ;
	width:0px;
	height:100%;
}
/* @end */

/* Masquage lecteur flash*/
.invisible{
	display: none;
}

.op_txt_a {
    padding: 0 ;
}
