
function efface() {
		//alert ("oui");
    var monImput = document.getElementById("in-a");
    monImput.value="";
}
