// JavaScript Document


function OuvrirPopup(page,nom,option) {
window.open(page,nom,option);
}