function modif_recherche(id)
{
	window.location.href = 'index.php?page=65&action=edit&id='+id+'';
}
function supp_recherche(id)
{
	if(confirm('Confirmez-vous la suppression ?')) {	
		window.location.href = 'pages/post/recherches_cours.php?id='+id;
	}
}