<SCRIPT LANGUAGE="JavaScript">
 var isFlash = false;
 // Pour tous navigateurs sauf IE
 if (navigator.plugins && navigator.plugins.length > 0) {
	var pluginsArrayLength = navigator.plugins.length;for (pluginsArrayCounter=0; pluginsArrayCounter < pluginsArrayLength; pluginsArrayCounter++ ) {if(navigator.plugins[pluginsArrayCounter].name.indexOf("Shockwave Flash") >= 0){ // Si 1 des plugins contient Shockwave Flash
		 isFlash = true; // Alors flash player OK 
		 break;
		}
	  }
	}	
</SCRIPT>
<SCRIPT LANGUAGE="VBScript">
// Detection pour Internet Explorer 
On error resume next
isFlash = NOT IsNull(CreateObject("ShockwaveFlash.ShockwaveFlash"))
</SCRIPT>
   // <div  style="padding-top:2px" >
//    <SCRIPT LANGUAGE="JavaScript">
// if(isFlash){document.write("
//    <object width=\"415\" height=\"260\">
//    <param name=\"movie\" value=\"http://www.dailymotion.com/swf/video/xcvk41?width=&autoPlay=0&hideInfos=1&start=&additionalInfos=0&foreground=%233A4E80&highlight=%233A4E80&background=%23171D1B&colors=background%3A171D1B%3Bforeground%3A3A4E80%3Bspecial%3A3A4E80%3B\">
//    </param>
//    <param name=\"allowFullScreen\" value=\"true\">
//    </param><param name=\"allowScriptAccess\" value=\"always\">
//    </param><embed type=\"application/x-shockwave-flash\" src=\"http://www.dailymotion.com/swf/video/xcvk41?width=&autoPlay=0&hideInfos=1&start=&additionalInfos=0&foreground=%233A4E80&highlight=%233A4E80&background=%23171D1B&colors=background%3A171D1B%3Bforeground%3A3A4E80%3Bspecial%3A3A4E80%3B\" width=\"415\" height=\"260\" allowfullscreen=\"true\" allowscriptaccess=\"always\"></embed>
//    </object>");
//	  }
//	  else{
// document.write("Flash bad votre image de remplacement"); // Placez votre image de remplacement
// }
// <\/SCRIPT> 
//      </div>
