.playerVideo figure {
	margin:0;background-color:#494949;
} /* Compense les défauts constatés sur FF notamment sous Mac */

.playerVideo video {
	background-color:#000000;
} /* C'est toujours plus classe */

.capsule-video {
	max-width: 100%;
}

figure.spip_doc_inner { 
	position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.vimeo_player iframe,.mini_capsule-video object,.mini_capsule-video embed, .youtube_player iframe, .dailymotion_player iframe, .oembed_video .rwd-video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0;
}

.rwd-video-container {
	padding-bottom: 56.25% !important;
}
