function ejs_nodroit() {
	alert('Clic droit interdit');
	return(false);
}
document.oncontextmenu = ejs_nodroit;
