// corrige bug firefox submit() avec href="#"
function soumet()
{
window.document.form_connect.submit();	
}