.audioplayer {
	height: 2.5em; 
	position: relative;
	z-index: 1;
}

.audioplayer-mini {
		width: 2.5em; /* 40 */
		margin: 0 auto;
}

.audioplayer > div {
		position: absolute;
}

.audioplayer-playpause {
		width: 4em; /* 40 */
		height: 100%;
		text-align: left;
		cursor: pointer;
		z-index: 2;
		top: 0;
		left: 0;
}

.audioplayer-playpause a{
		color: black;
		
		text-indent: -5000px;
    	text-align: center;
    	text-decoration: none;
   		font-size: 2em;
		display: block;
		background-color: white;

		background-image: url('../../img/play.png');
		background-position: 15px -16px;
		background-repeat: no-repeat;

		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		behavior: url(../../js/PIE.htc);
		}
		
		.audioplayer-playing .audioplayer-playpause a{
		background-position: -19px -16px;
		}
		.audioplayer-playing .audioplayer-playpause a:hover{
		background-position: -19px 5px;
		}

		.audioplayer-mini .audioplayer-playpause
		{
			width: 100%;
		}
		.audioplayer-playpause a:hover,
		.audioplayer-playpause:focus
		{
			color: white;
			background-color: black;
		background-position: 15px 5px;

		}
		.audioplayer-playpause a
		{
			display: block;
		}


		.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a
		{
			
			
		}

	.audioplayer-time
	{
		width: 4.375em; /* 70 */
		height: 100%;
		line-height: 2.375em; /* 38 */
		text-align: right;
		z-index: 2;
		top: 0;
	}
		.audioplayer-time-current
		{

			left: 4em; /* 40 */
		}
		.audioplayer-time-duration
		{
			right:0; /* 40 */
		}
			.audioplayer-novolume .audioplayer-time-duration
			{
				border-right: 0;
				right: 0;
			}
	.audioplayer-bar
	{
	background-color: #343434;
    cursor: pointer;
    height: 1.8em;
    left: 9em;
    right: 4.5em;
    z-index: 1;
   top: .3em;
	}

.bullePs .audioplayer-bar, .telech .audioplayer-bar{
	   top: .9em;
}

	
		.audioplayer-novolume .audioplayer-bar
		{
			right: 4.375em; /* 70 */
		}
		.audioplayer-bar div
		{
			width: 0;
			height: 100%;
			position: absolute;
			left: 0;
			top: 0;
		}
		.audioplayer-bar-loaded
		{
			background-color: white;
			z-index: 1;
		}
		.audioplayer-bar-played
		{
			background: black;
			z-index: 2;
		}


	.audioplayer-volume
	{
		display: none
	}
		
	.audioplayer *,
	.audioplayer *:before,
	.audioplayer *:after
	{
		-webkit-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
		-moz-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
		-ms-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
		-o-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
		transition: color .25s ease, background-color .25s ease, opacity .5s ease;
	}