
/*Surcharge CSS Formulaire recommander ce site*/

div.spip_forms {
border-left:0 solid #996633;
color:black;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-weight:normal;
margin:0 0 16px;
padding:6px;
}

div.spip_forms fieldset {
border:none;
margin:0.5em 0;
padding:0.4em 0.4em 0.4em 1em;
}


/*maj*/
.spip_forms fieldset {
border:0px;
margin: 10px 0 0 0;
}

.spip_forms legend {
color:#02854F;
font-size:16px;
font-weight:bold;
}

.spip_forms label{
	font-weight: bold;
	float: none;
}

.spip_forms input{
	float:none;
	clear: both;
	width: 400px;
	display: block;
}

.spip_forms textarea{
	width: 400px;
	display:block;

}

.spip_form_champ {
	margin: 15px 0 0 0;
}

.spip_barre{
	display:none;
}

.spip_bouton input {
	width: 100px;
	margin:0 0 0 7px;
	padding:0;
	float:left;
}
*+html .spip_bouton input {
	margin:10px 0 0 0;
}

