//<![CDATA[

	/* You can put your replace statement(s) below, or at the very end of the JS file
	
	Example:
	replaceElement(sSelector, sFlashSrc, sColor, sLinkColor, sHoverColor, sBgColor, nPaddingTop, nPaddingRight, nPaddingBottom, nPaddingLeft, sFlashVars);
	
	Here is what goes in your statements:
	
	sSelector = CSS selector you'd like to replace (e.g. 'h1.main' or 'h2' or '#main h3')
	sColor = text color (e.g. '#000000')
	sLinkColor = link color (e.g. '#0000CC')
	sHoverColor = link color on hover (e.g. '#00CC00')
	sBgColor = color of background (e.g. '#CCCCCC', or 'transparent'... transparent not recommended)
	
	nPadding parameters = enter 0 in here unless you specifically have padding assigned to the element in CSS
	PADDING MUST MATCH *EXACTLY* TO YOUR CSS... THESE ARE NOT NUMBERS TO TRIFLE WITH

	sFlashVars = this is a special parameter which lets you pass other things into Flash. Examples include:
	textalign=center (horizontally centers text)
	offsetLeft=5 (pushes text 5 pixels to the right)
	offsetTop==5 (pushes text 5 pixels down)
	uppercase=true (changes text to uppercase)
	lowercase=true (changes text to lowercase)
	underline=true (adds underline to links on hover)

	Example syntax for extra parameters (& delimited):
	'textalign=center&offsetTop=2&offsetLeft=4'
	*/
var ieMac = false;
var x = new Array();
if(!x.shift && window.ActiveXObject && document.all && (window.getSelection || document.getSelection)){ieMac = true};

if(typeof sIFR == "function" && !ieMac){
		sIFR.replaceElement(named({nWidth:50,nHeight:40,sSelector:"#title-page h2.champagnes", sFlashSrc:"/js/titre_page.swf", sColor:"#89B20C", sLinkColor:"#89B20C", sWmode:"transparent", sHoverColor:"#89B20C", sFlashVars:"textalign=right&offsetLeft=-5"}));
		sIFR.replaceElement(named({nWidth:50,nHeight:40,sSelector:"#title-page h2.maison", sFlashSrc:"/js/titre_page.swf", sColor:"#194A97", sLinkColor:"#194A97", sWmode:"transparent", sHoverColor:"#194A97", sFlashVars:"textalign=right&offsetLeft=-5"}));
		sIFR.replaceElement(named({nWidth:50,nHeight:40,sSelector:"#title-page h2.art", sFlashSrc:"/js/titre_page.swf", sColor:"#890A0F", sLinkColor:"#890A0F", sWmode:"transparent", sHoverColor:"#890A0F", sFlashVars:"textalign=right&offsetLeft=-5"}));
		sIFR.replaceElement(named({nWidth:50,nHeight:40,sSelector:"#title-page h2.actualites", sFlashSrc:"/js/titre_page.swf", sColor:"#F39B06", sLinkColor:"#F39B06", sWmode:"transparent", sHoverColor:"#F39B06", sFlashVars:"textalign=right&offsetLeft=-5"}));
		sIFR.replaceElement(named({nWidth:50,nHeight:40,sSelector:"#title-page ul.champagnes li", sFlashSrc:"/js/li_ssmenu.swf", sColor:"#000000", sLinkColor:"#000000", sHoverColor:"#89B20C", sFlashVars:"offsetLeft=5"}));
		sIFR.replaceElement(named({nWidth:50,nHeight:40,sSelector:"#title-page ul.maison li", sFlashSrc:"/js/li_ssmenu.swf", sColor:"#000000", sLinkColor:"#000000", sHoverColor:"#194A97", sFlashVars:"offsetLeft=5"}));
		sIFR.replaceElement(named({nWidth:50,nHeight:40,sSelector:"#title-page ul.art li", sFlashSrc:"/js/li_ssmenu.swf", sColor:"#000000", sLinkColor:"#000000", sHoverColor:"#890A0F", sFlashVars:"offsetLeft=5"}));
		sIFR.replaceElement(named({nWidth:50,nHeight:40,sSelector:"#title-page ul.actualites li", sFlashSrc:"/js/li_ssmenu.swf", sColor:"#000000", sLinkColor:"#000000", sHoverColor:"#F39B06", sFlashVars:"offsetLeft=5"}));
		sIFR.replaceElement(named({nWidth:50,nHeight:40,sSelector:"h4.title-cuvee", sFlashSrc:"/js/li_ssmenu.swf", sColor:"#FFFFFF", sLinkColor:"#FFFFFF", sWmode:"transparent", sHoverColor:"#FFFFFF", sFlashVars:"offsetLeft=5"}));
		sIFR.replaceElement(named({nWidth:50,nHeight:40,sSelector:"h4.entete4-maison, h4.entete4-art, h4.entete4-actualites, h4.entete4-champagnes", sFlashSrc:"/js/li_ssmenu.swf", sColor:"#FFFFFF", sLinkColor:"#FFFFFF", sWmode:"transparent", sHoverColor:"#FFFFFF", sFlashVars:"offsetLeft=5"}));
		sIFR.replaceElement(named({nWidth:50,nHeight:40,sSelector:".actu-titre h3", sFlashSrc:"/js/li_ssmenu.swf", sColor:"#FFFFFF", sLinkColor:"#FFFFFF", sWmode:"transparent", sHoverColor:"#FFFFFF", sFlashVars:"offsetLeft=5"}));
		sIFR.replaceElement(named({nWidth:50,nHeight:40,sSelector:"h3,h4,h5,h6", sFlashSrc:"/js/li_ssmenu.swf", sColor:"#000000", sLinkColor:"#000000", sWmode:"transparent", sHoverColor:"#000000", sFlashVars:""}));
		sIFR.replaceElement(named({nWidth:50,nHeight:40,sSelector:"label", sFlashSrc:"/js/li_ssmenu.swf", sColor:"#194A97", sLinkColor:"#194A97", sWmode:"transparent", nPaddingTop:0, nPaddingBottom:0, sHoverColor:"#194A97", sFlashVars:"textalign=right"}));
}
//]]>