/*
Screen resolution detecter script: By Website Abstraction (www.wsabstract.com) More free scripts here!
Note: Credit must stay intact for use.
*/
var correctwidth=800
var correctheight=600
if (screen.width<correctwidth||screen.height<correctheight)
document.write("(R&eacute;solution d'&eacute;cran conseill&eacute;e : " + correctwidth + "*" + correctheight + ". Votre r&eacute;solution actuelle est : " + screen.width + "*" + screen.height + ")");
//-->
