<SCRIPT
LANGUAGE=javascript>var wid=screen.width;
var
hei=screen.height;
var col=(1<<screen.colorDepth);
if
((wid<800) || (col<65535)) { alert('ATTENTION nCe site a ete concu pour
un affichage de 800x600 superieur a 65535 couleurs! n reglez votre ecran SVP.')}
if
((wid>=800) && (col>=65535) ) { alert('votre ecran est bien regle
pour la lecture de ce site n (superieur ou egal 800x600 et superieur a 65535
couleurs)')}</SCRIPT></P>