/**
 * @author lecat
 */
$(document).ready(function () {
	$.nyroModalSettings({
		bgColor:		'#0B3281',
		minWidth:		null,
		minHeight:		null,
		width:          800,
		contentError:	'Le contenu demandé ne peut pas être chargé..<br/>Essayer plus tard svp.<br /><a href="#" class="nyroModalClose">Fermer</a>',
		handleError:	null,
		title:			'toto'
	});
});