/* ##################################################################################################################### */
/* #  ANTI-CLIC DROIT                                                                                                  # */
/* ##################################################################################################################### */
	document.oncontextmenu = document.ondragstart = document.onselectstart = function() { return false };
	if (!Safari) { document.onmousedown = function() { return false }; document.onclick = function() { return true }; }
	
/* ##################################################################################################################### */

