function noClicDroit(){
	alert("Copyright Caruso33 - DROIT RESERVE");
	return false;
}
document.oncontextmenu = noClicDroit;
