function ouvrirEdito(url) {
    window.open(url, 'editorial', 'scrollbars=yes,resizable=yes,width=500,height=550');
}
