/* Page Inscription Membres */
#form_inscription {
	border: 0px dashed #6b8dfc;
	padding-top: 1em;
	padding-bottom: 1em;
}

#table_inscription1 {
	background-image: url(images/membres_inscription_bg1.png); 
	background-repeat: no-repeat;
	background-position: 2% center;
	border: 1px dashed #6a7f6a;
	width: 95%;
	margin: auto;
	text-align: center;
	margin-bottom: 2em;
	border-spacing: 0.25em;
	min-height: 200px;
}

#table_inscription2 {
	background-image: url(images/membres_inscription_bg2.png); 
	background-repeat: no-repeat;
	background-position: 2% center;
	border: 1px dashed #a9af68;
	width: 95%;
	margin: auto;
	text-align: center;
	margin-bottom: 2em;
	border-spacing: 0.25em;
	min-height: 200px;
}

#p_inscription_captcha {
	border: 1px dashed #d2bc79;
	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;
}