.table select {
	width:100px;
}
#all_required {
	text-align: center;
	padding: 0;
	margin:0;
	font-weight: bold;
}
#form_contact {
	margin: 20px 0;
}
.contact_error {
	margin: 20px;
	padding: 5px 15px;
	border: 1px solid;
	font-size: 13px;
	font-weight:bold;
	color:#000 !important;
	background-color: #ffcfcf;
	border-color: #df8f8f;
	text-align:center;
}
.contact_success {
}
.notice {
	background-color: #fff1a8;
	margin: 10px 320px 10px 0;
	padding: 10px 5px 10px 20px;
	border: 1px solid #df8f8f;
	font-size: 13px;
	font-weight:bold;
	color:#000 !important;
	width:96%;
}
p.locked {
	margin: 10px 10px 10px 0;
	padding: 10px 5px 10px 20px;
	border: 1px solid #df8f8f;
	font-size: 13px;
	font-weight:bold;
	color:#000 !important;
	width:96%;
}
#espace-membres form fieldset input {
	width:250px;
}
#espace-membres form fieldset input#submit {
	width:50px;
}
#espace-membres form fieldset input#sub {
	width:100px;
}
#logout fieldset p {
	text-align: center;
}
#password_error, #password_success {
	position:absolute;
	top:390px;
	left:40%;
	margin: 20px auto;
	padding: 5px 15px;
	border: 1px solid;
	font-size: 13px;
	font-weight:bold;
	color:#000 !important;
	text-align:center;
	z-index:99999;
}
#password_error {
	background-color: #ffcfcf;
	border-color: #37b331;
}
#password_success {
	background-color: #aaff2d;
	border-color: #df8f8f;
}
#forgetmypass, #myaccount {
	text-align:center;
	font-size: 90%;
	margin-top: -10px;
}
#myaccount {
	margin-top: 20px;
}
p.toogle label{
	margin:10px 0 12px 0;
}
p.toggle a#toggler_desc, p.toggle a#toggler_ad {
	display: inline-block;
	width:50px;
	margin: 0 2px 0 2px;
	background-color:#dedede;
	border:1px solid #A8A9A8;
	color:#555;
	padding:5px 5px 5px 10px;
}
p.toggle a#toggler_desc:hover, p.toggle a#toggler_ad:hover {
	color:#000;
	background-color: #bbb ;
}
#sendConfig {
	text-align: center;
	margin:20px;
}
#sendConfig input {
	padding:10px;
	color:#00ff1c;
	font-weight: bolder;
}

/* Pour masquer les emails. Merci sebsauvage ! */
span.baddirection { unicode-bidi:bidi-override; direction: rtl; }

@media screen and (max-width: 800px) {
	#id, #pass {
		width:100px;
	}
}	