function champsok()     
{
if (document.poster.PSEUDO.value.length == 0) {alert("Ton prénom ?");return false;}
if (document.poster.COMMENTAIRE.value.length == 0) {alert("Et ton commentaire ?");return false;}
}
