if ((screen.width==640)&&(screen.height==480))// PAGE DE REDIRECTION SI RESOLUTION 640x480
{TableauHautWidth='750';TableauHautHeight='170';TableauHautCol1='380';TableauHautCol2='200';
TableauHautCol3='170';SlideWidth='151';SlideHeight='115';
}
else if ((screen.width==800)&&(screen.height==600))// PAGE DE REDIRECTION SI RESOLUTION 800x600
{TableauHautWidth='750';TableauHautHeight='170';TableauHautCol1='380';TableauHautCol2='200';
TableauHautCol3='170';SlideWidth='151';SlideHeight='115';
}  
else if ((screen.width==1024)&&(screen.height==768))// PAGE DE REDIRECTION SI RESOLUTION 1024x768
{TableauHautWidth='970';TableauHautHeight='190';TableauHautCol1='400';TableauHautCol2='370';
TableauHautCol3='200';SlideWidth='170';SlideHeight='128';
} 
else if ((screen.width==1152)&&(screen.height==864))// PAGE DE REDIRECTION SI RESOLUTION 1152x864
{TableauHautWidth='970';TableauHautHeight='190';TableauHautCol1='400';TableauHautCol2='370';
TableauHautCol3='200';SlideWidth='170';SlideHeight='128';
}  
else if ((screen.width==1280)&&(screen.height==960))// PAGE DE REDIRECTION SI RESOLUTION 1280x960
{TableauHautWidth='970';TableauHautHeight='190';TableauHautCol1='400';TableauHautCol2='370';
TableauHautCol3='200';SlideWidth='170';SlideHeight='128';
} 
else if ((screen.width==1280)&&(screen.height==1024))// PAGE DE REDIRECTION SI RESOLUTION 1280x1024
{TableauHautWidth='970';TableauHautHeight='190';TableauHautCol1='400';TableauHautCol2='370';
TableauHautCol3='200';SlideWidth='170';SlideHeight='128';
}   
else// PAGE PAR DEFAUT
{TableauHautWidth='970';TableauHautHeight='190';TableauHautCol1='400';TableauHautCol2='370';
TableauHautCol3='200';SlideWidth='170';SlideHeight='128';
}  

if ((screen.width==640)&&(screen.height==480))// PAGE DE REDIRECTION SI RESOLUTION 640x480
{ImageHautWidth='340';ImageHautHeight='170'}
else if ((screen.width==800)&&(screen.height==600))// PAGE DE REDIRECTION SI RESOLUTION 800x600
{ImageHautWidth='340';ImageHautHeight='170'}
else if ((screen.width==1024)&&(screen.height==768))// PAGE DE REDIRECTION SI RESOLUTION 1024x768
{ImageHautWidth='380';ImageHautHeight='190'}
else if ((screen.width==1152)&&(screen.height==864))// PAGE DE REDIRECTION SI RESOLUTION 1152x864
{ImageHautWidth='380';ImageHautHeight='190'}
else if ((screen.width==1280)&&(screen.height==960))// PAGE DE REDIRECTION SI RESOLUTION 1280x960
{ImageHautWidth='380';ImageHautHeight='190'}
else if ((screen.width==1280)&&(screen.height==1024))// PAGE DE REDIRECTION SI RESOLUTION 1280x1024
{ImageHautWidth='380';ImageHautHeight='190'}
else// PAGE PAR DEFAUT
{ImageHautWidth='380';ImageHautHeight='190'}


function TableauHautGauche() {
	
document.write('<div align="center"><table border="0" cellpadding="0" cellspacing="0" width='+TableauHautWidth+' height='+TableauHautHeight+'>')
document.write('<tr>')
document.write('<td width='+TableauHautCol1+' height='+TableauHautHeight+'><a href="index.htm" target="_self">')
document.write('<img src="images/logotroize.jpg" width='+ImageHautWidth+' height='+ImageHautHeight+' border="0" alt="Accueil" id="logo"></a></td>')
}

function TableauHautMilieu() {
document.write('<td width='+TableauHautCol2+' height='+TableauHautHeight+'>')
Marquee()
document.write('</td>')
}

function TableauHautDroite() {
document.write('<td width='+TableauHautCol3+' height='+TableauHautHeight+' bordercolor="black"><p align="center" style="line-height:100%; margin-top:0; margin-bottom:0;">')
document.write('<img src="images/slide.gif" width='+SlideWidth+' height='+SlideHeight+' border="2" style="border-color:rgb(255,205,0);"></td>')
document.write('</tr>')
document.write('</table></div>')
}

