$(document).ready(function(){
	$("#demande_recherche").click(function(){
		$("#intitule_prix").html('Budget');
	});
		$("#demande_vente").click(function(){
		$("#intitule_prix").html('Prix');
	});

});
