/* the overlayed element */

#recommander{
	cursor:pointer;
	color:#7c1744;
}

#overlay{
	background-image:url(../images/etape/etape2.png);	
	width:500px;
	height:300px;
}
#overlay2{
	background-image:url(../images/centrex/bulle_centrex.png);
	color:#FFF;
	text-align:justify;
	width:550px;
	height:580px;
}

#overlay6{
	background-image:url(../images/bulle_recommander.png);
	color:#FFF;
	text-align:justify;
	width:550px;
	height:300px;
}

#benefice1{
	background-color:#000;
	border:1 px solid black;
	color:#FFF;
	text-align:justify;
	width:600px;
	height:400px;
}

#benefice2{
	background-color:#000;
	border:1 px solid black;
	color:#FFF;
	text-align:justify;
	width:800px;
	height:400px;
}

#benefice3{
	background-color:#000;
	border:1 px solid black;
	color:#FFF;
	text-align:justify;
	width:800px;
	height:400px;
}

#benefice4{
	background-color:#000;
	border:1 px solid black;
	color:#FFF;
	text-align:justify;
	width:800px;
	height:400px;
}

#benefice5{
	background-color:#000;
	border:1 px solid black;
	color:#FFF;
	text-align:justify;
	width:800px;
	height:400px;
}


div.overlay {
	/* dimensions after the growing animation finishes  */

	/* initially overlay is hidden */
	display:none;
	/* some padding to layout nested elements nicely  */
	padding:55px;
	
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(../images/centrex/fermeture.png);
	background-repeat:no-repeat;
	position:absolute;
	right:10px;
	top:10px;
	cursor:pointer;
	height:36px;
	width:38px;
}


/* black */
div.overlay.black {
	background:url(../img/overlay/transparent.png) no-repeat !important;
	color:#fff;
}

/* petrol */
div.overlay.petrol {
	background:url(../img/overlay/petrol.png) no-repeat !important;
	color:#fff;
}

div.black h2, div.petrol h2 {
	color:#ddd;		
}
@charset "utf-8";
/* CSS Document */
