function valider()
{
if(f.mdp.value=='passe') window.location.href = 'espaceCA.htm'
else window.location.href = 'index.html'
}

