jQuery(document).ready(function() {	
	jQuery("#entete .menu-site li:first-child").addClass("first");
	jQuery("#entete .menu-rubs li li:first-child").addClass("first");
	jQuery("#entete .menu-rubs li li:last-child").addClass("last");
	jQuery("#entete .menu-rubs li").hover(function() { jQuery(this).toggleClass("hover"); });
	if (document.getElementById("clients")) window.setInterval("randImg()",3000);
	jQuery('a[rel^="shadowbox["]').each(function() {
		jQuery(this).attr("rel", jQuery(this).attr("rel")+";width=990")
	});
	if ( parent.frames["sb-player"] ) {
		jQuery("#pied").css("display","none");
		jQuery("#page").attr("id","lightbox");
	}
});
function randImg() {
	jQuery("#clients li").fadeOut();
	nb = Math.floor(Math.random()*jQuery("#clients li").length);	
	jQuery("#clients li:eq("+nb+")").fadeIn();
}
function showhide(){
	if(document.getElementById('formation').style.display!='block'){
		document.getElementById('formation').style.display='block';}
	else{
		document.getElementById('formation').style.display='none';}
}

