@charset "UTF-8";
/* CSS Document */
	
#fvFondOverlay {
	position: absolute;
	padding: 0px;
	opacity:.80;
	color: #FFFFFF;
	visibility: hidden;
	align: center;
	background-color: #000000;
	opacity: .75;
	filter: alpha(opacity=75);
	width: 0%;
	height: 0%;
	top: 0;
	left: 0;
	z-index: 2000;
}

#fvContenuOverlay {
	position: absolute;
	visibility: hidden;
	padding: 10px;
	align: center;
	background-color: #FFFFFF;
	width: 650px;
	height: 350px;
	top: 15%;
	left: 25%;
	z-index: 2001;
	border: 0;
}
	
.close a, .close a:visited {
	width: 170px;
	background-image: url(images/close.gif);
	text-decoration: none;
	background-repeat: no-repeat;	
}

.close a, .close a:visited {
	padding-left: 30px;
	padding-top: 5px;
	height: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 15px;
	text-transform: uppercase;
}

.close a:hover {
	text-decoration: none;
	color: #9FD7F1;
	background-repeat: no-repeat;
	background-image: url(images/close_over.gif);
}