<!-- Début

// NOTE: SI VOUS UTILISEZ UNE' AJOUTER UN slash AVANT COMME CA \'



var color		= "000000"	// COULEUR BACKGROUND ENTETE 
var flashheight		= "400"		// HAUTEUR DU FLASH (PIXELS)
var flashwidth		= "800"		// LARGEUR DU FLASH (PIXELS)



document.write('<TABLE cellpadding=0 cellspacing=0 border=0 width="100%" BGCOLOR="#'+color+'"><tr><td ALIGN="middle">');
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="redirection" ALIGN="">');
document.write('<PARAM NAME=movie VALUE="redirection.swf">');
document.write('<PARAM NAME=quality VALUE=high><PARAM NAME=bgcolor VALUE=#'+color+'>');
document.write('<PARAM NAME=wmode VALUE=transparent>');
document.write('<EMBED src="redirection.swf" quality=high wmode="transparent" bgcolor=#'+color+' WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" NAME="redirection" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
document.write('</EMBED>');
document.write('</OBJECT>');
document.write('</td></tr></table>');

//  Fin -->
