#popin{
	position: absolute;
	background-color: #fff;
	top: 50%;
	left: 50%;
	margin-top: -242px;
	margin-left: -300px;
	height: 500px;
	width: 571px;
	/* BORDER RADIUS */
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	z-index:99999;
	display: none;
}

#popinVoile{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; /*1560px;*/
	background: #000;
	/* NON VALIDE MAIS OPERATIONNEL */
    -ms-filter: "alpha(opacity=30)";
	filter: alpha(opacity=30); /* IE */
	-khtml-opacity: 0.3; /* Konqueror, Safari */ 
	-moz-opacity: 0.3; /* FF */
	opacity: 0.3; /* CSS 3 */
	/* FIN DU BLOC NON VALIDE */
	z-index:9000;
	display: none;
}

#popup {
    height: 600px;
    text-align: center;
    z-index: 99999;
}

span.ipb_content{
	display: none;
	position: absolute;
	background: #f6f0d7;
	padding: 6px 12px;
	color: white;
}

a.close{ height: 25px; width: 70px; }

