function selectionnerVideo()
{ 
	document.videoDailymotion.objectDailymotion.focus();	
	document.videoDailymotion.objectDailymotion.select(); 
}
function copyPressePapier(obj)
	{
  	var textRange = document.body.createTextRange();
  	textRange.moveToElementText(obj);
  	textRange.execCommand("Copy");
	}	