/* CSS pour changer l'aspec des elements du formulaire 'Rejoins-nous' */
.spip_forms {
	color: black;
	margin: 0px;
	margin-bottom: 16px;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	/* border-left: 2px solid #963; */
	position:absolute;
	top:860px;
}
.spip_forms div.spip_descriptif {
	border:0;
	margin:0;
	/* clear:both; */
}
.spip_forms h3 {
	float:none;text-align:left;
}
.spip_forms legend {
	font-size:1.15em;
	padding:2px;
}
.spip_forms .spip_form_champ {
	margin-bottom: 0;
	/* display: block; */
	display: inline-block;
	/* clear: both; */
	margin-top: 1em;
	width:170px;
	font-size:12px;
}

.spip_forms .forml, .spip_forms .formo {
	width:85%;
	border-bottom:solid 1px #E2CEC1;
	border-right:solid 1px #E2CEC1;
	border-top:1px solid #AF896F;
	/* border-left:1px solid #AF896F; */
	font-size:1em;
	padding:.25em;
}
.spip_forms .forml, .spip_forms .fondl {
	background: #FFFDE7;
	color:#4A4336;
	width:85%;
}

.spip_forms form .forml-focus, .spip_forms form input.forml-focus:focus, .spip_forms form textarea.forml-focus:focus, .forml-focus {
	border-bottom:solid 1px #C9AB97;
	border-right:solid 1px #C9AB97;
	border-top:1px solid #81593E;
	/* border-left:1px solid #81593E; */
	background: #FFF2C8;
	color:#433817;
	font-weight:normal;
	font-size:1em;
	padding:.25em;
	width:85%;
}
.spip_forms form .formo-focus, .spip_forms form input.formo-focus:focus, .spip_forms form textarea.formo-focus:focus, .spip_forms .formo-focus {
	border-bottom:solid 1px #C9AB97;
	border-right:solid 1px #C9AB97;
	border-top:1px solid #81593E;
	/* border-left:1px solid #81593E; */
	background:#FFF9EE ;
	color:#433817;
	font-weight:normal;
	font-size:1em;
	padding:.25em;
	width:85%;
}
.spip_forms form .champ_obli_oubli-focus, form input.champ_obli_oubli-focus:focus, form textarea.champ_obli_oubli-focus:focus {
	border-top:solid 2px #980F1B;
	/* border-left:solid 2px #980F1B; */
	border-bottom:2px solid #F3192B;
	border-right:2px solid #F3192B;
	background: #FFF2C8;
	color:#4D161B;
	font-weight:normal;
	font-size:1em;
	padding:.25em;
}

.spip_forms fieldset {
	border: 1px none #8F8181;
	padding: .4em .4em .4em 1em;
	margin:.5em 0 .5em 0;
	border-top-style: dashed;
	/* border-left: 6px solid #c96; */
	border-top-color: #c96;
}