function erreurFormulaire(id) {
document.getElementById(id).focus();
document.getElementById(id).style.backgroundColor = "#FEE0C6";
document.getElementById(id).style.borderWidth = "2px";

}