.spip_forms {
    margin:0 auto;
    padding:0;
    width:400px;
    border:none;
    font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size:1em;
    color:#603A31;
    }

.spip_forms div.spip_descriptif {
	border:0;
	margin:0;
	clear:none;
}

.spip_forms div.spip_descriptif p {
    margin:0; padding:5px 0;
}

.spip_forms form {
    margin:0; padding:0;
    width:400px;
    }

.spip_forms p.spip_form_ok, .spip_forms p.spip_form_erreur, .spip_forms form {
	clear:none;
}

.spip_forms .spip_form_champ {
	margin-bottom: 0;
	display: block;
	clear: none;
	margin-top: 1em;
}
    
.spip_forms fieldset, .spip_forms legend {
    margin:0; padding:0;
    border:none;
    }

.spip_forms .spip_form_label label {
    color:#000;
    }

.spip_forms .spip_form_label .spip_form_label_obligatoire {
    color:red;
    }

.spip_forms .spip_form_champ input, .spip_forms .spip_form_champ textarea, .spip_forms .spip_bouton input {
    background:#DED9D3;
    border:1px solid #603A31;
    color:#000;
    }

.spip_forms .spip_form_champ textarea {
    font-size:1.2em;
    }
