function effacerchamp(ID) {
document.getElementById(ID).value="";
}

