function changerImageRealisation (image) {
	document.getElementById('imageRealisation').innerHTML = '<a href="images/realisations/grandes/' + image + '.jpg" onclick="return hs.expand(this)"><img src="images/realisations/normal/' + image + '.jpg" /></a>' ;
}

function changerVideoRealisation () {
	document.getElementById('imageRealisation').innerHTML = document.getElementById('textareaVideo').value ;
      var myPlayer = VideoJS.setup("example_video_1");
}
