html{
	margin:				0;
	padding:			0;
	height:				100%;
	margin:				auto;
	text-align:			center;
}

body{
	font-family:		Arial;
	font-size:			0.8em;
	margin:				auto; 
	padding:			0;
	text-align:			center;
	background-color:	#000000;
	color:				#FFFFFF;
	line-height:		1.7em;
	height:				100%;
}

p{
	margin:				0px;
}

dl, dt, dd, h1, h2, h3, h4, h5, h6, q, fieldset, legend, form, img{
	padding:			0;
	margin:				0;
}

td, th{
	font-weight:		100;
	vertical-align:		top;
}

img{
	border:				none;
}


/* Liens */
a{
	color:				#404080;
	text-decoration:	none;
}

a:hover{
	color:				#000000;
	text-decoration:	underline;
}


/* Video */
.vdPlayer{
	position:			absolute;
	display:			none;
	width:				950px;
	height:				650px;
	background-repeat:	no-repeat;
	background-color:	#FF0000;
	margin:				auto;
	text-align:			center;
}

.divPlayer{
	position:			absolute;
	top:				115px;
	background-color:	#008000;
	left:				50%;
}

.tbVideos{
	width:				950px;
	height:				650px;
	padding:			0;
	margin:				0;
}