$(window).load(function(){
// Bg bandeau photos
if($.browser.msie && $.browser.version=="7.0"){$("#bg_content").css({'height': $('#content').height()+38});}
else {$("#bg_content").css({'height': $('#content').height()+8});}

// Menu Flags
	$("#flag_fr.fr_off img, #flag_us.en_off img").fadeTo('slow', 0.5);
	$("#flag_fr.fr_off img, #flag_us.en_off img").hover(function(){$(this).fadeTo('slow', 0.8)}, function(){$(this).fadeTo('slow', 0.5)});
// Menu selectionné
	$(".selection").css({'color': '#f10096'});
});
