@CHARSET "ISO-8859-1";

/*bloc des listes de membres*/
.top_member
{
	float:left;
	height: 75px;
	width: 380px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.top_member_photo
{
	width: 100px;
	float: left;
}

.top_member_information
{
	width: 250px;
	float: right;
}


/*bloc des listes de videos*/
#topVideo
{
	width: 380px;
	height: 90px;
	float: left;
	margin-bottom: 10px;
	margin-right:10px;	
	border:solid 1px #bababa;
	/*background-color: #f0eef0;*/
	font-size: 10px;
}

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

#topVideoImg img
{
	border: none;
}

#topVideoInfo
{
	float: right;
	width: 260px;
}
