
//			*****	PROTECTION CONTRE LA COPIE	*****


// ***  Alerte de copie  ***

function protect()
{alert('Merci de nous contacter pour toute reproduction des photos et documents du site!');
return false}

// ***  Alerte de clic droit sur IE  ***

function noRightClick()
{if (event.button==2)
{alert('Merci de nous contacter pour toute reproduction des photos et documents du site!');
 return false}}

// ***  conditions d'interdiction :

document.oncontextmenu=protect		// clic droit
document.onmousedown=noRightClick	// clic droit sur IE
document.ondragstart=protect		// glissement
document.onselectstart=protect		// sélectionneur de texte