$(window).load(function() 
	{
	$('a.lien_media').mediaObjectPreRoll(
		{
		width: 386,
		height: 288,
		preRollOptions : { playButtonVisible: false },
		theme : 'france3'
		});
	});