/* CONCEPT */

.bg-video {
	background-image: url(video_bg.gif);
	background-repeat: no-repeat;
	height: 307px;
	width: 731px;
	margin-left: 60px;
	margin-top: 3px;
	margin-bottom: 5px;
	clear: both;
}

.leftvideo {
	width:221px;
	height:265px;
	float:left;
	padding:23px 0px 0px 14px;
	}

.video-vignette {
	width: 215px;
	clear: left;
	height: 119px;
}

.video-texte {
	height: 105px;
	width: 215px;
	overflow: auto;
	margin-top: 38px;
	float: left;
}

.video-player {
	margin-top: 20px;
	width: 360px;
	height: 265px;
	float: left;
	margin-left: 5px;
}

.btw-2 {
	background-image: url('gris_between.gif');
	background-repeat:no-repeat;
	width: 626px;
	margin: 15px auto 10px auto;
	height: 6px;
	clear: both;
}

