J'ai remarqué une chose. Pourquoi as-tu le enctype="multipart/form-data" dans ton formulaire alors qu'il n'y a pas de fichiers à joindre ?
Supprimes le et regardes si ce n'est pas à cause de ça.
Code : Tout sélectionner
<html>
<body bgcolor="#ffffff" link="#ff0000" vlink="#0000ff" text="#000000" background="back.gif" topmargin=0 leftmargin=0>
<form action="ConnexionProspect.php" method="post" name="formulaire">
<a name=top></a>
<p align=center><center><font face="Times New Roman" color=#000000 size=2>Saisissez votre nom d'utilisateur<br></font>
<td width=136 height=23 colspan=2 rowspan=2 valign=top align=left>
<input type="text" name="Login" maxlength=255 size=16 value="">
<p align=center><center><font face="Times New Roman" color=#000000 size=2>Saisissez votre mot de passe<br></font>
<td width=136 height=23 colspan=2 rowspan=2 valign=top align=left>
<input type="password" name="Mot_de_passe" maxlength=255 size=16 value="">
<td width=131 height=23 colspan=4 rowspan=1 valign=top align=left>
<input type="submit" name="Btn_Valider" value="Connexion">
<a name=bottom></a>
</form>
</body>
</html>
if (isset($_POST['Btn_Valider']) && $_POST['Btn_Valider']=="Connexion")