$(document).ready(function() {
$('#modal_inscription').dialog({ autoOpen: false , modal: true, width:540, height:330, resizable:false,title: 'INSCRIVEZ-VOUS SUR NOOMIZ',dialogClass: 'ui-dialog-nmz' });
$('#modal_inscriptionstep').dialog({ autoOpen: false , modal: true, width:668, height:470, resizable:false,title: 'INSCRIVEZ-VOUS SUR NOOMIZ',dialogClass: 'ui-dialog-nmz' });
$('#modal_step2_inscription').dialog({ autoOpen: false , modal: true, width:870, height:580, resizable:false,title: 'LISTE DES GENRES DISPONIBLES',dialogClass: 'ui-dialog-nmz' });	
$('#anchor-focus-modal').focus();
});

