      $(document).ready(function() {
        /*
         *   BULLE QUI AFFICHE L'EXPLICATION SUR L'ALGERIE
         */
        $('#dialog_discover_baliston').dialog({
          autoOpen: false,
          draggable: false,
          bgiframe: false,
          height: 520,
          width: 580,
          modal: true,
          resizable: false,
          closeOnEscape: true,
          overlay: {
            backgroundColor: '#000000',
            opacity: 0.5
          },
          buttons: {
            'Fermer': function() {
              $(this).dialog('close');
            }
          }
        });


        /*
         *   BULLE QUI AFFICHE UNE PUBLICITE A L'OUVERTURE DU SITE
         */
        $('#dialog_box_information').dialog({
          autoOpen: false,
          draggable: false,
          bgiframe: false,
          height: 455,
          width: 540,
          modal: true,
          resizable: false,
          closeOnEscape: true,
          overlay: {
            backgroundColor: '#000000',
            opacity: 0.5
          },
          buttons: {
            'Fermer': function() {
              $(this).dialog('close');
            }
          }
        });


        /*
         *   BULLE QUI PRECISE QU'IL Y A DES ERREURS DANS LE FORMULAIRE
         */
        $('#dialog_error_form').dialog({
          autoOpen: false,
          draggable: false,
          bgiframe: false,
          height: 220,
          width: 540,
          modal: true,
          resizable: false,
          closeOnEscape: true,
          overlay: {
            backgroundColor: '#000000',
            opacity: 0.5
          },
          buttons: {
            'Fermer': function() {
              $(this).dialog('close');
            }
          }
        });


        /*
         *   BULLE QUI AFFICHE UN MESSAGE D'ERREUR GENERAL
         */
        $('#dialog_error').dialog({
          autoOpen: false,
          draggable: false,
          bgiframe: false,
          height: 210,
          width: 540,
          modal: true,
          resizable: false,
          closeOnEscape: true,
          overlay: {
            backgroundColor: '#000000',
            opacity: 0.5
          },
          buttons: {
            'Fermer': function() {
              $(this).dialog('close');
            }
          }
        });


        /*
         *   BULLE QUI AFFICHE UN MESSAGE D'ERREUR DANS LE CAS OU ON ARRIVE PAS A ENVOYER UN E-MAIL
         */
        $('#dialog_error_email').dialog({
          autoOpen: false,
          draggable: false,
          bgiframe: false,
          height: 170,
          width: 400,
          modal: true,
          resizable: false,
          closeOnEscape: true,
          overlay: {
            backgroundColor: '#000000',
            opacity: 0.5
          },
          buttons: {
            'Fermer': function() {
              $(this).dialog('close');
            }
          }
        });


        /*
         *   BULLE QUI AFFICHE UNE CONFIRMATION EN CAS DE CHANGEMENT DE MOT DE PASSE
         */
        $('#dialog_password_ok').dialog({
          autoOpen: false,
          draggable: false,
          bgiframe: false,
          height: 210,
          width: 400,
          modal: true,
          resizable: false,
          closeOnEscape: true,
          overlay: {
            backgroundColor: '#000000',
            opacity: 0.5
          },
          buttons: {
            'Fermer': function() {
              $(this).dialog('close');
            }
          }
        });


        /*
         *   BULLE QUI DEMANDE DE CONFIRMATION POUR ACCEPTER LES CONDITIONS GENERALES DE VENTE
         */
        $('#dialog_cart_confirm').dialog({
          autoOpen: false,
          draggable: false,
          bgiframe: false,
          height: 200,
          width: 400,
          modal: true,
          resizable: false,
          closeOnEscape: true,
          overlay: {
            backgroundColor: '#000000',
            opacity: 0.5
          },
          buttons: {
            'Non': function() {
              $(this).dialog('close');
            },
            'Oui': function() {
              $(location).attr('href', '/fr/e1/');
              $(this).dialog('close');
            }
          }
        });


        /*
         *   BULLE QUI AFFICHE LES FRAIS DE LIVRAISON
         */
        $('#dialog_delivery_charge').dialog({
          autoOpen: false,
          draggable: false,
          bgiframe: false,
          height: 500,
          width: 650,
          modal: true,
          resizable: false,
          closeOnEscape: true,
          overlay: {
            backgroundColor: '#000000',
            opacity: 0.5
          }
        });


        /*
         *   BULLE QUI DEMANDE UNE CONFIRMATION AVANT SUPPRESSION D'UNE ADRESSE
         */
        $('#dialog_customer_address_list_confirm').dialog({
          autoOpen: false,
          draggable: false,
          bgiframe: false,
          height: 170,
          width: 400,
          modal: true,
          resizable: false,
          closeOnEscape: true,
          overlay: {
            backgroundColor: '#000000',
            opacity: 0.5
          }
        });


        /*
         *   BULLE D'AIDE CONCERNANT LES AJOUTS D'ADRESSE
         */
        $('#dialog_help_new_address').dialog({
          autoOpen: false,
          draggable: false,
          bgiframe: true,
          height: 450,
          width: 400,
          modal: true,
          resizable: false,
          closeOnEscape: true,
          overlay: {
            backgroundColor: '#000000',
            opacity: 0.5
          },
          buttons: {
            'Fermer': function() {
              $(this).dialog('close');
            }
          }
        });


        /*
         *   BULLE QUI DEMANDE UNE CONFIRMATION AVANT LA TRANSFORMATION DES POINTS DE FIDELITE
         */
        $('#dialog_customer_loyalty_point_confirm').dialog({
          autoOpen: false,
          draggable: false,
          bgiframe: false,
          height: 210,
          width: 400,
          modal: true,
          resizable: false,
          closeOnEscape: true,
          overlay: {
            backgroundColor: '#000000',
            opacity: 0.5
          },
          buttons: {
            'Non': function() {
              $(this).dialog('close');
            },
            'Oui': function() {
              $(location).attr('href', '/fr/customerLoyaltyPoint/transform/');
              $(this).dialog('close');
            }
          }
        });


        /*
         *   BULLE QUI AFFICHE UN MESSAGE DE CONFIRMATION AU CLIENT LORSQU'IL TRANSFORME SES POINTS DE FIDELITE EN BON D'ACHAT
         */
        $('#dialog_customer_loyalty_point_confirmation').dialog({
          autoOpen: false,
          draggable: false,
          bgiframe: false,
          height: 300,
          width: 400,
          modal: true,
          resizable: false,
          closeOnEscape: true,
          overlay: {
            backgroundColor: '#000000',
            opacity: 0.5
          },
          buttons: {
            'Fermer': function() {
              $(this).dialog('close');
            }
          }
        });


        /*
         *   BULLE D'AIDE A L'IDENTIFICATION
         */
        $('#dialog_help_login').dialog({
          autoOpen: false,
          draggable: false,
          bgiframe: false,
          height: 260,
          width: 400,
          modal: true,
          resizable: false,
          closeOnEscape: true,
          overlay: {
            backgroundColor: '#000000',
            opacity: 0.5
          },
          buttons: {
            'Fermer': function() {
              $(this).dialog('close');
            }
          }
        });


        /*
         *   BULLE D'AIDE A L'INSCRIPTION
         */
        $('#dialog_help_subscribe').dialog({
          autoOpen: false,
          draggable: false,
          bgiframe: false,
          height: 380,
          width: 400,
          modal: true,
          resizable: false,
          closeOnEscape: true,
          overlay: {
            backgroundColor: '#000000',
            opacity: 0.5
          },
          buttons: {
            'Fermer': function() {
              $(this).dialog('close');
            }
          }
        });


        /*
         *   BULLE D'AIDE CONCERNANT LA CREATION D'UN NOUVEAU MOT DE PASSE
         */
        $('#dialog_help_forgotten_password').dialog({
          autoOpen: false,
          draggable: false,
          bgiframe: false,
          height: 360,
          width: 400,
          modal: true,
          resizable: false,
          closeOnEscape: true,
          overlay: {
            backgroundColor: '#000000',
            opacity: 0.5
          },
          buttons: {
            'Fermer': function() {
              $(this).dialog('close');
            }
          }
        });


        /*
         *   BULLE A AFFICHER EN CAS D'ERREUR DANS L'ENVOI A UN AMI
         */
        $('#dialog_send_to_friend_error').dialog({
          autoOpen: false,
          draggable: false,
          bgiframe: false,
          height: 250,
          width: 400,
          modal: true,
          resizable: false,
          closeOnEscape: true,
          overlay: {
            backgroundColor: '#000000',
            opacity: 0.5
          },
          buttons: {
            'Fermer': function() {
              $(this).dialog('close');
            }
          }
        });


        /*
         *   BULLE QUI AFFICHE UNE CONFIRMATION LORSQU'UN CLIENT ENVOI UNE FICHE PRODUIT A UN AMI
         */
        $('#dialog_send_to_friend_confirm').dialog({
          autoOpen: false,
          draggable: false,
          bgiframe: false,
          height: 220,
          width: 400,
          modal: true,
          resizable: false,
          closeOnEscape: true,
          overlay: {
            backgroundColor: '#000000',
            opacity: 0.5
          },
          buttons: {
            'Fermer': function() {
              $(this).dialog('close');
            }
          }
        });


        /*
         *   BULLE A AFFICHER DANS LE CAS OU UNE PERSONNE TENTE DE S'INSCRIRE A LA NEWSLETTER
         *   AVEC UNE ADRESSE E-MAIL DEJA PRESENTE DANS LA BASE DE DONNEES
         */
        $('#dialog_newsletter_error_address_exist').dialog({
          autoOpen: false,
          draggable: false,
          bgiframe: false,
          height: 180,
          width: 400,
          modal: true,
          resizable: false,
          closeOnEscape: true,
          overlay: {
            backgroundColor: '#000000',
            opacity: 0.5
          },
          buttons: {
            'Fermer': function() {
              $(this).dialog('close');
            }
          }
        });


        /*
         *   BULLE A AFFICHER DANS LE CAS OU UNE PERSONNE S'INSCRIT A LA NEWSLETTER
         */
        $('#dialog_newsletter_subscribe').dialog({
          autoOpen: false,
          draggable: false,
          bgiframe: false,
          height: 220,
          width: 400,
          modal: true,
          resizable: false,
          closeOnEscape: true,
          overlay: {
            backgroundColor: '#000000',
            opacity: 0.5
          },
          buttons: {
            'Fermer': function() {
              $(this).dialog('close');
            }
          }
        });


        /*
         *   BULLE A AFFICHER DANS LE CAS OU UNE PERSONNE SE DESINSCRIT A LA NEWSLETTER
         */
        $('#dialog_newsletter_unsubscribe').dialog({
          autoOpen: false,
          draggable: false,
          bgiframe: false,
          height: 220,
          width: 400,
          modal: true,
          resizable: false,
          closeOnEscape: true,
          overlay: {
            backgroundColor: '#000000',
            opacity: 0.5
          },
          buttons: {
            'Fermer': function() {
              $(this).dialog('close');
            }
          }
        });


        /*
         *   BULLE A AFFICHER DANS LE CAS OU LE CODE DE SECURITE SAISI PAR LE CLIENT EST ERRONE
         */
        $('#dialog_security_code_error').dialog({
          autoOpen: false,
          draggable: false,
          bgiframe: false,
          height: 220,
          width: 400,
          modal: true,
          resizable: false,
          closeOnEscape: true,
          overlay: {
            backgroundColor: '#000000',
            opacity: 0.5
          },
          buttons: {
            'Fermer': function() {
              $(this).dialog('close');
            }
          }
        });


        /*
         *   BULLE A AFFICHER DANS LE CAS OU L'ADRESSE E-MAIL SAISIE PAR LE CLIENT EST DEJA ENREGISTREE
         */
        $('#dialog_security_code_email_error').dialog({
          autoOpen: false,
          draggable: false,
          bgiframe: false,
          height: 240,
          width: 400,
          modal: true,
          resizable: false,
          closeOnEscape: true,
          overlay: {
            backgroundColor: '#000000',
            opacity: 0.5
          },
          buttons: {
            'Fermer': function() {
              $(this).dialog('close');
            }
          }
        });


        /*
         *   BULLE A AFFICHER DANS LE CAS OU LE CLIENT ARRIVE A S'INSCRIRE CORRECTEMENT
         */
        $('#dialog_customer_subscribe').dialog({
          autoOpen: false,
          draggable: false,
          bgiframe: false,
          height: 200,
          width: 400,
          modal: true,
          resizable: false,
          closeOnEscape: true,
          overlay: {
            backgroundColor: '#000000',
            opacity: 0.5
          },
          buttons: {
            'Fermer': function() {
              $(this).dialog('close');
            }
          }
        });


        /*
         *   BULLE A AFFICHER DANS LE CAS OU LE CLIENT A DEJA PARTICIPE AU JEU FIDELITE
         */
        $('#dialog_game_fidelity_customer_has_participation').dialog({
          autoOpen: false,
          draggable: false,
          bgiframe: false,
          height: 180,
          width: 400,
          modal: true,
          resizable: false,
          closeOnEscape: true,
          overlay: {
            backgroundColor: '#000000',
            opacity: 0.5
          },
          buttons: {
            'Fermer': function() {
              $(this).dialog('close');
            }
          }
        });



        /*
         *   BULLE A AFFICHER DANS LE CAS OU LE CLIENT RENCONTRE UNE ERREUR PENDANT UNE DEMANDE DE RETOUR
         */
        $('#dialog_return_order_error').dialog({
          autoOpen: false,
          draggable: false,
          bgiframe: false,
          height: 250,
          width: 400,
          modal: true,
          resizable: false,
          closeOnEscape: true,
          overlay: {
            backgroundColor: '#000000',
            opacity: 0.5
          },
          buttons: {
            'Fermer': function() {
              $(this).dialog('close');
            }
          }
        });


        /*
         *   BULLE A AFFICHER DANS LE CAS OU LE CLIENT CHANGE SON MOT DE PASSE
         */
        $('#dialog_customer_password_confirmation').dialog({
          autoOpen: false,
          draggable: false,
          bgiframe: false,
          height: 210,
          width: 400,
          modal: true,
          resizable: false,
          closeOnEscape: true,
          overlay: {
            backgroundColor: '#000000',
            opacity: 0.5
          },
          buttons: {
            'Fermer': function() {
              $(this).dialog('close');
            }
          }
        });


        /*
         *   BULLE A AFFICHER DANS LE CAS OU LE CLIENT REACTIVE SON COMPTE CLIENT AVEC LE BON CODE DE SECURITE
         */
        $('#dialog_customer_security_code_active_confirmation').dialog({
          autoOpen: false,
          draggable: false,
          bgiframe: false,
          height: 210,
          width: 400,
          modal: true,
          resizable: false,
          closeOnEscape: true,
          overlay: {
            backgroundColor: '#000000',
            opacity: 0.5
          },
          buttons: {
            'Fermer': function() {
              $(this).dialog('close');
            }
          }
        });


        /*
         *   BULLE A AFFICHER DANS LE CAS OU LE CLIENT NE DONNE PAS LE BON COUPLE ADRESSE E-MAIL / MOT DE PASSE
         */
        $('#dialog_customer_security_code_account_error').dialog({
          autoOpen: false,
          draggable: false,
          bgiframe: false,
          height: 300,
          width: 400,
          modal: true,
          resizable: false,
          closeOnEscape: true,
          overlay: {
            backgroundColor: '#000000',
            opacity: 0.5
          },
          buttons: {
            'Fermer': function() {
              $(this).dialog('close');
            }
          }
        });


        /*
         *   BULLE A AFFICHER DANS LE CAS OU LE CLIENT NE DONNE PAS LE BON CODE DE SECURITE
         */
        $('#dialog_customer_security_code_error').dialog({
          autoOpen: false,
          draggable: false,
          bgiframe: false,
          height: 240,
          width: 400,
          modal: true,
          resizable: false,
          closeOnEscape: true,
          overlay: {
            backgroundColor: '#000000',
            opacity: 0.5
          },
          buttons: {
            'Fermer': function() {
              $(this).dialog('close');
            }
          }
        });


        /*
         *   BULLE A AFFICHER DANS LE CAS OU LE CLIENT DEMANDE A SPONSORISER SA PROPRE ADRESSE E-MAIL
         */
        $('#dialog_sponsoring_self_error').dialog({
          autoOpen: false,
          draggable: false,
          bgiframe: false,
          height: 210,
          width: 400,
          modal: true,
          resizable: false,
          closeOnEscape: true,
          overlay: {
            backgroundColor: '#000000',
            opacity: 0.5
          },
          buttons: {
            'Fermer': function() {
              $(this).dialog('close');
            }
          }
        });


        /*
         *   BULLE A AFFICHER DANS LE CAS OU LE CLIENT DEMANDE A SPONSORISER SON PROPRE PARRAIN
         */
        $('#dialog_sponsoring_sponsor_error').dialog({
          autoOpen: false,
          draggable: false,
          bgiframe: false,
          height: 210,
          width: 400,
          modal: true,
          resizable: false,
          closeOnEscape: true,
          overlay: {
            backgroundColor: '#000000',
            opacity: 0.5
          },
          buttons: {
            'Fermer': function() {
              $(this).dialog('close');
            }
          }
        });


        /*
         *   BULLE A AFFICHER DANS LE CAS OU LE CLIENT DEMANDE A SPONSORISER UN FILLEUL EXISTANT
         */
        $('#dialog_sponsoring_error').dialog({
          autoOpen: false,
          draggable: false,
          bgiframe: false,
          height: 220,
          width: 400,
          modal: true,
          resizable: false,
          closeOnEscape: true,
          overlay: {
            backgroundColor: '#000000',
            opacity: 0.5
          },
          buttons: {
            'Fermer': function() {
              $(this).dialog('close');
            }
          }
        });


        /*
         *   BULLE A AFFICHER DANS LE CAS OU LE CLIENT TENTE D'AUGMENTER LA QUANTITE D'UN PRODUIT NON EN STOCK
         */
        $('#dialog_cart_increment_error').dialog({
          autoOpen: false,
          draggable: false,
          bgiframe: false,
          height: 290,
          width: 400,
          modal: true,
          resizable: false,
          closeOnEscape: true,
          overlay: {
            backgroundColor: '#000000',
            opacity: 0.5
          },
          buttons: {
            'Fermer': function() {
              $(this).dialog('close');
            }
          }
        });


        /*
         *   BULLE A AFFICHER DANS LE CAS OU LE CLIENT SAISI UN NUMERO DE TELEPHONE PORTABLE INCORRECT
         */
        $('#dialog_sms_syntax_error').dialog({
          autoOpen: false,
          draggable: false,
          bgiframe: false,
          height: 220,
          width: 400,
          modal: true,
          resizable: false,
          closeOnEscape: true,
          overlay: {
            backgroundColor: '#000000',
            opacity: 0.5
          },
          buttons: {
            'Fermer': function() {
              $(this).dialog('close');
            }
          }
        });


        /*
         *   BULLE A AFFICHER DANS LE CAS OU LE CLIENT DEMANDE A AJOUTER DEUX FOIS L'OPTION SMS
         */
        $('#dialog_sms_present_error').dialog({
          autoOpen: false,
          draggable: false,
          bgiframe: false,
          height: 180,
          width: 400,
          modal: true,
          resizable: false,
          closeOnEscape: true,
          overlay: {
            backgroundColor: '#000000',
            opacity: 0.5
          },
          buttons: {
            'Fermer': function() {
              $(this).dialog('close');
            }
          }
        });


        /*
         *   BULLE A AFFICHER DANS LE CAS OU LE CLIENT RENCONTRE UNE ERREUR PENDANT SES PRONOSTICS
         */
        $('#dialog_customer_game_prognostic_error').dialog({
          autoOpen: false,
          draggable: false,
          bgiframe: false,
          height: 270,
          width: 400,
          modal: true,
          resizable: false,
          closeOnEscape: true,
          overlay: {
            backgroundColor: '#000000',
            opacity: 0.5
          },
          buttons: {
            'Fermer': function() {
              $(this).dialog('close');
            }
          }
        });


        /*
         *   BULLE A AFFICHER DANS LE CAS OU LE CLIENT REUSSI A ENREGISTRER SES PRONOSTICS
         */
        $('#dialog_customer_game_prognostic_participation_confirmation').dialog({
          autoOpen: false,
          draggable: false,
          bgiframe: false,
          height: 220,
          width: 400,
          modal: true,
          resizable: false,
          closeOnEscape: true,
          overlay: {
            backgroundColor: '#000000',
            opacity: 0.5
          },
          buttons: {
            'Fermer': function() {
              $(this).dialog('close');
            }
          }
        });


        /*
         *   BULLE A AFFICHER DANS LE CAS OU LE CLIENT REUSSI A MODIFIER SES PRONOSTICS
         */
        $('#dialog_customer_game_prognostic_modification_confirmation').dialog({
          autoOpen: false,
          draggable: false,
          bgiframe: false,
          height: 220,
          width: 400,
          modal: true,
          resizable: false,
          closeOnEscape: true,
          overlay: {
            backgroundColor: '#000000',
            opacity: 0.5
          },
          buttons: {
            'Fermer': function() {
              $(this).dialog('close');
            }
          }
        });


        /*
         *   BULLE A AFFICHER DANS LE CAS OU NOUS N'ARRIVONS PAS A GENERER UN CODE DE SECURITE AU CLIENT
         */
        $('#dialog_security_code_generate_error').load('/fr/box/dialog_security_code_generate_error.html').dialog({
          autoOpen: false,
          draggable: false,
          bgiframe: false,
          height: 280,
          width: 400,
          modal: true,
          resizable: false,
          closeOnEscape: true,
          overlay: {
            backgroundColor: '#000000',
            opacity: 0.5
          },
          buttons: {
            'Fermer': function() {
              $(this).dialog('close');
            }
          }
        });


        /*
         *   BULLE A AFFICHER DANS LE CAS OU NOUS AVONS ENVOYE LE CODE DE SECURITE AU CLIENT
         */
        $('#dialog_security_code_send_confirmation').load('/fr/box/dialog_security_code_send_confirmation.html').dialog({
          autoOpen: false,
          draggable: false,
          bgiframe: false,
          height: 280,
          width: 400,
          modal: true,
          resizable: false,
          closeOnEscape: true,
          overlay: {
            backgroundColor: '#000000',
            opacity: 0.5
          },
          buttons: {
            'Fermer': function() {
              $(this).dialog('close');
            }
          }
        });


        /*
         *   BULLE A AFFICHER DANS LE CAS OU LE CLIENT N'A PAS SELECTIONNE DE TAILLE AVANT D'AJOUTER AU PANIER
         */
        $('#dialog_cart_size_error').load('/fr/box/dialog_cart_size_error.html').dialog({
          autoOpen: false,
          draggable: false,
          bgiframe: false,
          height: 280,
          width: 400,
          modal: true,
          resizable: false,
          closeOnEscape: true,
          overlay: {
            backgroundColor: '#000000',
            opacity: 0.5
          },
          buttons: {
            'Fermer': function() {
              $(this).dialog('close');
            }
          }
        });


        /*
         *   BULLE A AFFICHER DANS LE CAS OU LE CLIENT A AJOUTE UN PRODUIT AU PANIER
         */
        $('#dialog_cart_add_confirmation').load('/fr/box/dialog_cart_add_confirmation.html').dialog({
          autoOpen: false,
          draggable: false,
          bgiframe: false,
          height: 450,
          width: 440,
          modal: true,
          resizable: false,
          closeOnEscape: true,
          overlay: {
            backgroundColor: '#000000',
            opacity: 0.5
          },
          buttons: {
            'Continuer mes achats': function() {
              $(this).dialog('close');
            },
            'Terminer ma commande': function() {
              $(location).attr('href', '/fr/cart/');
              $(this).dialog('close');
            }
          }
        });


        /*
         *   BULLE A AFFICHER DANS LE CAS OU PAYLINE REFUSE UNE TRANSACTION
         */
        $('#dialog_payment_payline_error').load('/fr/box/dialog_payment_payline_error.html').dialog({
          autoOpen: false,
          draggable: false,
          bgiframe: false,
          height: 400,
          width: 400,
          modal: true,
          resizable: false,
          closeOnEscape: true,
          overlay: {
            backgroundColor: '#000000',
            opacity: 0.5
          },
          buttons: {
            'Fermer': function() {
              $(this).dialog('close');
            }
          }
        });


        /*
         *   BULLE A AFFICHER DANS LE CAS OU IL Y A UNE ERREUR AU PAIEMENT AVEC LE PORTE-MONNAIE VIRTUEL
         */
        $('#dialog_payment_wallet_error').dialog({
          autoOpen: false,
          draggable: false,
          bgiframe: false,
          height: 250,
          width: 400,
          modal: true,
          resizable: false,
          closeOnEscape: true,
          overlay: {
            backgroundColor: '#000000',
            opacity: 0.5
          },
          buttons: {
            'Fermer': function() {
              $(this).dialog('close');
            }
          }
        });


        /*
         *   BULLE QUI AFFICHE LE GUIDE DES TAILLES
         */
        $('#dialog_guide_size').load('/fr/box/dialog_guide_size.html').dialog({
          autoOpen: false,
          draggable: false,
          bgiframe: false,
          height: 500,
          width: 900,
          modal: true,
          resizable: false,
          closeOnEscape: true,
          overlay: {
            backgroundColor: '#000000',
            opacity: 0.5
          },
          buttons: {
            'Fermer': function() {
              $(this).dialog('close');
            }
          }
        });


        /*
         *   BULLE A OUVRIR POUR LA CREATION D'UN NOUVEAU FLOCAGE
         */
        $('#dialog_flocking_new').dialog({
          autoOpen: false,
          draggable: false,
          bgiframe: false,
          height: 250,
          width: 380,
          modal: true,
          resizable: false,
          closeOnEscape: true,
          overlay: {
            backgroundColor: '#000000',
            opacity: 0.5
          },
          buttons: {
            'Fermer': function() {
              $(this).dialog('close');
            }
          }
        });
      });