.video_content {
	margin: auto;
	padding: 0px;
	position: absolute;
	z-index: 1100;
	background-color: #333333;
	opacity : .5;
	filter : alpha(opacity=80);
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 100%;
	width: 100%;
}

.fermer_pub {
	margin: auto;
	padding: 0px;
	background-color: #666666;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 100%;
	width: 100%;
	cursor: Pointer;
	position: absolute;
	left: 0px;
	top: 0px;
}
#flash {
	margin: 250px auto auto;
	height: 400px;
	width: 600px;
	z-index: 2000;
	position: relative;
	background-image: url(../images/fond_video.png);
	background-repeat: no-repeat;
	padding: 10px;
}
