// Procédures globales du projet
function _SAE(c,o){var d=0;c += "";var f=c.length-1;if(o&1)while(c.charAt(d)==" ")d++;if(o&2)while(c.charAt(f)==" ")f--;if (f < d) f= d;return c.substring(d,f+1)}
function ControleChampPasVide(VPNOMCHAMP ){{if((_SAE(VPNOMCHAMP,3).length<=1)){}else {}}}
function ControleSecuriteMDP(VPNOMCHAMPMDP ){{if((VPNOMCHAMPMDP.length<4)){}else {}}}

