#videoDetail
{
	float:left;
	width: 350px;
	background-color: #f0eef0;
	border:solid 1px #bababa;
	/*pour se mettre meme hauteur que le titre*/
	margin-top: 50px;
}

.videoRelated
{
	width: 350px;	
	float:left;
	
}


#oneVideo
{
	width: 100%;
	float: left;
	margin-bottom: 10px;	
	border:solid 1px #bababa;
	background-color: #f0eef0;
}

#videoImg
{
	float: left;
	width: 110px;	
}

#videoImg img
{
	border: none;
}


#videoInfo
{
	float: left;
	width: 230px;
}

#videoComments
{
	float:left;
	width:435px;
}
