function afficher_msg(msg) {
status = msg;
document.returnValue = true;
}
function effacer_msg() {
status = '';
document.returnValue = true;
}
