#video{
	display:			block;
	float:				left;
	width:				100%;
	height:				260px;
	margin-top:			1px;
	margin-bottom:		1px;
	color:				rgb(235,235,235);
	overflow:			hidden;
}
.video-detail{
	background-color:	rgb(0,0,0);
	display:			block;
	float:				left;
	width:				204px;
	height:				240px;
	padding:			10px;
}
.video-detail-titre{
	font-size:			18px;
	font-weight:		bold;
	margin:				0px 0px 10px 0px;
}
.video-detail-sous_titre{
	font-size:			15px;
	font-weight:		bold;
}
.video-detail-contenu{
	height:				140px;
	font-size:			12px;
	font-style:			italic;
	text-align:			justify;
	padding:			5px 0px 5px 0px;
	overflow:			hidden;
}
.video-detail-bouton{
	background-color:	rgb(226,0,0);
	width:				150px;
	font-size:			10px;
	font-weight:		bold;
	text-align:			center;
	margin-top:			10px;
}
.video-contenu{
	display:			block;
	float:				right;
	width:				462px;
	height:				100%;
	background-color:	rgb(255,255,255);
}