/* Page Inscription Membres */
#form_forgetpwd {
	background-image: url(images/membres_inscription_bg1.png); 
	background-repeat: no-repeat;
	background-position: 2% center;
	border: 1px dashed #a9af68;
	padding-top: 1em;
	padding-bottom: 1em;
	min-height: 200px;
}

.p_infos {
	text-align: center;
}

.p_infos_erreur {
	text-align: center;
	border: 1px dotted red;
	padding: 0.5em;
}
#table_forgetpwd {
	width: 95%;
	margin: auto;
	text-align: center;
	margin-bottom: 2em;
	border-spacing: 0.25em;
	min-height: 200px;
}

#p_forgetpwd_captcha {
	width: 50%;
	margin: auto;
	text-align: center;
	padding: 0.5em;
	padding-left: 0.25em;
	padding-right: 0.25em;
}

#div_confirmation {
	background-image: url(images/membres_inscription_bg2.png); 
	background-repeat: no-repeat;
	background-position: 2% center;
	min-height: 200px;
}
