.video-info
{
	background-color: #FFFFE5;
	border:1px solid #F5E082;
	padding: 10px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	width: 250px;
	max-width: 250px;
	max-height:350px;
	margin-top: 25px;
	overflow: auto;
}


/** surcharge les styles table de cake**/
.customTable
{
	border: solid 0px #000;
	
}

.customTable tr td
{
	text-align: left;
	border: solid 0px #000;
	vertical-align: top;
}

/** bloc des videos **/
#home_videos
{
	float: left;
	width: 760px;
}


.home_videos_list
{
	float: left;
	width: 700px;
	
	margin-bottom: 10px;
	background-image: url(../img/box/box_750.png);
	background-repeat: no-repeat;
	padding: 0px 30px;
}

/** bloc pour le player **/
.player_box
{
	padding: 0px 10px;
	width: 650px;
}

/** pub droite **/
#home_ads
{
	float: right;
	width: 160px;
	text-align: right;
}



#home_disclaimer
{
	float: left;
	width: 100%;
	text-align: left;
}


