<!--
function click() {
if (event.button==2) {
alert('Page protégée par Copyright © 2008 - PACREAU & COURCELLES, Avocats');
}
}
document.onmousedown=click
// -->
