@charset "utf-8";
/* CSS Document */

#player-bloc { float:left; }
	#player { display:block; padding-bottom:25px; background:url(../images/hq_flowplayer_player_ombre.jpg) no-repeat left bottom;}
	.player-seul .fp-player { display:block; padding:0; background:none; }
	
	.hd-480 { width:480px; }
	.hd-480 #player, .hd-480 .fp-player { height:304px;/*270px + 34px(controlbar)*/ width:480px; }
	
	#player-bloc h4 { color:#000; margin:0 0 10px 0; font-size:1.0em; }
	#player-bloc p {}
#playlist {  background:url(../images/hq_flowplayer_playlist_ombre.png) no-repeat left bottom; padding-bottom:20px;  float:right;   }
	#playlist ul {   background:#e2ecf7 url(../images/hq_flowplayer_playlist_even.png) repeat-y right top; list-style:none; margin:0; padding:0; border:1px solid #a6b8ca; overflow:scroll; overflow-x:hidden; width:244px; height:430px;}
		#playlist li { background:#e2ecf7 url(../images/hq_flowplayer_playlist_even.png) repeat-y right top; margin:0; padding:10px 5px 10px 10px; /*width:210px;*/}
		#playlist li.odd { background:#eef4fa url(../images/hq_flowplayer_playlist_odd.png) repeat-y right top; }
			
			#playlist .outer-wrap { border:1px solid #7fa3c8; width:77px; height:44px; float:left; margin-right:5px; cursor:pointer;}
			#playlist .inner-wrap { border:1px solid #fff; width:75px; height:42px; /*overflow:hidden;*/ }
				#playlist img {  }
				#playlist .duree { font-size:10px; line-height:10px; text-align:right; margin:-14px 0px 0 0; height:16px;}
				*html #playlist .duree { margin-top:-16px; }
					#playlist .duree span { background: url(../images/hq_flowplayer_fond_duree.png) repeat; color:#fff; padding:2px; display:inline-block;}
					*html #playlist .duree span { background:none;  background-color:#333333 }
				#playlist h5{ font-size:11px; font-weight:normal; line-height:12px; margin:0; float:left; width:125px; }
				
			/* Reset decoration on href */
			#playlist a { text-decoration:none; }
			/* Playing */
			#playlist .playing .outer-wrap { border:1px solid #e16c00; }
				#playlist .playing .inner-wrap { }
					#playlist .playing .titre a { color:#e16c00; font-weight:bold; }
					#playlist .playing .duree { background:url(../images/hq_flowplayer_thumb_play_24bits.png) no-repeat; height:15px; width:15px; margin:-27px 0 0 30px; position:relative;}
					*html #playlist .playing .duree { background:url(../images/hq_flowplayer_thumb_play.png) no-repeat; position:static;}
					*+html #playlist .playing .duree { position:static; }
					#playlist .playing .duree span{ display:none; }
				
			/* Paused */
			#playlist .paused .outer-wrap { border:1px solid #e16c00; }
			#playlist .paused .titre a{ color:#e16c00; font-weight:bold; }
			#playlist .paused .duree { background:url(../images/hq_flowplayer_thumb_pause_24bits.png) no-repeat; height:15px; width:15px; margin:-27px 0 0 30px; position:relative;}
			*html #playlist .paused .duree { background:url(../images/hq_flowplayer_thumb_pause.png) no-repeat; position:static;}
			*+html #playlist .paused .duree { position:static; }
			#playlist .paused .duree span { display:none; }
			
			/* Collapse */
			#playlist dl { clear:both; color:#003366; font-size:11px; width:210px; /*border:1px solid;*/}	
				#playlist dt { float:right; cursor:pointer; }	
				#playlist dd { clear:both; display:none;}
				
				#playlist dt.opened { visibility:hidden; }
				
				#playlist dd .btn-fermer { width:100%; text-align:right; }
				#playlist dd .btn-fermer img { float:right; cursor:pointer; }
				
			.description-longue, .description-courte { display:none; }