function Envoyer() {
	if(document.monespace.email.value && document.monespace.password.value) {
		document.monespace.submit();
	}
}
function Rechercher() {
	recherche=document.entete.search_txt.value;
	document.location.href='/allo_liste.php?rech='+recherche;
}
function verif() {
	if( document.entete.search_txt.value == "" || document.entete.search_txt.value == "Entrez un mot clé") { return false; }
	else { return true; }	
}
function replacer_popup() {
	if(document.getElementById("confirm")) {
		if(document.getElementById("act_compte")) { //pop activation compte
			if(document.getElementById("confirm").style.visibility=='visible') {	
				if(document.body.clientWidth>800) {document.getElementById("confirm").style.left=document.body.clientWidth/2-250;}
				else {document.getElementById("confirm").style.left=100;}		
			}
		} else { //pop erreur
			if(document.getElementById("confirm").style.visibility=='visible') {
				if(document.body.clientWidth>800) {document.getElementById("confirm").style.left=document.body.clientWidth/2-170;}		
				else {document.getElementById("confirm").style.left=210;}		
			}
		}
	}
}
function clear_animation() {
	document.getElementById("header_flash_home").style.display = 'none';
	document.getElementById("header_flash_home_after").style.display = 'block';
}
function Fermer_connexion() {
	popup('/pop_erreur.php?deconnect=true',356,214,0);
}
function open_popup() {
	open1 = window.open('/popup_batman.html','_blank','height=400,width=550,left='+200+', top='+200+',toolbar=0,status=yes,location=0,directories=0,menubar=0,scrollbars=0,resizable=0');
	open1.focus(); 
}

