
function hd_oubli1(img_fleche)
{
	$('#hd_oublie').html('<br /><font class="texta2 violet0">Merci d\'indiquer l\'e-mail avec lequel vous vous êtes inscrit(e) :<br /></font><input type="text" id="mail_oubli" name="mail_oubli" style="background-color:#ffffff; border:1px solid #666666; font-family:Arial; font-size:11px; color:#350042; width:120px; height:16px; margin:1px;" style="width:177px;" maxlength="100" /><a href="javascript:void(0);" onclick="hd_oubli2();"><img src="'+img_fleche+'" hspace="2" vspace="0" align="absmiddle" border="0" alt="" /></a>');
	if (document.getElementById('hd_patape'))
		document.getElementById('hd_patape').style.display = 'none';
	if (document.getElementById('hd_maltape'))
		document.getElementById('hd_maltape').style.display = 'none';
}

function new_hd_oubli1()
{
	document.getElementById('contenu_zone_login').style.display = 'none';
	document.getElementById('contenu_mail_oubli').style.display = 'block';
	
	if (document.getElementById('hd_patape'))
		document.getElementById('hd_patape').style.display = 'none';
	if (document.getElementById('hd_maltape'))
		document.getElementById('hd_maltape').style.display = 'none';
}

function ferme_zone_login()
{
	document.getElementById('contenu_zone_login').style.display = 'block';
	document.getElementById('contenu_mail_oubli').style.display = 'none';
	document.getElementById('contenu_mail_oubli_txt').style.display = 'none';
	document.getElementById('partie_login_champs').style.display = 'none';
	document.getElementById('login_bt_connect').style.display = 'block';
}

function new_hd_oubli2()
{
	x_hd_mail(document.getElementById('mail_oubli').value, new_f_hd_mail);
}

function new_f_hd_mail(r)
{
	if(r)
	{
		$('#mail_oubli_erreur').html(r);
	}
	else
	{
		document.getElementById('contenu_mail_oubli').style.display = 'none';
		document.getElementById('contenu_mail_oubli_txt').style.display = 'block';
	}
}

function inverse_hd_oubli1(texte_hd, img_fleche)
{
	$('#hd_oublie').html('<a class="hd_oublie '+texte_hd+' lien1" href="javascript:void(0);" onclick="hd_oubli1(\''+img_fleche+'\');">Vous avez oublié votre pseudo ou mot de passe</a>');
	if (document.getElementById('hd_patape'))
		document.getElementById('hd_patape').style.display = 'block';
	if (document.getElementById('hd_maltape'))
		document.getElementById('hd_maltape').style.display = 'block';
}


function hd_oubli2 ()
{
	x_hd_mail(document.getElementById('mail_oubli').value, f_hd_mail);
}


function f_hd_mail(r)
{
	if(r)
		alert(r);
	else
		document.getElementById('hd_oublie').innerHTML = '<br /><font class="texta2 violet0">Un e-mail contenant vos codes d\'accès vient de vous être envoyé.</font>';
}
