var J = jQuery.noConflict();


var hoverColour = "#FFF";

J(function(){ 
	J("a.menu_produits").show("fast", function() {
		J(this).wrap("<div class=\"menu_produits\">");
		J(this).attr("class", "");
	});
	J("div.menu_produits").show("fast", function() {
		J(this).append("<div></div>");
		var wid = J(this).children("a").width();
		var hei = J(this).children("a").height();
		J(this).width(wid);
		J(this).height(hei);
		J(this).children("div").width(wid);
		J(this).children("div").height(hei);
		J(this).children("a").hover(function(){
			if (J(this).attr("rel") == "") {
				J(this).attr("rel", J(this).css("color"));
			}
			J(this).parent().children("div")
				.stop()
				.css({"display": "none", "opacity": "1"})
				.fadeIn("fast");
			J(this)	.stop()
				.css({"color": J(this).attr("rel")})
				.animate({"color": hoverColour}, 350);
		},function(){
			J(this).parent().children("div")
				.stop()
				.fadeOut("slow");
			J(this)	.stop()
				.animate({"color": J(this).attr("rel")}, 250);
		});
	});
	J("a.menu_presentation").show("fast", function() {
		J(this).wrap("<div class=\"menu_presentation\">");
		J(this).attr("class", "");
	});
	J("div.menu_presentation").show("fast", function() {
		J(this).append("<div></div>");
		var wid = J(this).children("a").width();
		var hei = J(this).children("a").height();
		J(this).width(wid);
		J(this).height(hei);
		J(this).children("div").width(wid);
		J(this).children("div").height(hei);
		J(this).children("a").hover(function(){
			if (J(this).attr("rel") == "") {
				J(this).attr("rel", J(this).css("color"));
			}
			J(this).parent().children("div")
				.stop()
				.css({"display": "none", "opacity": "1"})
				.fadeIn("fast");
			J(this)	.stop()
				.css({"color": J(this).attr("rel")})
				.animate({"color": hoverColour}, 350);
		},function(){
			J(this).parent().children("div")
				.stop()
				.fadeOut("slow");
			J(this)	.stop()
				.animate({"color": J(this).attr("rel")}, 250);
		});
	});
	J("a.menu_chaine_graphique").show("fast", function() {
		J(this).wrap("<div class=\"menu_chaine_graphique\">");
		J(this).attr("class", "");
	});
	J("div.menu_chaine_graphique").show("fast", function() {
		J(this).append("<div></div>");
		var wid = J(this).children("a").width();
		var hei = J(this).children("a").height();
		J(this).width(wid);
		J(this).height(hei);
		J(this).children("div").width(wid);
		J(this).children("div").height(hei);
		J(this).children("a").hover(function(){
			if (J(this).attr("rel") == "") {
				J(this).attr("rel", J(this).css("color"));
			}
			J(this).parent().children("div")
				.stop()
				.css({"display": "none", "opacity": "1"})
				.fadeIn("fast");
			J(this)	.stop()
				.css({"color": J(this).attr("rel")})
				.animate({"color": hoverColour}, 350);
		},function(){
			J(this).parent().children("div")
				.stop()
				.fadeOut("slow");
			J(this)	.stop()
				.animate({"color": J(this).attr("rel")}, 250);
		});
	});
	J("a.menu_techniques").show("fast", function() {
		J(this).wrap("<div class=\"menu_techniques\">");
		J(this).attr("class", "");
	});
	J("div.menu_techniques").show("fast", function() {
		J(this).append("<div></div>");
		var wid = J(this).children("a").width();
		var hei = J(this).children("a").height();
		J(this).width(wid);
		J(this).height(hei);
		J(this).children("div").width(wid);
		J(this).children("div").height(hei);
		J(this).children("a").hover(function(){
			if (J(this).attr("rel") == "") {
				J(this).attr("rel", J(this).css("color"));
			}
			J(this).parent().children("div")
				.stop()
				.css({"display": "none", "opacity": "1"})
				.fadeIn("fast");
			J(this)	.stop()
				.css({"color": J(this).attr("rel")})
				.animate({"color": hoverColour}, 350);
		},function(){
			J(this).parent().children("div")
				.stop()
				.fadeOut("slow");
			J(this)	.stop()
				.animate({"color": J(this).attr("rel")}, 250);
		});
	});
	J("a.menu_carrieres").show("fast", function() {
		J(this).wrap("<div class=\"menu_carrieres\">");
		J(this).attr("class", "");
	});
	J("div.menu_carrieres").show("fast", function() {
		J(this).append("<div></div>");
		var wid = J(this).children("a").width();
		var hei = J(this).children("a").height();
		J(this).width(wid);
		J(this).height(hei);
		J(this).children("div").width(wid);
		J(this).children("div").height(hei);
		J(this).children("a").hover(function(){
			if (J(this).attr("rel") == "") {
				J(this).attr("rel", J(this).css("color"));
			}
			J(this).parent().children("div")
				.stop()
				.css({"display": "none", "opacity": "1"})
				.fadeIn("fast");
			J(this)	.stop()
				.css({"color": J(this).attr("rel")})
				.animate({"color": hoverColour}, 350);
		},function(){
			J(this).parent().children("div")
				.stop()
				.fadeOut("slow");
			J(this)	.stop()
				.animate({"color": J(this).attr("rel")}, 250);
		});
	});
	J("a.menu_contact").show("fast", function() {
		J(this).wrap("<div class=\"menu_contact\">");
		J(this).attr("class", "");
	});
	J("div.menu_contact").show("fast", function() {
		J(this).append("<div></div>");
		var wid = J(this).children("a").width();
		var hei = J(this).children("a").height();
		J(this).width(wid);
		J(this).height(hei);
		J(this).children("div").width(wid);
		J(this).children("div").height(hei);
		J(this).children("a").hover(function(){
			if (J(this).attr("rel") == "") {
				J(this).attr("rel", J(this).css("color"));
			}
			J(this).parent().children("div")
				.stop()
				.css({"display": "none", "opacity": "1"})
				.fadeIn("fast");
			J(this)	.stop()
				.css({"color": J(this).attr("rel")})
				.animate({"color": hoverColour}, 350);
		},function(){
			J(this).parent().children("div")
				.stop()
				.fadeOut("slow");
			J(this)	.stop()
				.animate({"color": J(this).attr("rel")}, 250);
		});
	});
	J("a.ss_menu_devis").show("fast", function() {
		J(this).wrap("<div class=\"ss_menu_devis\">");
		J(this).attr("class", "");
	});
	J("div.ss_menu_devis").show("fast", function() {
		J(this).append("<div></div>");
		var wid = J(this).children("a").width();
		var hei = J(this).children("a").height();
		J(this).width(wid);
		J(this).height(hei);
		J(this).children("div").width(wid);
		J(this).children("div").height(hei);
		J(this).children("a").hover(function(){
			if (J(this).attr("rel") == "") {
				J(this).attr("rel", J(this).css("color"));
			}
			J(this).parent().children("div")
				.stop()
				.css({"display": "none", "opacity": "1"})
				.fadeIn("fast");
			J(this)	.stop()
				.css({"color": J(this).attr("rel")})
				.animate({"color": hoverColour}, 350);
		},function(){
			J(this).parent().children("div")
				.stop()
				.fadeOut("slow");
			J(this)	.stop()
				.animate({"color": J(this).attr("rel")}, 250);
		});
	});
	J("a.ss_menu_plan_acces").show("fast", function() {
		J(this).wrap("<div class=\"ss_menu_plan_acces\">");
		J(this).attr("class", "");
	});
	J("div.ss_menu_plan_acces").show("fast", function() {
		J(this).append("<div></div>");
		var wid = J(this).children("a").width();
		var hei = J(this).children("a").height();
		J(this).width(wid);
		J(this).height(hei);
		J(this).children("div").width(wid);
		J(this).children("div").height(hei);
		J(this).children("a").hover(function(){
			if (J(this).attr("rel") == "") {
				J(this).attr("rel", J(this).css("color"));
			}
			J(this).parent().children("div")
				.stop()
				.css({"display": "none", "opacity": "1"})
				.fadeIn("fast");
			J(this)	.stop()
				.css({"color": J(this).attr("rel")})
				.animate({"color": hoverColour}, 350);
		},function(){
			J(this).parent().children("div")
				.stop()
				.fadeOut("slow");
			J(this)	.stop()
				.animate({"color": J(this).attr("rel")}, 250);
		});
	});
	J("a.ss_menu_nous_ecrire").show("fast", function() {
		J(this).wrap("<div class=\"ss_menu_nous_ecrire\">");
		J(this).attr("class", "");
	});
	J("div.ss_menu_nous_ecrire").show("fast", function() {
		J(this).append("<div></div>");
		var wid = J(this).children("a").width();
		var hei = J(this).children("a").height();
		J(this).width(wid);
		J(this).height(hei);
		J(this).children("div").width(wid);
		J(this).children("div").height(hei);
		J(this).children("a").hover(function(){
			if (J(this).attr("rel") == "") {
				J(this).attr("rel", J(this).css("color"));
			}
			J(this).parent().children("div")
				.stop()
				.css({"display": "none", "opacity": "1"})
				.fadeIn("fast");
			J(this)	.stop()
				.css({"color": J(this).attr("rel")})
				.animate({"color": hoverColour}, 350);
		},function(){
			J(this).parent().children("div")
				.stop()
				.fadeOut("slow");
			J(this)	.stop()
				.animate({"color": J(this).attr("rel")}, 250);
		});
	});
	J("a.ss_menu_coordonnees").show("fast", function() {
		J(this).wrap("<div class=\"ss_menu_coordonnees\">");
		J(this).attr("class", "");
	});
	J("div.ss_menu_coordonnees").show("fast", function() {
		J(this).append("<div></div>");
		var wid = J(this).children("a").width();
		var hei = J(this).children("a").height();
		J(this).width(wid);
		J(this).height(hei);
		J(this).children("div").width(wid);
		J(this).children("div").height(hei);
		J(this).children("a").hover(function(){
			if (J(this).attr("rel") == "") {
				J(this).attr("rel", J(this).css("color"));
			}
			J(this).parent().children("div")
				.stop()
				.css({"display": "none", "opacity": "1"})
				.fadeIn("fast");
			J(this)	.stop()
				.css({"color": J(this).attr("rel")})
				.animate({"color": hoverColour}, 350);
		},function(){
			J(this).parent().children("div")
				.stop()
				.fadeOut("slow");
			J(this)	.stop()
				.animate({"color": J(this).attr("rel")}, 250);
		});
	});
	J("a.ss_menu_entreprise").show("fast", function() {
		J(this).wrap("<div class=\"ss_menu_entreprise\">");
		J(this).attr("class", "");
	});
	J("div.ss_menu_entreprise").show("fast", function() {
		J(this).append("<div></div>");
		var wid = J(this).children("a").width();
		var hei = J(this).children("a").height();
		J(this).width(wid);
		J(this).height(hei);
		J(this).children("div").width(wid);
		J(this).children("div").height(hei);
		J(this).children("a").hover(function(){
			if (J(this).attr("rel") == "") {
				J(this).attr("rel", J(this).css("color"));
			}
			J(this).parent().children("div")
				.stop()
				.css({"display": "none", "opacity": "1"})
				.fadeIn("fast");
			J(this)	.stop()
				.css({"color": J(this).attr("rel")})
				.animate({"color": hoverColour}, 350);
		},function(){
			J(this).parent().children("div")
				.stop()
				.fadeOut("slow");
			J(this)	.stop()
				.animate({"color": J(this).attr("rel")}, 250);
		});
	});
	J("a.ss_menu_environnement").show("fast", function() {
		J(this).wrap("<div class=\"ss_menu_environnement\">");
		J(this).attr("class", "");
	});
	J("div.ss_menu_environnement").show("fast", function() {
		J(this).append("<div></div>");
		var wid = J(this).children("a").width();
		var hei = J(this).children("a").height();
		J(this).width(wid);
		J(this).height(hei);
		J(this).children("div").width(wid);
		J(this).children("div").height(hei);
		J(this).children("a").hover(function(){
			if (J(this).attr("rel") == "") {
				J(this).attr("rel", J(this).css("color"));
			}
			J(this).parent().children("div")
				.stop()
				.css({"display": "none", "opacity": "1"})
				.fadeIn("fast");
			J(this)	.stop()
				.css({"color": J(this).attr("rel")})
				.animate({"color": hoverColour}, 350);
		},function(){
			J(this).parent().children("div")
				.stop()
				.fadeOut("slow");
			J(this)	.stop()
				.animate({"color": J(this).attr("rel")}, 250);
		});
	});
	J("a.ss_menu_rapport_activites").show("fast", function() {
		J(this).wrap("<div class=\"ss_menu_rapport_activites\">");
		J(this).attr("class", "");
	});
	J("div.ss_menu_rapport_activites").show("fast", function() {
		J(this).append("<div></div>");
		var wid = J(this).children("a").width();
		var hei = J(this).children("a").height();
		J(this).width(wid);
		J(this).height(hei);
		J(this).children("div").width(wid);
		J(this).children("div").height(hei);
		J(this).children("a").hover(function(){
			if (J(this).attr("rel") == "") {
				J(this).attr("rel", J(this).css("color"));
			}
			J(this).parent().children("div")
				.stop()
				.css({"display": "none", "opacity": "1"})
				.fadeIn("fast");
			J(this)	.stop()
				.css({"color": J(this).attr("rel")})
				.animate({"color": hoverColour}, 350);
		},function(){
			J(this).parent().children("div")
				.stop()
				.fadeOut("slow");
			J(this)	.stop()
				.animate({"color": J(this).attr("rel")}, 250);
		});
	});
	J("a.ss_menu_equipe").show("fast", function() {
		J(this).wrap("<div class=\"ss_menu_equipe\">");
		J(this).attr("class", "");
	});
	J("div.ss_menu_equipe").show("fast", function() {
		J(this).append("<div></div>");
		var wid = J(this).children("a").width();
		var hei = J(this).children("a").height();
		J(this).width(wid);
		J(this).height(hei);
		J(this).children("div").width(wid);
		J(this).children("div").height(hei);
		J(this).children("a").hover(function(){
			if (J(this).attr("rel") == "") {
				J(this).attr("rel", J(this).css("color"));
			}
			J(this).parent().children("div")
				.stop()
				.css({"display": "none", "opacity": "1"})
				.fadeIn("fast");
			J(this)	.stop()
				.css({"color": J(this).attr("rel")})
				.animate({"color": hoverColour}, 350);
		},function(){
			J(this).parent().children("div")
				.stop()
				.fadeOut("slow");
			J(this)	.stop()
				.animate({"color": J(this).attr("rel")}, 250);
		});
	});
	J("a.ss_menu_espace_detente").show("fast", function() {
		J(this).wrap("<div class=\"ss_menu_espace_detente\">");
		J(this).attr("class", "");
	});
	J("div.ss_menu_espace_detente").show("fast", function() {
		J(this).append("<div></div>");
		var wid = J(this).children("a").width();
		var hei = J(this).children("a").height();
		J(this).width(wid);
		J(this).height(hei);
		J(this).children("div").width(wid);
		J(this).children("div").height(hei);
		J(this).children("a").hover(function(){
			if (J(this).attr("rel") == "") {
				J(this).attr("rel", J(this).css("color"));
			}
			J(this).parent().children("div")
				.stop()
				.css({"display": "none", "opacity": "1"})
				.fadeIn("fast");
			J(this)	.stop()
				.css({"color": J(this).attr("rel")})
				.animate({"color": hoverColour}, 350);
		},function(){
			J(this).parent().children("div")
				.stop()
				.fadeOut("slow");
			J(this)	.stop()
				.animate({"color": J(this).attr("rel")}, 250);
		});
	});
	J("a.ss_menu_postuler").show("fast", function() {
		J(this).wrap("<div class=\"ss_menu_postuler\">");
		J(this).attr("class", "");
	});
	J("div.ss_menu_postuler").show("fast", function() {
		J(this).append("<div></div>");
		var wid = J(this).children("a").width();
		var hei = J(this).children("a").height();
		J(this).width(wid);
		J(this).height(hei);
		J(this).children("div").width(wid);
		J(this).children("div").height(hei);
		J(this).children("a").hover(function(){
			if (J(this).attr("rel") == "") {
				J(this).attr("rel", J(this).css("color"));
			}
			J(this).parent().children("div")
				.stop()
				.css({"display": "none", "opacity": "1"})
				.fadeIn("fast");
			J(this)	.stop()
				.css({"color": J(this).attr("rel")})
				.animate({"color": hoverColour}, 350);
		},function(){
			J(this).parent().children("div")
				.stop()
				.fadeOut("slow");
			J(this)	.stop()
				.animate({"color": J(this).attr("rel")}, 250);
		});
	});
	J("a.ss_menu_emploi").show("fast", function() {
		J(this).wrap("<div class=\"ss_menu_emploi\">");
		J(this).attr("class", "");
	});
	J("div.ss_menu_emploi").show("fast", function() {
		J(this).append("<div></div>");
		var wid = J(this).children("a").width();
		var hei = J(this).children("a").height();
		J(this).width(wid);
		J(this).height(hei);
		J(this).children("div").width(wid);
		J(this).children("div").height(hei);
		J(this).children("a").hover(function(){
			if (J(this).attr("rel") == "") {
				J(this).attr("rel", J(this).css("color"));
			}
			J(this).parent().children("div")
				.stop()
				.css({"display": "none", "opacity": "1"})
				.fadeIn("fast");
			J(this)	.stop()
				.css({"color": J(this).attr("rel")})
				.animate({"color": hoverColour}, 350);
		},function(){
			J(this).parent().children("div")
				.stop()
				.fadeOut("slow");
			J(this)	.stop()
				.animate({"color": J(this).attr("rel")}, 250);
		});
	});
	J("a.ss_menu_logistique").show("fast", function() {
		J(this).wrap("<div class=\"ss_menu_logistique\">");
		J(this).attr("class", "");
	});
	J("div.ss_menu_logistique").show("fast", function() {
		J(this).append("<div></div>");
		var wid = J(this).children("a").width();
		var hei = J(this).children("a").height();
		J(this).width(wid);
		J(this).height(hei);
		J(this).children("div").width(wid);
		J(this).children("div").height(hei);
		J(this).children("a").hover(function(){
			if (J(this).attr("rel") == "") {
				J(this).attr("rel", J(this).css("color"));
			}
			J(this).parent().children("div")
				.stop()
				.css({"display": "none", "opacity": "1"})
				.fadeIn("fast");
			J(this)	.stop()
				.css({"color": J(this).attr("rel")})
				.animate({"color": hoverColour}, 350);
		},function(){
			J(this).parent().children("div")
				.stop()
				.fadeOut("slow");
			J(this)	.stop()
				.animate({"color": J(this).attr("rel")}, 250);
		});
	});
	J("a.ss_menu_faconnage").show("fast", function() {
		J(this).wrap("<div class=\"ss_menu_faconnage\">");
		J(this).attr("class", "");
	});
	J("div.ss_menu_faconnage").show("fast", function() {
		J(this).append("<div></div>");
		var wid = J(this).children("a").width();
		var hei = J(this).children("a").height();
		J(this).width(wid);
		J(this).height(hei);
		J(this).children("div").width(wid);
		J(this).children("div").height(hei);
		J(this).children("a").hover(function(){
			if (J(this).attr("rel") == "") {
				J(this).attr("rel", J(this).css("color"));
			}
			J(this).parent().children("div")
				.stop()
				.css({"display": "none", "opacity": "1"})
				.fadeIn("fast");
			J(this)	.stop()
				.css({"color": J(this).attr("rel")})
				.animate({"color": hoverColour}, 350);
		},function(){
			J(this).parent().children("div")
				.stop()
				.fadeOut("slow");
			J(this)	.stop()
				.animate({"color": J(this).attr("rel")}, 250);
		});
	});
	J("a.ss_menu_impression").show("fast", function() {
		J(this).wrap("<div class=\"ss_menu_impression\">");
		J(this).attr("class", "");
	});
	J("div.ss_menu_impression").show("fast", function() {
		J(this).append("<div></div>");
		var wid = J(this).children("a").width();
		var hei = J(this).children("a").height();
		J(this).width(wid);
		J(this).height(hei);
		J(this).children("div").width(wid);
		J(this).children("div").height(hei);
		J(this).children("a").hover(function(){
			if (J(this).attr("rel") == "") {
				J(this).attr("rel", J(this).css("color"));
			}
			J(this).parent().children("div")
				.stop()
				.css({"display": "none", "opacity": "1"})
				.fadeIn("fast");
			J(this)	.stop()
				.css({"color": J(this).attr("rel")})
				.animate({"color": hoverColour}, 350);
		},function(){
			J(this).parent().children("div")
				.stop()
				.fadeOut("slow");
			J(this)	.stop()
				.animate({"color": J(this).attr("rel")}, 250);
		});
	});
	J("a.ss_menu_pao").show("fast", function() {
		J(this).wrap("<div class=\"ss_menu_pao\">");
		J(this).attr("class", "");
	});
	J("div.ss_menu_pao").show("fast", function() {
		J(this).append("<div></div>");
		var wid = J(this).children("a").width();
		var hei = J(this).children("a").height();
		J(this).width(wid);
		J(this).height(hei);
		J(this).children("div").width(wid);
		J(this).children("div").height(hei);
		J(this).children("a").hover(function(){
			if (J(this).attr("rel") == "") {
				J(this).attr("rel", J(this).css("color"));
			}
			J(this).parent().children("div")
				.stop()
				.css({"display": "none", "opacity": "1"})
				.fadeIn("fast");
			J(this)	.stop()
				.css({"color": J(this).attr("rel")})
				.animate({"color": hoverColour}, 350);
		},function(){
			J(this).parent().children("div")
				.stop()
				.fadeOut("slow");
			J(this)	.stop()
				.animate({"color": J(this).attr("rel")}, 250);
		});
	});
	J("a.ss_menu_catalogue").show("fast", function() {
		J(this).wrap("<div class=\"ss_menu_catalogue\">");
		J(this).attr("class", "");
	});
	J("div.ss_menu_catalogue").show("fast", function() {
		J(this).append("<div></div>");
		var wid = J(this).children("a").width();
		var hei = J(this).children("a").height();
		J(this).width(wid);
		J(this).height(hei);
		J(this).children("div").width(wid);
		J(this).children("div").height(hei);
		J(this).children("a").hover(function(){
			if (J(this).attr("rel") == "") {
				J(this).attr("rel", J(this).css("color"));
			}
			J(this).parent().children("div")
				.stop()
				.css({"display": "none", "opacity": "1"})
				.fadeIn("fast");
			J(this)	.stop()
				.css({"color": J(this).attr("rel")})
				.animate({"color": hoverColour}, 350);
		},function(){
			J(this).parent().children("div")
				.stop()
				.fadeOut("slow");
			J(this)	.stop()
				.animate({"color": J(this).attr("rel")}, 250);
		});
	});
	J("a.ss_menu_annuaire").show("fast", function() {
		J(this).wrap("<div class=\"ss_menu_annuaire\">");
		J(this).attr("class", "");
	});
	J("div.ss_menu_annuaire").show("fast", function() {
		J(this).append("<div></div>");
		var wid = J(this).children("a").width();
		var hei = J(this).children("a").height();
		J(this).width(wid);
		J(this).height(hei);
		J(this).children("div").width(wid);
		J(this).children("div").height(hei);
		J(this).children("a").hover(function(){
			if (J(this).attr("rel") == "") {
				J(this).attr("rel", J(this).css("color"));
			}
			J(this).parent().children("div")
				.stop()
				.css({"display": "none", "opacity": "1"})
				.fadeIn("fast");
			J(this)	.stop()
				.css({"color": J(this).attr("rel")})
				.animate({"color": hoverColour}, 350);
		},function(){
			J(this).parent().children("div")
				.stop()
				.fadeOut("slow");
			J(this)	.stop()
				.animate({"color": J(this).attr("rel")}, 250);
		});
	});
	J("a.ss_menu_livre").show("fast", function() {
		J(this).wrap("<div class=\"ss_menu_livre\">");
		J(this).attr("class", "");
	});
	J("div.ss_menu_livre").show("fast", function() {
		J(this).append("<div></div>");
		var wid = J(this).children("a").width();
		var hei = J(this).children("a").height();
		J(this).width(wid);
		J(this).height(hei);
		J(this).children("div").width(wid);
		J(this).children("div").height(hei);
		J(this).children("a").hover(function(){
			if (J(this).attr("rel") == "") {
				J(this).attr("rel", J(this).css("color"));
			}
			J(this).parent().children("div")
				.stop()
				.css({"display": "none", "opacity": "1"})
				.fadeIn("fast");
			J(this)	.stop()
				.css({"color": J(this).attr("rel")})
				.animate({"color": hoverColour}, 350);
		},function(){
			J(this).parent().children("div")
				.stop()
				.fadeOut("slow");
			J(this)	.stop()
				.animate({"color": J(this).attr("rel")}, 250);
		});
	});
	J("a.ss_menu_beaux_livres").show("fast", function() {
		J(this).wrap("<div class=\"ss_menu_beaux_livres\">");
		J(this).attr("class", "");
	});
	J("div.ss_menu_beaux_livres").show("fast", function() {
		J(this).append("<div></div>");
		var wid = J(this).children("a").width();
		var hei = J(this).children("a").height();
		J(this).width(wid);
		J(this).height(hei);
		J(this).children("div").width(wid);
		J(this).children("div").height(hei);
		J(this).children("a").hover(function(){
			if (J(this).attr("rel") == "") {
				J(this).attr("rel", J(this).css("color"));
			}
			J(this).parent().children("div")
				.stop()
				.css({"display": "none", "opacity": "1"})
				.fadeIn("fast");
			J(this)	.stop()
				.css({"color": J(this).attr("rel")})
				.animate({"color": hoverColour}, 350);
		},function(){
			J(this).parent().children("div")
				.stop()
				.fadeOut("slow");
			J(this)	.stop()
				.animate({"color": J(this).attr("rel")}, 250);
		});
	});
	J("a.ss_menu_magazine").show("fast", function() {
		J(this).wrap("<div class=\"ss_menu_magazine\">");
		J(this).attr("class", "");
	});
	J("div.ss_menu_magazine").show("fast", function() {
		J(this).append("<div></div>");
		var wid = J(this).children("a").width();
		var hei = J(this).children("a").height();
		J(this).width(wid);
		J(this).height(hei);
		J(this).children("div").width(wid);
		J(this).children("div").height(hei);
		J(this).children("a").hover(function(){
			if (J(this).attr("rel") == "") {
				J(this).attr("rel", J(this).css("color"));
			}
			J(this).parent().children("div")
				.stop()
				.css({"display": "none", "opacity": "1"})
				.fadeIn("fast");
			J(this)	.stop()
				.css({"color": J(this).attr("rel")})
				.animate({"color": hoverColour}, 350);
		},function(){
			J(this).parent().children("div")
				.stop()
				.fadeOut("slow");
			J(this)	.stop()
				.animate({"color": J(this).attr("rel")}, 250);
		});
	});
	J("a.ss_menu_marketing_direct").show("fast", function() {
		J(this).wrap("<div class=\"ss_menu_marketing_direct\">");
		J(this).attr("class", "");
	});
	J("div.ss_menu_marketing_direct").show("fast", function() {
		J(this).append("<div></div>");
		var wid = J(this).children("a").width();
		var hei = J(this).children("a").height();
		J(this).width(wid);
		J(this).height(hei);
		J(this).children("div").width(wid);
		J(this).children("div").height(hei);
		J(this).children("a").hover(function(){
			if (J(this).attr("rel") == "") {
				J(this).attr("rel", J(this).css("color"));
			}
			J(this).parent().children("div")
				.stop()
				.css({"display": "none", "opacity": "1"})
				.fadeIn("fast");
			J(this)	.stop()
				.css({"color": J(this).attr("rel")})
				.animate({"color": hoverColour}, 350);
		},function(){
			J(this).parent().children("div")
				.stop()
				.fadeOut("slow");
			J(this)	.stop()
				.animate({"color": J(this).attr("rel")}, 250);
		});
	});
	J("a.ss_menu_vernis_selectif").show("fast", function() {
		J(this).wrap("<div class=\"ss_menu_vernis_selectif\">");
		J(this).attr("class", "");
	});
	J("div.ss_menu_vernis_selectif").show("fast", function() {
		J(this).append("<div></div>");
		var wid = J(this).children("a").width();
		var hei = J(this).children("a").height();
		J(this).width(wid);
		J(this).height(hei);
		J(this).children("div").width(wid);
		J(this).children("div").height(hei);
		J(this).children("a").hover(function(){
			if (J(this).attr("rel") == "") {
				J(this).attr("rel", J(this).css("color"));
			}
			J(this).parent().children("div")
				.stop()
				.css({"display": "none", "opacity": "1"})
				.fadeIn("fast");
			J(this)	.stop()
				.css({"color": J(this).attr("rel")})
				.animate({"color": hoverColour}, 350);
		},function(){
			J(this).parent().children("div")
				.stop()
				.fadeOut("slow");
			J(this)	.stop()
				.animate({"color": J(this).attr("rel")}, 250);
		});
	});
	J("a.ss_menu_multichromie").show("fast", function() {
		J(this).wrap("<div class=\"ss_menu_multichromie\">");
		J(this).attr("class", "");
	});
	J("div.ss_menu_multichromie").show("fast", function() {
		J(this).append("<div></div>");
		var wid = J(this).children("a").width();
		var hei = J(this).children("a").height();
		J(this).width(wid);
		J(this).height(hei);
		J(this).children("div").width(wid);
		J(this).children("div").height(hei);
		J(this).children("a").hover(function(){
			if (J(this).attr("rel") == "") {
				J(this).attr("rel", J(this).css("color"));
			}
			J(this).parent().children("div")
				.stop()
				.css({"display": "none", "opacity": "1"})
				.fadeIn("fast");
			J(this)	.stop()
				.css({"color": J(this).attr("rel")})
				.animate({"color": hoverColour}, 350);
		},function(){
			J(this).parent().children("div")
				.stop()
				.fadeOut("slow");
			J(this)	.stop()
				.animate({"color": J(this).attr("rel")}, 250);
		});
	});
	J("a.ss_menu_metalisation").show("fast", function() {
		J(this).wrap("<div class=\"ss_menu_metalisation\">");
		J(this).attr("class", "");
	});
	J("div.ss_menu_metalisation").show("fast", function() {
		J(this).append("<div></div>");
		var wid = J(this).children("a").width();
		var hei = J(this).children("a").height();
		J(this).width(wid);
		J(this).height(hei);
		J(this).children("div").width(wid);
		J(this).children("div").height(hei);
		J(this).children("a").hover(function(){
			if (J(this).attr("rel") == "") {
				J(this).attr("rel", J(this).css("color"));
			}
			J(this).parent().children("div")
				.stop()
				.css({"display": "none", "opacity": "1"})
				.fadeIn("fast");
			J(this)	.stop()
				.css({"color": J(this).attr("rel")})
				.animate({"color": hoverColour}, 350);
		},function(){
			J(this).parent().children("div")
				.stop()
				.fadeOut("slow");
			J(this)	.stop()
				.animate({"color": J(this).attr("rel")}, 250);
		});
	});
	J("a.menu_chaine_graph").show("fast", function() {
		J(this).wrap("<div class=\"menu_chaine_graph\">");
		J(this).attr("class", "");
	});
	J("div.menu_chaine_graph").show("fast", function() {
		J(this).append("<div></div>");
		var wid = J(this).children("a").width();
		var hei = J(this).children("a").height();
		J(this).width(wid);
		J(this).height(hei);
		J(this).children("div").width(wid);
		J(this).children("div").height(hei);
		J(this).children("a").hover(function(){
			if (J(this).attr("rel") == "") {
				J(this).attr("rel", J(this).css("color"));
			}
			J(this).parent().children("div")
				.stop()
				.css({"display": "none", "opacity": "1"})
				.fadeIn("fast");
			J(this)	.stop()
				.css({"color": J(this).attr("rel")})
				.animate({"color": hoverColour}, 350);
		},function(){
			J(this).parent().children("div")
				.stop()
				.fadeOut("slow");
			J(this)	.stop()
				.animate({"color": J(this).attr("rel")}, 250);
		});
	});
});
