window.addEvent('domready', function(){
	
	if ($$('.gmap')) {
		if(typeof sIFR == "object")
		{
			sIFR.replace(coconBold, {
			  selector: '.gmap h2',
			  wmode : 'transparent',
			  css: [
				'.sIFR-root { color: #FFFFFF; }'
			  ]
			});
		}
	} 
	
	if(typeof sIFR == "object")
	{
		sIFR.replace(coconBold, {
		  selector: '.intro_content h2',
		  wmode : 'transparent',
		  css: [
			'.sIFR-root { color: #FF7F0D; }'
		  ]
		});
	}
	
	taille_panel = $('panel_hidden_content').getSize();

	oMenuTweenTab = new TweenTab(
		'content',
		{
			change: {
				link : 'mouseenter',
				delay : 500
			},
			cssSelector : {
				link : '.bar',
				block : '.panel_hidden'
			},
			element: {
				blockPrefix : 'TweenMenuRecherche',
				linkPrefix	: 'TweenMenuLinkRecherche'
			},
			move : {
				property	: 'height',
				from		: '0',
				to			: taille_panel.y
			},
			auto_close : {
				active	: true
			},
			activeLink: function(sId) {
				$(sId).addClass('active');
			},
			disableLink: function(sId) {
				$(sId).removeClass('active');
			}
		}
	);
	
});
