function pasmembre()
{
	alert('vous devez vous inscrire pour utiliser notre moteur de recherche.\rSi vous l\'êtes déja veuillez vous identifier.');
	return false ;
}

function pasmembre_en()
{
	alert('you must login to use our search engine');
	return false ;
}

function construction() {
	
	alert('Notre site est en cours de construction, Merci.') ;
	return false ;
}
function construction_en() {
	
	alert('Comming soon') ;
	return false ;
}

function PopupCentrer(page,largeur,hauteur,options) {
  var top=(screen.height-hauteur)/2;
  var left=(screen.width-largeur)/2;
  window.open(page,"","top="+top+",left="+left+",width="+largeur+",height="+hauteur+","+options);
}

