.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-image:url(../img/spiez_conditions_vf.png);
	width:749px;	
	height:455px;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	position:absolute;
	right:23px;
	top:18px;
	cursor:pointer;
	height:20px;
	width:80px;
}

/* styling for elements inside overlay */
	.details {
	text-align:left;	
		position:absolute;
		top:55px;
		right:50px;
		height:350px;
		width:600px;
		color: black;
		font-size:15px;
	}
	.details  a{
	color : blue;
	}
	
	.details h3 {
		color: rgb(84,141,212);
		font-size:20px;
		margin:0 0 -10px 0;
		text-align: center;
	}
	
	/* formulaire */
	
	.ccab { display: none; } 
	