/*** FONCTIONS APPELEES SUR TOUTES LES PAGES DU SITE ***/
$(function(){

    $('#hautpage a').live('click', function(event){ 
       event.preventDefault();
       $('html,body').animate({scrollTop: 0}, {duration:500}); 
    }); 


    $("#menu ul li a span").each(function() {
        if($(this).html().length > 26) {
            $(this).addClass("double");
        }
    });

    $('body.body01 #inter .exergue, body.bodygenerique #inter .exergue, body.body01 #inter_popup .exergue').append('<img src="imgExergueBody01.png" alt="Epingle bleue" />');
    $('body.body02 #inter .exergue, body.body02 #inter_popup .exergue').append('<img src="imgExergueBody02.png" alt="Epingle violette" />');
    $('body.body03 #inter .exergue, body.body03 #inter_popup .exergue').append('<img src="imgExergueBody03.png" alt="Epingle verte" />');
    $('body.body04 #inter .exergue, body.body04 #inter_popup .exergue').append('<img src="imgExergueBody04.png" alt="Epingle orange" />');
    $('body.body05 #inter .exergue, body.body05 #inter_popup .exergue').append('<img src="imgExergueBody05.png" alt="Epingle rouge" />');

   $('#bonhommeEtQuestion form').removeAttr("onsubmit");

   $('body.bodyPopup a').attr({target:"_parent"});

/*----------------- POUR SHADOWBOX -----------------*/

   $(".ouvreShadowBox").attr({
      rel: "shadowbox;height=480;width=600"
   });
   $("#inter_popup a").attr({
      target: "_parent"   });




});
