// JavaScript Document
function envoirecette(id){

	window.open("envoiRecette.php?id="+id,"Recette","width=500,height=500");



}