<!-- Javascript Copyright Agence et Studio L J & C //-->
<!-- fenetre centree
/*window.moveTo(0,0);
if (document.all) 
{
window.resizeTo(screen.availWidth,screen.availHeight);
}
else if (document.layers) 
{
if (window.outerHeight<screen.availHeight||window.outerWidth<screen.availWidth)
{
window.outerHeight = screen.availHeight;
window.outerWidth = screen.availWidth;
}
}
// fin >*/

<!--no frames
if (top.frames.length!=0)
top.location=self.document.location;
//-->
<!-- SCRIPT Interdire le clic droit

/*function yaunclick()
	{
	alert('Attention !!! Tout le contenu du site est sous copyright !!!');
	}
function noclick(scx)
	{
	if (navigator.appName == "Netscape" && scx.which == 3)
		{
		yaunclick();
		return false; 
		}
if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2)
		{
		yaunclick();
		return false; 
		}
	}
document.onmousedown = noclick*/
-->