#dailymotionTbl {
	position: absolute;
	border: solid #0099CC 1px;
	background-color: #ffffff;
	font-size: 12px;
}
#dailymotionTbl th {
	height: 25px;
	text-align: left; 
	background-color: #0099CC;
	color: #ffffff;
}
#dailymotionTbl td {
	background-color: #ffffff;
	color: #000000;
}
#dailymotionHandler {
	cursor: move;
}
#divDailymotionBG {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000000;
	filter: alpha(opacity=90);
	opacity: 0.9;
	width: 100%;
	height: 100%;
	z-index: 500;
}
#divDailymotion {
	position: fixed;
	background-color: #ffffff;
	/*border: solid #0099CC 1px;*/
	filter: alpha(opacity=100);
	opacity: 1;
	width: 550px;
	top: 20%;
	left: 35%;
	z-index: 1000;
}
#progressbar {
	position: relative;
}
.progress-label {
	position: absolute;
	left: 50%;
	top: 4px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
}
.ui-widget-header {
	border: 1px solid #0099CC;
	background-image: url('/img/tab/menu_admin_bg.png');
}
.videoErreur {
	font-weight: bold;
	color: #ff0000;
}
