@charset "utf-8";
/* CSS Document */

/* Popup */
#popup {
	background-color: rgba(0, 0, 0, 0.85);
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 30;
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9000000', endColorstr='#d9000000', GradientType=0 );
}
	#popup img#titrepopup {
		top: 50%;
		left: 50%;
		margin: -300px 0 0 -360px;
		position: absolute;
	}

	#popup iframe {
		background-color: transparent;
			-moz-box-shadow: 0 0 50px #000;
			-webkit-box-shadow: 0 0 50px #000;
		box-shadow: 0 0 50px #000;
		height: 403px;
		left: 50%;
		margin: -180px 0 0 -360px;
		position: absolute;
		top: 50%;
		width: 720px;
	}
	
	#popup img#fermeture {
		cursor: pointer;
		left: 50%;
		margin: -192px 0 0 348px;
		position: absolute;
		top: 50%;
	}