/* CSS Document */
#disclaimer_content {	
	position:absolute;
	width:100%;
	height:100%;
	z-index:1000;
}

#overlay_disclaimer {
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 1400 !important;
	opacity:0.6;
	filter: alpha(opacity=60); 
	ZOOM: 1;
}

#disclaimer {	
	background:url(../../images/disclaimer/fdavertissement.jpg);
	width:600px;
	height:360px;
	position:relative;
	margin:0 auto;
	margin-top:100px;
	z-index:1500;
}

#disclaimer #disclaimerok {	
	position:absolute;
	background:url(../../images/disclaimer/entrer.jpg);
	width:111px;
	height:42px;
	bottom:35px;
	right:207px;
	cursor:pointer;
}

#disclaimer #disclaimerko {	
	position:absolute;
	background:url(../../images/disclaimer/sortir.jpg);
	width:111px;
	height:42px;
	bottom:35px;
	right:48px;
	cursor:pointer;
}

