.boite_thumbs {
	float:left;
	width:224px;
	height:195px;
	margin:5px 11px 11px 5px;
	white-space: nowrap;
	position:relative;
}

.img-star-fix {
	width: 11px;
	height: 11px;
}

.boite_etoiles {
	height: 12px;
	white-space: nowrap;
	width:60px;
}

.videoThumbs{
	border:1px solid #888888;
}


.relative{
	position:relative;
}

.absolute{
	position:absolute;
}

.static{
	position:static;
}


.video-cont-wrapper{
	position:relative;
	color:#555555;
	height:14px;
	text-align: left;
	font-size:10px;
}

.video-left-text{
	left:0;
	top:0;
}

.video-right-text{
	left:0;
	right:0;
	text-align: right;
}

.float-left{
	float:left !important;
}

.float-right{
	float:right !important;
}

 .clear-both{
	 clear:both;
 }