function jouer_musique(url_son){
	//document.getElementById("musique").innerHTML = '<embed src="'+url_son+'" loop="false" autostart="true" hidden="true" width="0" height="0"></embed>';
	document.getElementById("musique").innerHTML =	"<object type=\"application/x-shockwave-flash\" data=\""+url_son+"\" loop=\"false\" width=\"0\" height=\"0\"><param name=\"loop\" value=\"false\" /><param name=\"movie\" value=\""+url_son+"\" /></object>";
}