
a  {
text-decoration : none;
}
A:link {
text-decoration : none;
}
A:visited {
text-decoration : none;
}
A:active {
text-decoration : none;
}
A:hover {
color : red;}

<script language="JavaScript1.2">

function ejs_nodroit()
{
alert('Pas le droit !!!');
return(false);
}

document.oncontextmenu = ejs_nodroit;

</script> 