function confirmation() {
var msg = "Etes-vous sur de vouloir supprimer ce champ ?";
return confirm(msg);
}
