$(document).ready(function(){

	jQuery.each(jQuery.browser, function(i, val) {
		if(val == true)
		{

			if(i == "msie")
			{
				ver = jQuery.browser.version.substr(0,1);
				if(ver < 7)
				{
					$("body").addClass(i+ver);
					$("#ie6warn").html("<strong>Attention vous utilisez un navigateur obsol&egrave;te !</strong>\
					<p>Nous vous recommandons fortement la derni&egrave;re version de <a href=\"http://www.mozilla.org\">Mozilla Firefox</a></p>\
					<p>&nbsp;&nbsp;Vous pouvez aussi <a href=\"http://www.microsoft.com/belux/fr/windows/ie/downloads/default.mspx\">mettre &agrave; jours votre version d'Internet Explorer</a>.</p>\
					\
					");
				}
				else{
					$("body").addClass(i);
				}
			}else{
				$("body").addClass(i);
			}
		}
    });

	$(".nv2").hide();
	$(".nv3").hide();
	$(".nv1,.nv2,.nv3").css({
		cursor: "pointer"
	});
	$(".anv1").click(function(){
		id = this.id;
		id = "#u"+id.substring(1,id.length);
		$(id).slideToggle("slow");
	});
	$(".anv2").click(function(){
		id = this.id;
		id = "#u"+id.substring(1,id.length);
		$(id).slideToggle("slow");
	});

});

function slide(elem)
{

}
