HTML, BODY, #Contenu {
	color: #666666;
	margin: 0 auto;
	height: 100%;
	width: 100%;
}

A, A:hover {
	color: #888888;
}

#lbOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000000;
	cursor: pointer;
}

.LightBox {
	position: absolute;
	width: 549px;
	height: 473px;
	left: 0;
	z-index: 100;
	background: url('images/video_player_borders.png') transparent no-repeat right center;
	font-family: Arial, Helvetica, sans-serif;
}

.LightBox .LightBoxClose, .LightBox .LightBoxClose:hover {
	padding: 25px 25px 0px 0px;
	font-size: 11px;
	text-decoration: none;
	color: #8e856f;
	text-align: right;
	color: #000000;
}

.greenBorder {border: 1px solid green;} 
