@charset "UTF-8";
/* CSS Document */

.overlay
{
	z-index: 200;
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: rgba(1,1,1,0.50);
	width: 100%;
	height: 100%;
	display: none;
}

#popup, #mariage, #deces, #autre_formulaire
{
	position: absolute;
	margin-top: 10%;
	width: 25%;
	/*width: 50%;*/
	padding: 10px;
	background-color: rgba(250,250,250,1.00);
	box-shadow: 2px 2px 10px #121212;
	font-size: 14px;
	border-radius: 5px;
	left: 39%;
	/*left: 25%;*/
}

#Inscript
{
	position: absolute;
	margin-top: 10%;
	width: 50%;
	padding: 10px;
	background-color: rgba(250,250,250,1.00);
	box-shadow: 2px 2px 10px #121212;
	font-size: 14px;
	border-radius: 5px;
	left: 25%;
}

#Forget
{
	position: absolute;
	margin-top: 10%;
	width: 30%;
	padding: 10px;
	background-color: rgba(250,250,250,1.00);
	box-shadow: 2px 2px 10px #121212;
	font-size: 14px;
	border-radius: 5px;
	left: 35%;
}

#popupsucces
{
	text-align: center;
	position: absolute;
	margin-top: 10%;
	width: 30%;
	padding: 10px;
	background-color: rgba(250,250,250,1.00);
	box-shadow: 2px 2px 10px #121212;
	font-size: 14px;
	border-radius: 5px;
	left: 35%;
}

#popup button
{
	width: 100%;
	padding: 12 auto;
	padding-top: 7px;
	padding-bottom: 7px;
}

#Inscript button
{
	width: 100%;
	padding: 12 auto;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 5px;
}

.btnclose
{
	float: right;
	cursor: pointer;
}

