$(document).ready(function(){							


	$("#contenu .contenu_txt .grdssmenu").hover(function(){
		$(this).children("#contenu .contenu_txt .grdssmenu span").stop(true, true).animate({fontSize: "18px"},300);
	},function(){
		$(this).children("#contenu .contenu_txt .grdssmenu span").animate({fontSize: "14px"},300);
        });	

	$("#titre_docs .docs_fond").hover(function(){
		$(this).children("#titre_docs .docs_fond .docs").stop(true, true).animate({width: "420px",height: "38px",lineHeight:"38px",fontSize:"20px"},300);
		$(this).children(".docs").children(".docs_plus").fadeIn(100);
		$(this).children("#titre_docs .docs_fond .docs").children("#titre_docs .docs_fond .docs a").css({color: "#fff"});
	},function(){
		$(this).children("#titre_docs .docs_fond .docs").stop(true, true).animate({width: "300px",height: "24px",lineHeight:"24px",fontSize:"16px"},300);
		$(this).children(".docs").children(".docs_plus").fadeOut(100);
		$(this).children("#titre_docs .docs_fond .docs").children("#titre_docs .docs_fond .docs a").css({color: "#1e1e1e"});
        });	

	$(".pdf_vu_icon").hover(function(){
		$(this).children(".pdf_vu_icon img").stop(true, true).animate({width: "80px",height: "80px",marginTop:"-10px",marginLeft:"-10px"},300);
	},function(){
		$(this).children(".pdf_vu_icon img").stop(true, true).animate({width: "60px",height: "60px",marginTop:"0px",marginLeft:"0px"},300);
        });	

	$(".pdf_dl_icon").hover(function(){
		$(this).children(".pdf_dl_icon img").stop(true, true).animate({width: "80px",height: "80px",marginTop:"-10px",marginLeft:"-10px"},300);
	},function(){
		$(this).children(".pdf_dl_icon img").stop(true, true).animate({width: "60px",height: "60px",marginTop:"0px",marginLeft:"0px"},300);
        });	

	$(".prendrecontact").hover(function(){
		$(this).children(".prendrecontact a").children(".prendrecontact a .prendretxt").stop(true, true).animate({marginLeft:"90px"},300);
		$(this).children(".prendrecontact a").children(".prendrecontact a .prendreimg").stop(true, true).animate({marginLeft:"-280px"},300);
	},function(){
		$(this).children(".prendrecontact a").children(".prendrecontact a .prendretxt").stop(true, true).animate({marginLeft:"0px"},300);
		$(this).children(".prendrecontact a").children(".prendrecontact a .prendreimg").stop(true, true).animate({marginLeft:"0px"},300);
        });	

	$(".prendrerdv").hover(function(){
		$(this).children(".prendrerdv a").children(".prendrerdv a .prendretxtbis").stop(true, true).animate({marginLeft:"90px"},300);
		$(this).children(".prendrerdv a").children(".prendrerdv a .prendreimg").stop(true, true).animate({marginLeft:"-320px"},300);
	},function(){
		$(this).children(".prendrerdv a").children(".prendrerdv a .prendretxtbis").stop(true, true).animate({marginLeft:"0px"},300);
		$(this).children(".prendrerdv a").children(".prendrerdv a .prendreimg").stop(true, true).animate({marginLeft:"0px"},300);
        });	
                
	$("#dell").hover(function(){
		$(this).stop(true, true).animate({fontSize: "18px"},300);
	},function(){
		$(this).animate({fontSize: "14px"},300);
        });
                
	$(".lieninterne").hover(function(){
		$(this).stop(true, true).animate({fontSize: "18px"},300);
	},function(){
		$(this).animate({fontSize: "14px"},300);
        });
  
    
    setInterval('$("#rappel img").fadeOut(1000).fadeIn(600)',3000);

});
