function nodroit() {
	alert('Clic droit interdit');
	return false;
}

/*document.oncontextmenu = nodroit*/;
