<!--
var correctwidth=1024
var correctheight=768
if (screen.width!=correctwidth||screen.height!=correctheight)
{
  document.write("<B>Votre  r&eacute;solution actuelle est "+screen.width+"x"+screen.height+".</B>")
}
else
{
document.write("<B>La r&eacute;solution est correcte pour ce site.</B>")
}
//-->
