function voirmessage(msg,evt,hauteur){
  tooltip.show(msg);
}
 
function killMessage(){
  tooltip.hide();
}

