<!-- Début

// NOTE: Si vous utilisez une ' ajoutez un slash devant, comme ça \'



var color		= "000000"	// couleur arrière plan flash
var flashheight		= "198"		// Haureur FLASH (PIXELS)
var flashwidth		= "760"		// Largeur FLASH (PIXELS)



document.write('<TABLE cellpadding=0 cellspacing=0 border=0 width="760" BGCOLOR="#'+color+'"><tr><td ALIGN="LEFT">');
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" id="header_flash" ALIGN="">');
document.write('<PARAM NAME=movie VALUE="header_flash.swf">');
document.write('<PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#'+color+'>');
document.write('<EMBED src="header_flash.swf" quality=high bgcolor=#'+color+' WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" NAME="header_flash" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
document.write('</EMBED>');
document.write('</OBJECT>');
document.write('</td></tr></table>');


