var lang = "fr";
// Created by iw 3.0.4 local-build-20110724
setTransparentGifURL('media/transparent.gif');

function applyEffects() {
	var registry = IWCreateEffectRegistry();
	registry.registerEffects({
		reflection_0: new IWReflection({
			opacity: 0.50,
			offset: 1.00
		})
	});
	registry.applyEffects();
}
function hostedOnDM() {
	return false;
}
function onPageLoad() {
	loadMozillaCSS('bienvenue_files/bienvenuemoz.css');
	adjustLineHeightIfTooBig('id1');
	adjustFontSizeIfTooBig('id1');
	Widget.onload();
	fixupAllIEPNGBGs();
	fixAllIEPNGs('media/transparent.gif');
	applyEffects()
}
function onPageUnload() {
	Widget.onunload();
}

