<!-- Message barre du bas
           function monscroll(longueur){
                             
           var letexte=" >>> Agence et Studio L J &amp; C  | Communication  | WEB  |  Photographie";  
           var pause1=4000   
           var speed=35   
                             
           var texte=" ";var i,j;
           for(i=0;i<letexte.length;i++){
           if (texte.length<200){
           for(j=0;j<longueur;j++)
           texte+=" "
           texte+=letexte.substring(i,i+1);};}
           window.status=texte;
           longueur--;if (longueur==0){
           longueur=50;
           var cmd="monscroll("+longueur+")";
           timerTwo=window.setTimeout(cmd,pause1);}
           else{       
           var cmd="monscroll("+longueur+")";
           timerTwo=window.setTimeout(cmd,speed);};}
           timerONE = window.setTimeout('monscroll(50)',50);
           //-->
/*<!-- 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
-->