function pleinecran()
{
window.open('accueil.html','','width='+screen.width+',height='+screen.height+',top=0,left=0,resizable=0,status=0,scrollbars=1');
}