/* CSS Document */

#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 900px;
	background-color: #000;
	z-index:100;
	opacity:0.5;
	filter: alpha(opacity=50);
}

#pop, #video1, #video2 {
	display: none;
	position: absolute;
	top: 100px;
	left:30%;
	padding:10px 15px;
	z-index: 1000;	
	cursor: pointer;
	color: #000;
	font-size: 12px;
	width:auto;
	background: #FFFFFF;
}
#pop {
	width: 300px;	
	border:10px solid #463F32;}

#pop p, #video1 p, #video2 p {
	margin:5px 10px;
}
#pop a, #video1 a, #video2 a {color:#463F32;text-decoration:none;}
#pop a:hover, #video1 a:hover, #video2 a:hover {text-decoration:underline;}

.fermer {
	margin: 0.5em 0 0 0;
	color: black;
	text-align: center;
}