	#content-lecteurs {
		position:relative;
		float:left;
		display:none;
		background:transparent;
		width:auto;
		margin:0 10px 0 10px;
		border-radius: 8px;
	}
	.titreplay {
		position:relative;
		float:left;
		background:transparent;
		width:auto;
		height:20px;
		font-family:arial;
		font-size:10px;
		color:#514315;
		}
		.container-player {
			position:relative;
			float:left;
			background:transparent;
			width:auto;
			height:30px;
			margin:0 0 10px 0;
			font-family:arial;
			font-size:12px;
			color:orange;
			-moz-border-radius: 3px;
			 -webkit-border-radius:  3px;
			 -o-border-radius: 3px;
			 border-radius: 3px;
			/*
			-moz-transform:rotate(-90deg);
			-moz-transform-origin: 250px bottom;
			*/
		}
		.btpp {
			position:relative;
			float:left;
			background:white url(../gp_playpausestop.png) left top;
			background-size:200% 200%;
			width:30px;
			height:30px;
			margin:0 1px;
			-moz-border-radius: 5px;
			 -webkit-border-radius:  0px;
			 -o-border-radius:  0px;
			 border-radius: 5px;
		}
		.btst {
			position:relative;
			float:left;
			background:white url(../gp_playpausestop.png) right top;
			background-size:200% 200%;
			width:30px;
			height:30px;
			margin:0 1px;
			-moz-border-radius: 5px;
			 -webkit-border-radius:  0px;
			 -o-border-radius:  0px;
			 border-radius: 5px;
		}
		.btpp:hover, .btst:hover {
			background-color:yellow;
			cursor:pointer;
		}
		.content-barre {
			position:relative;
			float:left;
			top:1px;
			width:auto;
			height:15px;
		}
		.barre-prog {
			position:relative;
			float:left;
			background:#666666 url(../load_small.gif) center -15px no-repeat; /*gray blue;*/
			width:50px;
			height:25px;
			left:3px;
			text-align:center;
			border:gray 1px inset;
			-moz-border-radius: 4px;
			 -webkit-border-radius:  4px;
			 -o-border-radius:  4px;
			 border-radius: 4px;
			}
		.progression {
			position:relative;
			float:left;
			background-color:#CA9B43;
			width:0px;
			height:25px;
			color:white;
			-moz-border-radius: 4px;
			 -webkit-border-radius:  4px;
			 -o-border-radius:  4px;
			 border-radius: 4px;
			}
		.time {
			position:absolute;
			background-color:transparent;
			width:100%;
			height:100%;
			color:white;
			text-align:center;
			}
		.marqueur {
			position:absolute;
			background-color:#fff;
			left:-2000px;
			width:3px;
			height:25px;
			-moz-border-radius: 2px;
			 -webkit-border-radius:  2px;
			 -o-border-radius:  2px;
			 border-radius: 2px;
			}
	.lecteuraudio-action {
		-moz-box-shadow: 15px 15px 15px #333333;
		-webkit-box-shadow: 15px 15px 15px #000000;
		-o-box-shadow: 15px 15px 15px #000000;
		box-shadow: 0px 0px 20px #00ff00;
		
	}

