function v_chp(chp){
	if(document.getElementById(chp).value == 'Je recherche ...'){
		document.getElementById(chp).value='';
	}
}
function r_chp(chp){
	if(document.getElementById(chp).value == ''){
		document.getElementById(chp).value='Je recherche ...';
	}
}

//function Page(nb){document.myform.p.value = nb; document.myform.submit();}

function mp(p){
document.recherche.p.value=p;
document.recherche.submit();
}

