fieldset {	border: none; }
fieldset legend { display : none; }


/*
*	Label
*/
.spip_form_label_obligatoire {display: none;}
	

/*
*	Elément commun
*/
.formo { 
	border: 1px solid #c6ecff !important;
	background-color: #eaf9f2 !important;
}

.erreur { color: #f00; display: block; }

input { 
	border: 1px solid #c6ecff !important; 
	background-color: #eaf9f2 !important;	
}
textarea {
	border: 1px solid #c6ecff !important;
	background-color: #eaf9f2 !important;
}



