diff --git a/.htaccess b/.htaccess
index 3487210b39ed7d86944a4b67aeae162382dd8636..148c10e18cd7cdda41514165e28a7de010fb2be4 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,9 +1,9 @@
 RewriteEngine on
 
-RewriteCond %{REQUEST_URI} !^/(google[a-z0-9]+\.html|xhprof_html|ckeditor|exploit|\.well-known)
+RewriteCond %{REQUEST_URI} !^/(google[a-z0-9]+\.html|.*/xhprof_html|ckeditor|exploit|\.well-known)
 RewriteCond %{REQUEST_FILENAME} !^.*/robots\.txt$ [NC]
 
-RewriteRule !(userfiles|public|tmp|temp|skins|library/templates|library/digital_resources/.*/js)/.*\.(js|ico|txt|gif|jpg|jpeg|png|css|xml|swf|mov|pdf|doc|docx|woff|woff2|eot|svg|ttf|xls|wsdl|mp3|m4v|ogg|ogv|epub|html|xhtml|asmx|zip|sql|bro|flv|mp4|webm|tgz|json|geojson|xsl)$ index.php [NC,NE]
+RewriteRule !(userfiles|public|tmp|temp|skins|library/templates|library/digital_resources/.*/js)/.*\.(js|ico|txt|gif|jpg|jpeg|png|css|xml|swf|mov|pdf|doc|docx|woff|woff2|eot|svg|ttf|xls|wsdl|mp3|m4v|ogg|ogv|epub|htm|html|xhtml|asmx|zip|sql|bro|flv|mp4|webm|tgz|json|geojson|xsl)$ index.php [NC,NE]
 
 AddType application/x-javascript .js
 AddType text/css .css
diff --git a/VERSIONS b/VERSIONS
index 2b7f13fec4e68e276a73d37fa84b348530e7b877..a8d2331890705bb8f8812024d5ebb7a788982b1e 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -1,3 +1,61 @@
+28/08/2018 - v7.12.33
+
+ - ticket #78596 : Administration : correction de la liste des nouvelles fonctionnalités lorsqu'une fonctionnalité supprimée avait été marquée comme vue.
+ 
+
+
+27/08/2018 - v7.12.32
+
+ - ticket #73084 : Bibliothèques : amélioration du comportement de la carte interactive à la fermeture des popus.
+ 
+ - ticket #78376 : Vue notice : les kiosques de notices sont maintenant visibles dans la description.
+ 
+ - ticket #78169 : Compte lecteur : ajout de l'inspecteur gadget dans l'écran d'ajout de suggestions d'achat
+
+ - ticket #78528 : Hébergement : autorisation de l'extension HTM via le fichier htaccess.
+
+ - ticket #78405 : Intégration cosmogramme : correction du traitement des facettes DEWEY.
+ 
+
+
+20/08/2018 - v7.12.31
+
+ - ticket #78216 : Ressource numérique : amélioration de la migration vers le système de plugin.
+ 
+
+
+17/08/2018 - v7.12.30
+
+ - ticket #78215 : Administration : élargissement du champ "E-mail du webmestre" des profils de 50 à 255 caratères.
+ 
+
+
+17/08/2018 - v7.12.29
+
+ - ticket #77976 : Vue notice : Amélioration de la détection des auteurs dans le bloc des dépouillements
+
+ - ticket #78216 : Ressource numérique : migration de la ressource ToutApprendre vers le système de plugin. Ajout d'un tag "ToutApprendre" à tous les albums moissonnés par cette ressource. Correction du moissonage en cas de réponse vide du webservice ToutApprendre.
+
+ - ticket #78030 : WebService Orphee: n'envoie pas de demande de mise à disposition d'une réservation dans une annexe si il n'y en a qu'une seule
+
+ - ticket #77270 : Administration : Mise à jour des modes de flux cryptés autorisés
+
+ - ticket #77798 : Administration : correction de l'import OAI.
+
+
+
+30/07/2018 - v7.12.28
+
+ - ticket #77629 : Webservice Orphée: création d'un abonné à la volée, enrichissement de la fiche lecteur et modification du mot de passe via Bokeh
+
+ - ticket #77676 : Administration : Ajout des fonctions auteurs dans l'explorateur de codifications
+
+ - ticket #77657 : Ressources numériques : Assimil et Lekiosk : correction d'un mauvais lien SSO lors d'une redirection après authentification
+
+ - ticket #77994 : Bibliothèques favorites: correction de la prise en compte de plusieurs biblothèques favorites
+
+
+
 18/07/2018 - v7.12.27
 
  - ticket #77664 : Compte lecteur : correction de la connexion au webservice Koha.
diff --git a/VERSIONS_WIP/65688 b/VERSIONS_WIP/65688
new file mode 100644
index 0000000000000000000000000000000000000000..f2b3a4ca3bea871a63c03f3842c4d8f130fa1c38
--- /dev/null
+++ b/VERSIONS_WIP/65688
@@ -0,0 +1 @@
+ - ticket #65688 : webservice Koha : prise en compte du statut 'En transfert' désormais renvoyé par ILSDI
\ No newline at end of file
diff --git a/library/ZendAfi/View/Helper/Telephone/TagCoursToutApprendre.php b/application/modules/admin/controllers/AuthorFunctionBrowserController.php
similarity index 65%
rename from library/ZendAfi/View/Helper/Telephone/TagCoursToutApprendre.php
rename to application/modules/admin/controllers/AuthorFunctionBrowserController.php
index 45c93aaf5bde9acf16bc4de651b2f850fdfd2092..7a78ce50d661ff1576838b3add7e0a759159cbf9 100644
--- a/library/ZendAfi/View/Helper/Telephone/TagCoursToutApprendre.php
+++ b/application/modules/admin/controllers/AuthorFunctionBrowserController.php
@@ -1,6 +1,6 @@
 <?php
 /**
- * Copyright (c) 2012, Agence Française Informatique (AFI). All rights reserved.
+ * Copyright (c) 2012-2017, Agence Française Informatique (AFI). All rights reserved.
  *
  * BOKEH is free software; you can redistribute it and/or modify
  * it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
@@ -19,13 +19,10 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA
  */
 
-class ZendAfi_View_Helper_Telephone_TagCoursToutApprendre extends ZendAfi_View_Helper_TagCoursToutApprendre {
-  public function tagCoursToutApprendre($album) {
-    Class_ScriptLoader::getInstance()
-      ->addAdminScript('onload_utils')
-      ->addJQueryReady('setupAnchorsTarget();');
-    return parent::tagCoursToutApprendre($album);
-  }
-}
 
-?>
\ No newline at end of file
+class Admin_AuthorFunctionBrowserController extends ZendAfi_Controller_Action {
+  public function getPlugins() {
+    return ['ZendAfi_Controller_Plugin_ResourceDefinition_AuthorFunction',
+            'ZendAfi_Controller_Plugin_Manager_AuthorFunction'];
+  }
+}
\ No newline at end of file
diff --git a/application/modules/admin/controllers/FileManagerController.php b/application/modules/admin/controllers/FileManagerController.php
index bd115c9e017cd3aef594eb2e31d01c0f4f103c89..964edf6b9bdc0daf9f1a9f765280ef8ac02888d6 100644
--- a/application/modules/admin/controllers/FileManagerController.php
+++ b/application/modules/admin/controllers/FileManagerController.php
@@ -245,9 +245,13 @@ class Admin_FileManagerController extends ZendAfi_Controller_Action {
       return $this->_redirectWithMessage($this->_('Dimensions "%s" invalident. Les dimensions valident sont : %s .', $dimensions, $available_dimensions));
 
     list($width, $height) = explode('x', $dimensions);
-    $message = (new Class_Notice_Thumbnail_ResizeImage($item))->resize($width, $height)
-      ? $this->_('L\'image "%s" a été redimensionnée.', $item->getId())
-      : $this->_('Erreur. L\'image "%s" n\'a pas été redimensionnée.', $item->getId());
+
+    $resized_image = (new Class_Notice_Thumbnail_ResizeImage($item))->resize($width, $height);
+    $message = (($message = $resized_image->getMessage())
+                ? $this->_('Erreur : "%s". L\'image "%s" n\'a pas été redimensionnée.',
+                           $message,
+                           $item->getId())
+                : $this->_('L\'image "%s" a été redimensionnée.', $item->getId()));
 
     $this->_redirectWithMessage($message);
   }
@@ -257,9 +261,14 @@ class Admin_FileManagerController extends ZendAfi_Controller_Action {
     $item = $this->_findItemFromParams();
 
     list($width, $height) = explode('x', $item->getDimensions());
-    $message = (new Class_Notice_Thumbnail_ResizeImage($item))->resize($width, $height)
-      ? $this->_('L\'image "%s" a été compressée.', $item->getId())
-      : $this->_('Erreur. L\'image "%s" n\'a pas été compressée.', $item->getId());
+
+    $compressed_image = (new Class_Notice_Thumbnail_ResizeImage($item))->resize($width, $height);
+
+    $message = (($message = $compressed_image->getMessage())
+                ? $this->_('Erreur : "%s". L\'image "%s" n\'a pas été compressée.',
+                           $message,
+                           $item->getId())
+                : $this->_('L\'image "%s" a été compressée.', $item->getId()));
 
     $this->_redirectWithMessage($message);
   }
diff --git a/application/modules/admin/controllers/HarvestController.php b/application/modules/admin/controllers/HarvestController.php
index c4c66ab5e5545c91368b81d5bd48e050012faa86..8469aacbc8f1d237bf6f1e3c2a877d3e337fc4c6 100644
--- a/application/modules/admin/controllers/HarvestController.php
+++ b/application/modules/admin/controllers/HarvestController.php
@@ -64,7 +64,6 @@ class Admin_HarvestController extends ZendAfi_Controller_Action {
   protected function getServices() {
     return array_merge(
                        ['vodeclic' => new Class_WebService_BibNumerique_Vodeclic(),
-                        'toutapprendre' => new Class_WebService_BibNumerique_ToutApprendre(),
                         'numilog' => new Class_WebService_BibNumerique_Numilog(),
                         'cyberlibris' => new Class_WebService_BibNumerique_Cyberlibris(),
                         'numerique-premium' => new Class_WebService_BibNumerique_NumeriquePremium(),
diff --git a/application/modules/admin/controllers/OaiController.php b/application/modules/admin/controllers/OaiController.php
index 7d615f2cb3d262e9d178bf133a892a26cb5e9704..135f2708d46e623cc01ddcee35127ca415b5bc9d 100644
--- a/application/modules/admin/controllers/OaiController.php
+++ b/application/modules/admin/controllers/OaiController.php
@@ -95,7 +95,9 @@ class Admin_OaiController extends ZendAfi_Controller_Action {
   public function searchForm($expression) {
     return $this->view
       ->newForm(array('id' => 'search'))
-      ->setAction($this->view->url(array('action' => 'search')))
+      ->setAction($this->view->url(['module' => 'admin',
+                                    'controller' => 'oai',
+                                    'action' => 'search'],null, true))
       ->setMethod('get')
       ->addElement('text', 'expression', array('label' => 'Rechercher dans le catalogue OAI',
                                                'value' => $expression))
@@ -104,14 +106,14 @@ class Admin_OaiController extends ZendAfi_Controller_Action {
 
 
   public function importAction() {
-    $notice = Class_NoticeOAI::getLoader()->find($this->_getParam('id'));
-    $album = Class_Album::getLoader()->newInstance()
-                                     ->beOAI()
-                                     ->setTitre($notice->getTitre())
-                                     ->setAuteur($notice->getAuteur())
-                                     ->addEditor($notice->getEditeur())
-                                     ->setAnnee($notice->getDate())
-                                     ->setIdOrigine($notice->getIdOai());
+    $notice = Class_NoticeOAI::find($this->_getParam('id'));
+    $album = Class_Album::newInstance()
+      ->beOAI()
+      ->setTitre($notice->getTitre())
+      ->addAuthor($notice->getAuteur())
+      ->addEditor($notice->getEditeur())
+      ->setAnnee($notice->getDate())
+      ->setIdOrigine($notice->getIdOai());
 
     $album->save();
     $this->_helper->notify($this->view->_('L\'album "%s" a été créé', $album->getTitre()));
diff --git a/application/modules/admin/views/scripts/author-function-browser/edit.phtml b/application/modules/admin/views/scripts/author-function-browser/edit.phtml
new file mode 100644
index 0000000000000000000000000000000000000000..ac7363359759fdc81ec27a1c761cdf8d81e268d8
--- /dev/null
+++ b/application/modules/admin/views/scripts/author-function-browser/edit.phtml
@@ -0,0 +1,2 @@
+<?php
+echo $this->renderForm($this->form);
diff --git a/application/modules/opac/controllers/AbonneController.php b/application/modules/opac/controllers/AbonneController.php
index 360743c546ebf708e08fa0ae60f37630cf41afe1..192d1076274ccd7989a4ad3ae8898b94efd02e3a 100644
--- a/application/modules/opac/controllers/AbonneController.php
+++ b/application/modules/opac/controllers/AbonneController.php
@@ -946,6 +946,7 @@ class AbonneController extends ZendAfi_Controller_Action {
     }
 
     $form = ZendAfi_Form_SuggestionAchat::forUser($this->_user);
+    $form->setAction($this->view->url());
 
     if ($this->_request->isPost()) {
       $post = $this->_request->getPost();
@@ -961,11 +962,12 @@ class AbonneController extends ZendAfi_Controller_Action {
         try {
           $suggestion->sendMail('noreply@'.$this->_request->getHttpHost());
         } catch (Zend_Mail_Exception $e) {
-          $this->_helper->notify($this->_('Aucun courriel envoyé, erreur: ').$this->_($e->getMessage()));
+          $this->_helper->notify($this->_('Aucun courriel envoyé, erreur: %s',
+                                          $this->_($e->getMessage())));
         }
 
         $this->_helper->notify($this->_('Suggestion d\'achat enregistrée'));
-        $this->_redirect('/opac/abonne/suggestion-achat');
+        return $this->_redirect(Class_Url::absolute($this->view->url(['action' => 'suggestion-achat'])));
       }
     }
 
diff --git a/application/modules/opac/controllers/ModulesController.php b/application/modules/opac/controllers/ModulesController.php
index 8f317a733b052a0c95d211d567665bc3f54e7bf6..8e5257aa190a92458063577dff8c47e601973622 100644
--- a/application/modules/opac/controllers/ModulesController.php
+++ b/application/modules/opac/controllers/ModulesController.php
@@ -23,7 +23,6 @@ class ModulesController extends ZendAfi_Controller_Action {
 
   public function preDispatch() {
     $mapping = ['vodeclic' => 'Vodeclic',
-                'toutapprendre' => 'ToutApprendre',
                 'lesocial' => 'LeSocial',
                 'mycow' => 'MyCow',
                 'planetnemo' => 'PlanetNemo',
diff --git a/application/modules/telephone/controllers/RechercheController.php b/application/modules/telephone/controllers/RechercheController.php
index 31a4e1b5e765728d0507ca82ab6fa83029dda528..47c48c359b2e3376ca6752efcd500f53af4f56f9 100644
--- a/application/modules/telephone/controllers/RechercheController.php
+++ b/application/modules/telephone/controllers/RechercheController.php
@@ -49,9 +49,6 @@ class Telephone_RechercheController extends RechercheController {
     if ($notice->isAudioRecord() || $notice->is1DTouch())
       return [$this->_('Accéder à l\'album') => $action_array];
 
-    if ($notice->isToutApprendre())
-      return [$this->_('Accéder au cours') => $action_array];
-
     return [$this->_('Accéder à la ressource') => $action_array];
   }
 
diff --git a/ckeditor/plugins/slideshow/3rdParty/ad-gallery/jquery.ad-gallery.js b/ckeditor/plugins/slideshow/3rdParty/ad-gallery/jquery.ad-gallery.js
index 14ba33969ecc1249349ece9b55cefaa058d096cc..44237d3244217c07fcfda8d64b0c586704d965bb 100644
--- a/ckeditor/plugins/slideshow/3rdParty/ad-gallery/jquery.ad-gallery.js
+++ b/ckeditor/plugins/slideshow/3rdParty/ad-gallery/jquery.ad-gallery.js
@@ -857,18 +857,12 @@
           if(!this.isImageLoaded(img[0])) {
             this.preloads.append(img);
             var context = this;
-            img.load(
+            img.on("load",
               function() {
                 image.preloaded = true;
                 image.size = { width: this.width, height: this.height };
                 context.fireCallback(callback);
               }
-            ).error(
-              function() {
-                image.error = true;
-                image.preloaded = false;
-                image.size = false;
-              }
             );
           } else {
             image.preloaded = true;
@@ -884,7 +878,7 @@
       if (this.isImageLoaded(img)) {
         callback && callback();
       } else {
-        $(img).load(callback);
+        $(img).on("load",callback);
       };
     },
     isImageLoaded: function(img) {
diff --git a/ckeditor/plugins/slideshow/3rdParty/ad-gallery/jquery.ad-gallery.min.js b/ckeditor/plugins/slideshow/3rdParty/ad-gallery/jquery.ad-gallery.min.js
index 8fd142d1017bff3d62aa004a914683030d8da95e..e599c5104710fca7185ae15aa9769f37b0abaa80 100644
--- a/ckeditor/plugins/slideshow/3rdParty/ad-gallery/jquery.ad-gallery.min.js
+++ b/ckeditor/plugins/slideshow/3rdParty/ad-gallery/jquery.ad-gallery.min.js
@@ -1 +1 @@
-!function(t){function i(t,i){image_wrapper_width=i}function e(t,i,e){var s,a=parseInt(t.css("top"),10);return"left"==i?(s="-"+this.image_wrapper_height+"px",t.css("top",this.image_wrapper_height+"px")):(s=this.image_wrapper_height+"px",t.css("top","-"+this.image_wrapper_height+"px")),e&&(e.css("bottom","-"+e[0].offsetHeight+"px"),e.animate({bottom:0},2*this.settings.animation_speed)),this.current_description&&this.current_description.animate({bottom:"-"+this.current_description[0].offsetHeight+"px"},2*this.settings.animation_speed),{old_image:{top:s},new_image:{top:a}}}function s(t,i,e){var s,a=parseInt(t.css("left"),10);return"left"==i?(s="-"+this.image_wrapper_width+"px",t.css("left",this.image_wrapper_width+"px")):(s=this.image_wrapper_width+"px",t.css("left","-"+this.image_wrapper_width+"px")),e&&(e.css("bottom","-"+e[0].offsetHeight+"px"),e.animate({bottom:0},2*this.settings.animation_speed)),this.current_description&&this.current_description.animate({bottom:"-"+this.current_description[0].offsetHeight+"px"},2*this.settings.animation_speed),{old_image:{left:s},new_image:{left:a}}}function a(t,i,e){var s=t.width(),a=t.height(),n=parseInt(t.css("left"),10),h=parseInt(t.css("top"),10);return t.css({width:0,height:0,top:this.image_wrapper_height/2,left:this.image_wrapper_width/2}),{old_image:{width:0,height:0,top:this.image_wrapper_height/2,left:this.image_wrapper_width/2},new_image:{width:s,height:a,top:h,left:n}}}function n(t,i,e){return t.css("opacity",0),{old_image:{opacity:0},new_image:{opacity:1}}}function h(t,i,e){return t.css("opacity",0),{old_image:{opacity:0},new_image:{opacity:1},speed:0}}function r(t,i){this.init(t,i)}function o(i,e){this.init(i,e),this.galOnPageCnt=t(".ad-gallery").length}t(window).resize(function(){t(".ad-gallery")[0]&&t(".ad-gallery")[0].width&&i("gallery",t(".ad-gallery")[0].width())}),t.fn.adGallery=function(i){var e={loader_image:"./ckeditor/plugins/slideshow/3rdParty/ad-gallery/loader.gif",start_at_index:0,update_window_hash:!0,description_wrapper:!1,thumb_opacity:.7,animate_first_image:!1,animation_speed:400,width:!1,height:!1,display_next_and_prev:!0,display_back_and_forward:!0,scroll_jump:0,slideshow:{enable:!0,autostart:!1,speed:5e3,start_label:"Start",stop_label:"Stop",stop_on_scroll:!0,countdown_prefix:"(",countdown_sufix:")",onStart:!1,onStop:!1},effect:"slide-hori",enable_keyboard_move:!0,cycle:!0,hooks:{displayDescription:!1},callbacks:{init:!1,afterImageVisible:!1,beforeImageVisible:!1},galRunCnt:0},s=t.extend(!1,e,i);i&&i.slideshow&&(s.slideshow=t.extend(!1,e.slideshow,i.slideshow)),s.slideshow.enable||(s.slideshow.autostart=!1);var a=[];return t(this).each(function(){var t=new r(this,s);a[a.length]=t}),a},r.prototype={wrapper:!1,image_wrapper:!1,gallery_info:!1,nav:!1,loader:!1,preloads:!1,thumbs_wrapper:!1,thumbs_wrapper_width:0,scroll_back:!1,scroll_forward:!1,next_link:!1,prev_link:!1,slideshow:!1,image_wrapper_width:0,image_wrapper_height:0,current_index:-1,current_image:!1,current_description:!1,nav_display_width:0,settings:!1,images:!1,in_transition:!1,animations:!1,galOnPageCnt:0,init:function(i,e){var s=this;this.wrapper=t(i),this.settings=e,this.setupElements(),this.setupAnimations(),this.settings.width?(this.image_wrapper_width=this.settings.width,this.image_wrapper.width(this.settings.width),this.wrapper.width(this.settings.width)):this.image_wrapper_width=this.image_wrapper.width(),this.settings.height?(this.image_wrapper_height=this.settings.height,this.image_wrapper.height(this.settings.height)):this.image_wrapper_height=this.image_wrapper.height(),this.nav_display_width=this.nav.width(),this.current_index=-1,this.current_image=!1,this.current_description=!1,this.in_transition=!1,this.findImages(),this.settings.display_next_and_prev&&this.initNextAndPrev();var a=function(t){return s.nextImage(t)};this.slideshow=new o(a,this.settings.slideshow),this.controls.append(this.slideshow.create()),this.settings.slideshow.enable?this.slideshow.enable():this.slideshow.disable(),this.settings.display_back_and_forward&&this.initBackAndForward(),this.settings.enable_keyboard_move&&this.initKeyEvents(),this.initHashChange();var n=parseInt(this.settings.start_at_index,10);"undefined"!=typeof this.getIndexFromHash()&&(n=this.getIndexFromHash()),this.loading(!0),this.showImage(n,function(){s.settings.slideshow.autostart&&(s.preloadImage(n+1),s.slideshow.start())}),this.fireCallback(this.settings.callbacks.init),t(window).resize(function(){this.image_wrapper_width=t(".ad-gallery").first().width()})},setupAnimations:function(){this.animations={"slide-vert":e,"slide-hori":s,resize:a,fade:n,none:h}},adjustSize:function(){this.wrapper[0].clientWidth>t(".ad-gallery").first().width()?this.image_wrapper_width=t(".ad-gallery").first().width():this.image_wrapper_width=this.wrapper[0].clientWidth},setupElements:function(){this.controls=this.wrapper.find(".ad-controls"),this.gallery_info=t('<p class="ad-info"></p>'),this.controls.append(this.gallery_info),this.image_wrapper=this.wrapper.find(".ad-image-wrapper"),this.image_wrapper.empty(),this.nav=this.wrapper.find(".ad-nav"),this.thumbs_wrapper=this.nav.find(".ad-thumbs"),this.preloads=t('<div class="ad-preloads"></div>'),this.loader=t('<img class="ad-loader" src="'+this.settings.loader_image+'">'),this.image_wrapper.append(this.loader),this.loader.hide(),t(document.body).append(this.preloads)},loading:function(t){t?this.loader.show():this.loader.hide()},addAnimation:function(i,e){t.isFunction(e)&&(this.animations[i]=e)},findImages:function(){var i=this;this.images=[];var e=0,s=this.thumbs_wrapper.find("a"),a=s.length;this.settings.thumb_opacity<1&&s.find("img").css("opacity",this.settings.thumb_opacity),s.each(function(s){var a=t(this);a.data("ad-i",s);var n=a.attr("href"),h=a.find("img");i.whenImageLoaded(h[0],function(){var t=h[0].parentNode.parentNode.offsetWidth;0==h[0].width&&(t=50),i.thumbs_wrapper_width+=t,e++}),i._initLink(a),i.images[s]=i._createImageData(a,n)});var n=setInterval(function(){a==e&&(i._setThumbListWidth(i.thumbs_wrapper_width),clearInterval(n))},300)},_setThumbListWidth:function(t){t+=25;var i=this.nav.find(".ad-thumb-list");i.css("width",t+"px")},_initLink:function(i){var e=this;i.click(function(){return e.showImage(i.data("ad-i")),e.slideshow.stop(),!1}).hover(function(){!t(this).is(".ad-active")&&e.settings.thumb_opacity<1&&t(this).find("img").fadeTo(300,1),e.preloadImage(i.data("ad-i"))},function(){!t(this).is(".ad-active")&&e.settings.thumb_opacity<1&&t(this).find("img").fadeTo(300,e.settings.thumb_opacity)})},_createImageData:function(t,i){var e=!1,s=t.find("img");s.data("ad-link")?e=t.data("ad-link"):s.attr("longdesc")&&s.attr("longdesc").length&&(e=s.attr("longdesc"));var a=!1;s.data("ad-desc")?a=s.data("ad-desc"):s.attr("alt")&&s.attr("alt").length&&(a=s.attr("alt"));var n=!1;return s.data("ad-title")?n=s.data("ad-title"):s.attr("title")&&s.attr("title").length&&(n=s.attr("title")),{thumb_link:t,image:i,error:!1,preloaded:!1,desc:a,title:n,size:!1,link:e}},initKeyEvents:function(){var i=this;t(document).keydown(function(t){39==t.keyCode?(i.nextImage(),i.slideshow.stop()):37==t.keyCode&&(i.prevImage(),i.slideshow.stop())})},getIndexFromHash:function(){if(window.location.hash&&0===window.location.hash.indexOf("#ad-image-")){var t=window.location.hash.replace(/^#ad-image-/g,""),i=this.thumbs_wrapper.find("#"+t);if(i.length)return this.thumbs_wrapper.find("a").index(i);if(!isNaN(parseInt(t,10)))return parseInt(t,10)}},removeImage:function(i){if(0>i||i>=this.images.length)throw"Cannot remove image for index "+i;var e=this.images[i];this.images.splice(i,1);var s=e.thumb_link,a=s[0].parentNode.offsetWidth;this.thumbs_wrapper_width-=a,s.remove(),this._setThumbListWidth(this.thumbs_wrapper_width),this.gallery_info.html(this.current_index+1+" / "+this.images.length),this.thumbs_wrapper.find("a").each(function(i){t(this).data("ad-i",i)}),i==this.current_index&&0!=this.images.length&&this.showImage(0)},removeAllImages:function(){for(var t=this.images.length-1;t>=0;t--)this.removeImage(t)},addImage:function(i,e,s,a,n){s=s||"",a=a||"",n=n||"";var h=t('<li><a href="'+e+'" id="'+s+'"><img src="'+i+'" title="'+a+'" alt="'+n+'"></a></li>'),r=this;this.thumbs_wrapper.find("ul").append(h);var o=h.find("a"),d=o.find("img");d.css("opacity",this.settings.thumb_opacity),this.whenImageLoaded(d[0],function(){var t=d[0].parentNode.parentNode.offsetWidth;0==d[0].width&&(t=100),r.thumbs_wrapper_width+=t,r._setThumbListWidth(r.thumbs_wrapper_width)});var l=this.images.length;o.data("ad-i",l),this._initLink(o),this.images[l]=r._createImageData(o,e),this.gallery_info.html(this.current_index+1+" / "+this.images.length)},initHashChange:function(){var i=this;if("onhashchange"in window)t(window).bind("hashchange",function(){var t=i.getIndexFromHash();"undefined"!=typeof t&&t!=i.current_index&&i.showImage(t)});else{var e=window.location.hash;setInterval(function(){if(window.location.hash!=e){e=window.location.hash;var t=i.getIndexFromHash();"undefined"!=typeof t&&t!=i.current_index&&i.showImage(t)}},200)}},initNextAndPrev:function(){this.next_link=t('<div class="ad-next"><div class="ad-next-image"></div></div>'),this.prev_link=t('<div class="ad-prev"><div class="ad-prev-image"></div></div>'),this.image_wrapper.append(this.next_link),this.image_wrapper.append(this.prev_link);var i=this;this.prev_link.add(this.next_link).mouseover(function(e){t(this).css("height",i.image_wrapper_height),t(this).find("div").show()}).mouseout(function(i){t(this).find("div").hide()}).click(function(){t(this).is(".ad-next")?(i.nextImage(),i.slideshow.stop()):(i.prevImage(),i.slideshow.stop())}).find("div").css("opacity",.7)},initBackAndForward:function(){var i=this;this.scroll_forward=t('<div class="ad-forward"></div>'),this.scroll_back=t('<div class="ad-back"></div>'),this.nav.append(this.scroll_forward),this.nav.prepend(this.scroll_back);var e=0,s=!1;t(this.scroll_back).add(this.scroll_forward).click(function(){var e,s=i.nav_display_width-50;return i.settings.scroll_jump>0&&(s=i.settings.scroll_jump),e=t(this).is(".ad-forward")?i.thumbs_wrapper.scrollLeft()+s:i.thumbs_wrapper.scrollLeft()-s,i.settings.slideshow.stop_on_scroll&&i.slideshow.stop(),i.thumbs_wrapper.animate({scrollLeft:e+"px"}),!1}).css("opacity",.6).hover(function(){var a="left";t(this).is(".ad-forward")&&(a="right"),s=setInterval(function(){e++,e>30&&i.settings.slideshow.stop_on_scroll&&i.slideshow.stop();var t=i.thumbs_wrapper.scrollLeft()+1;"left"==a&&(t=i.thumbs_wrapper.scrollLeft()-1),i.thumbs_wrapper.scrollLeft(t)},10),t(this).css("opacity",1)},function(){e=0,clearInterval(s),t(this).css("opacity",.6)})},_afterShow:function(){if(this.gallery_info.html(this.current_index+1+" / "+this.images.length),this.settings.cycle||(this.prev_link.show().css("height",this.image_wrapper_height),this.next_link.show().css("height",this.image_wrapper_height),this.current_index==this.images.length-1&&this.next_link.hide(),0==this.current_index&&this.prev_link.hide()),this.settings.update_window_hash){var t=this.images[this.current_index].thumb_link;t.attr("id")?window.location.hash="#ad-image-"+t.attr("id"):window.location.hash="#ad-image-"+this.current_index}this.fireCallback(this.settings.callbacks.afterImageVisible)},_getContainedImageSize:function(t,i){if(this.adjustSize(),i>this.image_wrapper_height){var e=t/i;i=this.image_wrapper_height,t=this.image_wrapper_height*e}if(t>this.image_wrapper_width){var e=i/t;t=this.image_wrapper_width,i=this.image_wrapper_width*e}return{width:t,height:i}},_centerImage:function(t,i,e){if(t.css("top","0px"),e<this.image_wrapper_height){var s=this.image_wrapper_height-e;t.css("top",s/2+"px")}t.css("width","100%"),t.css("text-align","center")},_getDescription:function(i){var e="",s='<p class="ad-image-description">';if(i.desc.length||i.title.length){var a="";if(i.title.length?a='<strong class="ad-description-title">'+i.title+"</strong>":s="",e="",i.desc.length)if(i.desc.indexOf("IMAGE_LINK_")>=0){e='<span style="display:none;">'+i.desc+"</span>";var n=window.location.href.trim(),h=i.desc.substring(12).trim();n==h&&(s="",a="")}else e="<span>"+i.desc+"</span>";e=t(s+a+e+"</p>")}return e},showImage:function(t,i){if(this.images[t]&&!this.in_transition&&t!=this.current_index){var e=this,s=this.images[t];this.in_transition=!0,s.preloaded?this._showWhenLoaded(t,i):(this.loading(!0),this.preloadImage(t,function(){e.loading(!1),e._showWhenLoaded(t,i)}))}},_showWhenLoaded:function(i,e){if(this.images[i]){var s=this,a=this.images[i],n=t(document.createElement("div")).addClass("ad-image"),h=t(new Image).attr("src",a.image);if(a.link){var r=t('<a href="'+a.link+'" target="_blank"></a>');r.append(h),n.append(r)}else n.append(h);this.image_wrapper.prepend(n);var o=this._getContainedImageSize(a.size.width,a.size.height);h.attr("width",o.width),h.attr("height",o.height),n.css({width:o.width+"px",height:o.height+"px"}),this._centerImage(n,o.width,o.height);var d=this._getDescription(a);if(d)if(this.settings.description_wrapper||this.settings.hooks.displayDescription)if(this.settings.hooks.displayDescription)this.settings.hooks.displayDescription.call(this,a);else{var l=this.settings.description_wrapper;l.append(d)}else{n.append(d);o.width-parseInt(d.css("padding-left"),10)-parseInt(d.css("padding-right"),10)}this.highLightThumb(this.images[i].thumb_link);var p="right";if(this.current_index<i&&(p="left"),this.fireCallback(this.settings.callbacks.beforeImageVisible),this.current_image||this.settings.animate_first_image){var c=this.settings.animation_speed,g="swing",_=this.animations[this.settings.effect].call(this,n,p,d);if("undefined"!=typeof _.speed&&(c=_.speed),"undefined"!=typeof _.easing&&(g=_.easing),this.current_image){var m=this.current_image,w=this.current_description;m.animate(_.old_image,c,g,function(){m.remove(),w&&w.remove()})}n.animate(_.new_image,c,g,function(){s.current_index=i,s.current_image=n,s.current_description=d,s.in_transition=!1,s._afterShow(),s.fireCallback(e)})}else this.current_index=i,this.current_image=n,s.current_description=d,this.in_transition=!1,s._afterShow(),this.fireCallback(e)}},nextIndex:function(){var t;if(this.current_index==this.images.length-1){if(!this.settings.cycle)return!1;t=0}else t=this.current_index+1;return t},nextImage:function(t){var i=this.nextIndex();return i===!1?!1:(this.preloadImage(i+1),this.showImage(i,t),!0)},prevIndex:function(){var t;if(0==this.current_index){if(!this.settings.cycle)return!1;t=this.images.length-1}else t=this.current_index-1;return t},prevImage:function(t){var i=this.prevIndex();return i===!1?!1:(this.preloadImage(i-1),this.showImage(i,t),!0)},preloadAll:function(){function t(){e<i.images.length&&(e++,i.preloadImage(e,t))}var i=this,e=0;i.preloadImage(e,t)},preloadImage:function(i,e){if(this.images[i]){var s=this.images[i];if(this.images[i].preloaded)this.fireCallback(e);else{var a=t(new Image);if(a.attr("src",s.image),this.isImageLoaded(a[0]))s.preloaded=!0,s.size={width:a[0].width,height:a[0].height},this.fireCallback(e);else{this.preloads.append(a);var n=this;a.load(function(){s.preloaded=!0,s.size={width:this.width,height:this.height},n.fireCallback(e)}).error(function(){s.error=!0,s.preloaded=!1,s.size=!1})}}}},whenImageLoaded:function(i,e){this.isImageLoaded(i)?e&&e():t(i).load(e)},isImageLoaded:function(t){return"undefined"==typeof t.complete||t.complete?"undefined"!=typeof t.naturalWidth&&0==t.naturalWidth?!1:!0:!1},highLightThumb:function(t){this.thumbs_wrapper.find(".ad-active").removeClass("ad-active"),t.addClass("ad-active"),this.settings.thumb_opacity<1&&(this.thumbs_wrapper.find("a:not(.ad-active) img").fadeTo(300,this.settings.thumb_opacity),t.find("img").fadeTo(300,1));var i=t[0].parentNode.offsetLeft;i-=this.nav_display_width/2-t[0].offsetWidth/2,this.thumbs_wrapper.animate({scrollLeft:i+"px"})},fireCallback:function(i){t.isFunction(i)&&i.call(this)}},o.prototype={start_link:!1,stop_link:!1,countdown:!1,controls:!1,settings:!1,nextimage_callback:!1,enabled:!1,running:!1,countdown_interval:!1,init:function(t,i){this.nextimage_callback=t,this.settings=i},create:function(){this.start_link=t('<span class="ad-slideshow-start">'+this.settings.start_label+"</span>"),this.stop_link=t('<span class="ad-slideshow-stop">'+this.settings.stop_label+"</span>"),this.countdown=t('<span class="ad-slideshow-countdown"></span>'),this.controls=t('<div class="ad-slideshow-controls"></div>'),this.controls.append(this.start_link).append(this.stop_link).append(this.countdown),this.countdown.hide();var i=this;return this.start_link.click(function(){i.start()}),this.stop_link.click(function(){i.stop()}),t(document).keydown(function(t){83==t.keyCode&&(i.running?i.stop():i.start())}),this.controls},disable:function(){this.enabled=!1,this.stop(),this.controls.hide()},enable:function(){this.enabled=!0,this.controls.show()},toggle:function(){this.enabled?this.disable():this.enable()},start:function(){return this.settings.galRunCnt=0,this.running||!this.enabled?!1:(this.running=!0,this.controls.addClass("ad-slideshow-running"),this._next(),this.fireCallback(this.settings.onStart),!0)},stop:function(){return this.running?(this.running=!1,this.countdown.hide(),this.controls.removeClass("ad-slideshow-running"),clearInterval(this.countdown_interval),this.fireCallback(this.settings.onStop),!0):!1},_next:function(){this.settings.galRunCnt++;var t=1e3;this.settings.galRunCnt<=this.galOnPageCnt;var i=this,e=this.settings.countdown_prefix,s=this.settings.countdown_sufix;clearInterval(i.countdown_interval),this.countdown.show().html(e+this.settings.speed/1e3+s);var a=0;this.countdown_interval=setInterval(function(){if(a+=1e3,a>=i.settings.speed){var t=function(){i.running&&i._next(),a=0};i.nextimage_callback(t)||i.stop(),a=0}var n=parseInt(i.countdown.text().replace(/[^0-9]/g,""),10);n--,n>0&&i.countdown.html(e+n+s)},t)},fireCallback:function(i){t.isFunction(i)&&i.call(this)}}}(jQuery);
\ No newline at end of file
+!function(t){function i(t,i){image_wrapper_width=i}function e(t,i,e){var s,a=parseInt(t.css("top"),10);return"left"==i?(s="-"+this.image_wrapper_height+"px",t.css("top",this.image_wrapper_height+"px")):(s=this.image_wrapper_height+"px",t.css("top","-"+this.image_wrapper_height+"px")),e&&(e.css("bottom","-"+e[0].offsetHeight+"px"),e.animate({bottom:0},2*this.settings.animation_speed)),this.current_description&&this.current_description.animate({bottom:"-"+this.current_description[0].offsetHeight+"px"},2*this.settings.animation_speed),{old_image:{top:s},new_image:{top:a}}}function s(t,i,e){var s,a=parseInt(t.css("left"),10);return"left"==i?(s="-"+this.image_wrapper_width+"px",t.css("left",this.image_wrapper_width+"px")):(s=this.image_wrapper_width+"px",t.css("left","-"+this.image_wrapper_width+"px")),e&&(e.css("bottom","-"+e[0].offsetHeight+"px"),e.animate({bottom:0},2*this.settings.animation_speed)),this.current_description&&this.current_description.animate({bottom:"-"+this.current_description[0].offsetHeight+"px"},2*this.settings.animation_speed),{old_image:{left:s},new_image:{left:a}}}function a(t,i,e){var s=t.width(),a=t.height(),n=parseInt(t.css("left"),10),h=parseInt(t.css("top"),10);return t.css({width:0,height:0,top:this.image_wrapper_height/2,left:this.image_wrapper_width/2}),{old_image:{width:0,height:0,top:this.image_wrapper_height/2,left:this.image_wrapper_width/2},new_image:{width:s,height:a,top:h,left:n}}}function n(t,i,e){return t.css("opacity",0),{old_image:{opacity:0},new_image:{opacity:1}}}function h(t,i,e){return t.css("opacity",0),{old_image:{opacity:0},new_image:{opacity:1},speed:0}}function r(t,i){this.init(t,i)}function o(i,e){this.init(i,e),this.galOnPageCnt=t(".ad-gallery").length}t(window).resize(function(){t(".ad-gallery")[0]&&t(".ad-gallery")[0].width&&i("gallery",t(".ad-gallery")[0].width())}),t.fn.adGallery=function(i){var e={loader_image:"./ckeditor/plugins/slideshow/3rdParty/ad-gallery/loader.gif",start_at_index:0,update_window_hash:!0,description_wrapper:!1,thumb_opacity:.7,animate_first_image:!1,animation_speed:400,width:!1,height:!1,display_next_and_prev:!0,display_back_and_forward:!0,scroll_jump:0,slideshow:{enable:!0,autostart:!1,speed:5e3,start_label:"Start",stop_label:"Stop",stop_on_scroll:!0,countdown_prefix:"(",countdown_sufix:")",onStart:!1,onStop:!1},effect:"slide-hori",enable_keyboard_move:!0,cycle:!0,hooks:{displayDescription:!1},callbacks:{init:!1,afterImageVisible:!1,beforeImageVisible:!1},galRunCnt:0},s=t.extend(!1,e,i);i&&i.slideshow&&(s.slideshow=t.extend(!1,e.slideshow,i.slideshow)),s.slideshow.enable||(s.slideshow.autostart=!1);var a=[];return t(this).each(function(){var t=new r(this,s);a[a.length]=t}),a},r.prototype={wrapper:!1,image_wrapper:!1,gallery_info:!1,nav:!1,loader:!1,preloads:!1,thumbs_wrapper:!1,thumbs_wrapper_width:0,scroll_back:!1,scroll_forward:!1,next_link:!1,prev_link:!1,slideshow:!1,image_wrapper_width:0,image_wrapper_height:0,current_index:-1,current_image:!1,current_description:!1,nav_display_width:0,settings:!1,images:!1,in_transition:!1,animations:!1,galOnPageCnt:0,init:function(i,e){var s=this;this.wrapper=t(i),this.settings=e,this.setupElements(),this.setupAnimations(),this.settings.width?(this.image_wrapper_width=this.settings.width,this.image_wrapper.width(this.settings.width),this.wrapper.width(this.settings.width)):this.image_wrapper_width=this.image_wrapper.width(),this.settings.height?(this.image_wrapper_height=this.settings.height,this.image_wrapper.height(this.settings.height)):this.image_wrapper_height=this.image_wrapper.height(),this.nav_display_width=this.nav.width(),this.current_index=-1,this.current_image=!1,this.current_description=!1,this.in_transition=!1,this.findImages(),this.settings.display_next_and_prev&&this.initNextAndPrev();var a=function(t){return s.nextImage(t)};this.slideshow=new o(a,this.settings.slideshow),this.controls.append(this.slideshow.create()),this.settings.slideshow.enable?this.slideshow.enable():this.slideshow.disable(),this.settings.display_back_and_forward&&this.initBackAndForward(),this.settings.enable_keyboard_move&&this.initKeyEvents(),this.initHashChange();var n=parseInt(this.settings.start_at_index,10);"undefined"!=typeof this.getIndexFromHash()&&(n=this.getIndexFromHash()),this.loading(!0),this.showImage(n,function(){s.settings.slideshow.autostart&&(s.preloadImage(n+1),s.slideshow.start())}),this.fireCallback(this.settings.callbacks.init),t(window).resize(function(){this.image_wrapper_width=t(".ad-gallery").first().width()})},setupAnimations:function(){this.animations={"slide-vert":e,"slide-hori":s,resize:a,fade:n,none:h}},adjustSize:function(){this.wrapper[0].clientWidth>t(".ad-gallery").first().width()?this.image_wrapper_width=t(".ad-gallery").first().width():this.image_wrapper_width=this.wrapper[0].clientWidth},setupElements:function(){this.controls=this.wrapper.find(".ad-controls"),this.gallery_info=t('<p class="ad-info"></p>'),this.controls.append(this.gallery_info),this.image_wrapper=this.wrapper.find(".ad-image-wrapper"),this.image_wrapper.empty(),this.nav=this.wrapper.find(".ad-nav"),this.thumbs_wrapper=this.nav.find(".ad-thumbs"),this.preloads=t('<div class="ad-preloads"></div>'),this.loader=t('<img class="ad-loader" src="'+this.settings.loader_image+'">'),this.image_wrapper.append(this.loader),this.loader.hide(),t(document.body).append(this.preloads)},loading:function(t){t?this.loader.show():this.loader.hide()},addAnimation:function(i,e){t.isFunction(e)&&(this.animations[i]=e)},findImages:function(){var i=this;this.images=[];var e=0,s=this.thumbs_wrapper.find("a"),a=s.length;this.settings.thumb_opacity<1&&s.find("img").css("opacity",this.settings.thumb_opacity),s.each(function(s){var a=t(this);a.data("ad-i",s);var n=a.attr("href"),h=a.find("img");i.whenImageLoaded(h[0],function(){var t=h[0].parentNode.parentNode.offsetWidth;0==h[0].width&&(t=50),i.thumbs_wrapper_width+=t,e++}),i._initLink(a),i.images[s]=i._createImageData(a,n)});var n=setInterval(function(){a==e&&(i._setThumbListWidth(i.thumbs_wrapper_width),clearInterval(n))},300)},_setThumbListWidth:function(t){t+=25;var i=this.nav.find(".ad-thumb-list");i.css("width",t+"px")},_initLink:function(i){var e=this;i.click(function(){return e.showImage(i.data("ad-i")),e.slideshow.stop(),!1}).hover(function(){!t(this).is(".ad-active")&&e.settings.thumb_opacity<1&&t(this).find("img").fadeTo(300,1),e.preloadImage(i.data("ad-i"))},function(){!t(this).is(".ad-active")&&e.settings.thumb_opacity<1&&t(this).find("img").fadeTo(300,e.settings.thumb_opacity)})},_createImageData:function(t,i){var e=!1,s=t.find("img");s.data("ad-link")?e=t.data("ad-link"):s.attr("longdesc")&&s.attr("longdesc").length&&(e=s.attr("longdesc"));var a=!1;s.data("ad-desc")?a=s.data("ad-desc"):s.attr("alt")&&s.attr("alt").length&&(a=s.attr("alt"));var n=!1;return s.data("ad-title")?n=s.data("ad-title"):s.attr("title")&&s.attr("title").length&&(n=s.attr("title")),{thumb_link:t,image:i,error:!1,preloaded:!1,desc:a,title:n,size:!1,link:e}},initKeyEvents:function(){var i=this;t(document).keydown(function(t){39==t.keyCode?(i.nextImage(),i.slideshow.stop()):37==t.keyCode&&(i.prevImage(),i.slideshow.stop())})},getIndexFromHash:function(){if(window.location.hash&&0===window.location.hash.indexOf("#ad-image-")){var t=window.location.hash.replace(/^#ad-image-/g,""),i=this.thumbs_wrapper.find("#"+t);if(i.length)return this.thumbs_wrapper.find("a").index(i);if(!isNaN(parseInt(t,10)))return parseInt(t,10)}},removeImage:function(i){if(0>i||i>=this.images.length)throw"Cannot remove image for index "+i;var e=this.images[i];this.images.splice(i,1);var s=e.thumb_link,a=s[0].parentNode.offsetWidth;this.thumbs_wrapper_width-=a,s.remove(),this._setThumbListWidth(this.thumbs_wrapper_width),this.gallery_info.html(this.current_index+1+" / "+this.images.length),this.thumbs_wrapper.find("a").each(function(i){t(this).data("ad-i",i)}),i==this.current_index&&0!=this.images.length&&this.showImage(0)},removeAllImages:function(){for(var t=this.images.length-1;t>=0;t--)this.removeImage(t)},addImage:function(i,e,s,a,n){s=s||"",a=a||"",n=n||"";var h=t('<li><a href="'+e+'" id="'+s+'"><img src="'+i+'" title="'+a+'" alt="'+n+'"></a></li>'),r=this;this.thumbs_wrapper.find("ul").append(h);var o=h.find("a"),d=o.find("img");d.css("opacity",this.settings.thumb_opacity),this.whenImageLoaded(d[0],function(){var t=d[0].parentNode.parentNode.offsetWidth;0==d[0].width&&(t=100),r.thumbs_wrapper_width+=t,r._setThumbListWidth(r.thumbs_wrapper_width)});var l=this.images.length;o.data("ad-i",l),this._initLink(o),this.images[l]=r._createImageData(o,e),this.gallery_info.html(this.current_index+1+" / "+this.images.length)},initHashChange:function(){var i=this;if("onhashchange"in window)t(window).bind("hashchange",function(){var t=i.getIndexFromHash();"undefined"!=typeof t&&t!=i.current_index&&i.showImage(t)});else{var e=window.location.hash;setInterval(function(){if(window.location.hash!=e){e=window.location.hash;var t=i.getIndexFromHash();"undefined"!=typeof t&&t!=i.current_index&&i.showImage(t)}},200)}},initNextAndPrev:function(){this.next_link=t('<div class="ad-next"><div class="ad-next-image"></div></div>'),this.prev_link=t('<div class="ad-prev"><div class="ad-prev-image"></div></div>'),this.image_wrapper.append(this.next_link),this.image_wrapper.append(this.prev_link);var i=this;this.prev_link.add(this.next_link).mouseover(function(e){t(this).css("height",i.image_wrapper_height),t(this).find("div").show()}).mouseout(function(i){t(this).find("div").hide()}).click(function(){t(this).is(".ad-next")?(i.nextImage(),i.slideshow.stop()):(i.prevImage(),i.slideshow.stop())}).find("div").css("opacity",.7)},initBackAndForward:function(){var i=this;this.scroll_forward=t('<div class="ad-forward"></div>'),this.scroll_back=t('<div class="ad-back"></div>'),this.nav.append(this.scroll_forward),this.nav.prepend(this.scroll_back);var e=0,s=!1;t(this.scroll_back).add(this.scroll_forward).click(function(){var e,s=i.nav_display_width-50;return i.settings.scroll_jump>0&&(s=i.settings.scroll_jump),e=t(this).is(".ad-forward")?i.thumbs_wrapper.scrollLeft()+s:i.thumbs_wrapper.scrollLeft()-s,i.settings.slideshow.stop_on_scroll&&i.slideshow.stop(),i.thumbs_wrapper.animate({scrollLeft:e+"px"}),!1}).css("opacity",.6).hover(function(){var a="left";t(this).is(".ad-forward")&&(a="right"),s=setInterval(function(){e++,e>30&&i.settings.slideshow.stop_on_scroll&&i.slideshow.stop();var t=i.thumbs_wrapper.scrollLeft()+1;"left"==a&&(t=i.thumbs_wrapper.scrollLeft()-1),i.thumbs_wrapper.scrollLeft(t)},10),t(this).css("opacity",1)},function(){e=0,clearInterval(s),t(this).css("opacity",.6)})},_afterShow:function(){if(this.gallery_info.html(this.current_index+1+" / "+this.images.length),this.settings.cycle||(this.prev_link.show().css("height",this.image_wrapper_height),this.next_link.show().css("height",this.image_wrapper_height),this.current_index==this.images.length-1&&this.next_link.hide(),0==this.current_index&&this.prev_link.hide()),this.settings.update_window_hash){var t=this.images[this.current_index].thumb_link;t.attr("id")?window.location.hash="#ad-image-"+t.attr("id"):window.location.hash="#ad-image-"+this.current_index}this.fireCallback(this.settings.callbacks.afterImageVisible)},_getContainedImageSize:function(t,i){if(this.adjustSize(),i>this.image_wrapper_height){var e=t/i;i=this.image_wrapper_height,t=this.image_wrapper_height*e}if(t>this.image_wrapper_width){var e=i/t;t=this.image_wrapper_width,i=this.image_wrapper_width*e}return{width:t,height:i}},_centerImage:function(t,i,e){if(t.css("top","0px"),e<this.image_wrapper_height){var s=this.image_wrapper_height-e;t.css("top",s/2+"px")}t.css("width","100%"),t.css("text-align","center")},_getDescription:function(i){var e="",s='<p class="ad-image-description">';if(i.desc.length||i.title.length){var a="";if(i.title.length?a='<strong class="ad-description-title">'+i.title+"</strong>":s="",e="",i.desc.length)if(i.desc.indexOf("IMAGE_LINK_")>=0){e='<span style="display:none;">'+i.desc+"</span>";var n=window.location.href.trim(),h=i.desc.substring(12).trim();n==h&&(s="",a="")}else e="<span>"+i.desc+"</span>";e=t(s+a+e+"</p>")}return e},showImage:function(t,i){if(this.images[t]&&!this.in_transition&&t!=this.current_index){var e=this,s=this.images[t];this.in_transition=!0,s.preloaded?this._showWhenLoaded(t,i):(this.loading(!0),this.preloadImage(t,function(){e.loading(!1),e._showWhenLoaded(t,i)}))}},_showWhenLoaded:function(i,e){if(this.images[i]){var s=this,a=this.images[i],n=t(document.createElement("div")).addClass("ad-image"),h=t(new Image).attr("src",a.image);if(a.link){var r=t('<a href="'+a.link+'" target="_blank"></a>');r.append(h),n.append(r)}else n.append(h);this.image_wrapper.prepend(n);var o=this._getContainedImageSize(a.size.width,a.size.height);h.attr("width",o.width),h.attr("height",o.height),n.css({width:o.width+"px",height:o.height+"px"}),this._centerImage(n,o.width,o.height);var d=this._getDescription(a);if(d)if(this.settings.description_wrapper||this.settings.hooks.displayDescription)if(this.settings.hooks.displayDescription)this.settings.hooks.displayDescription.call(this,a);else{var l=this.settings.description_wrapper;l.append(d)}else{n.append(d);o.width-parseInt(d.css("padding-left"),10)-parseInt(d.css("padding-right"),10)}this.highLightThumb(this.images[i].thumb_link);var p="right";if(this.current_index<i&&(p="left"),this.fireCallback(this.settings.callbacks.beforeImageVisible),this.current_image||this.settings.animate_first_image){var c=this.settings.animation_speed,g="swing",_=this.animations[this.settings.effect].call(this,n,p,d);if("undefined"!=typeof _.speed&&(c=_.speed),"undefined"!=typeof _.easing&&(g=_.easing),this.current_image){var m=this.current_image,w=this.current_description;m.animate(_.old_image,c,g,function(){m.remove(),w&&w.remove()})}n.animate(_.new_image,c,g,function(){s.current_index=i,s.current_image=n,s.current_description=d,s.in_transition=!1,s._afterShow(),s.fireCallback(e)})}else this.current_index=i,this.current_image=n,s.current_description=d,this.in_transition=!1,s._afterShow(),this.fireCallback(e)}},nextIndex:function(){var t;if(this.current_index==this.images.length-1){if(!this.settings.cycle)return!1;t=0}else t=this.current_index+1;return t},nextImage:function(t){var i=this.nextIndex();return i===!1?!1:(this.preloadImage(i+1),this.showImage(i,t),!0)},prevIndex:function(){var t;if(0==this.current_index){if(!this.settings.cycle)return!1;t=this.images.length-1}else t=this.current_index-1;return t},prevImage:function(t){var i=this.prevIndex();return i===!1?!1:(this.preloadImage(i-1),this.showImage(i,t),!0)},preloadAll:function(){function t(){e<i.images.length&&(e++,i.preloadImage(e,t))}var i=this,e=0;i.preloadImage(e,t)},preloadImage:function(i,e){if(this.images[i]){var s=this.images[i];if(this.images[i].preloaded)this.fireCallback(e);else{var a=t(new Image);if(a.attr("src",s.image),this.isImageLoaded(a[0]))s.preloaded=!0,s.size={width:a[0].width,height:a[0].height},this.fireCallback(e);else{this.preloads.append(a);var n=this;a.on("load",function(){s.preloaded=!0,s.size={width:this.width,height:this.height},n.fireCallback(e)})}}}},whenImageLoaded:function(i,e){this.isImageLoaded(i)?e&&e():t(i).on("load",e)},isImageLoaded:function(t){return"undefined"==typeof t.complete||t.complete?"undefined"!=typeof t.naturalWidth&&0==t.naturalWidth?!1:!0:!1},highLightThumb:function(t){this.thumbs_wrapper.find(".ad-active").removeClass("ad-active"),t.addClass("ad-active"),this.settings.thumb_opacity<1&&(this.thumbs_wrapper.find("a:not(.ad-active) img").fadeTo(300,this.settings.thumb_opacity),t.find("img").fadeTo(300,1));var i=t[0].parentNode.offsetLeft;i-=this.nav_display_width/2-t[0].offsetWidth/2,this.thumbs_wrapper.animate({scrollLeft:i+"px"})},fireCallback:function(i){t.isFunction(i)&&i.call(this)}},o.prototype={start_link:!1,stop_link:!1,countdown:!1,controls:!1,settings:!1,nextimage_callback:!1,enabled:!1,running:!1,countdown_interval:!1,init:function(t,i){this.nextimage_callback=t,this.settings=i},create:function(){this.start_link=t('<span class="ad-slideshow-start">'+this.settings.start_label+"</span>"),this.stop_link=t('<span class="ad-slideshow-stop">'+this.settings.stop_label+"</span>"),this.countdown=t('<span class="ad-slideshow-countdown"></span>'),this.controls=t('<div class="ad-slideshow-controls"></div>'),this.controls.append(this.start_link).append(this.stop_link).append(this.countdown),this.countdown.hide();var i=this;return this.start_link.click(function(){i.start()}),this.stop_link.click(function(){i.stop()}),t(document).keydown(function(t){83==t.keyCode&&(i.running?i.stop():i.start())}),this.controls},disable:function(){this.enabled=!1,this.stop(),this.controls.hide()},enable:function(){this.enabled=!0,this.controls.show()},toggle:function(){this.enabled?this.disable():this.enable()},start:function(){return this.settings.galRunCnt=0,this.running||!this.enabled?!1:(this.running=!0,this.controls.addClass("ad-slideshow-running"),this._next(),this.fireCallback(this.settings.onStart),!0)},stop:function(){return this.running?(this.running=!1,this.countdown.hide(),this.controls.removeClass("ad-slideshow-running"),clearInterval(this.countdown_interval),this.fireCallback(this.settings.onStop),!0):!1},_next:function(){this.settings.galRunCnt++;var t=1e3;this.settings.galRunCnt<=this.galOnPageCnt;var i=this,e=this.settings.countdown_prefix,s=this.settings.countdown_sufix;clearInterval(i.countdown_interval),this.countdown.show().html(e+this.settings.speed/1e3+s);var a=0;this.countdown_interval=setInterval(function(){if(a+=1e3,a>=i.settings.speed){var t=function(){i.running&&i._next(),a=0};i.nextimage_callback(t)||i.stop(),a=0}var n=parseInt(i.countdown.text().replace(/[^0-9]/g,""),10);n--,n>0&&i.countdown.html(e+n+s)},t)},fireCallback:function(i){t.isFunction(i)&&i.call(this)}}}(jQuery);
diff --git a/cosmogramme/VERSIONS_WIP/64573 b/cosmogramme/VERSIONS_WIP/64573
deleted file mode 100644
index cef84909869649ef2a549c853128224f41880e8c..0000000000000000000000000000000000000000
--- a/cosmogramme/VERSIONS_WIP/64573
+++ /dev/null
@@ -1 +0,0 @@
- - ticket #64573 : Amélioration de la charte modele
\ No newline at end of file
diff --git a/cosmogramme/sql/patch/patch_351.php b/cosmogramme/sql/patch/patch_351.php
new file mode 100644
index 0000000000000000000000000000000000000000..58fcf027a20cf620d3e57b0f51fa0a4a6f476bf7
--- /dev/null
+++ b/cosmogramme/sql/patch/patch_351.php
@@ -0,0 +1,3 @@
+<?php
+//re run 1.1
+(new Class_Migration_DigitalResource_ToutApprendre())->run();
\ No newline at end of file
diff --git a/cosmogramme/sql/patch/patch_352.php b/cosmogramme/sql/patch/patch_352.php
new file mode 100644
index 0000000000000000000000000000000000000000..e0b6d19e2c109bcf6eca5dc183bc9a80bc1e2727
--- /dev/null
+++ b/cosmogramme/sql/patch/patch_352.php
@@ -0,0 +1,7 @@
+<?php
+try {
+  $adapter = Zend_Db_Table_Abstract::getDefaultAdapter();
+  $adapter->query('ALTER TABLE bib_admin_profil modify mail_site varchar(255) not null');
+  $adapter->query('ALTER TABLE bib_admin_profil modify libelle varchar(255) not null');
+  $adapter->query('ALTER TABLE bib_admin_profil modify commentaire mediumtext not null');
+} catch(Exception $e) {}
diff --git a/cosmogramme/tests/php/classes/CdScriptIntegrationTest.php b/cosmogramme/tests/php/classes/CdScriptIntegrationTest.php
index 41d866c002ca14c64775d9f0275de4eb4349d530..2bf34a8fd62201f097152436fb9dc6d3cb36f8ad 100644
--- a/cosmogramme/tests/php/classes/CdScriptIntegrationTest.php
+++ b/cosmogramme/tests/php/classes/CdScriptIntegrationTest.php
@@ -36,7 +36,7 @@ class CdScriptIntegrationLeKiosqueTest extends CdScriptIntegrationTestCase {
 
     $this->fixture('Class_CosmoVar',
                    ['id' => 'types_docs',
-                    'liste' => '0:Livre et cartes\r\n1:Livres\r\n2:Revues\r\n3:Disques\r\n4:DVD\r\n5:Cédéroms\r\n6:Partitions\r\n7:Livres lus\r\n8:articles\r\n9:fils rss\r\n10:Le Kiosque\r\n11:ToutApprendre\r\n12:ArteVOD\r\n']);
+                    'liste' => '0:Livre et cartes\r\n1:Livres\r\n2:Revues\r\n3:Disques\r\n4:DVD\r\n5:Cédéroms\r\n6:Partitions\r\n7:Livres lus\r\n8:articles\r\n9:fils rss\r\n10:Le Kiosque\r\n11:ArteVOD\r\n']);
 
     $this->loadRecordsFromFile('unimarc_le_kiosque');
     $this->_deco_magazine = Class_Notice::find(1);
diff --git a/includes.php b/includes.php
index b5325bd7bc392acede51cd946f02f3d030797c71..1d731d90a6900f2463434f297ff627acd36df12f 100644
--- a/includes.php
+++ b/includes.php
@@ -28,6 +28,6 @@ set_include_path($base_path . PATH_SEPARATOR .
 								 get_include_path());
 
 include_once "local.php";
-include_once "fonctions/fonctions.php";
+include_once "library/fonctions/fonctions.php";
 require_once "library/startup.php";
 ?>
\ No newline at end of file
diff --git a/library/Class/AdminVar.php b/library/Class/AdminVar.php
index 738bf1eed5c78f369bdaa3a56e34115b62422713..7fcfa85c4ddc7258d671e801f982bceff25c699e 100644
--- a/library/Class/AdminVar.php
+++ b/library/Class/AdminVar.php
@@ -166,9 +166,6 @@ class Class_AdminVarLoader extends Storm_Model_Loader {
             'ARTE_VOD_KEY' => Class_AdminVar_Meta::newDefault($this->_('Clé ARTE VOD'))->bePrivate(),
             'ARTE_VOD_SSO_KEY' => Class_AdminVar_Meta::newDefault($this->_('Clé ARTE VOD Single Sign-On'))->bePrivate(),
 
-            'TOUTAPPRENDRE_BIB_ID' => Class_AdminVar_Meta::newDefault($this->_('Paramétrage <a href="http://forge.afi-sa.fr/projects/opac3/wiki/Ressources_externes_enrichissements#Tout-Apprendre">ToutApprendre</a>'))->bePrivate(),
-            'TOUTAPPRENDRE_KEY' => Class_AdminVar_Meta::newDefault($this->_('Paramétrage <a href="http://forge.afi-sa.fr/projects/opac3/wiki/Ressources_externes_enrichissements#Tout-Apprendre">ToutApprendre</a>'))->bePrivate(),
-
             'NUMERIQUE_PREMIUM_URL' => Class_AdminVar_Meta::newDefault('')->bePrivate(),
 
             'JAMENDO_CLIENT_ID' => Class_AdminVar_Meta::newDefault($this->_('ID client Jamendo')),
@@ -661,11 +658,6 @@ class Class_AdminVarLoader extends Storm_Model_Loader {
   }
 
 
-  public function isToutApprendreEnabled() {
-    return (('' != Class_AdminVar::get('TOUTAPPRENDRE_BIB_ID')) && ('' != Class_AdminVar::get('TOUTAPPRENDRE_KEY')));
-  }
-
-
   public function isMyCowEnabled()  {
     return ('' != Class_AdminVar::get('MYCOW_EID'));
   }
diff --git a/library/Class/Album.php b/library/Class/Album.php
index 7e8f2dacb0c08bf3a53a1692812ac2329df80757..b09f1be3146dffe893d80e909f60a6c411431b6d 100644
--- a/library/Class/Album.php
+++ b/library/Class/Album.php
@@ -141,7 +141,8 @@ class Class_Album extends Storm_Model_Abstract {
                                           'annexes' => '',
                                           'sections' => '',
                                           'status' => self::STATUS_DRAFT,
-                                          'pcdm4' => ''];
+                                          'pcdm4' => '',
+                                          'tags' => ''];
 
 
   /** @var Class_Upload */
@@ -497,16 +498,6 @@ class Class_Album extends Storm_Model_Abstract {
   }
 
 
-  public function beCoursToutApprendre() {
-    return $this->setTypeDocId(Class_TypeDoc::TOUTAPPRENDRE);
-  }
-
-
-  public function isCoursToutApprendre() {
-    return $this->getTypeDocId() == Class_TypeDoc::TOUTAPPRENDRE;
-  }
-
-
   public function isArteVOD() {
     return $this->getTypeDocId() == Class_TypeDoc::ARTEVOD;
   }
diff --git a/library/Class/Album/Renderer.php b/library/Class/Album/Renderer.php
index 62ef7729a80bc3514cda646f19765743f0bd35c8..641b14a352830d2c7794e4af6eeee7bf6cc99975 100644
--- a/library/Class/Album/Renderer.php
+++ b/library/Class/Album/Renderer.php
@@ -40,7 +40,6 @@ class Class_Album_Renderer {
                 'gallicaPlayer' => function($album) { return $album->isGallica(); },
                 'tagVideo' => function($album) { return $album->isArteVod(); },
                 'tagFormationVodeclic' => function($album) { return $album->isFormationVodeclic(); },
-                'tagCoursToutApprendre' => function($album) { return $album->isCoursToutApprendre(); },
                 'monocleReaderServerSide' => function($album) { return $album->isEPUB(); },
                 'tagJamendoPlayer' => function($album) { return $album->isJamendo(); },
                 'tagSoundCloudPlayer' => function($album) { return $album->isSoundCloud(); },
diff --git a/library/Class/Batch.php b/library/Class/Batch.php
index 71ebf92bd7d8ed36464f43457f589a0510b097a8..a7ecd307801df782beb03652eb76a713c4ef0f37 100644
--- a/library/Class/Batch.php
+++ b/library/Class/Batch.php
@@ -51,7 +51,6 @@ class Class_BatchLoader extends Storm_Model_Loader {
              Class_Batch_NumeriquePremium::TYPE => new Class_Batch_NumeriquePremium(),
              Class_Batch_Numilog::TYPE => new Class_Batch_Numilog(),
              Class_Batch_Cyberlibris::TYPE => new Class_Batch_Cyberlibris(),
-             Class_Batch_ToutApprendre::TYPE => new Class_Batch_ToutApprendre(),
              Class_Batch_OneDTouch::TYPE => new Class_Batch_OneDTouch(),
              Class_Batch_Orphea::TYPE => new Class_Batch_Orphea(),
              Class_Batch_Jamendo::TYPE => new Class_Batch_Jamendo(),
diff --git a/library/Class/CodifDewey.php b/library/Class/CodifDewey.php
index 857cd33dd58d2382a182ecb2017d9cd134c08f4d..97efd02eddea05843dde1a1583b39a2fd5ae2399 100644
--- a/library/Class/CodifDewey.php
+++ b/library/Class/CodifDewey.php
@@ -171,6 +171,16 @@ class Class_CodifDewey extends Storm_Model_Abstract {
   protected $_fixed_id = true;
 
 
+  public function beforeSave() {
+    parent::beforeSave();
+
+    if ($libelle = parent::_get('libelle'))
+      return $this;
+
+    return $this->setLibelle((string) $this->formatIndice($this->getIdDewey()));
+  }
+
+
   public function getListeSuggestion($recherche,$mode,$limite_resultat) {
     // Lancer la recherche
     $new = '';
diff --git a/library/Class/CosmoVar.php b/library/Class/CosmoVar.php
index 2a816f4aa40910152cf6373e007313069d07c393..a625891db3ecc50aa9d076ca41561e23bd22f944 100644
--- a/library/Class/CosmoVar.php
+++ b/library/Class/CosmoVar.php
@@ -118,6 +118,7 @@ class Class_CosmoVarLoader extends Storm_Model_Loader {
 
 
 class Class_CosmoVar extends Storm_Model_Abstract {
+
   const DOUBLE_SEARCH_NONE = 2;
   const DOUBLE_SEARCH_ALPHA_KEY = 1;
   const DOUBLE_SEARCH_IDS = 0;
@@ -126,17 +127,18 @@ class Class_CosmoVar extends Storm_Model_Abstract {
   const PICKUP_LOCATION_CHOICE = 1;
   const PICKUP_LOCATION_PATRON = 2;
 
-  protected $_table_name = 'variables';
-  protected $_table_primary = 'clef';
-  protected $_loader_class = 'Class_CosmoVarLoader';
-  protected $_fixed_id = true;
+  protected $_table_name = 'variables',
+    $_table_primary = 'clef',
+    $_loader_class = 'Class_CosmoVarLoader',
+    $_fixed_id = true;
+
 
-  /**
-   * @param string $name
-   * @return mixed string|null
-   */
   public static function get($name) {
-    return static::getValueOf($name);
+    return Class_CosmoVar::getValueOf($name);
   }
-}
-?>
\ No newline at end of file
+
+
+  public function set($name, $value) {
+    return Class_CosmoVar::setValueOf($name, $value);
+  }
+}
\ No newline at end of file
diff --git a/library/Class/DigitalResource.php b/library/Class/DigitalResource.php
index ff24075ae7b0828a30e4dc870efe4d3bb645ff65..021c891c046b23163362faf6913265aa443f8969 100644
--- a/library/Class/DigitalResource.php
+++ b/library/Class/DigitalResource.php
@@ -108,6 +108,18 @@ class Class_DigitalResource extends Class_Entity {
   }
 
 
+  public function getSsoActionForPlugin($name) {
+    $action_name = $this->getPlugins()
+                        ->collect(function($config) use ($name)
+                                  {
+                                    return ($name == $config->getName()) ? $config->getSsoAction() : null;
+                                  })
+                        ->getArrayCopy();
+    $action_name = array_filter($action_name);
+    return reset($action_name);
+  }
+
+
   public function getPluginsDescription() {
     return $this->pluginsByName(function($config)
                                 {
@@ -316,7 +328,7 @@ class Class_DigitalResource extends Class_Entity {
 
 
   public function getAdminVar($plugin, $name) {
-    return Class_AdminVar::get($this->withNamespace($plugin, $name));
+    return Class_AdminVar::getValueOrDefault($this->withNamespace($plugin, $name));
   }
 
 
diff --git a/library/Class/DigitalResource/Config.php b/library/Class/DigitalResource/Config.php
index af562b51ce6427a40d76d2965291353b9496314c..4b660ca557018549f4d4d43718ce7407d3dabbba 100644
--- a/library/Class/DigitalResource/Config.php
+++ b/library/Class/DigitalResource/Config.php
@@ -213,6 +213,9 @@ class Class_DigitalResource_Config extends Class_Entity {
     if($album = $this->_albumFromParams($params))
       return $this->getAlbumSsoUrl($user, $album);
 
+    if($resource = $this->_albumResourceFromParams($params))
+      return $this->getAlbumResourceSsoUrl($user, $resource);
+
     return $this->getSsoUrl($user);
   }
 
@@ -231,6 +234,13 @@ class Class_DigitalResource_Config extends Class_Entity {
   }
 
 
+  protected function _albumResourceFromParams($params) {
+    return array_key_exists('resource_id', $params)
+      ? Class_AlbumRessource::find($params['resource_id'])
+      : null;
+  }
+
+
   public function getSsoUrl($user) {
     return '';
   }
@@ -244,6 +254,17 @@ class Class_DigitalResource_Config extends Class_Entity {
   }
 
 
+  public function getAlbumResourceSsoUrl($user, $resource) {
+    if (!$resource)
+      return '';
+
+    if (!$album = $resource->getAlbum())
+      return '';
+
+    return $album->getExternalUri();
+  }
+
+
   public function getHarvestUrl($page = 1) {
     return '';
   }
diff --git a/library/Class/DigitalResource/Service.php b/library/Class/DigitalResource/Service.php
index 9d92f8e9ea08e04a6e13a3c964cc665f02b0aa1c..eab0c54fbbd7022a4e08dc6a8d3dfbb95ea4c09f 100644
--- a/library/Class/DigitalResource/Service.php
+++ b/library/Class/DigitalResource/Service.php
@@ -47,4 +47,19 @@ class Class_DigitalResource_Service extends Class_WebService_BibNumerique_Abstra
   public function getName() {
     return $this->_config->getName();
   }
+
+
+  protected function _deleteNonHarvestedAlbums() {
+    if (!$harvested_ids = $this->getHarvestedIds())
+      return $this;
+
+    (new Storm_Model_Collection(Class_Album::findAllBy(['type_doc_id' => $this->getDocType()])))
+      ->reject(
+               function($album) use($harvested_ids) {
+                 return in_array($album->getIdOrigine(), $harvested_ids);
+               })
+      ->eachDo('delete');
+
+    return $this;
+  }
 }
diff --git a/library/Class/Feature.php b/library/Class/Feature.php
index 792f3405e509243495a0c26ea898dc133642968f..8721eced010359cfb5e496d18175ccc55708afa3 100644
--- a/library/Class/Feature.php
+++ b/library/Class/Feature.php
@@ -84,7 +84,7 @@ class Class_Feature {
     if(!$ids)
       return [];
 
-    return array_values(array_map([$this, 'find'], $ids));
+    return array_filter(array_values(array_map([$this, 'find'], $ids)));
   }
 
 
diff --git a/library/Class/Feature/List.php b/library/Class/Feature/List.php
index 6e84afe760977ddb64cdb48cbc3bb36e67914a70..899e8873fc8fa2a528afb3552612271062d1c709 100644
--- a/library/Class/Feature/List.php
+++ b/library/Class/Feature/List.php
@@ -449,7 +449,6 @@ class Class_Feature_List {
              'Test' => '',
              'Date' => '2018-07-03'],
 
-
     ];
   }
 }
\ No newline at end of file
diff --git a/library/Class/Migration/DigitalResource/Abstract.php b/library/Class/Migration/DigitalResource/Abstract.php
index a9a6dcf42a83aab18c3bdd47fab57c8918d8aece..e09c93d000161437c5362f05e67b1ed255778b54 100644
--- a/library/Class/Migration/DigitalResource/Abstract.php
+++ b/library/Class/Migration/DigitalResource/Abstract.php
@@ -31,7 +31,12 @@ abstract class Class_Migration_DigitalResource_Abstract {
       ->renameAdminVars()
       ->renameMenusKeys()
       ->upgradePermissions()
-      ->renameBatches();
+      ->renameBatches()
+      ->upgradeAlbums()
+      ->upgradeRecords()
+      ->upgradeProfiles()
+      ->upgradeArticles()
+      ->upgradeDomains();
   }
 
 
@@ -72,7 +77,7 @@ abstract class Class_Migration_DigitalResource_Abstract {
         ->setRights($group->getRights())
         ->save();
       $permission = $this->_getConfig()
-        ->getPermission();
+                         ->getPermission();
       $permission->permitTo($group, new Class_Entity());
     }
 
@@ -116,16 +121,124 @@ abstract class Class_Migration_DigitalResource_Abstract {
   }
 
 
-
   protected function renameBatches() {
     if(!$batch = Class_Batch::findFirstBy(['type' => $this->_getOldBatchName()]))
-      return;
+      return $this;
 
     $batch->setType($this->_getConfig()->getName())->save();
     return $this;
   }
 
 
+  protected function upgradeAlbums() {
+    if (!$old_id = $this->_getOldDocTypeId())
+      return $this;
+
+    foreach(Class_Album::findAllBy(['type_doc_id' => $old_id]) as $album)
+      $album
+      ->setTypeDocId($this->_getConfig()->getDocType())
+      ->save();
+
+    return $this;
+  }
+
+
+  protected function upgradeRecords() {
+    if (!$old_id = $this->_getOldDocTypeId())
+      return $this;
+
+    foreach(Class_Notice::findAllBy(['type_doc' => $old_id]) as $record)
+      $record
+      ->setTypeDoc($this->_getConfig()->getDocType())
+      ->save();
+
+    return $this;
+  }
+
+
+  protected function upgradeProfiles() {
+    $this->_replaceInModels(Class_Profil::findTopProfils(),
+                            (string) $this->_getOldDocTypeId(),
+                            $this->_getConfig()->getDocType(),
+                            ['sel_type_doc']);
+    Class_Profil::clearCache();
+    return $this;
+  }
+
+
+  protected function upgradeArticles() {
+    if (!$old_sso = $this->_getOldSsoAction())
+      return $this;
+
+    $this->_replaceInModels(Class_Article::findAll(),
+                            '/modules/' . $old_sso,
+                            '/modules/' . $this->_getConfig()->getSsoAction(),
+                            ['contenu', 'description']);
+    Class_Article::clearCache();
+    return $this;
+  }
+
+
+  protected function upgradeDomains() {
+    $this->_replaceInModels(Class_Catalogue::findAllBy(['type_doc not' => 'null']),
+                            (string) $this->_getOldDocTypeId(),
+                            $this->_getConfig()->getDocType(),
+                            ['type_doc']);
+    Class_Catalogue::clearCache();
+    return $this;
+  }
+
+
+  protected function _replaceInModels($models, $replace, $by, $in) {
+    if (empty($models))
+      return $this;
+
+    if (!$replace)
+      return $this;
+
+    if (!$by)
+      return $this;
+
+    if (empty($in))
+      return $this;
+
+    foreach($models as $model)
+      $this->_replaceInModel($model, $replace, $by, $in);
+
+    return $this;
+  }
+
+
+  protected function _replaceInModel($model, $replace, $by, $in) {
+    $changed = false;
+    foreach($in as $into) {
+      if (false === strpos($model->__get($into), $replace))
+        continue;
+
+      $changed = true;
+      $model->__set($into,
+                    str_replace($replace,
+                                $by,
+                                $model->__get($into)));
+    }
+
+    if($changed)
+      $model->save();
+
+    return $this;
+  }
+
+
+  protected function _getOldDocTypeId() {
+    return null;
+  }
+
+
+  protected function _getOldSsoAction() {
+    return '';
+  }
+
+
   abstract protected function _getOldRightToken();
   abstract protected function _getAdminVarMapping();
   abstract protected function _getConfig();
diff --git a/library/Class/Migration/DigitalResource/ToutApprendre.php b/library/Class/Migration/DigitalResource/ToutApprendre.php
new file mode 100644
index 0000000000000000000000000000000000000000..06de0842e218abf1ff78b30c725e5f85b92bf806
--- /dev/null
+++ b/library/Class/Migration/DigitalResource/ToutApprendre.php
@@ -0,0 +1,60 @@
+<?php
+/**
+ * Copyright (c) 2012-2014, Agence Française Informatique (AFI). All rights reserved.
+ *
+ * BOKEH is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
+ * the Free Software Foundation.
+ *
+ * There are special exceptions to the terms and conditions of the AGPL as it
+ * is applied to this software (see README file).
+ *
+ * BOKEH is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU AFFERO GENERAL PUBLIC LICENSE for more details.
+ *
+ * You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
+ * along with BOKEH; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA
+ */
+
+
+class Class_Migration_DigitalResource_ToutApprendre extends Class_Migration_DigitalResource_Abstract {
+
+
+  protected function _getOldDocTypeId() {
+    return 108;
+  }
+
+
+  protected function _getOldSsoAction() {
+    return 'toutapprendre';
+  }
+
+
+  protected function _getOldRightToken() {
+    return 6;
+  }
+
+
+  protected function _getAdminVarMapping() {
+    return ['TOUTAPPRENDRE_BIB_ID' => 'ToutApprendre_BIB_ID',
+            'TOUTAPPRENDRE_KEY' => 'ToutApprendre_KEY'];
+  }
+
+
+  protected function _getConfig() {
+    return ToutApprendre_Config::getInstance();
+  }
+
+
+  protected function _getOldMenuName() {
+    return 'TOUTAPPRENDRE';
+  }
+
+
+  protected function _getOldBatchName() {
+    return 'MOISSONNAGE_TOUTAPPRENDRE';
+  }
+}
\ No newline at end of file
diff --git a/library/Class/Notice.php b/library/Class/Notice.php
index 1c871beb8b32398ba5e4a38900f762b84f2beb7a..270402a6ea797a61fe022ba8c0a7d65311011392 100644
--- a/library/Class/Notice.php
+++ b/library/Class/Notice.php
@@ -516,11 +516,6 @@ class Class_Notice extends Storm_Model_Abstract {
   }
 
 
-  public function isToutApprendre() {
-    return ($this->getTypeDoc() == Class_TypeDoc::TOUTAPPRENDRE);
-  }
-
-
   public function isDilicom() {
     return $this->getTypeDoc() == Class_TypeDoc::DILICOM;
   }
diff --git a/library/Class/Notice/Thumbnail/ResizeImage.php b/library/Class/Notice/Thumbnail/ResizeImage.php
index 7e3812e80654c635e30dd56cc508447f252cb206..404b20dd22ad8b8e7976222d687cfacdc72e77ca 100644
--- a/library/Class/Notice/Thumbnail/ResizeImage.php
+++ b/library/Class/Notice/Thumbnail/ResizeImage.php
@@ -49,9 +49,9 @@ class Class_Notice_Thumbnail_ResizeImage {
   }
 
 
-  public function resize($width, $height, $unlink = false, $bestfit = true) {
+  public function thumbnail($width, $height, $unlink = false, $bestfit = true) {
     if (!$this->_image || !$this->_image->isImage())
-      return new Class_Entity();
+      return new Class_Entity(['Message' => $this->_('Il y a un problème avec le fichier source.')]);
 
     $pattern = 'temp/thumbnails/file-manager/%sx%s';
 
@@ -70,33 +70,58 @@ class Class_Notice_Thumbnail_ResizeImage {
                                              $this->_image->getName()));
 
     if (@$this->getFileWriter()->fileExists($thumb_path))
-      return new Class_Entity(['Url' => $thumb_url,
+      return new Class_Entity(['Message' => $this->_('Le fichier existe déjà.'),
+                               'Url' => $thumb_url,
                                'Alt' => $this->_('Vignette de l\'image "%s"', $this->_image->getName())]);
 
     if (!@$this->getFileWriter()->fileExists($thumb_parent_path))
       @$this->getFileWriter()->mkdir($thumb_parent_path, 0755, true);
 
-    try {
-      $image = static::getImageFactory($this->_image->getPath());
-      $image->scaleImage($width, $height, $bestfit);
-      $image->setImageBackgroundColor('none');
-      $image->setImageCompressionQuality(Class_AdminVar::get('IMAGICK_IMAGE_COMPRESSION_QUALITY'));
-      $image->setSamplingFactors(explode(';', Class_AdminVar::get('IMAGICK_SAMPLING_FACTORS')));
+    $callback = $unlink
+      ? (function() use ($thumb_path)
+         { @$this->getFileWriter()->unlink($thumb_path);})
+      : null;
 
-      $into = $thumb_path;
+    try {
+      $this->_resizeEngine($this->_image->getPath(), $thumb_path, $width, $height, $bestfit, $callback);
+    } catch(Exception $e) {
+      return new Class_Entity(['Message' => $this->_('Erreur lors du vignettage de l\'image "%s". %s', $this->_image->getName(),
+                                                     $e->getMessage())]);
+    }
 
-      if($unlink)
-        @$this->getFileWriter()->unlink($into);
+    return new Class_Entity(['Url' => $thumb_url,
+                             'Title' => $this->_('Vignette de l\'image "%s"', $this->_image->getName())]);
+  }
 
-      $image->writeImage($into);
-      $image->destroy();
 
+  public function resize($width, $height, $bestfit = true) {
+    try {
+      $this->_resizeEngine($this->_image->getPath(),
+                     $this->_image->getPath(),
+                     $width,
+                     $height,
+                     $bestfit);
     } catch(Exception $e) {
-      return new Class_Entity(['Title' => $this->_('Erreur lors du vignettage de l\'image "%s". %s', $this->_image->getName(),
-                                                   $e->getMessage())]);
+      return new Class_Entity(['Message' => $this->_('Erreur lors du vignettage de l\'image "%s". %s',
+                                                     $this->_image->getName(),
+                                                     $e->getMessage())]);
     }
 
-    return new Class_Entity(['Url' => $thumb_url,
-                             'Title' => $this->_('Vignette de l\'image "%s"', $this->_image->getName())]);
+    return new Class_Entity;
+  }
+
+
+  protected function _resizeEngine($path, $into, $width, $height, $bestfit = true, $callback = null) {
+    $image = static::getImageFactory($path);
+    $image->scaleImage($width, $height, $bestfit);
+    $image->setImageBackgroundColor('none');
+    $image->setImageCompressionQuality(Class_AdminVar::getValueOrDefault('IMAGICK_IMAGE_COMPRESSION_QUALITY'));
+    $image->setSamplingFactors(explode(';', Class_AdminVar::getValueOrDefault('IMAGICK_SAMPLING_FACTORS')));
+
+    if($callback)
+      $callback();
+
+    $image->writeImage($into);
+    $image->destroy();
   }
 }
\ No newline at end of file
diff --git a/library/Class/Onglet/AnalyticsItem.php b/library/Class/Onglet/AnalyticsItem.php
index 35311a9052b2b828f06af4e5ad773bd385554560..9fac870f4be8c14dda8cbf7005b3b71cd11ca6a8 100644
--- a/library/Class/Onglet/AnalyticsItem.php
+++ b/library/Class/Onglet/AnalyticsItem.php
@@ -52,14 +52,11 @@ class Class_Onglet_AnalyticsItem {
 
 
   public function acceptAuthorVisitor($author, $visitor) {
-    if (!preg_match('/([\w\s&]+)(\s*,\s*([\w-]+))?/u', $author, $matches))
+    if (!preg_match('/([\w\s&]+)(\s*,\s*([\w\s-]+))?/u', $author, $matches))
       return $visitor->visitAuthor($author);
 
     $visitor->visitAuthorLastNameFirstName($author,
-                                           $matches[1],
-                                           isset($matches[3]) ? $matches[3] : '');
+                                           trim($matches[1]),
+                                           isset($matches[3]) ? trim($matches[3]) : '');
   }
 }
-
-
-?>
\ No newline at end of file
diff --git a/library/Class/Profil.php b/library/Class/Profil.php
index 7e3e7dfcb4bf61a074b6c9d29e16b2ef58239686..558241dc66ce5f09aca5b5a6c529652756a4e76c 100644
--- a/library/Class/Profil.php
+++ b/library/Class/Profil.php
@@ -365,7 +365,7 @@ class Class_Profil extends Storm_Model_Abstract {
                                                                                  'resa' => 1,
                                                                                  'dispo' => 1,
                                                                                  'date_retour' => 0,
-                                                                                 'en_pret' => Class_WebService_SIGB_Exemplaire::DISPO_EN_PRET]]),
+                                                                                 'en_pret' => Class_WebService_SIGB_Exemplaire::newInstance()->message('DISPO_EN_PRET')]]),
          'hauteur_banniere' => 100,
          'mail_site' => '',
          'mail_suggestion_achat' => '',
diff --git a/library/Class/Systeme/ModulesMenu.php b/library/Class/Systeme/ModulesMenu.php
index 1392f66792529672047ef1bac79299cd89f2ca14..5ab102153500adf11df5b76062e551962c257987 100644
--- a/library/Class/Systeme/ModulesMenu.php
+++ b/library/Class/Systeme/ModulesMenu.php
@@ -114,7 +114,6 @@ class Class_Systeme_ModulesMenu extends Class_Systeme_ModulesAbstract {
                                      "ABON_ACTIVITIES" => new Class_Systeme_ModulesMenu_AbonneActivities(),
                                      "FORM_CONTACT" => new Class_Systeme_ModulesMenu_FormulaireContact(),
                                      "VODECLIC" => new Class_Systeme_ModulesMenu_Vodeclic(),
-                                     "TOUTAPPRENDRE" => new Class_Systeme_ModulesMenu_ToutApprendre(),
                                      "NUMILOG" => new Class_Systeme_ModulesMenu_Numilog(),
                                      "ARTEVOD" => new Class_Systeme_ModulesMenu_ArteVOD(),
                                      "MYCOW" => new Class_Systeme_ModulesMenu_MyCow(),
diff --git a/library/Class/ToutApprendreLink.php b/library/Class/ToutApprendreLink.php
deleted file mode 100644
index f7dfee40d0a3907004cbed3bc61ae6eaf6bfe2c9..0000000000000000000000000000000000000000
--- a/library/Class/ToutApprendreLink.php
+++ /dev/null
@@ -1,81 +0,0 @@
-<?php
-/**
- * Copyright (c) 2012, Agence Française Informatique (AFI). All rights reserved.
- *
- * BOKEH is free software; you can redistribute it and/or modify
- * it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
- * the Free Software Foundation.
- *
- * There are special exceptions to the terms and conditions of the AGPL as it
- * is applied to this software (see README file).
- *
- * BOKEH is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU AFFERO GENERAL PUBLIC LICENSE for more details.
- *
- * You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
- * along with BOKEH; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA
- */
-
-class Class_ToutApprendreLink {
-  use Trait_TimeSource;
-  protected $_user;
-  protected $_ressource;
-  public static function forUser($user) {
-    return new self($user);
-  }
-
-  public static function forRessourceAndUser($ressource,$user) {
-    return (new self($user))->setRessource($ressource);
-  }
-
-
-  public function __construct($user) {
-    $this->_user = $user;
-    return $this;
-  }
-
-
-  public function setRessource($ressource) {
-    $this->_ressource=$ressource;
-    return $this;
-  }
-
-
-  public function baseUrl() {
-    return "http://biblio.toutapprendre.com/ws/wsUrl.aspx";
-  }
-
-
-  public static function staticUrl() {
-    return ['controller' => 'modules',
-            'action' => 'toutapprendre'];
-  }
-
-
-  public function getHash($iduser,$date,$key) {
-    return md5($iduser.$date.$key);
-  }
-
-
-  public function url() {
-    $bib_id = Class_AdminVar::get('TOUTAPPRENDRE_BIB_ID');
-
-    $key = Class_AdminVar::get('TOUTAPPRENDRE_KEY');
-
-    $iduser = strtolower($this->_user->getLogin());
-    $formatted_date=date('YmdHi',$this->getCurrentTime());
-    $params = ['iduser' => $iduser,
-               'etablissement' => $bib_id,
-               'd' => $formatted_date,
-               'hash' => $this->getHash($iduser,$formatted_date,$key)
-      ];
-    if ($this->_ressource)
-      $params['pkl']=$this->_ressource->getIdOrigine();
-    return $this->baseUrl().'?'.http_build_query(array_filter($params));
-  }
-}
-
-?>
\ No newline at end of file
diff --git a/library/Class/TypeDoc.php b/library/Class/TypeDoc.php
index 4566f2d38fe7ecb7a6835c335ae5693619de578e..ff18a6ecec9c328b2d2065c8f026c17ac5b025c5 100644
--- a/library/Class/TypeDoc.php
+++ b/library/Class/TypeDoc.php
@@ -326,7 +326,6 @@ class Class_TypeDoc extends Storm_Model_Abstract {
   const ARTEVOD = 104;
   const VODECLIC = 105;
   const NUMILOG = 106;
-  const TOUTAPPRENDRE = 108;
   const AUDIO_RECORD = 109;
   const NUMERIQUEPREMIUM = 110;
   const CYBERLIBRIS = 111;
@@ -360,7 +359,6 @@ class Class_TypeDoc extends Storm_Model_Abstract {
             self::ARTEVOD => 'Arte VOD',
             self::VODECLIC => 'Formation Vodeclic',
             self::NUMILOG => 'Livres numériques',
-            self::TOUTAPPRENDRE => 'Cours en ligne',
             self::AUDIO_RECORD => 'Enregistrement audio',
             self::NUMERIQUEPREMIUM => 'Numérique Premium',
             self::CYBERLIBRIS => 'Cyberlibris',
diff --git a/library/Class/User/Settings.php b/library/Class/User/Settings.php
index 97cbc249dc6ecee376f50990f9c761dbb8ea7b38..f2f709e9ff74596323c360d571e36dc90b7a592a 100644
--- a/library/Class/User/Settings.php
+++ b/library/Class/User/Settings.php
@@ -264,8 +264,8 @@ class Class_User_Settings {
   }
 
 
-  protected function _getStormIds($array) {
-    return array_filter(explode('-', $array));
+  protected function _getStormIds($str_ids) {
+    return array_filter(preg_split('/[-;,]/', $str_ids));
   }
 
 
diff --git a/library/Class/UserGroup.php b/library/Class/UserGroup.php
index 8607c8185ff8da6ec01c8c8ddd5be8b0dcebb79f..0f88f7d6038379c512bf7d75f45b0947a8a697df 100644
--- a/library/Class/UserGroup.php
+++ b/library/Class/UserGroup.php
@@ -136,7 +136,6 @@ class Class_UserGroup extends Storm_Model_Abstract {
   const RIGHT_ACCES_ARTEVOD = 2;
   const RIGHT_ACCES_NUMILOG = 3;
   const RIGHT_ACCES_VODECLIC = 5;
-  const RIGHT_ACCES_TOUTAPPRENDRE = 6;
   const RIGHT_ACCES_NUMERIQUEPREMIUM = 20;
   const RIGHT_ACCES_CYBERLIBRIS = 22;
   const RIGHT_ACCES_MYCOW = 24;
@@ -179,7 +178,6 @@ class Class_UserGroup extends Storm_Model_Abstract {
      self::RIGHT_ACCES_NUMILOG => 'Bibliothèque numérique: accéder à Numilog',
      self::RIGHT_ACCES_CYBERLIBRIS => 'Bibliothèque numérique: accéder à Cyberlibris',
      self::RIGHT_ACCES_VODECLIC => 'Bibliothèque numérique: accéder à Vodéclic',
-     self::RIGHT_ACCES_TOUTAPPRENDRE => 'Bibliothèque numérique: accéder à Tout Apprendre',
      self::RIGHT_ACCES_NUMERIQUEPREMIUM => 'Bibliothèque numérique: accéder à Numérique Premium',
      self::RIGHT_ACCES_MYCOW => 'Bibliothèque numérique: accéder à MyCOW.EU',
      self::RIGHT_ACCES_PLANETNEMO => 'Bibliothèque numérique: accéder à planetnemo.fr',
@@ -229,7 +227,6 @@ class Class_UserGroup extends Storm_Model_Abstract {
                 'ArteVod' => [Class_UserGroup::RIGHT_ACCES_ARTEVOD],
                 'Numilog' => [Class_UserGroup::RIGHT_ACCES_NUMILOG],
                 'Vodeclic' => [Class_UserGroup::RIGHT_ACCES_VODECLIC],
-                'ToutApprendre' => [Class_UserGroup::RIGHT_ACCES_TOUTAPPRENDRE],
                 'NumeriquePremium' => [Class_UserGroup::RIGHT_ACCES_NUMERIQUEPREMIUM],
                 'MyCow' => [Class_UserGroup::RIGHT_ACCES_MYCOW],
                 'Kidilangues' => [Class_UserGroup::RIGHT_ACCES_KIDILANGUES],
diff --git a/library/Class/Users.php b/library/Class/Users.php
index 579dcf6c6814d97f3ec7f94a26b0ff392f29de5e..8ab61505e43f27e4cf86cc465e3549f23af37f6c 100644
--- a/library/Class/Users.php
+++ b/library/Class/Users.php
@@ -917,11 +917,6 @@ class Class_Users extends Storm_Model_Abstract {
   }
 
 
-  public function hasRightAccesToutApprendre() {
-    return $this->isAbonneAndHasRightToAccess(Class_UserGroup::RIGHT_ACCES_TOUTAPPRENDRE);
-  }
-
-
   public function hasRightAccessCyberlibris() {
     return $this->isAbonneAndHasRightToAccess(Class_UserGroup::RIGHT_ACCES_CYBERLIBRIS);
   }
diff --git a/library/Class/WebService/Abstract.php b/library/Class/WebService/Abstract.php
index 786137fd4de5cf8512487cd6b10607f32cea1eb4..bec5e5f1f3eebee9f73d4cb076285e24fa8b4be9 100644
--- a/library/Class/WebService/Abstract.php
+++ b/library/Class/WebService/Abstract.php
@@ -53,6 +53,4 @@ class Class_WebService_Abstract {
     $params = array_filter([$url,$options]);
     return call_user_func_array([$this->getHttpClient(),'open_url'],$params); // avoid mocking of 2nd parameters
   }
-}
-
-?>
\ No newline at end of file
+}
\ No newline at end of file
diff --git a/library/Class/WebService/BibNumerique/Abstract.php b/library/Class/WebService/BibNumerique/Abstract.php
index 5b1196c2090362a22a9f56ec0ed652aa2e6da75d..eeff341453cfcb56bd52d4da5bd1a29318f2792c 100644
--- a/library/Class/WebService/BibNumerique/Abstract.php
+++ b/library/Class/WebService/BibNumerique/Abstract.php
@@ -19,8 +19,10 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA
  */
 
+
 abstract class Class_WebService_BibNumerique_Abstract extends Class_WebService_Abstract {
   use Trait_Translator;
+
   const SESSION_NAMESPACE = 'HARVEST';
 
   protected static $_harvested_ids_cache;
@@ -161,6 +163,4 @@ abstract class Class_WebService_BibNumerique_Abstract extends Class_WebService_A
   public function getName() {
     return '';
   }
-
-}
-?>
\ No newline at end of file
+}
\ No newline at end of file
diff --git a/library/Class/WebService/BibNumerique/RessourceNumerique.php b/library/Class/WebService/BibNumerique/RessourceNumerique.php
index 049acee1111024364f32d17ad2a7ecbb1acb7b31..61e040ec2fb240f77782566b3c9400c24753edfa 100644
--- a/library/Class/WebService/BibNumerique/RessourceNumerique.php
+++ b/library/Class/WebService/BibNumerique/RessourceNumerique.php
@@ -304,6 +304,7 @@ class Class_WebService_BibNumerique_RessourceNumerique {
 
     Class_Album::clearCache();
     Class_AlbumRessource::clearCache();
+
     return $album;
   }
 
@@ -346,6 +347,7 @@ class Class_WebService_BibNumerique_RessourceNumerique {
 
     Class_Album::clearCache();
     Class_AlbumRessource::clearCache();
+
     return $album;
   }
 
diff --git a/library/Class/WebService/BibNumerique/ToutApprendre.php b/library/Class/WebService/BibNumerique/ToutApprendre.php
deleted file mode 100644
index 220fd27586865396558005ad19e1294241f42b31..0000000000000000000000000000000000000000
--- a/library/Class/WebService/BibNumerique/ToutApprendre.php
+++ /dev/null
@@ -1,98 +0,0 @@
-<?php
-/**
- * Copyright (c) 2012, Agence Française Informatique (AFI). All rights reserved.
- *
- * BOKEH is free software; you can redistribute it and/or modify
- * it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
- * the Free Software Foundation.
- *
- * There are special exceptions to the terms and conditions of the AGPL as it
- * is applied to this software (see README file).
- *
- * BOKEH is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU AFFERO GENERAL PUBLIC LICENSE for more details.
- *
- * You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
- * along with BOKEH; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA
- */
-
-class Class_WebService_BibNumerique_ToutApprendre extends Class_WebService_BibNumerique_Abstract {
-
-  const BASE_URL = "http://biblio.toutapprendre.com/cours/catalogue.aspx?";
-
-  protected $_albums;
-
-  public function parseXML($xml) {
-    $parser = new Class_WebService_BibNumerique_ToutApprendre_CatalogueParser();
-    $parser->parseXML($xml);
-
-    $cours = $parser->getCours();
-    foreach($cours as $formation) {
-      $this->_albums []= $formation->import();
-    }
-  }
-
-
-  public function harvest() {
-
-    $http_client = self::getHttpClient();
-    $content = $http_client->open_url($this->url( Class_AdminVar::get('TOUTAPPRENDRE_BIB_ID')));
-    if (!$content) {
-      $this->getLogger()->error('Erreur de communication');
-      return;
-    }
-
-    $this->getLogger()->info('Réponse reçue');
-    $this->parseXML($content);
-    $this->_deleteNonHarvested();
-    $this->getLogger()->info($this->_('%d formations dans la base', count($this->_albums)));
-  }
-
-
-  protected function _deleteNonHarvested() {
-    $ids = [];
-    foreach($this->_albums as $album)
-      $ids []= $album->getIdOrigine();
-
-    Class_Album::deleteBy(['where' => 'url_origine="'.self::BASE_URL.'" and id_origine not in (\''. implode("', '", $ids) . '\')']);
-
-  }
-
-
-  public function getAlbums() {
-    return $this->_albums;
-  }
-
-
-  public function url($bib){
-    $result=$this->baseUrl().'pk='.$bib;
-    return $result;
-  }
-
-
-  public function baseUrl(){
-    return self::BASE_URL;
-  }
-
-
-  public function encryptedPartenaire($partenaire_id,$key){
-    $hash = Class_Hash::sha256WithKey('');
-    return $hash->encrypt($partenaire_id.$key);
-  }
-
-  protected function _importRessources($ressources) {}
-  protected function loadPage($page_number = 1) {}
-
-  public function isEnabled() {
-    return Class_AdminVar::isToutApprendreEnabled();
-  }
-
-  public function getName() {
-    return 'Tout Apprendre';
-  }
-}
-
-?>
\ No newline at end of file
diff --git a/library/Class/WebService/Fnac.php b/library/Class/WebService/Fnac.php
index 064165861f5ec3ef3a5de861d5c79609d707a687..47fea507b1745d35b0aa5f6a2ad22e98166074ab 100644
--- a/library/Class/WebService/Fnac.php
+++ b/library/Class/WebService/Fnac.php
@@ -52,12 +52,13 @@ class Class_WebService_Fnac extends Class_WebService_Abstract {
       return '';
 
     $suite = $this->httpGet($url_lire_la_suite);
-    return strip_tags($this->extractResumeFromHTML($suite));
+    return trim(strip_tags($this->extractResumeFromHTML($suite)));
   }
 
 
   public function getUrlLireLaSuite($data) {
     $pos = ($pos = striPos($data,"summary")) ? $pos : striPos($data, 'resume');
+
     if(!$pos)
       return '';
 
@@ -71,7 +72,7 @@ class Class_WebService_Fnac extends Class_WebService_Abstract {
     if($pos = striPos($html, 'resMarkContent'))
       return $this->extractResumeFormBlk($html);
 
-    if ($pos = striPos($html, "avisEdContent"))
+    if ($pos = striPos($html, 'id="Opinions"'))
         return $this->extractLireLaSuiteDivAvisEditeurFromHTML($html);
 
     if ($pos = striPos($html, "ficheResume"))
@@ -122,7 +123,10 @@ class Class_WebService_Fnac extends Class_WebService_Abstract {
 
 
   public function extractLireLaSuiteDivAvisEditeurFromHTML($html) {
-    $pos = strPos($html, "avisEdContent") + 15;
+    $pos = strPos($html, 'id="Opinions">') + 15;
+    $pos = strPos($html, '<div class="whiteContent', $pos) + 25;
+    $pos = strPos($html, '>', $pos) + 1;
+
     $posfin = strPos($html, "</div>", $pos);
     $resume = substr($html, $pos, ($posfin-$pos));
     return trim($resume);
diff --git a/library/Class/WebService/SIGB/Dynix/Service.php b/library/Class/WebService/SIGB/Dynix/Service.php
index a46fbe1aa98aa0cb5110b5a1361e65fa75a18707..d6f8b29c7c5981d8576096143d0e3d9cc52a0e8f 100644
--- a/library/Class/WebService/SIGB/Dynix/Service.php
+++ b/library/Class/WebService/SIGB/Dynix/Service.php
@@ -117,7 +117,7 @@ class Class_Webservice_SIGB_Dynix_Service extends Class_WebService_SIGB_Abstract
       return ['statut' => false, 'Erreur de communication: exemplaire non trouvé'];
     }
 
-    if ($sigb_exemplaire->getDisponibilite() !== Class_WebService_SIGB_Exemplaire::DISPO_LIBRE)
+    if ($sigb_exemplaire->getDisponibilite() !== Class_WebService_SIGB_Exemplaire::newInstance()->message('DISPO_LIBRE'))
       return $this->_userHttpAction($user,
                                     'createMyHold',
                                     ['titleKey' => $exemplaire->getIdOrigine(),
diff --git a/library/Class/WebService/SIGB/Dynix/TitleInfoResponseReader.php b/library/Class/WebService/SIGB/Dynix/TitleInfoResponseReader.php
index 855d3b4dbc86657d7709bf6c6d4abe7b7bff7273..58405f6c982d477245400d6a27737ed8f5899e56 100644
--- a/library/Class/WebService/SIGB/Dynix/TitleInfoResponseReader.php
+++ b/library/Class/WebService/SIGB/Dynix/TitleInfoResponseReader.php
@@ -20,39 +20,11 @@
  */
 
 class Class_WebService_SIGB_Dynix_TitleInfoResponseReader extends Class_WebService_SIGB_AbstractXMLNoticeReader {
+  use Trait_Translator;
   protected $_current_code_annexe;
   protected $_current_location_id;
   protected $_current_exemplaire;
   protected $_is_reservable = false;
-  protected $_code_disponibilite = [
-    'ATTENTE'=>'Momentanément indisponible',
-    'AVAIL_SOON'=>'Bientôt disponible',
-    'BINDERY'=>'Reliure',
-    'CATALOGING'=>'En catalogage',
-    'CHECKEDOUT'=>Class_WebService_SIGB_Exemplaire::DISPO_EN_PRET,
-    'DISCARD'=>'Retiré',
-    'HOLDS'=>'Réservé',
-    'ILL'=>'PEB',
-    'INPROCESS'=>'En traitement',
-    'INSHIPPING'=>'En cours de livraison vers la destination',
-    'INTRANSIT'=>'En transit',
-    'LONGOVRDUE'=>'Très en retard',
-    'LOST'=>'Perdu',
-    'LOST-ASSUM'=>'Perdu (retard prolongé)',
-    'LOST-CLAIM'=>'Perdu (par usager)',
-    'LOST-PAID'=>'Perdu et payé',
-    'MISSING'=>'Manquant',
-    '_ON-ORDER'=>'_Commandé',
-    'REFERENCE'=>'Référence',
-    'REPAIR'=>'En réparation',
-    'RESERVES'=>'Réserve académique',
-    'RESHELVING'=>'Prérangement',
-    'STACKS'=>'Sur les rayons',
-    '_UNKNOWN'=>'Inconnue',
-    'Z1ERREURS1'=>'ERREURS Alfortville',
-    'Z1ERREURS2'=>'ERREURS Absents',
-    'Z2ERREURS'=>'ERREURS Créteil'
-  ];
 
 
   protected $_emplacements_non_reservable = [
@@ -190,6 +162,38 @@ class Class_WebService_SIGB_Dynix_TitleInfoResponseReader extends Class_WebServi
     'DISCARD','ILL','LONGOVRDUE','LOST','LOST-ASSUM','LOST-CLAIM','LOST-PAID','MISSING'
   ];
 
+  protected function getCodeDisponibilite() {
+    return [
+            'ATTENTE'=>$this->_('Momentanément indisponible'),
+            'AVAIL_SOON'=>$this->_('Bientôt disponible'),
+            'BINDERY'=>$this->_('Reliure'),
+            'CATALOGING'=>$this->_('En catalogage'),
+            'CHECKEDOUT'=>Class_WebService_SIGB_Exemplaire::newInstance()->message('DISPO_EN_PRET'),
+            'DISCARD'=>$this->_('Retiré'),
+            'HOLDS'=>$this->_('Réservé'),
+            'ILL'=>$this->_('PEB'),
+            'INPROCESS'=>$this->_('En traitement'),
+            'INSHIPPING'=>$this->_('En cours de livraison vers la destination'),
+            'INTRANSIT'=>$this->_('En transit'),
+            'LONGOVRDUE'=>$this->_('Très en retard'),
+            'LOST'=>$this->_('Perdu'),
+            'LOST-ASSUM'=>$this->_('Perdu (retard prolongé)'),
+            'LOST-CLAIM'=>$this->_('Perdu (par usager)'),
+            'LOST-PAID'=>$this->_('Perdu et payé'),
+            'MISSING'=>$this->_('Manquant'),
+            '_ON-ORDER'=>$this->_('_Commandé'),
+            'REFERENCE'=>$this->_('Référence'),
+            'REPAIR'=>$this->_('En réparation'),
+            'RESERVES'=>$this->_('Réserve académique'),
+            'RESHELVING'=>$this->_('Prérangement'),
+            'STACKS'=>$this->_('Sur les rayons'),
+            '_UNKNOWN'=>$this->_('Inconnue'),
+            'Z1ERREURS1'=>$this->_('ERREURS Alfortville'),
+            'Z1ERREURS2'=>$this->_('ERREURS Absents'),
+            'Z2ERREURS'=>$this->_('ERREURS Créteil')
+    ];
+  }
+
   public function endTitleId($content) {
     $this->_notice = new Class_WebService_SIGB_Notice($content);
   }
@@ -215,8 +219,8 @@ class Class_WebService_SIGB_Dynix_TitleInfoResponseReader extends Class_WebServi
 
 
   public function endCurrentLocationID($data) {
-    if (isset($this->_code_disponibilite[$data]))
-      $this->_current_exemplaire->setDisponibilite($this->_code_disponibilite[$data]);
+    if (isset($this->getCodeDisponibilite()[$data]))
+      $this->_current_exemplaire->setDisponibilite($this->getCodeDisponibilite()[$data]);
 
     $this->_current_exemplaire->setVisibleOpac(!in_array($data,$this->_unvisible_code_dispo));
     $this->_current_location_id = $data;
@@ -224,7 +228,7 @@ class Class_WebService_SIGB_Dynix_TitleInfoResponseReader extends Class_WebServi
 
 
   public function endHomeLocationId($data) {
-    if (!array_key_exists($this->_current_location_id, $this->_code_disponibilite)
+    if (!array_key_exists($this->_current_location_id, $this->getCodeDisponibilite())
         && $this->_current_location_id == $data) {
       $this->_current_exemplaire->setDisponibiliteLibre();
       $this->_current_exemplaire->setReservable(true);
diff --git a/library/Class/WebService/SIGB/Emprunteur.php b/library/Class/WebService/SIGB/Emprunteur.php
index a528445e7d39ad2b7a457ff8649f122a2de01199..dbfb1084bec86a77caae862804b8a1b0582859cc 100644
--- a/library/Class/WebService/SIGB/Emprunteur.php
+++ b/library/Class/WebService/SIGB/Emprunteur.php
@@ -746,6 +746,7 @@ class Class_WebService_SIGB_Emprunteur {
 
   public function updateFromUser($user) {
     $this
+      ->setId($user->getIdSigb())
       ->setNom($user->getNom())
       ->setPrenom($user->getPrenom())
       ->setEMail($user->getMail())
@@ -753,8 +754,7 @@ class Class_WebService_SIGB_Emprunteur {
       ->setTelephone($user->getTelephone())
       ->setIsContactSms($user->getIsContactSms())
       ->setIsContactEmail($user->getIsContactMail())
-      ->setLogin($user->getLogin())
-      ;
+      ->setLogin($user->getLogin());
 
     return $this;
   }
diff --git a/library/Class/WebService/SIGB/Exemplaire.php b/library/Class/WebService/SIGB/Exemplaire.php
index 0ca8d206c8e51901f9959132d36087a43a098185..5b40e233f1d1fa37e9d872837e0bf3382364059b 100644
--- a/library/Class/WebService/SIGB/Exemplaire.php
+++ b/library/Class/WebService/SIGB/Exemplaire.php
@@ -20,15 +20,7 @@
  */
 
 class Class_WebService_SIGB_Exemplaire {
-  const DISPO_EN_PRET = 'En prêt';
-  const DISPO_LIBRE = 'Disponible';
-  const DISPO_INDISPONIBLE = 'Indisponible';
-  const DISPO_PERDU = 'Perdu';
-  const DISPO_PILONNE = 'Pilonné';
-  const DISPO_ENDOMMAGE = 'Endommagé';
-  const DISPO_TRANSIT = 'En transit';
-  const DISPO_DEJA_RESERVE = 'Réservé';
-  const DISPO_EN_COMMANDE = 'En commande';
+  use Trait_Translator;
 
 
   protected $id;
@@ -62,11 +54,27 @@ class Class_WebService_SIGB_Exemplaire {
     return new self(null);
   }
 
+  public  function message($code) {
+    $messages = [
+                 'DISPO_EN_PRET' =>  $this->_('En prêt'),
+                 'DISPO_LIBRE' => $this->_('Disponible'),
+                 'DISPO_INDISPONIBLE' => $this->_('Indisponible'),
+                 'DISPO_PERDU' => $this->_('Perdu'),
+                 'DISPO_PILONNE' => $this->_('Pilonné'),
+                 'DISPO_ENDOMMAGE' => $this->_('Endommagé'),
+                 'DISPO_TRANSIT' => $this->_('En transit'),
+                 'DISPO_DEJA_RESERVE' => $this->_('Réservé'),
+                 'DISPO_EN_COMMANDE' => $this->_('En commande'),
+                 'DISPO_EN_TRANSFERT' => $this->_('En transfert')
+    ];
+    return isset($messages[$code]) ? $messages[$code]: '';
+  }
+
 
   public function __construct($id){
     $this->id = $id;
     $this->titre = "";
-    $this->disponibilite = self::DISPO_INDISPONIBLE;
+    $this->disponibilite = self::message('DISPO_INDISPONIBLE');
     $this->bibliotheque = '';
     $this->section = '';
     $this->auteur = '';
@@ -85,6 +93,9 @@ class Class_WebService_SIGB_Exemplaire {
   }
 
 
+
+
+
   public function setId($id) {
     $this->id = $id;
     return $this;
@@ -296,7 +307,7 @@ class Class_WebService_SIGB_Exemplaire {
 
 
   public function setDisponibiliteEnTransit() {
-    return $this->setDisponibilite(self::DISPO_TRANSIT);
+    return $this->setDisponibilite($this->message('DISPO_TRANSIT'));
   }
 
 
@@ -306,43 +317,49 @@ class Class_WebService_SIGB_Exemplaire {
 
 
   public function setDisponibiliteLibre() {
-    $this->setDisponibilite(self::DISPO_LIBRE);
+    $this->setDisponibilite($this->message('DISPO_LIBRE'));
     return $this;
   }
 
 
   public function setDisponibiliteIndisponible()  {
-    $this->setDisponibilite(self::DISPO_INDISPONIBLE);
+    $this->setDisponibilite($this->message('DISPO_INDISPONIBLE'));
     return $this;
   }
 
 
   public function setDisponibilitePerdu() {
-    $this->setDisponibilite(self::DISPO_PERDU);
+    $this->setDisponibilite($this->message('DISPO_PERDU'));
+    return $this;
+  }
+
+
+  public function setDisponibiliteTransfert($to, $from, $datesent) {
+    $this->setDisponibilite($this->message('DISPO_EN_TRANSFERT'));
     return $this;
   }
 
 
   public function setDisponibilitePilonne() {
-    $this->setDisponibilite(self::DISPO_PILONNE);
+    $this->setDisponibilite($this->message('DISPO_PILONNE'));
     return $this;
   }
 
 
   public function setDisponibiliteEndommage() {
-    $this->setDisponibilite(self::DISPO_ENDOMMAGE);
+    $this->setDisponibilite($this->message('DISPO_ENDOMMAGE'));
     return $this;
   }
 
 
   public function setDisponibiliteDejaReserve() {
-    $this->setDisponibilite(self::DISPO_DEJA_RESERVE);
+    $this->setDisponibilite($this->message('DISPO_DEJA_RESERVE'));
     return $this;
   }
 
 
   public function setDisponibiliteEnCommande() {
-    $this->setDisponibilite(self::DISPO_EN_COMMANDE);
+    $this->setDisponibilite($this->message('DISPO_EN_COMMANDE'));
     return $this;
   }
 
@@ -455,7 +472,7 @@ class Class_WebService_SIGB_Exemplaire {
    * @return bool
    */
   public function isPilonne(){
-    return $this->getDisponibilite() == self::DISPO_PILONNE;
+    return $this->getDisponibilite() == $this->message('DISPO_PILONNE');
   }
 
 
@@ -464,7 +481,7 @@ class Class_WebService_SIGB_Exemplaire {
   }
 
   public function isDisponible() {
-    return self::DISPO_LIBRE == $this->disponibilite;
+    return $this->message('DISPO_LIBRE') == $this->disponibilite;
   }
 
 
diff --git a/library/Class/WebService/SIGB/Koha/GetRecordsResponseReader.php b/library/Class/WebService/SIGB/Koha/GetRecordsResponseReader.php
index ce31959e319cbc8f1ca3ebc700a5d657c937dfd9..af5e6c8465ffb32ca9699e3435a827cd7cffeca3 100644
--- a/library/Class/WebService/SIGB/Koha/GetRecordsResponseReader.php
+++ b/library/Class/WebService/SIGB/Koha/GetRecordsResponseReader.php
@@ -21,25 +21,30 @@
 
 class Class_WebService_SIGB_Koha_GetRecordsResponseReader {
   use Class_WebService_SIGB_Koha_TraitFormat;
-
+  use Trait_Translator;
   static protected $_default_reader;
 
-  protected $_record, $_item, $_holds = [];
+  protected $_record, $_item, $_holds = [],
+    $_not_for_loan_status = [];
   protected $_cannot_hold_available = false;
-  protected $_not_for_loan_status = [0 => Class_WebService_SIGB_Exemplaire::DISPO_LIBRE,
-                                     1 => 'Exclu du prêt',
-                                     2 => 'En traitement',
-                                     3 => 'Consultation sur place',
-                                     4 => 'En réserve',
-                                     5 => 'En réparation',
-                                     6 => 'En reliure',
-                                     7 => 'Exclu du prêt temporairement'];
 
   public static function newInstance() {
-    return new self();
+    return (new self())->setNotForLoanStatus();
   }
 
 
+  protected function setNotForLoanStatus() {
+    $this->_not_for_loan_status = [0 => Class_WebService_SIGB_Exemplaire::newInstance()->message('DISPO_LIBRE'),
+                                   1 => $this->_('Exclu du prêt'),
+                                   2 => $this->_('En traitement'),
+                                   3 => $this->_('Consultation sur place'),
+                                   4 => $this->_('En réserve'),
+                                   5 => $this->_('En réparation'),
+                                   6 => $this->_('En reliure'),
+                                   7 => $this->_('Exclu du prêt temporairement')];
+    return $this;
+  }
+
   /** @category testing */
   public static function setDefaultReader($reader) {
     static::$_default_reader = $reader;
@@ -106,6 +111,7 @@ class Class_WebService_SIGB_Koha_GetRecordsResponseReader {
       ->_handleItemBarCode()
       ->_handleItemLost()
       ->_handleItemDamaged()
+      ->_handleTransfer()
       ;
 
     $this->_record->addExemplaire($this->_item);
@@ -145,6 +151,28 @@ class Class_WebService_SIGB_Koha_GetRecordsResponseReader {
   }
 
 
+  protected function _handleTransfer() {
+    if (!$this->_hasChild('transfer', $this->_xml_item))
+      return $this;
+
+    if (!$this->_hasChild('tobranch',$this->_xml_item->transfer))
+      return $this;
+    $to = $this->_xml_item->transfer->tobranch;
+
+    if (!$this->_hasChild('frombranch',$this->_xml_item->transfer))
+      return $this;
+    $from = $this->_xml_item->transfer->frombranch;
+
+    if (!$this->_hasChild('datesent',$this->_xml_item->transfer))
+      return $this;
+
+    $date = $this->_xml_item->transfer->datesent;
+    $this->_item
+      ->setDisponibiliteTransfert($to,$from,$date);
+
+    return $this;
+  }
+
   protected function _handleWithdrawnNamed($name) {
     if (!$this->_hasChild($name, $this->_xml_item))
       return $this;
@@ -243,4 +271,5 @@ class Class_WebService_SIGB_Koha_GetRecordsResponseReaderXmlReader {
 
     return $document;
   }
+
 }
\ No newline at end of file
diff --git a/library/Class/WebService/SIGB/Orphee/GetInfoUserCarteResponseReader.php b/library/Class/WebService/SIGB/Orphee/GetInfoUserCarteResponseReader.php
index e934e924dcfa5dbfead99b4766cd24de5f21d75b..3b1b2a60439e7094b9b939fdd16bd97a4d119f8a 100644
--- a/library/Class/WebService/SIGB/Orphee/GetInfoUserCarteResponseReader.php
+++ b/library/Class/WebService/SIGB/Orphee/GetInfoUserCarteResponseReader.php
@@ -16,7 +16,7 @@
  *
  * You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
  * along with BOKEH; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA 
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA
  */
 
 class Class_WebService_SIGB_Orphee_GetInfoUserCarteResponseReader {
@@ -61,6 +61,39 @@ class Class_WebService_SIGB_Orphee_GetInfoUserCarteResponseReader {
   }
 
 
+  public function endCb($data) {
+    $this->_emprunteur->setCodeBarres(trim($data));
+  }
+
+  public function endAdr1($data) {
+    $this->_emprunteur->setAdresse(trim($data));
+  }
+
+
+  public function endCp($data) {
+    $this->_emprunteur->setCodePostal(trim($data));
+  }
+
+
+  public function endVille($data) {
+    $this->_emprunteur->setVille(trim($data));
+  }
+
+
+  public function endBirth($data) {
+    $this->_emprunteur
+      ->setDateNaissance(implode('-',
+                                 array_reverse(
+                                               explode('/',
+                                                       trim($data)))));
+  }
+
+
+  public function endTel($data) {
+    $this->_emprunteur->setTelephone(trim($data));
+  }
+
+
   public function endNom($data) {
     $this->_emprunteur->setNom(trim($data));
   }
@@ -91,6 +124,14 @@ class Class_WebService_SIGB_Orphee_GetInfoUserCarteResponseReader {
   public function endMail($data) {
     $this->_emprunteur->setEmail(trim($data));
   }
+
+
+  public function endDate_Renouv($data) {
+    $this->_emprunteur->setEndDate(implode('-',
+                                           array_reverse(
+                                                         explode('/',
+                                                                 trim($data)))));
+  }
 }
 
 
diff --git a/library/Class/WebService/SIGB/Orphee/Service.php b/library/Class/WebService/SIGB/Orphee/Service.php
index 389b42051876d7734dd5db3ebae99cfc9c5d7ccf..c24d3cc91a6a400018e303d76c3a8b2904b5ff94 100644
--- a/library/Class/WebService/SIGB/Orphee/Service.php
+++ b/library/Class/WebService/SIGB/Orphee/Service.php
@@ -122,6 +122,15 @@ class Class_WebService_SIGB_Orphee_Service extends Class_WebService_SIGB_Abstrac
   }
 
 
+  public function providesChangePasswordService() {
+    return
+      $this->_search_client->hasFunction('SetPwdAdh')
+      &&
+      Class_AdminVar::isLoginThroughSigbOnlyEnabled();
+  }
+
+
+
   public function getEmprunteur($user) {
     return $this->willTry(
       function() use ($user) {
@@ -129,17 +138,21 @@ class Class_WebService_SIGB_Orphee_Service extends Class_WebService_SIGB_Abstrac
           return $this->newNullEmprunteur();
 
         $result = ($this->hasGetAdh()) ?
-          $this->_search_client->GetAdh(GetAdh::withNo($user->getLogin())):
+          $this->_search_client->GetAdh(GetAdh::forUser($user)):
           $this->_search_client->GetInfoUserCarte(GetInfoUserCarte::withNo($user->getLogin()));
 
         if (!$emprunteur = Class_WebService_SIGB_Orphee_GetInfoUserCarteResponseReader
             ::newInstance()
             ->getEmprunteurFromXML($result->getXml()))
           return $this->newNullEmprunteur();
-        return $emprunteur->beValid()->setService($this);
+
+        return $emprunteur
+          ->beValid()
+          ->setService($this);
       });
   }
 
+
   public function getUserAnnexe($user) {
     return null;
   }
@@ -185,6 +198,19 @@ class Class_WebService_SIGB_Orphee_Service extends Class_WebService_SIGB_Abstrac
   }
 
 
+  public function saveEmprunteur($emprunteur) {
+    if (!$this->providesChangePasswordService())
+      return false;
+
+    return $this->willTry(
+      function() use ($emprunteur) {
+        $response = $this->getSearchClient()->SetPwdAdh(SetPwdAdh::withEmprunteur($emprunteur));
+        return $response;
+      }
+    );
+  }
+
+
   protected function withUserDo($user, $id, $serviceClosure, $errorClosure) {
     try {
       $emprunteur = $this->getEmprunteur($user);
@@ -215,9 +241,10 @@ class Class_WebService_SIGB_Orphee_Service extends Class_WebService_SIGB_Abstrac
     return $this->withUserDo(
       $user, $notice_id,
       function ($id, $emprunteur) use ($code_annexe, $tome) {
-        if ($this->hasSetAdhDispoAnx())
+        if ($this->hasSetAdhDispoAnx() && (null !== $code_annexe))
           $this->getSearchClient()
             ->setAdhDispoAnx(setAdhDispoAnx::with($code_annexe));
+
         return $this->getSearchClient()
           ->RsvNtcAdh(RsvNtcAdh::withNoticeUserNo($id, $emprunteur->getId(), $tome));
       },
@@ -373,14 +400,35 @@ class GetInfoUserCarteResponse {
 }
 
 
+
+
 class GetAdh {
   public $carte;
 
+  public static function forUser($user) {
+    return Class_AdminVar::isLoginThroughSigbOnlyEnabled()
+      ? static::withCardAndPassword($user->getLogin(), $user->getPassword())
+      : static::withNo($user->getLogin());
+  }
+
+
   public static function withNo($no) {
     $instance = new self();
     $instance->carte = $no;
     return $instance;
   }
+
+  public static function withCardAndPassword($card, $pwd) {
+    $instance = new self();
+    $instance->carte = $card;
+    $instance->pwd = $pwd;
+    return $instance;
+  }
+
+
+  public function __toString() {
+    return print_r($this, true);
+  }
 }
 
 
@@ -495,6 +543,26 @@ class RsvNtcAdhResponse {
 }
 
 
+
+
+class SetPwdAdh {
+  public $no;
+  public $pwd;
+
+  public static function withEmprunteur($emprunteur) {
+    $instance = new self();
+    $instance->no = $emprunteur->getId();
+    $instance->pwd = $emprunteur->getPassword();
+    return $instance;
+  }
+
+
+  public function __toString() {
+    return print_r($this, true);
+  }
+}
+
+
 class DelRsv {
   public $adh; // int
   public $ntc; // int
diff --git a/library/ZendAfi/Acl/AdminControllerGroup.php b/library/ZendAfi/Acl/AdminControllerGroup.php
index 13e54798eee3e4955395b6420ca2d3144f7cd880..5f83a1d122bb71dd933cd9fdd25f24f3a2e6a89f 100644
--- a/library/ZendAfi/Acl/AdminControllerGroup.php
+++ b/library/ZendAfi/Acl/AdminControllerGroup.php
@@ -60,7 +60,6 @@ class ZendAfi_Acl_AdminControllerGroup {
                           'harvest/jamendo-browse' => Class_AdminVar::isJamendoEnabled(),
                           'harvest/soundcloud' => Class_AdminVar::isSoundCloudEnabled(),
                           'sito/create' => Class_AdminVar::isSitoInAlbums(),
-                          'harvest/toutapprendre-browse' => Class_AdminVar::isToutApprendreEnabled(),
                           'album/dilicom' => Class_AdminVar::isDilicomPNBEnabled(),
                           'premier-chapitre' => Class_AdminVar::isPremierChapitreEnabled(),
                           'i18n' => Class_AdminVar::isTranslationEnabled(),
@@ -70,11 +69,11 @@ class ZendAfi_Acl_AdminControllerGroup {
                           ];
 
     $this->_activated = array_merge($this->_activated,
-                                    $this->_codififications());
+                                    $this->_codifications());
   }
 
 
-  protected function _codififications() {
+  protected function _codifications() {
     $enabled = Class_AdminVar::isCodificationBrowserEnabled();
 
     return array_fill_keys(['codification-browser',
@@ -89,6 +88,7 @@ class ZendAfi_Acl_AdminControllerGroup {
                             'subject-browser',
                             'tag-browser',
                             'doctype-browser',
+                            'author-function-browser',
                             'pcdm4-browser',
                             'dewey-browser',
                             'interest-browser',
diff --git a/library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php b/library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php
index 47624135ae4e01e04fa8d91b81b950a61ef04759..dd2eafec5d481df12f970a022b270ea4a1c288c5 100644
--- a/library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php
+++ b/library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php
@@ -56,6 +56,10 @@ class ZendAfi_Controller_Action_Helper_ListViewMode_Codification
                           ->setLibelle($this->_('Emplacements'))
                           ->setController('location-browser'),
 
+                          (new Class_CodifAuteurFonction)
+                          ->setLibelle($this->_('Fonctions auteurs'))
+                          ->setController('author-function-browser'),
+
                           (new Class_CodifGenre)
                           ->setLibelle($this->_('Genres'))
                           ->setController('genre-browser'),
@@ -86,7 +90,8 @@ class ZendAfi_Controller_Action_Helper_ListViewMode_Codification
 
                           (new Class_TypeDoc)
                           ->setLabel($this->_('Types de documents'))
-                          ->setController('doctype-browser')];
+                          ->setController('doctype-browser'),
+    ];
   }
 
 
diff --git a/library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/AuthorFunction.php b/library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/AuthorFunction.php
new file mode 100644
index 0000000000000000000000000000000000000000..0c965f79acd855c42f40da3613b3702a1675f92e
--- /dev/null
+++ b/library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/AuthorFunction.php
@@ -0,0 +1,47 @@
+<?php
+/**
+ * Copyright (c) 2012-2017, Agence Française Informatique (AFI). All rights reserved.
+ *
+ * BOKEH is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
+ * the Free Software Foundation.
+ *
+ * There are special exceptions to the terms and conditions of the AGPL as it
+ * is applied to this software (see README file).
+ *
+ * BOKEH is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU AFFERO GENERAL PUBLIC LICENSE for more details.
+ *
+ * You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
+ * along with BOKEH; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA
+ */
+
+
+class ZendAfi_Controller_Action_Helper_ListViewMode_Codification_AuthorFunction
+  extends ZendAfi_Controller_Action_Helper_ListViewMode_Codification_Flat {
+
+  public function ListViewMode_Codification_Text($params) {
+    $this->_initParams($params);
+    return $this;
+  }
+
+
+  public function direct($params) {
+    return $this->ListViewMode_Codification_Text($params);
+  }
+
+
+  protected function _describeItemsIn($description) {
+    return $description
+      ->addColumn($this->_('code unimarc'), ['attribute' => 'id_fonction'])
+      ->addColumn($this->_('Libellé'), ['attribute' => 'libelle',
+                                        'callback' => function($model, $attrib)
+                                        {
+                                          return $this->_renderItem($model, $attrib);
+                                        }])
+      ->setSorterServer();
+  }
+}
\ No newline at end of file
diff --git a/library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/Flat.php b/library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/Flat.php
index 82bd52a1192544659d5c030a13f1c94f07a720fa..8f69470b496cbc17834c8ef895e8a960c36a4541 100644
--- a/library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/Flat.php
+++ b/library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/Flat.php
@@ -25,7 +25,6 @@ class ZendAfi_Controller_Action_Helper_ListViewMode_Codification_Flat
 
   protected $_model_class;
 
-
   protected function _initParams($params) {
     $this->_params = $params;
     $this->_model_class = get_class($this->getModel());
diff --git a/library/ZendAfi/Controller/Plugin/InspectorGadget.php b/library/ZendAfi/Controller/Plugin/InspectorGadget.php
index f37724b75be9e5d8b6e37ae53b79e0e7cc38a93d..117cbcf823f903c5cac0ef25dd7b1e973a190a30 100644
--- a/library/ZendAfi/Controller/Plugin/InspectorGadget.php
+++ b/library/ZendAfi/Controller/Plugin/InspectorGadget.php
@@ -24,7 +24,9 @@ class ZendAfi_Controller_Plugin_InspectorGadget extends Zend_Controller_Plugin_A
 
   const PARAM_NAME = 'inspector_gadget';
 
-  protected $_enabled = false,
+  protected
+    $_enabled = false,
+    $_keep = false,
     $_calls = [],
     $_buttons = [],
     $_session,
@@ -32,7 +34,9 @@ class ZendAfi_Controller_Plugin_InspectorGadget extends Zend_Controller_Plugin_A
 
   public function preDispatch(Zend_Controller_Request_Abstract $request) {
     $this->_session = Zend_Registry::get('session');
+    $this->_keep = ('keep' == $request->getParam(self::PARAM_NAME));
     $this->_calls = $this->_session->inspectorCalls;
+
     if ((!$request->getParam(self::PARAM_NAME, false)) && (!$this->_calls))
       return;
 
@@ -154,7 +158,10 @@ class ZendAfi_Controller_Plugin_InspectorGadget extends Zend_Controller_Plugin_A
     foreach(array_filter($this->_calls, 'is_object') as $call)
       $items[] = $this->_view->tag('li', $call->renderOn($this->_view));
 
-    $this->_session->inspectorCalls = [];
+
+    if (!$this->_keep)
+      $this->_session->inspectorCalls = [];
+
     $content = $this->_view->tag('ol', implode('', $items));
 
     return $this
diff --git a/library/ZendAfi/Controller/Plugin/Manager/AuthorFunction.php b/library/ZendAfi/Controller/Plugin/Manager/AuthorFunction.php
new file mode 100644
index 0000000000000000000000000000000000000000..d987652f0586f2512871768360f10ea6f6593691
--- /dev/null
+++ b/library/ZendAfi/Controller/Plugin/Manager/AuthorFunction.php
@@ -0,0 +1,37 @@
+<?php
+/**
+ * Copyright (c) 2012-2017, Agence Française Informatique (AFI). All rights reserved.
+ *
+ * BOKEH is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
+ * the Free Software Foundation.
+ *
+ * There are special exceptions to the terms and conditions of the AGPL as it
+ * is applied to this software (see README file).
+ *
+ * BOKEH is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU AFFERO GENERAL PUBLIC LICENSE for more details.
+ *
+ * You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
+ * along with BOKEH; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA
+ */
+
+
+class ZendAfi_Controller_Plugin_Manager_AuthorFunction
+  extends ZendAfi_Controller_Plugin_Manager_Manager {
+
+  public function getActions($model) {
+    return $model
+      ? [
+         ['url' => ['module' => 'admin',
+                    'controller' => 'author-function-browser',
+                    'action' => 'edit',
+                    'id' =>  '%s'],
+          'icon' => 'edit',
+          'label' => $this->_('Modifier la fonction auteur')]]
+      : [];
+  }
+}
\ No newline at end of file
diff --git a/library/ZendAfi/Controller/Plugin/ResourceDefinition/AuthorFunction.php b/library/ZendAfi/Controller/Plugin/ResourceDefinition/AuthorFunction.php
new file mode 100644
index 0000000000000000000000000000000000000000..2207520933129ffd7785908a311c762e5b2610e3
--- /dev/null
+++ b/library/ZendAfi/Controller/Plugin/ResourceDefinition/AuthorFunction.php
@@ -0,0 +1,39 @@
+<?php
+/**
+ * Copyright (c) 2012-2017, Agence Française Informatique (AFI). All rights reserved.
+ *
+ * BOKEH is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
+ * the Free Software Foundation.
+ *
+ * There are special exceptions to the terms and conditions of the AGPL as it
+ * is applied to this software (see README file).
+ *
+ * BOKEH is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU AFFERO GENERAL PUBLIC LICENSE for more details.
+ *
+ * You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
+ * along with BOKEH; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA
+ */
+
+
+class ZendAfi_Controller_Plugin_ResourceDefinition_AuthorFunction extends ZendAfi_Controller_Plugin_ResourceDefinition_Abstract {
+  public function getDefinitions() {
+    return
+      ['model' => ['class' => 'Class_CodifAuteurFonction',
+                   'name' => 'author',
+                   'order' => 'libelle'],
+
+       'listViewMode' => ['helper_method' => 'ListViewMode_Codification_AuthorFunction',
+                          'label' => $this->_('Fonctions auteurs'),
+                          'controller' => 'author-function-browser'],
+
+       'actions' => ['index' => ['title' => $this->_('Parcourir les fonctions auteurs')],
+                     'edit' => ['title' => $this->_("Modifier la fonction auteur")]],
+
+       'form_class_name' => 'ZendAfi_Form_Admin_AuthorFunction'];
+  }
+}
\ No newline at end of file
diff --git a/library/Class/Systeme/ModulesMenu/ToutApprendre.php b/library/ZendAfi/Form/Admin/AuthorFunction.php
similarity index 52%
rename from library/Class/Systeme/ModulesMenu/ToutApprendre.php
rename to library/ZendAfi/Form/Admin/AuthorFunction.php
index 84038b6e36496dde0728a2e5250eacc309c7bfa5..94264114e39fee1c72fb467570dc53ce8fb2e55a 100644
--- a/library/Class/Systeme/ModulesMenu/ToutApprendre.php
+++ b/library/ZendAfi/Form/Admin/AuthorFunction.php
@@ -1,6 +1,6 @@
 <?php
 /**
- * Copyright (c) 2012, Agence Française Informatique (AFI). All rights reserved.
+ * Copyright (c) 2012-2017, Agence Française Informatique (AFI). All rights reserved.
  *
  * BOKEH is free software; you can redistribute it and/or modify
  * it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
@@ -19,29 +19,25 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA
  */
 
-class Class_Systeme_ModulesMenu_ToutApprendre extends Class_Systeme_ModulesMenu_SSOAbstract {
 
-  protected
-    $_group = Class_Systeme_ModulesMenu::GROUP_MENU_ABONNES,
-    $_type_module = 'TOUTAPPRENDRE';
+class ZendAfi_Form_Admin_AuthorFunction extends ZendAfi_Form {
+  public function init() {
+    parent::init();
 
+    $this
+      ->addElement('text',
+                   'id_fonction',
+                   ['label' => $this->_('Code'),
+                    'required' => true,
+                    'allowEmpty' => false])
 
-  public function __construct() {
-    parent::__construct();
-    $this->libelle = $this->_('libelle');
-    $this->_url = Class_ToutApprendreLink::staticUrl();
-  }
-
-
-  public function urlForUser($user) {
-    if (!$user->hasRightAccesToutApprendre())
-      return '';
-
-    return Class_ToutApprendreLink::forUser($user)->url();
-  }
-
+      ->addElement('text',
+                   'libelle',
+                   ['label' => $this->_('Libellé'),
+                    'required' => true,
+                    'allowEmpty' => false,
+                    'placeholder' => $this->_('** libellé **')])
 
-  public function isVisibleForProfil($profil) {
-    return Class_AdminVar::isToutApprendreEnabled();
+      ->addUniqDisplayGroup('authorfunction');
   }
 }
diff --git a/library/ZendAfi/View/Helper/Article/ReplaceWidgets.php b/library/ZendAfi/View/Helper/Article/ReplaceWidgets.php
index 6469880a33530b15577e20acef6409826a71bddb..75b44d07580b3d81cb4d95b25b8c3d4aa6c7b45f 100644
--- a/library/ZendAfi/View/Helper/Article/ReplaceWidgets.php
+++ b/library/ZendAfi/View/Helper/Article/ReplaceWidgets.php
@@ -25,23 +25,22 @@ class ZendAfi_View_Helper_Article_ReplaceWidgets extends ZendAfi_View_Helper_Bas
     return preg_replace_callback(
                                  '|(?P<allimg><img[^>]+data-code="(?P<code>\w+)"[^>]+data-form="(?P<form>[^"]+)[^>]*>)|',
                                  function ($matches) {
-
-                                   return $this->_renderWidget($matches['code'],$matches['form']);
-
+                                   return $this->_renderWidget($matches['code'], $matches['form']);
                                  },
-                                 $content
-    );
+                                 $content);
   }
 
 
-  protected function _renderWidget($code,$form) {
+  protected function _renderWidget($code, $form) {
     $prefs = [];
-
-    parse_str(html_entity_decode($form),$prefs);
-    $params=['type_module'=> $code,
-             'preferences' => $prefs];
-    $helper = ZendAfi_View_Helper_Accueil_Base::getModuleHelperFromParams(null,$params,$this->view);
-    return $helper->setFonctionAdminHelper(null)->getBoite();
+    parse_str(html_entity_decode($form), $prefs);
+    $params = ['type_module'=> $code,
+               'preferences' => $prefs];
+    $helper = ZendAfi_View_Helper_Accueil_Base::getModuleHelperFromParams(null,
+                                                                          $params,
+                                                                          $this->view);
+    return $helper
+      ->setFonctionAdminHelper(null)
+      ->getBoite();
   }
-}
-?>
\ No newline at end of file
+}
\ No newline at end of file
diff --git a/library/ZendAfi/View/Helper/Notice/Entete.php b/library/ZendAfi/View/Helper/Notice/Entete.php
index 08c35cc06cd2e1465f9d9a8a9d90f0ab198aa971..e0e5b5e57da3b3c99052f143c548f0d8ce2add1f 100644
--- a/library/ZendAfi/View/Helper/Notice/Entete.php
+++ b/library/ZendAfi/View/Helper/Notice/Entete.php
@@ -113,7 +113,7 @@ class ZendAfi_View_Helper_Notice_Entete extends ZendAfi_View_Helper_BaseHelper {
 
   public function getValeursHtml($valeur) {
     if (gettype($valeur) != 'array')
-      return $valeur;
+      return $this->view->article_ReplaceWidgets($valeur);
 
     $html = '';
     foreach($valeur as $item)
diff --git a/library/ZendAfi/View/Helper/Notice/ExemplairesTable.php b/library/ZendAfi/View/Helper/Notice/ExemplairesTable.php
index 6c986fc0247c5f68cbf598ce802500677fbab42e..b7b6b9a05b94d43fd379f838d78f5d9e7851faf3 100644
--- a/library/ZendAfi/View/Helper/Notice/ExemplairesTable.php
+++ b/library/ZendAfi/View/Helper/Notice/ExemplairesTable.php
@@ -246,7 +246,7 @@ class ZendAfi_View_Helper_Notice_Exemplaires_Dispo extends ZendAfi_View_Helper_N
   public function renderContent($exemplaire) {
     $class_dispo='';
     $libelle = $exemplaire->getDisponibilite();
-    $class_dispo = ($libelle == Class_WebService_SIGB_Exemplaire::DISPO_LIBRE)
+    $class_dispo = ($libelle == Class_WebService_SIGB_Exemplaire::newInstance()->message('DISPO_LIBRE'))
       ? 'disponible'
       : '';
 
@@ -267,8 +267,8 @@ class ZendAfi_View_Helper_Notice_Exemplaires_Dispo extends ZendAfi_View_Helper_N
       $libelle.=
         '<span>'
         .$this->view->_plural($exemplaire->getNbResas(),
-                              '','Nb résa: %s ',
-                              'Nb résas: %s ',
+                              '',$this->view->_('Nb résa: %s '),
+                              $this->view->_('Nb résas: %s '),
                               $exemplaire->getNbResas())
         .'</span>';
 
diff --git a/library/ZendAfi/View/Helper/TagCoursToutApprendre.php b/library/ZendAfi/View/Helper/TagCoursToutApprendre.php
deleted file mode 100644
index 3350176712c51d02fb81646168df1591f4b269d0..0000000000000000000000000000000000000000
--- a/library/ZendAfi/View/Helper/TagCoursToutApprendre.php
+++ /dev/null
@@ -1,51 +0,0 @@
-<?php
-/**
- * Copyright (c) 2012, Agence Française Informatique (AFI). All rights reserved.
- *
- * BOKEH is free software; you can redistribute it and/or modify
- * it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
- * the Free Software Foundation.
- *
- * There are special exceptions to the terms and conditions of the AGPL as it
- * is applied to this software (see README file).
- *
- * BOKEH is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU AFFERO GENERAL PUBLIC LICENSE for more details.
- *
- * You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
- * along with BOKEH; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA
- */
-
-class ZendAfi_View_Helper_TagCoursToutApprendre extends ZendAfi_View_Helper_TagRessourceNumerique {
-
-  public function tagCoursToutApprendre($album) {
-    $current_user = Class_Users::getIdentity();
-    if (!$this->canAccessRessourceNumerique())
-      return '<p>'.$this->_('Vous devez être connecté sous un compte avec abonnement valide pour pouvoir accéder au cours en ligne').'</p>';
-
-
-    $toutapprendre = Class_ToutApprendreLink::forUser($current_user);
-    $html='';
-
-    foreach ($album->getRessources() as $ressource) {
-      $toutapprendre= Class_ToutApprendreLink::forRessourceAndUser($ressource, $current_user);
-      $html.= '<li>'
-        .$this->view->tagAnchor($toutapprendre->url(),
-                                $ressource->getTitre(),
-                                ['title' => $ressource->getTitre(),
-                                 'target' => '_blank'])
-        .'</li>';
-    }
-    return '<ul>'.$html.'</ul>';
-  }
-
-
-  function hasRightAccesRessourcesNumeriques($user) {
-    return $user->hasRightAccesToutApprendre();
-  }
-
-}
-?>
\ No newline at end of file
diff --git a/library/ZendAfi/View/Helper/TagListeCoches.php b/library/ZendAfi/View/Helper/TagListeCoches.php
index 9d770710415f1f2bd9aa4bcab3202f63f97e38d6..92283cc407bfbc588b069210c802d94b55c366fc 100644
--- a/library/ZendAfi/View/Helper/TagListeCoches.php
+++ b/library/ZendAfi/View/Helper/TagListeCoches.php
@@ -49,7 +49,6 @@ class ZendAfi_View_Helper_TagListeCoches extends ZendAfi_View_Helper_BaseHelper
     $this->_type = $rubrique;
     $this->_possibles = $datas->getList();
     $this->_cant_select_all = $this->selected_all_means_nothing ? 'true' : 'false';
-
     $this->_handleValues($valeurs);
 
     return $this->_renderValues()
@@ -173,7 +172,7 @@ class ZendAfi_View_Helper_TagListeCoches extends ZendAfi_View_Helper_BaseHelper
     if (!$values)
       return $this;
 
-    $codes = explode(';', $values);
+    $codes = array_filter(preg_split('/[-;,]/', $values));
     foreach($codes as $code)
       $this->_handleValue($code);
 
diff --git a/library/ZendAfi/View/Helper/Thumbnail.php b/library/ZendAfi/View/Helper/Thumbnail.php
index 469d27502fef2b9eb85b8c90baaeecdda9642fca..23c9bf0fab5412645595cd8834fda5510e831f35 100644
--- a/library/ZendAfi/View/Helper/Thumbnail.php
+++ b/library/ZendAfi/View/Helper/Thumbnail.php
@@ -24,12 +24,12 @@ class ZendAfi_View_Helper_Thumbnail extends ZendAfi_View_Helper_BaseHelper {
 
   public function thumbnail($instance, $width = 160, $height = 150) {
     $resized_image = (new Class_Notice_Thumbnail_ResizeImage($instance))
-      ->resize($width, $height);
+      ->thumbnail($width, $height);
 
     return ($url = $resized_image->getUrl())
       ? $this->view->tagImg($url, ['title' => $resized_image->getTitle(),
                                    'alt' => $resized_image->getAlt()])
-      : $this->_tag('i', '', ['title' => $resized_image->getTitle(),
+      : $this->_tag('i', '', ['title' => $resized_image->getMessage(),
                               'class' => $instance->getFontAwesome()]);
   }
 }
\ No newline at end of file
diff --git a/library/digital_resources/Assimil/Service.php b/library/digital_resources/Assimil/Service.php
index 60255c272cf35c43eda65beed5c6c46f3271b586..28be4012b7aa58a5f1918b2accb0b54a9d9c0ff8 100644
--- a/library/digital_resources/Assimil/Service.php
+++ b/library/digital_resources/Assimil/Service.php
@@ -26,15 +26,7 @@ class Assimil_Service extends Class_DigitalResource_Service {
 
 
   protected function _deleteNonHarvested() {
-    $harvested_ids = $this->getHarvestedIds();
-    (new Storm_Model_Collection(Class_Album::findAllBy(['type_doc_id' => $this->getDocType()])))
-      ->reject(
-               function($album) use($harvested_ids) {
-                 return in_array($album->getIdOrigine(), $harvested_ids);
-               })
-      ->eachDo('delete');
-
-    return $this;
+    return $this->_deleteNonHarvestedAlbums();
   }
 
 
diff --git a/library/digital_resources/Assimil/View/Helper/Album.php b/library/digital_resources/Assimil/View/Helper/Album.php
index a49ab784d951bd5da42f3743aaf19c2ca46b07c6..8843a0dad9a593da3af3543ea1559e9aa02eada6 100644
--- a/library/digital_resources/Assimil/View/Helper/Album.php
+++ b/library/digital_resources/Assimil/View/Helper/Album.php
@@ -30,7 +30,7 @@ class Assimil_View_Helper_Album extends ZendAfi_View_Helper_TagRessourceNumeriqu
                          $this->view->tagAnchor($this->view->url(['module' => 'opac',
                                                                   'controller' => 'modules',
                                                                   'action' => 'assimil',
-                                                                  'album' => $album->getId()], null, true),
+                                                                  'album_id' => $album->getId()], null, true),
                                                 $this->_('Vous devez être connecté sous un compte avec abonnement valide pour pouvoir accéder à la méthode')));
 
     return $this->view->tagAnchor($album->getExternalUri(),
diff --git a/library/digital_resources/Assimil/tests/AssimilTest.php b/library/digital_resources/Assimil/tests/AssimilTest.php
index 1c6fdf6cf1199861c68a8bbeb13c261aa7e09257..5328ac401a1ceeca3b88c8b7da378a53bacadf08 100644
--- a/library/digital_resources/Assimil/tests/AssimilTest.php
+++ b/library/digital_resources/Assimil/tests/AssimilTest.php
@@ -492,7 +492,8 @@ class AssimilAjaxRecordWithNoLoggedUserDispatchTest extends AssimilAjaxRecordTes
 
   /** @test */
   public function linkToModuleAssimilShouldBePresent() {
-    $this->assertXPathContentContains('//a[contains(@href, "modules/assimil")]', 'Vous devez ');
+    $this->assertXPathContentContains('//a[contains(@href, "modules/assimil/album_id/15")]',
+                                      'Vous devez ');
   }
 }
 
diff --git a/library/digital_resources/Lekiosk/View/Helper/Album.php b/library/digital_resources/Lekiosk/View/Helper/Album.php
index 5732d68a2e4e306ffc852ca4b3d9198fcea73143..344ff9233ff684f00ea00b42a01c9cd42decab46 100644
--- a/library/digital_resources/Lekiosk/View/Helper/Album.php
+++ b/library/digital_resources/Lekiosk/View/Helper/Album.php
@@ -34,7 +34,7 @@ class Lekiosk_View_Helper_Album extends ZendAfi_View_Helper_TagRessourceNumeriqu
       return $this->view->tagAnchor($this->view->url(['module' => 'opac',
                                                       'controller' => 'modules',
                                                       'action' => 'lekiosk',
-                                                      'album' => $this->_album->getId()], null, true),
+                                                      'album_id' => $this->_album->getId()], null, true),
                                     $this->_('Vous devez être connecté sous un compte avec abonnement valide pour lire le magazine'), ['class' => 'bouton']);
 
     return $this->view->tagAnchor(Lekiosk_Config::getInstance()
diff --git a/library/digital_resources/Lekiosk/tests/LeKioskTest.php b/library/digital_resources/Lekiosk/tests/LeKioskTest.php
index d7a445c30a4c96fd41a34d77c026ce508022ef01..ae80903ce80c798fd0227bbc8602e7d77f7bf4c4 100644
--- a/library/digital_resources/Lekiosk/tests/LeKioskTest.php
+++ b/library/digital_resources/Lekiosk/tests/LeKioskTest.php
@@ -421,7 +421,7 @@ class LeKioskRenderAlbumFromRecordTest extends LekioskServiceTestCase {
   public function withoutRightsShouldDisplayErrorMessage() {
     ZendAfi_Auth::getInstance()->clearIdentity();
     $this->_dispatchAlbum();
-    $this->assertXPathContentContains('//a[contains(@href, "/modules/lekiosk/album/1")]',
+    $this->assertXPathContentContains('//a[contains(@href, "/modules/lekiosk/album_id/1")]',
                                       utf8_encode('Vous devez être connecté'));
   }
 
diff --git a/library/digital_resources/LesYeuxDoc/tests/LesYeuxDocTest.php b/library/digital_resources/LesYeuxDoc/tests/LesYeuxDocTest.php
index fbdd9410e3f3a94c6de66063a0936464bc545596..84c9bb11e528241f9f2f8682c8ca6a6f3ffdc092 100644
--- a/library/digital_resources/LesYeuxDoc/tests/LesYeuxDocTest.php
+++ b/library/digital_resources/LesYeuxDoc/tests/LesYeuxDocTest.php
@@ -296,7 +296,8 @@ class LesYeuDocModuleSsoTest extends AbstractControllerTestCase {
     LesYeuxDoc_Config::setTimeSource(new TimeSourceForTest('2018-28-05 11:50:00'));
     $this->dispatch('/opac/modules/les-yeux-doc', true);
     $this->assertXpathContentContains('//script',
-                                      'document.location.href="http://lesyeuxdoc.com?id=2345&id_encrypted=8043a43d11f8daccc5b1a0a5ccbadedd1a3edba6b551c0ca1abaf42e49a36158&d=d0f3e0faa0b2546ea784554bea817f2dcac68a0c5e658ce907af0711e6674e53&prenom=Jean&nom=Rouch&email=rouch%40ethno.fr&dnaiss=1975-01-01&datout=2023-01-01";');
+                                      'document.location.href="http://lesyeuxdoc.com?sso_id=afi&id=2345&id_encrypted=8043a43d11f8daccc5b1a0a5ccbadedd1a3edba6b551c0ca1abaf42e49a36158&d=d0f3e0faa0b2546ea784554bea817f2dcac68a0c5e658ce907af0711e6674e53&prenom=Jean&nom=Rouch&email=rouch%40ethno.fr&dnaiss=1975-01-01&datout=2023-01-01&return_url=https%3A%2F%2Fwww.lesyeuxdoc.fr";',
+                                      $this->_response->getBody());
   }
 }
 
diff --git a/library/digital_resources/Musicme/Service.php b/library/digital_resources/Musicme/Service.php
index 3763bfb9e6ced6a122cc5f79ed650bf17609dd63..f6e5aa5bfa14e9b99b9f857889bd84b7528be6f0 100644
--- a/library/digital_resources/Musicme/Service.php
+++ b/library/digital_resources/Musicme/Service.php
@@ -25,11 +25,6 @@ class Musicme_Service extends Class_DigitalResource_Service {
     $_albums = [];
 
 
-  protected function _deleteNonHarvested() {
-    return $this; // never delete non harvested
-  }
-
-
   protected function loadPage($page_number = 1) {
     $client = $this->getHttpClient();
 
diff --git a/library/digital_resources/Skilleos/Service.php b/library/digital_resources/Skilleos/Service.php
index 8add35178f134960aefd25c02d8d80bd0a2a9b0c..35cb54d896602d58580371175566b4177fe5640b 100644
--- a/library/digital_resources/Skilleos/Service.php
+++ b/library/digital_resources/Skilleos/Service.php
@@ -31,11 +31,6 @@ class Skilleos_Service extends Class_DigitalResource_Service {
     $_albums = [];
 
 
-  protected function _deleteNonHarvested() {
-    return $this;
-  }
-
-
   protected function getToken() {
     $url = $this->getTokenUrl();
 
diff --git a/library/Class/Batch/ToutApprendre.php b/library/digital_resources/ToutApprendre/Batch.php
similarity index 73%
rename from library/Class/Batch/ToutApprendre.php
rename to library/digital_resources/ToutApprendre/Batch.php
index 47bc9e5232b21ea50457779b8a866b552082962d..08a8d1c58dc8785d9c163a029858b143390d8e7c 100644
--- a/library/Class/Batch/ToutApprendre.php
+++ b/library/digital_resources/ToutApprendre/Batch.php
@@ -1,6 +1,6 @@
 <?php
 /**
- * Copyright (c) 2012-2014, Agence Française Informatique (AFI). All rights reserved.
+ * Copyright (c) 2012-2018, Agence Française Informatique (AFI). All rights reserved.
  *
  * BOKEH is free software; you can redistribute it and/or modify
  * it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
@@ -20,11 +20,4 @@
  */
 
 
-class Class_Batch_ToutApprendre extends Class_Batch_RessourceNumerique {
-  const TYPE = 'MOISSONNAGE_TOUTAPPRENDRE';
-
-  protected function _getService() {
-    return new Class_WebService_BibNumerique_ToutApprendre();
-  }
-}
-?>
\ No newline at end of file
+class ToutApprendre_Batch extends Class_DigitalResource_Batch {}
\ No newline at end of file
diff --git a/library/digital_resources/ToutApprendre/Config.php b/library/digital_resources/ToutApprendre/Config.php
new file mode 100644
index 0000000000000000000000000000000000000000..9538a03c4e501f41f4fda1d21b65a3a7c3be9828
--- /dev/null
+++ b/library/digital_resources/ToutApprendre/Config.php
@@ -0,0 +1,120 @@
+<?php
+/**
+ * Copyright (c) 2012-2017, Agence Française Informatique (AFI). All rights reserved.
+ *
+ * BOKEH is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
+ * the Free Software Foundation.
+ *
+ * There are special exceptions to the terms and conditions of the AGPL as it
+ * is applied to this software (see README file).
+ *
+ * BOKEH is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU AFFERO GENERAL PUBLIC LICENSE for more details.
+ *
+ * You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
+ * along with BOKEH; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA
+ */
+
+
+class ToutApprendre_Config extends Class_DigitalResource_Config {
+  public function getConfig() {
+    return ['Introduction' => $this->_('toutapprendre.com, leader du e-Learning auprès du grand public, propose des centaines de cours en ligne pour le développement des compétences personnelles de chacun.'),
+
+            'HelpLink' => 'http://wiki.bokeh-library-portal.org/index.php/ToutApprendre',
+
+            'Url' => 'https://www.toutapprendre.com/',
+
+            'Icon' => 'http://bokeh-library-portal.org/userfiles/media/ressources_numeriques/toutapprendre.png',
+
+            'PermissionLabel' => $this->_('Bibliothèque numérique: accéder à la ressource ToutApprendre'),
+            'NotAllowedMessage' => $this->_('Votre compte n\'est pas autorisé à accéder à cette ressource.'),
+
+            'SsoAction' => true,
+
+            'MenuLabel' => $this->_('Lien vers ToutApprendre'),
+            'ModuleMenu' => $this->withNameSpace('ModuleMenu'),
+
+            'Service' => $this->withNameSpace('Service'),
+            'Batch' => $this->withNameSpace('Batch'),
+
+            'DocTypeLabel' => $this->_('Cours en ligne Tout Apprendre'),
+
+            'AdminVars' => ['BIB_ID' => Class_AdminVar_Meta::newDefault($this->_('Identifiant de la bibliothèque fournit par la plateforme ToutApprendre'))->bePrivate(),
+
+                            'KEY' => Class_AdminVar_Meta::newDefault($this->_('Clé de controle fournie par la plateforme ToutApprendre'))->bePrivate(),
+
+                            'SSO_URL' => Class_AdminVar_Meta::newDefault($this->_('URL SSO de la plateforme ToutApprendre'),
+                                                                         ['value' => 'http://biblio.toutapprendre.com/ws/wsUrl.aspx'])->bePrivate(),
+
+                            'HARVEST_URL' => Class_AdminVar_Meta::newDefault($this->_('URL du catalogue de la plateforme ToutApprendre'),
+                                                                             ['value' => 'http://biblio.toutapprendre.com/cours/catalogue.aspx'])->bePrivate()]
+    ];
+  }
+
+
+  public function isEnabled() {
+    return $this->getAdminVar('SSO_URL')
+      && $this->getAdminVar('HARVEST_URL')
+      && $this->getAdminVar('BIB_ID')
+      && $this->getAdminVar('KEY');
+  }
+
+
+  public function getSsoUrl($user) {
+    if(!$user)
+      return '';
+
+    return $this->_ssoUrlFor($user, null);
+  }
+
+
+  public function getAlbumSsoUrl($user, $album) {
+    if (!$user)
+      return '';
+
+    if (!$album)
+      return '';
+
+    return $this->_ssoUrlFor($user, $album);
+  }
+
+
+  public function getAlbumResourceSsoUrl($user, $resource) {
+    return $this->getAlbumSsoUrl($user, $resource);
+  }
+
+
+  public function getHarvestUrl() {
+    return $this->getAdminVar('HARVEST_URL')
+      . '?'
+      . http_build_query(['pk' => $this->getAdminVar('BIB_ID')]);
+  }
+
+
+  protected function _ssoUrlFor($user, $album) {
+    if (!$user)
+      return;
+
+    $login = strtolower($user->getLogin());
+    $formatted_date = date('YmdHi', $this->getCurrentTime());
+
+    $params = ['iduser' => $login,
+               'etablissement' => $this->getAdminVar('BIB_ID'),
+               'd' => $formatted_date,
+               'hash' => md5(implode([$login,
+                                      $formatted_date,
+                                      $this->getAdminVar('KEY')]))
+    ];
+
+    if ($album)
+      $params['pkl'] = $album->getIdOrigine();
+
+    return $this->getAdminVar('SSO_URL')
+      . '?'
+      . http_build_query(array_filter($params));
+  }
+}
\ No newline at end of file
diff --git a/library/digital_resources/ToutApprendre/ModuleMenu.php b/library/digital_resources/ToutApprendre/ModuleMenu.php
new file mode 100644
index 0000000000000000000000000000000000000000..3002d4c9accbdfb41d33a2b39718624541cfad75
--- /dev/null
+++ b/library/digital_resources/ToutApprendre/ModuleMenu.php
@@ -0,0 +1,23 @@
+<?php
+/**
+ * Copyright (c) 2012-2017, Agence Française Informatique (AFI). All rights reserved.
+ *
+ * BOKEH is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
+ * the Free Software Foundation.
+ *
+ * There are special exceptions to the terms and conditions of the AGPL as it
+ * is applied to this software (see README file).
+ *
+ * BOKEH is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU AFFERO GENERAL PUBLIC LICENSE for more details.
+ *
+ * You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
+ * along with BOKEH; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA
+ */
+
+
+class ToutApprendre_ModuleMenu extends Class_DigitalResource_ModuleMenu {}
\ No newline at end of file
diff --git a/library/digital_resources/ToutApprendre/Service.php b/library/digital_resources/ToutApprendre/Service.php
new file mode 100644
index 0000000000000000000000000000000000000000..6c754b7ba6a459a7c5d990c8440c77f840f36962
--- /dev/null
+++ b/library/digital_resources/ToutApprendre/Service.php
@@ -0,0 +1,57 @@
+<?php
+/**
+ * Copyright (c) 2012-2018, Agence Française Informatique (AFI). All rights reserved.
+ *
+ * BOKEH is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
+ * the Free Software Foundation.
+ *
+ * There are special exceptions to the terms and conditions of the AGPL as it
+ * is applied to this software (see README file).
+ *
+ * BOKEH is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU AFFERO GENERAL PUBLIC LICENSE for more details.
+ *
+ * You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
+ * along with BOKEH; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA
+ */
+
+
+class ToutApprendre_Service extends Class_DigitalResource_Service {
+
+  protected
+    $_parser,
+    $_albums;
+
+  protected function loadPage($page_number = 1) {
+    $xml = $this->httpGet($this->_config->getHarvestUrl());
+
+    $this->_parser = new ToutApprendre_Service_Parser();
+    $this->_parser->parseXML($xml);
+    $this->_albums = $this->_parser->getAlbums();
+
+    $this->_total_count = count($this->_albums);
+    $this->_page_number = 1;
+    $this->_page_count = 1;
+
+    return $this;
+  }
+
+
+  protected function _deleteNonHarvested() {
+    return $this->_deleteNonHarvestedAlbums();
+  }
+
+
+  public function getPageCount() {
+    return $this->_page_count;
+  }
+
+
+  public function getRessourcesNumeriques() {
+    return $this->_albums;
+  }
+}
\ No newline at end of file
diff --git a/library/digital_resources/ToutApprendre/Service/Album.php b/library/digital_resources/ToutApprendre/Service/Album.php
new file mode 100644
index 0000000000000000000000000000000000000000..0495a87334c2032110521fd1b147e36b9d26570f
--- /dev/null
+++ b/library/digital_resources/ToutApprendre/Service/Album.php
@@ -0,0 +1,83 @@
+<?php
+/**
+ * Copyright (c) 2012-2018, Agence Française Informatique (AFI). All rights reserved.
+ *
+ * BOKEH is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
+ * the Free Software Foundation.
+ *
+ * There are special exceptions to the terms and conditions of the AGPL as it
+ * is applied to this software (see README file).
+ *
+ * BOKEH is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU AFFERO GENERAL PUBLIC LICENSE for more details.
+ *
+ * You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
+ * along with BOKEH; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA
+ */
+
+
+class ToutApprendre_Service_Album extends Class_WebService_BibNumerique_RessourceNumerique {
+  protected $_tags = [],
+    $_duration = '';
+
+
+  public function getBaseUrl() {
+    return ToutApprendre_Config::getInstance()->getAdminVar('SSO_URL');
+  }
+
+
+  protected function getTypeDoc() {
+    return ToutApprendre_Config::getInstance()->getDocType();
+  }
+
+
+  public function getRessourceCategorieLibelle() {
+    return ToutApprendre_Config::getInstance()->getDocTypeLabel();
+  }
+
+
+  public function fillAlbum($album) {
+    $album
+      ->setTypeDocId($this->getTypeDoc())
+      ->addAuthor('Tout Apprendre')
+      ->setDateMaj($this->getDateMaj())
+      ->setAnnee($this->getAnnee())
+      ->setDuration($this->_duration)
+      ->setDescription($this->getDescription())
+      ->setTags($this->mergeTags($album->getTags()));
+  }
+
+
+  public function updateAlbum($album) {
+    $this->fillAlbum($album);
+    return parent::updateAlbum($album);
+  }
+
+
+  public function mergeTags($tags) {
+    return implode(';',
+                   array_unique(
+                                array_filter(
+                                             array_merge(explode(';', $tags),
+                                                         $this->_tags))));
+  }
+
+
+  public function addTag($tag) {
+    $this->_tags[] = $tag;
+  }
+
+
+  public function setDuration($text) {
+    $this->_duration = $text;
+  }
+
+
+  public function isAlreadyHarvested() {
+    return false;
+  }
+}
\ No newline at end of file
diff --git a/library/Class/WebService/BibNumerique/ToutApprendre/CatalogueParser.php b/library/digital_resources/ToutApprendre/Service/Parser.php
similarity index 66%
rename from library/Class/WebService/BibNumerique/ToutApprendre/CatalogueParser.php
rename to library/digital_resources/ToutApprendre/Service/Parser.php
index d43cead0f1137fafcc85149233847f6861299d86..cb5159e6cdfedcd69ba1cec7bbb6aad32366cb8e 100644
--- a/library/Class/WebService/BibNumerique/ToutApprendre/CatalogueParser.php
+++ b/library/digital_resources/ToutApprendre/Service/Parser.php
@@ -1,6 +1,6 @@
 <?php
 /**
- * Copyright (c) 2012, Agence Française Informatique (AFI). All rights reserved.
+ * Copyright (c) 2012-2018, Agence Française Informatique (AFI). All rights reserved.
  *
  * BOKEH is free software; you can redistribute it and/or modify
  * it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
@@ -19,12 +19,14 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA
  */
 
-class Class_WebService_BibNumerique_ToutApprendre_CatalogueParser {
 
-  protected $_formations=[];
-  protected $_current_formation;
-  protected $_current_lecon;
-  protected $_lecons = [];
+class ToutApprendre_Service_Parser {
+
+  protected
+    $_formations = [],
+    $_lecons = [],
+    $_current_formation,
+    $_current_lecon;
 
 
   public function parseXML($xml) {
@@ -34,26 +36,34 @@ class Class_WebService_BibNumerique_ToutApprendre_CatalogueParser {
   }
 
 
-  public function getCours() {
+  public function getAlbums() {
     return $this->_formations;
   }
 
 
   public function startCours() {
-    $this->_current_formation = new Class_WebService_BibNumerique_ToutApprendre_Formation();
-    $this->_formations[]= $this->_current_formation;
-    $this->_lecons=[];
+    $this->_current_formation = new ToutApprendre_Service_Album;
+    $this->_lecons = [];
+  }
+
 
+  public function endCours() {
+    $this->_formations [] = $this->_current_formation;
   }
 
 
   public function startLecon() {
-    $this->_current_lecon = new Class_AlbumRessource();
-    $this->_lecons[]= $this->_current_lecon;
+    $this->_current_lecon = new Class_AlbumRessource;
+  }
+
+
+  public function endLecon() {
+    $this->_lecons [] = $this->_current_lecon;
   }
 
 
   public function endLecons() {
+    reset($this->_lecons);
     $this->_current_formation->setRessources($this->_lecons);
   }
 
@@ -83,6 +93,11 @@ class Class_WebService_BibNumerique_ToutApprendre_CatalogueParser {
   }
 
 
+  public function endCategorie($data) {
+    $this->_current_formation->addMatiere($data);
+  }
+
+
   public function endDescription($data) {
     $this->_current_formation->setDescription($data);
   }
@@ -93,8 +108,22 @@ class Class_WebService_BibNumerique_ToutApprendre_CatalogueParser {
   }
 
 
+  public function endTheme($data) {
+    $this->_current_formation->addTag($data);
+  }
+
+
+  public function endRubrique($data) {
+    $this->_current_formation->addTag($data);
+  }
+
+
+  public function endDureeCours($data) {
+    $this->_current_formation->setDuration($data);
+  }
+
+
   public function endThumbnail($data) {
     $this->_current_formation->addPoster($data);
   }
-}
-?>
\ No newline at end of file
+}
\ No newline at end of file
diff --git a/library/digital_resources/ToutApprendre/View/Helper/Album.php b/library/digital_resources/ToutApprendre/View/Helper/Album.php
new file mode 100644
index 0000000000000000000000000000000000000000..8aae0a0674c4596c0bc197705ddb6ba1259af7ba
--- /dev/null
+++ b/library/digital_resources/ToutApprendre/View/Helper/Album.php
@@ -0,0 +1,52 @@
+<?php
+/**
+ * Copyright (c) 2012-2018, Agence Française Informatique (AFI). All rights reserved.
+ *
+ * BOKEH is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
+ * the Free Software Foundation.
+ *
+ * There are special exceptions to the terms and conditions of the AGPL as it
+ * is applied to this software (see README file).
+ *
+ * BOKEH is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU AFFERO GENERAL PUBLIC LICENSE for more details.
+ *
+ * You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
+ * along with BOKEH; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA
+ */
+
+
+class ToutApprendre_View_Helper_Album extends Class_DigitalResource_AlbumViewHelper {
+
+  public function album($album) {
+    if(!$album)
+      return '';
+
+    $html = [];
+
+    foreach ($album->getRessources() as $resource)
+      $html [] = $this->_renderResourceLink($resource);
+
+    $html = implode(array_filter($html));
+    return $html ? $this->_tag('ul', $html) : parent::album($album);
+  }
+
+
+  protected function _renderResourceLink($resource) {
+    $url = $this->view->url(['module' => 'opac',
+                             'controller' => 'modules',
+                             'action' => $this->_config->getSsoAction(),
+                             'resource_id' => $resource->getId()],
+                            null,
+                            true);
+
+    return $this->_tag('li',
+                       $this->view->tagAnchor($url,
+                                              $this->_('Accéder à "%s" dans un nouvel onglet', $resource->getTitre()),
+                                              ['target' => '_blank']));
+  }
+}
\ No newline at end of file
diff --git a/library/digital_resources/ToutApprendre/controllers/IndexController.php b/library/digital_resources/ToutApprendre/controllers/IndexController.php
new file mode 100644
index 0000000000000000000000000000000000000000..4c3b2100aeb20c597cd3952027b312bb25671308
--- /dev/null
+++ b/library/digital_resources/ToutApprendre/controllers/IndexController.php
@@ -0,0 +1,23 @@
+<?php
+/**
+ * Copyright (c) 2012-2018, Agence Française Informatique (AFI). All rights reserved.
+ *
+ * BOKEH is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
+ * the Free Software Foundation.
+ *
+ * There are special exceptions to the terms and conditions of the AGPL as it
+ * is applied to this software (see README file).
+ *
+ * BOKEH is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU AFFERO GENERAL PUBLIC LICENSE for more details.
+ *
+ * You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
+ * along with BOKEH; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA
+ */
+
+
+class ToutApprendre_Plugin_IndexController extends Class_DigitalResource_Controller {}
\ No newline at end of file
diff --git a/library/digital_resources/ToutApprendre/images/icon.png b/library/digital_resources/ToutApprendre/images/icon.png
new file mode 100644
index 0000000000000000000000000000000000000000..2324bd63a6246a0d952d0e5acc1f042612086820
Binary files /dev/null and b/library/digital_resources/ToutApprendre/images/icon.png differ
diff --git a/library/digital_resources/ToutApprendre/tests/ToutApprendreTest.php b/library/digital_resources/ToutApprendre/tests/ToutApprendreTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..1241af5ef9ce7e9b0c959a8be39f3e2dcc00c845
--- /dev/null
+++ b/library/digital_resources/ToutApprendre/tests/ToutApprendreTest.php
@@ -0,0 +1,412 @@
+<?php
+/**
+ * Copyright (c) 2012-2018, Agence Française Informatique (AFI). All rights reserved.
+ *
+ * BOKEH is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
+ * the Free Software Foundation.
+ *
+ * There are special exceptions to the terms and conditions of the AGPL as it
+ * is applied to this software (see README file).
+ *
+ * BOKEH is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU AFFERO GENERAL PUBLIC LICENSE for more details.
+ *
+ * You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
+ * along with BOKEH; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA
+ */
+
+
+abstract class ToutApprendreActivatedTestCase extends AbstractControllerTestCase {
+  protected
+    $_storm_default_to_volatile = true,
+    $_user;
+
+  public function setUp() {
+    parent::setUp();
+
+    ToutApprendre_Config::setTimeSource(new TimeSourceForTest('2018-08-14 12:10:07'));
+
+    Class_AdminVar::set('ToutApprendre_BIB_ID', '2220');
+    Class_AdminVar::set('ToutApprendre_KEY', '1111');
+
+    $group = $this->fixture('Class_UserGroup',
+                            ['id' => 1,
+                             'libelle' => 'Digital resources']);
+
+    $this->_user = $this->fixture('Class_Users',
+                                  ['id' => 1,
+                                   'login' => 'Tom',
+                                   'password' => 'pwd'])
+                        ->setUserGroups([$group]);
+
+    $this->fixture('Class_Permission',
+                   ['id' => 1,
+                    'code' => 'ToutApprendre'])
+         ->permitTo($group,  new Class_Entity());
+  }
+}
+
+
+
+class ToutApprendreSsoTest extends ToutApprendreActivatedTestCase {
+
+  public function setUp() {
+    parent::setUp();
+    ZendAfi_Auth::getInstance()->logUser($this->_user);
+    $this->dispatch('/opac/modules/' . Class_DigitalResource::getInstance()->getSsoActionForPlugin('ToutApprendre'), true);
+  }
+
+
+  /** @test */
+  public function shouldRedirectToResource() {
+    $this->assertXPathContentContains('//script' , 'document.location.href="http://biblio.toutapprendre.com/ws/wsUrl.aspx?iduser=tom&etablissement=2220&d=201808141210&hash=ed57ad5fe457c2ea7b3ec14eaee50bef";', $this->_response->getBody());
+  }
+}
+
+
+
+
+class ToutApprendreDashboardUnactivatedTest extends Admin_AbstractControllerTestCase {
+  protected $_storm_default_to_volatile = true;
+
+
+  public function setUp() {
+    parent::setUp();
+    $this->dispatch('/ToutApprendre_Plugin', true);
+  }
+
+
+  /** @test */
+  public function shouldDisplayDeactivated() {
+    $this->assertXPathContentContains('//button', 'Désactivé');
+  }
+
+
+  /** @test */
+  public function ssoUrlShoudlBeDisplay() {
+    $this->assertXPathContentContains('//table', 'ToutApprendre_SSO_URL');
+  }
+}
+
+
+
+
+class ToutApprendreDashboardActivatedTest extends ToutApprendreActivatedTestCase {
+  protected $_storm_default_to_volatile = true;
+
+
+  public function setUp() {
+    parent::setUp();
+
+    $album = $this->fixture('Class_Album',
+                            ['id' => 20,
+                             'titre' => '10 moutons',
+                             'type_doc_id' => 'ToutApprendre'
+                            ]);
+
+    ZendAfi_Auth::getInstance()->logUser($this->fixture('Class_Users',
+                                                        ['id' => 2,
+                                                         'login' => 'admin',
+                                                         'password' => 'admin',
+                                                         'role_level' => ZendAfi_Acl_AdminControllerRoles::SUPER_ADMIN]));
+    $this->dispatch('/ToutApprendre_Plugin', true);
+  }
+
+
+  /** @test */
+  public function shouldDisplayActivated() {
+    $this->assertXPathContentContains('//button', 'Activé');
+  }
+
+
+  /** @test */
+  public function urlSsoTitleBeDisplay() {
+    $this->assertXPathContentContains('//h4', 'URL SSO générée par /modules/tout-apprendre pour l\'utilisateur "ToutApprendre_test_user"');
+  }
+
+
+  /** @test */
+  public function sourceImageShouldBeValid() {
+    $this->assertXPathContentContains('//pre','Image source : ');
+  }
+
+
+  /** @test */
+  public function doctypeImageUrlShouldBePresent() {
+    $this->assertXPath('//h4/img[contains(@src, "/digital-resource/typedoc-icon/id/ToutApprendre")]');
+  }
+}
+
+
+
+class ToutApprendreBatchDispatchTest extends ToutApprendreActivatedTestCase {
+  /** @test */
+  public function batchToutApprendreShouldBePresent() {
+    $this->dispatch('/admin/batch', true);
+    $this->assertXpathContentContains('//td', 'ToutApprendre');
+  }
+}
+
+
+
+
+abstract class ToutApprendreHarvestTestCase extends ToutApprendreActivatedTestCase {
+
+  protected
+    $_service,
+    $_first_album;
+
+
+  public function setUp() {
+    parent::setUp();
+
+    $catalogue_xml = file_get_contents(realpath(dirname(__FILE__)). '/toutapprendre_catalogue.xml');
+    $http_client = $this->mock()
+                        ->whenCalled('open_url')
+                        ->with('http://biblio.toutapprendre.com/cours/catalogue.aspx?pk=2220')
+                        ->answers($catalogue_xml)
+                        ->beStrict();
+
+    $this->_service = ToutApprendre_Service::getInstance();
+    ToutApprendre_Service::setDefaultHttpClient($http_client);
+    Class_WebService_BibNumerique_RessourceNumerique::setCommand($this->mock()
+                                                                 ->whenCalled('execTimedScript')
+                                                                 ->answers(''));
+
+    Class_Album::setFileSystem($this->mock()
+                               ->whenCalled('rmdir')->answers(true)
+                               ->whenCalled('unlink')->answers(true));
+
+    $this->fixture('Class_CodifTypeDoc',
+                   ['id' => ToutApprendre_Config::getInstance()->getDocType(),
+                    'famille_id' => Class_CodifTypeDoc::INCONNU,
+                    'bibliotheques' => '1;8',
+                    'annexes' => '10;12',
+                    'sections' => '18;19']);
+
+    $this->_service->harvest();
+    $this->_first_album = Class_Album::find(1);
+  }
+}
+
+
+
+
+class ToutApprendreHarvestTest extends ToutApprendreHarvestTestCase {
+
+
+  /** @test */
+  public function numberOfAlbumsShould5() {
+    $this->assertCount(5, $this->_service->getRessourcesNumeriques());
+  }
+
+
+  /** @test */
+  public function firstAlbumTitreShouldBeLibreOffice() {
+    $this->assertEquals('LibreOffice Database - Module 1', $this->_first_album->getTitre());
+  }
+
+
+  /** @test */
+  public function firstAlbumShouldHave11Resources() {
+    $this->assertCount(11, $this->_first_album->getRessources());
+  }
+
+
+  /** @test */
+  public function firstAlbumLibreOfficeIdOrigineShouldBe4742() {
+    $this->assertEquals('4742', $this->_first_album->getIdOrigine());
+  }
+
+
+  /** @test */
+  public function firstRessourceTitleShouldBeConceptsEssentiels() {
+    $this->assertEquals('Concepts essentiels', $this->_first_album->getRessources()[0]->getTitre());
+  }
+
+
+  /** @test */
+  public function firstRessourceSouldBeValid() {
+    $this->assertTrue($this->_first_album->getRessources()[0]->isValid());
+  }
+
+
+  /** @test */
+  public function tenthRessourceIdShouldBe182() {
+    $this->assertEquals('182',$this->_first_album->getRessources()[10]->getIdOrigine());
+  }
+
+
+  /** @test */
+  public function firstAlbumLibreOfficeDesciptionShouldBeSet()  {
+    $this->assertEquals("Accéder aux données de LibreOffice Database et les imprimer",$this->_first_album->getDescription());
+  }
+
+
+  /** @test */
+  public function posterToutApprendreShouldBeURIJacketURL(){
+    $this->assertEquals('http://www.toutapprendre.com/img/min/4742.gif',
+                        $this->_first_album->getPoster());
+  }
+
+
+  /** @test */
+  public function bibliothequeShouldBeImportedInFirstAlbum() {
+    $this->assertEquals('1;8',$this->_first_album->getBibliotheques());
+  }
+
+
+  /** @test */
+  public function annexesShouldBeImportedInSecondAlbum() {
+    $this->assertEquals('10;12',$this->_first_album->getAnnexes());
+  }
+
+
+  /** @test */
+  public function sectionsShouldBeImportedInThirdAlbum() {
+    $this->assertEquals('18;19',$this->_first_album->getSections());
+  }
+
+
+  /** @test */
+  public function matiereShouldBeImport() {
+    $this->assertEquals('Bureautique / Internet', Class_CodifMatiere::find($this->_first_album->getMatiere())->getLibelle());
+  }
+
+
+  /** @test */
+  public function tagsShouldBeImportAsThemeAndRubrique() {
+    $this->assertEquals('Multimedia;Tableur / Excel', $this->_first_album->getTags());
+  }
+
+
+  /** @test */
+  public function tagsShouldBeIndexedInRecord() {
+    $this->_first_album->index();
+    $record = Class_Notice::find(1);
+    $this->assertContains('Z1 Z2', $record->getFacettes());
+  }
+
+
+  /** @test */
+  public function durationBeImported() {
+    $this->assertEquals('3 heures',$this->_first_album->getDuration());
+  }
+
+
+  /** @test */
+  public function oldAlbumShouldBeRemoved() {
+    $this->fixture('Class_Album',
+                   ['id' => 5689,
+                    'type_doc_id' => 'ToutApprendre',
+                    'titre' => 'old tout apprendre',
+                    'id_origine' => 4567897897]);
+
+    $this->_service->harvest();
+
+    $this->assertNull(Class_Album::find(5689));
+  }
+
+
+  /** @test */
+  public function oldRessourceShouldHaveBeenDelete() {
+    $old_resource = $this->fixture('Class_AlbumRessource',
+                                   ['id' => 560,
+                                    'titre' => 'old ressource',
+                                    'id_album' => $this->_first_album->getId(),
+                                    'id_origine' => 456]);
+
+    $this->_first_album->setResources([$old_resource])->save();
+    $this->_service->harvest();
+
+    $this->assertNull(Class_AlbumRessource::find(560));
+  }
+}
+
+
+
+
+class ToutApprendreHarvestIssueTest extends ToutApprendreActivatedTestCase {
+  protected $_service;
+
+
+  public function setUp() {
+    parent::setUp();
+    $http_client = $this->mock()
+                        ->whenCalled('open_url')
+                        ->with('http://biblio.toutapprendre.com/cours/catalogue.aspx?pk=2220')
+                        ->answers('')
+                        ->beStrict();
+
+    $this->_service = ToutApprendre_Service::getInstance();
+    ToutApprendre_Service::setDefaultHttpClient($http_client);
+    Class_WebService_BibNumerique_RessourceNumerique::setCommand($this->mock()
+                                                                 ->whenCalled('execTimedScript')
+                                                                 ->answers(''));
+
+    $this->_service->harvest();
+  }
+
+
+  /** @test */
+  public function oldAlbumShouldNotBeRemoved() {
+    $this->fixture('Class_Album',
+                   ['id' => 5689,
+                    'type_doc_id' => 'ToutApprendre',
+                    'titre' => 'old tout apprendre',
+                    'id_origine' => 4567897897]);
+
+    $this->_service->harvest();
+
+    $this->assertNotNull(Class_Album::find(5689));
+  }
+}
+
+
+
+
+class ToutApprendreViewRecordTest extends ToutApprendreHarvestTestCase {
+
+
+  public function setUp() {
+    parent::setUp();
+    $this->_first_album->index();
+    $this->dispatch('/noticeajax/resnumeriques/id/1', true);
+  }
+
+
+  /** @test */
+  public function linkToMiseEnFormeDeLaFeuilleShouldBePresent() {
+    $this->assertXPathContentContains('//li/a[contains(@href, "modules/tout-apprendre/resource_id/8")]',
+                                      utf8_encode('Accéder à "Mise en forme de la feuille" dans un nouvel onglet'));
+  }
+
+
+  /** @test */
+  public function linkToLaMiseEnPageShouldBePresent() {
+    $this->assertXPathContentContains('//li/a[contains(@href, "/modules/tout-apprendre/resource_id/9")]',
+                                      utf8_encode('Accéder à "La mise en page" dans un nouvel onglet'));
+  }
+}
+
+
+
+
+class ToutApprendreSsoResourceTest extends ToutApprendreHarvestTestCase {
+
+  public function setUp() {
+    parent::setUp();
+    ZendAfi_Auth::getInstance()->logUser($this->_user);
+    $this->dispatch('/opac/modules/tout-apprendre/resource_id/8', true);
+  }
+
+
+  /** @test */
+  public function shouldRedirectToResource() {
+    $this->assertXPathContentContains('//script' , 'document.location.href="http://biblio.toutapprendre.com/ws/wsUrl.aspx?iduser=tom&etablissement=2220&d=201808141210&hash=ed57ad5fe457c2ea7b3ec14eaee50bef&pkl=179";');
+  }
+}
\ No newline at end of file
diff --git a/tests/fixtures/toutapprendre_catalogue.xml b/library/digital_resources/ToutApprendre/tests/toutapprendre_catalogue.xml
similarity index 99%
rename from tests/fixtures/toutapprendre_catalogue.xml
rename to library/digital_resources/ToutApprendre/tests/toutapprendre_catalogue.xml
index 5af20e874a92d708ec9b854f3bb0a4fc2364f486..3c7911620a5c3c786e411a312415f1f2160d2438 100644
--- a/tests/fixtures/toutapprendre_catalogue.xml
+++ b/library/digital_resources/ToutApprendre/tests/toutapprendre_catalogue.xml
@@ -4,7 +4,8 @@
 <titre>LibreOffice Database - Module 1</titre>
 <editeur>ToutApprendre.com - EduPerformance</editeur>
 <categorie catId="2">Bureautique / Internet</categorie>
-<rubrique>Toutapprendre</rubrique>
+<rubrique>Multimedia</rubrique>
+<theme>Tableur / Excel</theme>
 <description>Accéder aux données de LibreOffice Database et les imprimer</description>
 <dureeCours>3 heures</dureeCours>
 <demo>http%3A%2F%2Fwww%2Etoutapprendre%2Ecom%2FDemonstration%2FeduV2%2FeduPerformanceDemo%2Easp%3Fc%3Dac02</demo>
diff --git a/library/requires.php b/library/requires.php
index 0ae4e69b4cedeb098a63a4daf6521556eb8c8b4f..9780fd22256d70dbf1db061cf77eb3aaeaefa181 100644
--- a/library/requires.php
+++ b/library/requires.php
@@ -102,7 +102,6 @@ require_once(ROOT_PATH.'library/Class/Systeme/ModulesMenu/Sitotheque.php');
 require_once(ROOT_PATH.'library/Class/Systeme/ModulesMenu/Rss.php');
 require_once(ROOT_PATH.'library/Class/Systeme/ModulesMenu/Numilog.php');
 require_once(ROOT_PATH.'library/Class/Systeme/ModulesMenu/News.php');
-require_once(ROOT_PATH.'library/Class/Systeme/ModulesMenu/ToutApprendre.php');
 require_once(ROOT_PATH.'library/Class/Systeme/ModulesMenu/LastNews.php');
 require_once(ROOT_PATH.'library/Class/Systeme/ModulesMenu/Catalogue.php');
 require_once(ROOT_PATH.'library/Class/Systeme/ModulesMenu/BibliothequeNumerique.php');
diff --git a/library/startup.php b/library/startup.php
index cc4b7bb9640ba045d7627db1c9c9c89f75358890..41d5caca1ef9593466f08a2ff79d760507fb0667 100644
--- a/library/startup.php
+++ b/library/startup.php
@@ -81,7 +81,7 @@ class Bokeh_Engine {
 
   function setupConstants() {
     defineConstant('BOKEH_MAJOR_VERSION','7.12');
-    defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.27');
+    defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.33');
 
     defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/');
 
diff --git a/library/storm b/library/storm
index 03a836b167a34618068cfe97d6cd9a3b04b34053..84f4fb2eabbab3197249075228152daf5f7921f4 160000
--- a/library/storm
+++ b/library/storm
@@ -1 +1 @@
-Subproject commit 03a836b167a34618068cfe97d6cd9a3b04b34053
+Subproject commit 84f4fb2eabbab3197249075228152daf5f7921f4
diff --git a/library/translation/ca.mo b/library/translation/ca.mo
index a3dd47aedc487881d7aa40f28e8c8f5e01f27d3f..d0ec2ae827267220b67ca248013813477d1e09a3 100644
Binary files a/library/translation/ca.mo and b/library/translation/ca.mo differ
diff --git a/library/translation/ca.po b/library/translation/ca.po
index ed0f7840113c0cee098825a9a1dbde044569d0f1..fd75fad950cd9f663c064211d5ab31a2711fd572 100644
--- a/library/translation/ca.po
+++ b/library/translation/ca.po
@@ -2,7 +2,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Bokeh 2018\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-07-16 15:14+0200\n"
+"POT-Creation-Date: 2018-08-27 14:29+0200\n"
 "Language: ca\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -90,6 +90,7 @@ msgstr " als butlletins:"
 #: ../../application/modules/opac/controllers/AuthController.php:515
 #: ../../application/modules/opac/controllers/AuthController.php:510
 #: ../../application/modules/opac/controllers/AuthController.php:522
+#: ../../application/modules/opac/controllers/AuthController.php:514
 msgid " avec l'adresse suivante: "
 msgstr " amb la següent adreça:"
 
@@ -283,6 +284,7 @@ msgstr "\" %s\" ja no és una novetat per a tu."
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:355
 #: ../../application/modules/admin/controllers/FileManagerController.php:292
 #: ../../application/modules/admin/controllers/FileManagerController.php:298
+#: ../../application/modules/admin/controllers/FileManagerController.php:307
 #, php-format
 msgid "\"%s\" renommé en \"%s\"."
 msgstr "Cistella \" %s\" reanomenat a \" %s\"."
@@ -406,6 +408,7 @@ msgid "%s #%s supprimé"
 msgstr "Comentaris %s remogut"
 
 #: ../../library/Class/Systeme/Widget/Abstract.php:130
+#: ../../library/Class/Systeme/Widget/Abstract.php:143
 #, php-format
 msgid "%s ( %s )"
 msgstr "Des %s per %s"
@@ -604,6 +607,8 @@ msgstr " %s préstec (s) a comprovar"
 #: ../../library/Class/Systeme/ModulesMenu.php:244
 #: ../../library/Class/Systeme/ModulesMenu.php:213
 #: ../../library/Class/Systeme/ModulesMenu.php:243
+#: ../../library/Class/Systeme/ModulesMenu.php:212
+#: ../../library/Class/Systeme/ModulesMenu.php:242
 #, php-format
 msgid "%s%s : %s"
 msgstr " %s %s: %s"
@@ -738,6 +743,11 @@ msgstr "(Aquest comentari va ser reportat als moderadors)"
 msgid "(quotas max pour les nouveautés)"
 msgstr "(Quotes màx per novetats)"
 
+#: ../../library/ZendAfi/Form/Admin/AuthorFunction.php:39
+#, fuzzy
+msgid "** libellé **"
+msgstr "redacció"
+
 #: ../../application/modules/admin/controllers/BibController.php:529
 #: ../../application/modules/admin/controllers/BibController.php:537
 #: ../../application/modules/admin/controllers/BibController.php:556
@@ -976,6 +986,7 @@ msgstr "7 - Creació de classes Dewey"
 #: ../../application/modules/opac/views/scripts/head.phtml:87
 #: ../../application/modules/opac/views/scripts/head.phtml:86
 #: ../../application/modules/opac/views/scripts/head.phtml:86
+#: ../../application/modules/opac/views/scripts/head.phtml:85
 #, php-format
 msgid ""
 "<link rel=\"alternate stylesheet\" type=\"text/css\" href=\"\" title=\"%s\" "
@@ -1209,6 +1220,7 @@ msgstr "acceptada"
 #: ../../library/ZendAfi/View/Helper/Telephone/Tags/Toolbar.php:35
 #: ../../library/ZendAfi/View/Helper/Admin/Nav.php:43
 #: ../../library/Class/MoteurRecherche.php:611
+#: ../../library/ZendAfi/View/Helper/ComboProfils.php:107
 msgid "Accueil"
 msgstr "Inici"
 
@@ -1226,6 +1238,7 @@ msgstr "Accés"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:224
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:239
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:313
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:318
 msgid "Accès pro."
 msgstr "Administració"
 
@@ -1234,6 +1247,7 @@ msgstr "Administració"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:138
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:135
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:134
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:136
 msgid "Accès à Cosmogramme"
 msgstr "obrir cosmograma"
 
@@ -1252,11 +1266,21 @@ msgstr "La gestió dels recursos"
 msgid "Accéder au document Numérique Premium"
 msgstr "Obtenir el document digital premium"
 
+#: ../../library/ZendAfi/View/Helper/Accueil/Base.php:506
+#, fuzzy, php-format
+msgid "Accéder au flux RSS de %s"
+msgstr "Veure cistella %s"
+
 #: ../../library/ZendAfi/View/Helper/ShareByMail.php:32
 #: ../../library/ZendAfi/View/Helper/ShareByMail.php:32
 msgid "Accéder au formulaire de contact"
 msgstr "Formulari de contacte"
 
+#: ../../library/ZendAfi/View/Helper/TagRechercheSimple.php:55
+#, fuzzy
+msgid "Accéder au formulaire de recherche avancée"
+msgstr "No hi han categories"
+
 #: ../../library/ZendAfi/View/Helper/Search/Header.php:105
 #: ../../library/ZendAfi/View/Helper/Search/Header.php:105
 msgid "Accéder au formulaire de recherche pré-rempli avec les critères actuels"
@@ -1283,6 +1307,7 @@ msgstr "Llegir-ne"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:236
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:261
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:335
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:340
 msgid "Accéder aux articles dans l'interface d'administration"
 msgstr "Accés a l'article en la interfície d'administració"
 
@@ -1292,6 +1317,7 @@ msgstr "Accés a l'article en la interfície d'administració"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:244
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:269
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:343
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:348
 msgid "Accéder aux domaines dans l'interface d'administration"
 msgstr "Accés a les seleccions en la interfície d'administració"
 
@@ -1303,6 +1329,11 @@ msgstr "La gestió dels recursos"
 msgid "Accéder aux titres seulement"
 msgstr "només Títol"
 
+#: ../../library/ZendAfi/View/Helper/Widget/Nav.php:169
+#, fuzzy, php-format
+msgid "Accéder à \"%s\""
+msgstr "La gestió dels recursos"
+
 #: ../../library/Class/DigitalResource/AlbumViewHelper.php:44
 #, fuzzy, php-format
 msgid "Accéder à \"%s\" dans un nouvel onglet"
@@ -1315,6 +1346,11 @@ msgstr "En una fitxa"
 msgid "Accéder à \"%s\" dans un nouvel onglet."
 msgstr "En una fitxa"
 
+#: ../../library/ZendAfi/View/Helper/Menu/Entry.php:83
+#, fuzzy, php-format
+msgid "Accéder à %s."
+msgstr "La gestió dels recursos"
+
 #: ../../application/modules/telephone/controllers/RechercheController.php:50
 #: ../../application/modules/telephone/controllers/RechercheController.php:50
 msgid "Accéder à l'album"
@@ -1322,6 +1358,7 @@ msgstr "La gestió dels recursos"
 
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:253
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:327
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:332
 msgid "Accéder à l'assistance"
 msgstr "suport"
 
@@ -1336,9 +1373,15 @@ msgstr "Accedir al administrador"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:228
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:243
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:317
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:322
 msgid "Accéder à l'interface d'administration"
 msgstr "Obrir la pàgina d'administració"
 
+#: ../../library/ZendAfi/View/Helper/Widget/Login.php:42
+#, fuzzy, php-format
+msgid "Accéder à l'interface de gestion de %s."
+msgstr "Obrir la pàgina d'administració"
+
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:72
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:76
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:76
@@ -1349,6 +1392,7 @@ msgstr "Accés a la pàgina d'edició del meu compte d'administrador"
 
 #: ../../application/modules/telephone/controllers/RechercheController.php:55
 #: ../../application/modules/telephone/controllers/RechercheController.php:55
+#: ../../application/modules/telephone/controllers/RechercheController.php:52
 msgid "Accéder à la ressource"
 msgstr "La gestió dels recursos"
 
@@ -1392,7 +1436,7 @@ msgstr "Accions"
 #: ../../library/Class/AdminVar.php:240 ../../library/Class/AdminVar.php:242
 #: ../../library/Class/AdminVar.php:261 ../../library/Class/AdminVar.php:263
 #: ../../library/Class/AdminVar.php:255 ../../library/Class/AdminVar.php:258
-#: ../../library/Class/AdminVar.php:256
+#: ../../library/Class/AdminVar.php:256 ../../library/Class/AdminVar.php:253
 msgid ""
 "Activation de la disponibilite dans le resultat de recherche au survol de la "
 "couverture du document, calculé en temps réel."
@@ -1402,7 +1446,7 @@ msgstr "Determinació de la disponibilitat en el resultat de cerca"
 #: ../../library/Class/AdminVar.php:241 ../../library/Class/AdminVar.php:243
 #: ../../library/Class/AdminVar.php:262 ../../library/Class/AdminVar.php:264
 #: ../../library/Class/AdminVar.php:256 ../../library/Class/AdminVar.php:259
-#: ../../library/Class/AdminVar.php:257
+#: ../../library/Class/AdminVar.php:257 ../../library/Class/AdminVar.php:254
 msgid ""
 "Activation de la disponibilite dans le resultat de recherche. Calculé grâce "
 "à la facette \"En rayon\"."
@@ -1412,13 +1456,14 @@ msgstr "Determinació de la disponibilitat en el resultat de cerca"
 #: ../../library/Class/AdminVar.php:331 ../../library/Class/AdminVar.php:337
 #: ../../library/Class/AdminVar.php:356 ../../library/Class/AdminVar.php:358
 #: ../../library/Class/AdminVar.php:361 ../../library/Class/AdminVar.php:353
-#: ../../library/Class/AdminVar.php:354
+#: ../../library/Class/AdminVar.php:354 ../../library/Class/AdminVar.php:351
 msgid "Activation de la navigation collaborative"
 msgstr "Determinació de la navegació col·laborativa"
 
 #: ../../library/Class/AdminVar.php:202
 ../../library/Class/AdminVar.php:203
 #: ../../library/Class/AdminVar.php:200 ../../library/Class/AdminVar.php:219
 #: ../../library/Class/AdminVar.php:221 ../../library/Class/AdminVar.php:213
+#: ../../library/Class/AdminVar.php:210
 msgid "Activation de la ressource numérique PlanetNemo"
 msgstr "Activació del recurs digital PlanetNemo"
 
@@ -1426,7 +1471,7 @@ msgstr "Activació del recurs digital PlanetNemo"
 #: ../../library/Class/AdminVar.php:311 ../../library/Class/AdminVar.php:317
 #: ../../library/Class/AdminVar.php:336 ../../library/Class/AdminVar.php:338
 #: ../../library/Class/AdminVar.php:341 ../../library/Class/AdminVar.php:333
-#: ../../library/Class/AdminVar.php:334
+#: ../../library/Class/AdminVar.php:334 ../../library/Class/AdminVar.php:331
 msgid "Activation des boîtes dans les menus"
 msgstr "Determinació de les blocs en els menús"
 
@@ -1434,7 +1479,7 @@ msgstr "Determinació de les blocs en els menús"
 #: ../../library/Class/AdminVar.php:336 ../../library/Class/AdminVar.php:342
 #: ../../library/Class/AdminVar.php:361 ../../library/Class/AdminVar.php:363
 #: ../../library/Class/AdminVar.php:366 ../../library/Class/AdminVar.php:358
-#: ../../library/Class/AdminVar.php:359
+#: ../../library/Class/AdminVar.php:359 ../../library/Class/AdminVar.php:356
 msgid "Activation des fonctions avancées du téléphone"
 msgstr "Determinació de les funcions avancadas del télefono"
 
@@ -1443,12 +1488,14 @@ msgstr "Determinació de les funcions avancadas del télefono"
 #: ../../library/Class/AdminVar.php:274 ../../library/Class/AdminVar.php:276
 #: ../../library/Class/AdminVar.php:278 ../../library/Class/AdminVar.php:270
 #: ../../library/Class/AdminVar.php:273 ../../library/Class/AdminVar.php:271
+#: ../../library/Class/AdminVar.php:268
 msgid "Activation des formulaires"
 msgstr "Activació dels formularis"
 
 #: ../../library/Class/AdminVar.php:170
 ../../library/Class/AdminVar.php:171
 #: ../../library/Class/AdminVar.php:168 ../../library/Class/AdminVar.php:187
 #: ../../library/Class/AdminVar.php:189 ../../library/Class/AdminVar.php:181
+#: ../../library/Class/AdminVar.php:178
 msgid "Activation du PNB Dilicom"
 msgstr "Activació del PNB Dilicom"
 
@@ -1473,6 +1520,7 @@ msgid "Activer l'outil de parcours des Thesaurus"
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:369 ../../library/Class/AdminVar.php:367
+#: ../../library/Class/AdminVar.php:364
 #, fuzzy
 msgid "Activer l'outil de parcours des codifications"
 msgstr "darrera modificació"
@@ -1503,7 +1551,7 @@ msgstr "Comença la collita"
 
 #: ../../library/Class/AdminVar.php:268 ../../library/Class/AdminVar.php:270
 #: ../../library/Class/AdminVar.php:262 ../../library/Class/AdminVar.php:265
-#: ../../library/Class/AdminVar.php:263
+#: ../../library/Class/AdminVar.php:263 ../../library/Class/AdminVar.php:260
 msgid "Activer les formulaires de recherche configurables"
 msgstr "Habilitar formularis de cerca configurables"
 
@@ -1526,6 +1574,7 @@ msgstr "Habilitar eines d'accessibilitat"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:175
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:190
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:264
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:269
 #, fuzzy, php-format
 msgid "Activer ou désactiver : %s"
 msgstr "Activa el mòdul de formació"
@@ -1539,7 +1588,7 @@ msgstr "Activa la biblioteca digital"
 #: ../../library/Class/AdminVar.php:303 ../../library/Class/AdminVar.php:309
 #: ../../library/Class/AdminVar.php:328 ../../library/Class/AdminVar.php:330
 #: ../../library/Class/AdminVar.php:333 ../../library/Class/AdminVar.php:325
-#: ../../library/Class/AdminVar.php:326
+#: ../../library/Class/AdminVar.php:326 ../../library/Class/AdminVar.php:323
 msgid "Activer ou désactiver le module d'activité"
 msgstr "Activa el mòdul de formació"
 
@@ -1685,6 +1734,7 @@ msgstr "Administració"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:121
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:121
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:118
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:120
 msgid "Administration du portail"
 msgstr "portal Administration"
 
@@ -1802,12 +1852,14 @@ msgstr "Destinatari absent direcció."
 #: ../../library/Class/AdminVar.php:187
 ../../library/Class/AdminVar.php:188
 #: ../../library/Class/AdminVar.php:185 ../../library/Class/AdminVar.php:204
 #: ../../library/Class/AdminVar.php:206 ../../library/Class/AdminVar.php:198
+#: ../../library/Class/AdminVar.php:195
 msgid "Adresse du serveur OAI 1D touch"
 msgstr "Direcció del servidor OAI 1D touch"
 
 #: ../../library/Class/AdminVar.php:193
 ../../library/Class/AdminVar.php:194
 #: ../../library/Class/AdminVar.php:191 ../../library/Class/AdminVar.php:210
 #: ../../library/Class/AdminVar.php:212 ../../library/Class/AdminVar.php:204
+#: ../../library/Class/AdminVar.php:201
 msgid "Adresse du serveur OAI Cité de la Musique"
 msgstr "Direcció del servidor OAI Cyberlibris"
 
@@ -1820,6 +1872,7 @@ msgstr "Direcció del servidor OAI Cyberlibris"
 #: ../../library/Class/AdminVar.php:197
 ../../library/Class/AdminVar.php:198
 #: ../../library/Class/AdminVar.php:195 ../../library/Class/AdminVar.php:214
 #: ../../library/Class/AdminVar.php:216 ../../library/Class/AdminVar.php:208
+#: ../../library/Class/AdminVar.php:205
 msgid "Adresse du serveur Orphea"
 msgstr "Direcció del servidor Orphea"
 
@@ -2008,6 +2061,8 @@ msgstr "Mostra la barra de navegació"
 #: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:381
 #: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:380
 #: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:381
+#: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:383
+#: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:384
 msgid "Afficher la carte"
 msgstr "veure mapa"
 
@@ -2022,6 +2077,8 @@ msgstr "veure mapa"
 #: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:442
 #: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:441
 #: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:442
+#: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:444
+#: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:445
 msgid "Afficher la notice"
 msgstr "veure registre"
 
@@ -2059,6 +2116,11 @@ msgstr "Mostrar els resultats de cerca"
 msgid "Afficher le menu horizontal"
 msgstr "Mostra el menú horitzontal"
 
+#: ../../library/ZendAfi/Form/Configuration/Widget/Breadcrumb.php:34
+#, fuzzy
+msgid "Afficher le profil courant"
+msgstr "Visualitzar les etiquetes"
+
 #: ../../library/ZendAfi/View/Helper/CosmoLogs.php:95
 #: ../../library/ZendAfi/View/Helper/CosmoLogs.php:95
 #, fuzzy, php-format
@@ -2140,6 +2202,11 @@ msgstr "Visualitzar les etiquetes"
 msgid "Afficher les titres"
 msgstr "veure títols"
 
+#: ../../library/ZendAfi/View/Helper/Widget/Nav.php:161
+#, fuzzy, php-format
+msgid "Afficher ou masquer le menu \"%s\""
+msgstr "Veure més facetes ..."
+
 #: ../../library/ZendAfi/View/Helper/Facettes.php:120
 #: ../../library/ZendAfi/View/Helper/Facettes.php:120
 #, fuzzy, php-format
@@ -2371,7 +2438,7 @@ msgstr "Afegir a la cistella"
 #: ../../library/Class/AdminVar.php:329 ../../library/Class/AdminVar.php:335
 #: ../../library/Class/AdminVar.php:354 ../../library/Class/AdminVar.php:356
 #: ../../library/Class/AdminVar.php:359 ../../library/Class/AdminVar.php:351
-#: ../../library/Class/AdminVar.php:352
+#: ../../library/Class/AdminVar.php:352 ../../library/Class/AdminVar.php:349
 msgid "Ajouter automatiquement une boîte panier dans la division flottante"
 msgstr "Afegir automàticament una bloc cistella en la divisió flotant"
 
@@ -2571,6 +2638,7 @@ msgstr "Afegir al pla del lloc"
 #: ../../application/modules/admin/views/scripts/profil/index.phtml:11
 #: ../../application/modules/admin/views/scripts/profil/index.phtml:9
 #: ../../application/modules/admin/controllers/ProfilController.php:409
+#: ../../application/modules/admin/controllers/ProfilController.php:413
 msgid "Ajouter un profil"
 msgstr "Afegir portal"
 
@@ -2651,6 +2719,7 @@ msgstr "Afegir una secció"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:119
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:134
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:208
+#: ../../application/modules/admin/controllers/WidgetController.php:185
 msgid "Ajouter une boîte"
 msgstr "Afegir la bloc"
 
@@ -2661,6 +2730,11 @@ msgstr "Afegir la bloc"
 msgid "Ajouter une boîte en-dessous"
 msgstr "Afegir la bloc per sota"
 
+#: ../../library/ZendAfi/View/Helper/FonctionsAdmin.php:167
+#, fuzzy, php-format
+msgid "Ajouter une boîte en-dessous de \"%s\""
+msgstr "Afegir la bloc per sota"
+
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:124
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:124
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:139
@@ -2681,6 +2755,7 @@ msgstr "Afegir la bloc"
 #: ../../application/modules/opac/controllers/AbonneController.php:1116
 #: ../../application/modules/opac/controllers/AbonneController.php:1202
 #: ../../application/modules/opac/controllers/AbonneController.php:1204
+#: ../../application/modules/opac/controllers/AbonneController.php:1206
 msgid "Ajouter une carte"
 msgstr "Afegir un article"
 
@@ -2808,12 +2883,15 @@ msgstr "Afegir l'entrenament"
 #: ../../library/ZendAfi/Form/Album.php:49
 #: ../../library/ZendAfi/Form/Album.php:50
 #: ../../library/ZendAfi/View/Helper/Notice/Dilicom.php:46
+#: ../../application/modules/admin/controllers/HarvestController.php:127
+#: ../../application/modules/admin/controllers/HarvestController.php:184
 msgid "Album"
 msgstr "Àlbum"
 
 #: ../../application/modules/admin/controllers/HarvestController.php:155
 #: ../../application/modules/admin/controllers/HarvestController.php:133
 #: ../../application/modules/admin/controllers/HarvestController.php:133
+#: ../../application/modules/admin/controllers/HarvestController.php:132
 #, php-format
 msgid "Album \"%s\" importé de Jamendo"
 msgstr "Àlbum \" %s\" importat des Jamendo"
@@ -2821,6 +2899,7 @@ msgstr "Àlbum \" %s\" importat des Jamendo"
 #: ../../application/modules/admin/controllers/HarvestController.php:212
 #: ../../application/modules/admin/controllers/HarvestController.php:190
 #: ../../application/modules/admin/controllers/HarvestController.php:190
+#: ../../application/modules/admin/controllers/HarvestController.php:189
 #, php-format
 msgid "Album \"%s\" importé de SoundCloud"
 msgstr "Àlbum \" %s\" importat des Jamendo"
@@ -2898,6 +2977,7 @@ msgstr "aleatori"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:267
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:292
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:366
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:371
 msgid "Amber IDE"
 msgstr "Amber IDE"
 
@@ -3125,6 +3205,7 @@ msgstr "dispositius autoritzats"
 
 #: ../../library/ZendAfi/Controller/Plugin/InspectorGadget.php:155
 #: ../../library/ZendAfi/Controller/Plugin/InspectorGadget.php:161
+#: ../../library/ZendAfi/Controller/Plugin/InspectorGadget.php:168
 #, fuzzy, php-format
 msgid "Appels webservices (%s)"
 msgstr "Serveis de proves web"
@@ -3267,6 +3348,7 @@ msgstr "Categoria de l'article"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:257
 #: ../../application/modules/admin/controllers/CmsController.php:103
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:331
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:336
 msgid "Articles"
 msgstr "Articles"
 
@@ -3305,6 +3387,7 @@ msgstr "Assistència"
 
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:252
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:326
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:331
 #, php-format
 msgid "Assistance (%d)"
 msgstr "Assistència ( %d)"
@@ -3320,6 +3403,7 @@ msgid "Associer à"
 msgstr "associar amb"
 
 #: ../../library/ZendAfi/View/Helper/ProfileComposition.php:104
+#: ../../library/ZendAfi/View/Helper/ProfileComposition.php:105
 msgid ""
 "Attention. Cette division est partagée entre toutes les pages du profil."
 msgstr ""
@@ -3354,8 +3438,7 @@ msgstr "Tipus de document"
 #: ../../library/ZendAfi/View/Helper/Redmine/Header.php:124
 #: ../../library/ZendAfi/View/Helper/Abonne/Resume.php:77
 #: ../../library/ZendAfi/Form/Admin/ExternalAgenda.php:57
-#: ../../library/Class/ModeleFusion.php:75
-#: ../../library/Class/Ouverture.php:50
+#: ../../library/Class/ModeleFusion.php:75 ../../library/Class/Ouverture.php:50
 #: ../../library/ZendAfi/Form/Album.php:235
 #: ../../library/ZendAfi/Form/Admin/News.php:243
 #: ../../library/ZendAfi/Form/Admin/Library.php:263
@@ -3377,8 +3460,7 @@ msgstr "no"
 msgid "Aucun album présent pour cette ressource"
 msgstr "sense reserves"
 
-#: ../../library/Class/NoticeHtml.php:69
-#: ../../library/Class/NoticeHtml.php:69
+#: ../../library/Class/NoticeHtml.php:69
 ../../library/Class/NoticeHtml.php:69
 msgid "Aucun article n'a été trouvé"
 msgstr "So s'ha trobat cap article"
 
@@ -3433,6 +3515,11 @@ msgstr "Sense contingut"
 msgid "Aucun courriel envoyé, erreur: "
 msgstr "No s'ha enviat cap email, error: ␣"
 
+#: ../../application/modules/opac/controllers/AbonneController.php:965
+#, fuzzy, php-format
+msgid "Aucun courriel envoyé, erreur: %s"
+msgstr "No s'ha enviat cap email, error: ␣"
+
 #: ../../application/modules/admin/controllers/ModoController.php:833
 #: ../../application/modules/admin/controllers/ModoController.php:833
 #: ../../application/modules/admin/controllers/ModoController.php:882
@@ -3981,6 +4068,7 @@ msgstr "Autors"
 #: ../../application/modules/opac/controllers/AuthController.php:237
 #: ../../application/modules/opac/controllers/AuthController.php:237
 #: ../../application/modules/opac/controllers/AuthController.php:242
+#: ../../application/modules/opac/controllers/AuthController.php:241
 msgid "Authentification"
 msgstr "autenticació"
 
@@ -4003,7 +4091,7 @@ msgstr "Autorització inespecificada"
 #: ../../library/Class/AdminVar.php:289 ../../library/Class/AdminVar.php:292
 #: ../../library/Class/AdminVar.php:311 ../../library/Class/AdminVar.php:313
 #: ../../library/Class/AdminVar.php:316 ../../library/Class/AdminVar.php:308
-#: ../../library/Class/AdminVar.php:309
+#: ../../library/Class/AdminVar.php:309 ../../library/Class/AdminVar.php:306
 msgid "Autoriser l'accès aux API OAUTH via HTTP (non sécurisé - déconseillé)"
 msgstr "Permetre l'accés a les API de OAuth a través d'HTTP (no segur: obsolet"
 
@@ -4192,6 +4280,7 @@ msgstr "remolc"
 #: ../../library/ZendAfi/Form/Configuration/Profile.php:383
 #: ../../library/ZendAfi/Form/Configuration/Profile.php:383
 #: ../../library/ZendAfi/View/Helper/ProfileComposition.php:101
+#: ../../library/ZendAfi/View/Helper/ProfileComposition.php:102
 msgid "Banniere"
 msgstr "banner"
 
@@ -4278,6 +4367,7 @@ msgstr "Batches"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:141
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:138
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:137
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:139
 msgid "Batchs"
 msgstr "Batches"
 
@@ -4516,6 +4606,7 @@ msgstr "Biblioteca (s)"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:120
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:40
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Codification/Library.php:33
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:122
 msgid "Bibliothèques"
 msgstr "Biblioteques"
 
@@ -4578,18 +4669,21 @@ msgstr "Biografia"
 #: ../../library/Class/Codification.php:223
 #: ../../application/modules/telephone/controllers/RechercheController.php:67
 #: ../../library/Class/Codification.php:223
+#: ../../application/modules/telephone/controllers/RechercheController.php:64
 msgid "Biographie de l'auteur"
 msgstr "Biografia de l'autor"
 
 #: ../../application/modules/opac/views/scripts/head.phtml:79
 #: ../../application/modules/opac/views/scripts/head.phtml:78
 #: ../../application/modules/opac/views/scripts/head.phtml:78
+#: ../../application/modules/opac/views/scripts/head.phtml:77
 msgid "Blanc sur noir"
 msgstr "Blanc sobre Negre"
 
 #: ../../application/modules/opac/views/scripts/head.phtml:85
 #: ../../application/modules/opac/views/scripts/head.phtml:84
 #: ../../application/modules/opac/views/scripts/head.phtml:84
+#: ../../application/modules/opac/views/scripts/head.phtml:83
 msgid "Bleu sur jaune"
 msgstr "Blau en groc"
 
@@ -4766,6 +4860,7 @@ msgstr "veure Cistella"
 
 #: ../../library/Class/Profil/Templates.php:48
 #: ../../library/Class/Profil/Templates.php:48
+#: ../../library/Class/Profil/Templates.php:46
 msgid "Boite par défaut de la division"
 msgstr "Divisió per defecte Transmissió"
 
@@ -4843,6 +4938,14 @@ msgstr ""
 "Bokeh guarda l'últim arxiu IMS rebut per a cada registre. Aquest és "
 "descarregable des Inspector Gadget. requereix activació"
 
+#: ../../library/Class/Feature/List.php:443
+#, fuzzy
+msgid ""
+"Bokeh permet d'envoyer un lien de réinitialisation du mot de passe par mail."
+msgstr ""
+"Se t'ha enviat un correu electrònic amb un enllaç per restablir la "
+"contrasenya."
+
 #: ../../library/Class/Feature/List.php:108
 msgid ""
 "Bokeh permet de créer des formulaires personnalisés destinés aux "
@@ -4904,7 +5007,7 @@ msgstr "Bokeh ofereix una interfície per a la gestió d'usuaris duplicats"
 #: ../../library/Class/Users.php:1077 ../../library/Class/Users.php:1098
 #: ../../library/Class/Feature/Description.php:58
 #: ../../library/Class/Users.php:1093 ../../library/Class/Users.php:1095
-#: ../../library/Class/Users.php:1083
+#: ../../library/Class/Users.php:1083 ../../library/Class/Users.php:1078
 msgid "Bonjour,"
 msgstr "Hola,"
 
@@ -4953,11 +5056,10 @@ msgstr ""
 
 #: ../../library/Class/Users.php:1135
 ../../library/Class/Users.php:1135
 #: ../../library/Class/User/LostPass.php:104
-#: ../../library/Class/User/LostPass.php:137
-#: ../../library/Class/Users.php:1144 ../../library/Class/Users.php:1123
-#: ../../library/Class/Users.php:1126 ../../library/Class/Users.php:1130
-#: ../../library/Class/Users.php:1151 ../../library/Class/Users.php:1146
-#: ../../library/Class/Users.php:1148
+#: ../../library/Class/User/LostPass.php:137 ../../library/Class/Users.php:1144
+#: ../../library/Class/Users.php:1123 ../../library/Class/Users.php:1126
+#: ../../library/Class/Users.php:1130 ../../library/Class/Users.php:1151
+#: ../../library/Class/Users.php:1146 ../../library/Class/Users.php:1148
 #: ../../library/Class/User/LostPass.php:147
 msgid "Bonne navigation sur le portail"
 msgstr "Bona navegació al portal"
@@ -4968,6 +5070,7 @@ msgid "Boutons précédent et suivant"
 msgstr "Icones anterior i següent"
 
 #: ../../library/Class/Article.php:1232 ../../library/Class/Album.php:213
+#: ../../library/Class/Album.php:214
 msgid "Brouillon"
 msgstr "Esborrany?"
 
@@ -5023,6 +5126,7 @@ msgstr "CSV amb separador: coma"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:149
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:146
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:145
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:147
 msgid "Cache des images"
 msgstr "Memòria cau d'imatges"
 
@@ -5090,6 +5194,7 @@ msgstr "Carrusel vertical"
 #: ../../application/modules/opac/controllers/AbonneController.php:1129
 #: ../../application/modules/opac/controllers/AbonneController.php:1215
 #: ../../application/modules/opac/controllers/AbonneController.php:1217
+#: ../../application/modules/opac/controllers/AbonneController.php:1219
 msgid "Carte"
 msgstr "Mapa"
 
@@ -5104,6 +5209,7 @@ msgstr "Mapa"
 #: ../../application/modules/opac/controllers/AbonneController.php:1158
 #: ../../application/modules/opac/controllers/AbonneController.php:1244
 #: ../../application/modules/opac/controllers/AbonneController.php:1246
+#: ../../application/modules/opac/controllers/AbonneController.php:1248
 #, php-format
 msgid "Carte de \"%s\" ajoutée"
 msgstr "Cistella \" %s\", ha afegit"
@@ -5134,6 +5240,7 @@ msgstr "Endoll de la biblioteca:"
 #: ../../application/modules/opac/controllers/AbonneController.php:1105
 #: ../../application/modules/opac/controllers/AbonneController.php:1191
 #: ../../application/modules/opac/controllers/AbonneController.php:1193
+#: ../../application/modules/opac/controllers/AbonneController.php:1195
 msgid "Carte introuvable"
 msgstr "Usuari no trobat"
 
@@ -5160,6 +5267,7 @@ msgstr "Catàleg"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:171
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:167
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:164
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:166
 msgid "Catalogues"
 msgstr "catàleg"
 
@@ -5309,6 +5417,7 @@ msgid "Cause"
 msgstr "Causa"
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:329
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:354
 msgid "Ce chemin n'existe pas"
 msgstr "Aquesta ruta no existeix"
 
@@ -5335,6 +5444,7 @@ msgstr "L'arxiu no és de tipus %s"
 #: ../../application/modules/opac/controllers/ModulesController.php:86
 #: ../../application/modules/opac/controllers/ModulesController.php:79
 #: ../../application/modules/opac/controllers/ModulesController.php:78
+#: ../../application/modules/opac/controllers/ModulesController.php:77
 msgid ""
 "Ce document ne possède pas de configuration permettant d'utiliser cette URL."
 msgstr "Aquest document no té una configuració per utilitzar aquest URL."
@@ -5344,10 +5454,12 @@ msgid "Ce domaine ne renvoie aucun résultat."
 msgstr "Aquesta selecció no conté cap registre."
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:357
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:382
 msgid "Ce dossier est vide."
 msgstr "La cistella està buida"
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:354
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:379
 msgid "Ce dossier ne contient pas de fichier."
 msgstr "Aquest menú no conté ha entrades."
 
@@ -5456,7 +5568,7 @@ msgstr "Aquest article és un esborrany"
 #: ../../library/Class/Users.php:1072 ../../library/Class/Users.php:1051
 #: ../../library/Class/Users.php:1053 ../../library/Class/Users.php:1057
 #: ../../library/Class/Users.php:1078 ../../library/Class/Users.php:1073
-#: ../../library/Class/Users.php:1075
+#: ../../library/Class/Users.php:1075 ../../library/Class/Users.php:1058
 msgid "Cet identifiant existe déjà."
 msgstr "Aquest identificador ja existeix."
 
@@ -5467,6 +5579,7 @@ msgstr "Aquest identificador ja existeix."
 #: ../../application/modules/opac/controllers/AuthController.php:542
 #: ../../application/modules/opac/controllers/AuthController.php:537
 #: ../../application/modules/opac/controllers/AuthController.php:549
+#: ../../application/modules/opac/controllers/AuthController.php:541
 msgid "Cette fonctionnalité n'est pas activée."
 msgstr "Aquest servei no pot pruebarse"
 
@@ -5670,6 +5783,7 @@ msgstr "Els camps disponibles"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:156
 #: ../../library/Class/Feature/List.php:52
 #: ../../library/ZendAfi/Form/Admin/Library.php:229
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:158
 msgid "Champs personnalisés"
 msgstr "Els camps personalitzats"
 
@@ -5680,6 +5794,7 @@ msgid "Champs personnalisés: %s \"%s\""
 msgstr "Camps personalitzats: %s \" %s\""
 
 #: ../../library/Class/AdminVar.php:240 ../../library/Class/AdminVar.php:238
+#: ../../library/Class/AdminVar.php:235
 #, php-format
 msgid "Champs servant à la détection des doublons. Champs possibles : %s"
 msgstr ""
@@ -5745,6 +5860,7 @@ msgid "Chaîne de caratères à remplacer"
 msgstr "Cadena a reemplaçar"
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:385
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:410
 msgid "Chemin"
 msgstr "ruta"
 
@@ -5752,7 +5868,7 @@ msgstr "ruta"
 #: ../../library/Class/AdminVar.php:330 ../../library/Class/AdminVar.php:336
 #: ../../library/Class/AdminVar.php:355 ../../library/Class/AdminVar.php:357
 #: ../../library/Class/AdminVar.php:360 ../../library/Class/AdminVar.php:352
-#: ../../library/Class/AdminVar.php:353
+#: ../../library/Class/AdminVar.php:353 ../../library/Class/AdminVar.php:350
 #, php-format
 msgid "Chemin vers les skins personnalisées, relatif à %s"
 msgstr "Camí de les màscares personalitzada, relatives a %s"
@@ -5891,7 +6007,7 @@ msgstr "Clau"
 #: ../../library/Class/AdminVar.php:288 ../../library/Class/AdminVar.php:294
 #: ../../library/Class/AdminVar.php:313 ../../library/Class/AdminVar.php:315
 #: ../../library/Class/AdminVar.php:318 ../../library/Class/AdminVar.php:310
-#: ../../library/Class/AdminVar.php:311
+#: ../../library/Class/AdminVar.php:311 ../../library/Class/AdminVar.php:308
 msgid ""
 "Clef d'activation pour le plan d'accès google map. <a target=\"_blank\" href="
 "\"http://code.google.com/apis/maps/signup.html\">Obtenir la clé google map</"
@@ -5938,7 +6054,7 @@ msgstr "Feu clic aquí per veure la llista completa"
 #: ../../library/Class/AdminVar.php:294 ../../library/Class/AdminVar.php:300
 #: ../../library/Class/AdminVar.php:319 ../../library/Class/AdminVar.php:321
 #: ../../library/Class/AdminVar.php:324 ../../library/Class/AdminVar.php:316
-#: ../../library/Class/AdminVar.php:317
+#: ../../library/Class/AdminVar.php:317 ../../library/Class/AdminVar.php:314
 msgid ""
 "Clé API Bluga Webthumb <a target=\"_blank\" href=\"http://webthumb.bluga.net/"
 "home\">http://webthumb.bluga.net/home</a>"
@@ -5973,7 +6089,7 @@ msgstr "clau alpha"
 #: ../../library/Class/AdminVar.php:211
 ../../library/Class/AdminVar.php:212
 #: ../../library/Class/AdminVar.php:209 ../../library/Class/AdminVar.php:228
 #: ../../library/Class/AdminVar.php:230 ../../library/Class/AdminVar.php:222
-#: ../../library/Class/AdminVar.php:220
+#: ../../library/Class/AdminVar.php:220 ../../library/Class/AdminVar.php:217
 msgid ""
 "Clé d'encodage Kidilangues pour le portail. Cette clé doit être fournie par "
 "Kidilangues."
@@ -5984,7 +6100,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:212
 ../../library/Class/AdminVar.php:213
 #: ../../library/Class/AdminVar.php:210 ../../library/Class/AdminVar.php:229
 #: ../../library/Class/AdminVar.php:231 ../../library/Class/AdminVar.php:223
-#: ../../library/Class/AdminVar.php:221
+#: ../../library/Class/AdminVar.php:221 ../../library/Class/AdminVar.php:218
 msgid ""
 "Clé d'identification Kidilangues pour le portail. Cette clé doit être "
 "fournie par Kidilangues."
@@ -5995,6 +6111,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:185
 ../../library/Class/AdminVar.php:186
 #: ../../library/Class/AdminVar.php:183 ../../library/Class/AdminVar.php:202
 #: ../../library/Class/AdminVar.php:204 ../../library/Class/AdminVar.php:196
+#: ../../library/Class/AdminVar.php:193
 msgid ""
 "Clé d'identification MyCOW.EU pour le portail. Cette clé doit être fournie "
 "par MyCOW.EU. Elle active la ressource numérique dans le portail."
@@ -6005,7 +6122,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:216
 ../../library/Class/AdminVar.php:217
 #: ../../library/Class/AdminVar.php:214 ../../library/Class/AdminVar.php:233
 #: ../../library/Class/AdminVar.php:235 ../../library/Class/AdminVar.php:227
-#: ../../library/Class/AdminVar.php:225
+#: ../../library/Class/AdminVar.php:225 ../../library/Class/AdminVar.php:222
 msgid ""
 "Clé d'identification Premier-Chapitre de la bibliothèque. Cette clé doit "
 "être fournie par Premier-Chapitre."
@@ -6016,6 +6133,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:166
 ../../library/Class/AdminVar.php:167
 #: ../../library/Class/AdminVar.php:164 ../../library/Class/AdminVar.php:183
 #: ../../library/Class/AdminVar.php:185 ../../library/Class/AdminVar.php:177
+#: ../../library/Class/AdminVar.php:174
 msgid "Clé de sécurité Vodeclic"
 msgstr "Clau de seguretat Vodeclic"
 
@@ -6030,7 +6148,7 @@ msgstr "clau obra"
 #: ../../library/Class/AdminVar.php:306 ../../library/Class/AdminVar.php:312
 #: ../../library/Class/AdminVar.php:331 ../../library/Class/AdminVar.php:333
 #: ../../library/Class/AdminVar.php:336 ../../library/Class/AdminVar.php:328
-#: ../../library/Class/AdminVar.php:329
+#: ../../library/Class/AdminVar.php:329 ../../library/Class/AdminVar.php:326
 msgid "Clé publique pour le cryptage des données AFI-Multimédia"
 msgstr "Clau pública per xifrat de dades AFI-Multimèdia"
 
@@ -6038,13 +6156,14 @@ msgstr "Clau pública per xifrat de dades AFI-Multimèdia"
 #: ../../library/Class/AdminVar.php:308 ../../library/Class/AdminVar.php:314
 #: ../../library/Class/AdminVar.php:333 ../../library/Class/AdminVar.php:335
 #: ../../library/Class/AdminVar.php:338 ../../library/Class/AdminVar.php:330
-#: ../../library/Class/AdminVar.php:331
+#: ../../library/Class/AdminVar.php:331 ../../library/Class/AdminVar.php:328
 msgid "Clé publique pour le cryptage des données Aesis Webkiosk"
 msgstr "Clau pública per al xifrat de dades Aesis Webkiosk"
 
 #: ../../library/ZendAfi/Controller/Action/Helper/ThesauriListViewMode.php:125
 #: ../../library/ZendAfi/Controller/Action/Helper/ThesauriListViewMode.php:136
 #: ../../library/ZendAfi/Form/Admin/Thesauri.php:40
+#: ../../library/ZendAfi/Form/Admin/AuthorFunction.php:30
 msgid "Code"
 msgstr ""
 
@@ -6073,6 +6192,7 @@ msgstr "Biblioteca associada"
 #: ../../library/Class/ListViewModeDescription/Pcdm4.php:59
 #: ../../library/Class/ListViewModeDescription/Pcdm4.php:67
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/Flat.php:73
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/Flat.php:72
 #, fuzzy
 msgid "Code facette"
 msgstr "veure facetes"
@@ -6147,6 +6267,7 @@ msgstr "Codi de barres / ISBN"
 
 #: ../../library/Class/Codification.php:403
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:106
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:111
 #, fuzzy
 msgid "Codification"
 msgstr "identificació"
@@ -6320,6 +6441,7 @@ msgstr "Registrants màximes: Complet"
 #: ../../application/modules/opac/controllers/AbonneController.php:1223
 #: ../../application/modules/opac/controllers/AbonneController.php:1309
 #: ../../application/modules/opac/controllers/AbonneController.php:1311
+#: ../../application/modules/opac/controllers/AbonneController.php:1313
 msgid "Compléter votre adresse  email"
 msgstr "La seva adreça de correu electrònic"
 
@@ -6389,6 +6511,7 @@ msgstr "compte"
 #: ../../library/Class/Feature/List.php:133
 #: ../../library/Class/Feature/List.php:345
 #: ../../library/Class/Feature/List.php:424
+#: ../../library/Class/Feature/List.php:446
 msgid "Compte lecteur"
 msgstr "No hi ha vacants"
 
@@ -6458,6 +6581,7 @@ msgstr "Moderació de revisar els registres"
 #: ../../application/modules/admin/controllers/ProfilController.php:341
 #: ../../application/modules/admin/controllers/ProfilController.php:366
 #: ../../application/modules/admin/controllers/ProfilController.php:357
+#: ../../application/modules/admin/controllers/ProfilController.php:361
 #, php-format
 msgid "Configuration de la page: %s"
 msgstr "Configuració de la pàgina: %s"
@@ -6489,6 +6613,7 @@ msgstr "Configuració de menús del portal %s"
 #: ../../application/modules/admin/controllers/ProfilController.php:492
 #: ../../application/modules/admin/controllers/ProfilController.php:522
 #: ../../application/modules/admin/controllers/ProfilController.php:513
+#: ../../application/modules/admin/controllers/ProfilController.php:517
 msgid "Configuration des pages appliquée à tous les autres profils."
 msgstr "Configuració de pàgina aplicada a tots els altres perfils."
 
@@ -6601,6 +6726,7 @@ msgstr "La confirmació de la inscripció al butlletí de notícies:"
 #: ../../application/modules/opac/controllers/AuthController.php:506
 #: ../../application/modules/opac/controllers/AuthController.php:501
 #: ../../application/modules/opac/controllers/AuthController.php:513
+#: ../../application/modules/opac/controllers/AuthController.php:505
 msgid "Confirmation d'inscription à la newsletter: "
 msgstr "La confirmació de la inscripció al butlletí de notícies:"
 
@@ -6733,6 +6859,7 @@ msgstr "llibre"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:246
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:271
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:345
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:350
 msgid "Console d'administration"
 msgstr "Administració"
 
@@ -6786,6 +6913,7 @@ msgstr "Visualització de l'historial de préstecs del compte de lector de Bokeh
 #: ../../application/modules/opac/controllers/RechercheController.php:537
 #: ../../application/modules/opac/controllers/RechercheController.php:565
 #: ../../application/modules/opac/controllers/RechercheController.php:559
+#: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:410
 msgid "Consultation sur place"
 msgstr "Consulta en el lloc"
 
@@ -6857,6 +6985,7 @@ msgstr "Contingut del comentari modificat"
 #: ../../library/Class/AdminVar.php:284 ../../library/Class/AdminVar.php:286
 #: ../../library/Class/AdminVar.php:288 ../../library/Class/AdminVar.php:280
 #: ../../library/Class/AdminVar.php:283 ../../library/Class/AdminVar.php:281
+#: ../../library/Class/AdminVar.php:278
 msgid ""
 "Contenu de l'email de notification d'article en attente de validation. "
 "Termes substitués: TITRE_ARTICLE, URL_ARTICLE, AUTHOR_ARTICLE, "
@@ -6871,6 +7000,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:285 ../../library/Class/AdminVar.php:287
 #: ../../library/Class/AdminVar.php:289 ../../library/Class/AdminVar.php:281
 #: ../../library/Class/AdminVar.php:284 ../../library/Class/AdminVar.php:282
+#: ../../library/Class/AdminVar.php:279
 msgid ""
 "Contenu de l'email de notification de refus d'un article à valider. Termes "
 "substitués: TITRE_ARTICLE, URL_ARTICLE, AUTHOR_ARTICLE, SAVED_BY_ARTICLE"
@@ -6884,6 +7014,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:286 ../../library/Class/AdminVar.php:288
 #: ../../library/Class/AdminVar.php:290 ../../library/Class/AdminVar.php:282
 #: ../../library/Class/AdminVar.php:285 ../../library/Class/AdminVar.php:283
+#: ../../library/Class/AdminVar.php:280
 msgid ""
 "Contenu de l'email de notification de validation d'un article. Termes "
 "substitués: TITRE_ARTICLE, URL_ARTICLE, AUTHOR_ARTICLE, SAVED_BY_ARTICLE"
@@ -6956,6 +7087,7 @@ msgstr "conté"
 #: ../../library/Class/AdminVar.php:173
 ../../library/Class/AdminVar.php:174
 #: ../../library/Class/AdminVar.php:171 ../../library/Class/AdminVar.php:190
 #: ../../library/Class/AdminVar.php:192 ../../library/Class/AdminVar.php:184
+#: ../../library/Class/AdminVar.php:181
 msgid "Contracteur du PNB Dilicom"
 msgstr "Configuració PNB Dilicom"
 
@@ -7176,6 +7308,7 @@ msgstr "Ressenyes"
 #: ../../application/modules/telephone/views/scripts/blog/viewcritiques.phtml:2
 #: ../../application/modules/telephone/controllers/RechercheController.php:63
 #: ../../library/Class/Codification.php:219
+#: ../../application/modules/telephone/controllers/RechercheController.php:60
 msgid "Critiques"
 msgstr "comentaris"
 
@@ -7599,7 +7732,7 @@ msgstr "Data de l'última importació de ususaris (modificada pel cosmograma)"
 #: ../../library/Class/AdminVar.php:301 ../../library/Class/AdminVar.php:307
 #: ../../library/Class/AdminVar.php:326 ../../library/Class/AdminVar.php:328
 #: ../../library/Class/AdminVar.php:331 ../../library/Class/AdminVar.php:323
-#: ../../library/Class/AdminVar.php:324
+#: ../../library/Class/AdminVar.php:324 ../../library/Class/AdminVar.php:321
 msgid "Date du dernier vidage manuel du cache"
 msgstr "Data de l'últim buidatge manual del caixet"
 
@@ -7654,6 +7787,7 @@ msgstr "de B a A"
 #: ../../library/Class/AdminVar.php:291 ../../library/Class/AdminVar.php:310
 #: ../../library/Class/AdminVar.php:312 ../../library/Class/AdminVar.php:315
 #: ../../library/Class/AdminVar.php:307 ../../library/Class/AdminVar.php:308
+#: ../../library/Class/AdminVar.php:305
 msgid ""
 "De plus, à la connexion, l'enregistrement des mots de passes des abonnés est "
 "désactivé."
@@ -7692,6 +7826,7 @@ msgstr "Sol·licitud de suport per a la configuració i ús la funció Bokeh: %s
 #: ../../application/modules/opac/controllers/AuthController.php:444
 #: ../../application/modules/opac/controllers/AuthController.php:439
 #: ../../application/modules/opac/controllers/AuthController.php:451
+#: ../../application/modules/opac/controllers/AuthController.php:443
 msgid "Demande d'inscription à la lettre d'information: "
 msgstr "Sol·licitud d'inclusió en el butlletí de notícies:"
 
@@ -7702,6 +7837,7 @@ msgstr "Sol·licitud d'inclusió en el butlletí de notícies:"
 #: ../../application/modules/opac/controllers/AuthController.php:538
 #: ../../application/modules/opac/controllers/AuthController.php:533
 #: ../../application/modules/opac/controllers/AuthController.php:545
+#: ../../application/modules/opac/controllers/AuthController.php:537
 msgid "Demande de préinscription"
 msgstr "Les sol·licituds d'inscripció"
 
@@ -7981,6 +8117,7 @@ msgstr "Descripció del Document"
 #: ../../library/Class/Codification.php:218
 #: ../../application/modules/telephone/controllers/RechercheController.php:61
 #: ../../library/Class/Codification.php:218
+#: ../../application/modules/telephone/controllers/RechercheController.php:58
 msgid "Description du document"
 msgstr "Descripció del Document"
 
@@ -8076,6 +8213,7 @@ msgid "Dimanche"
 msgstr "diumenge"
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:384
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:409
 msgid "Dimensions"
 msgstr "version"
 
@@ -8172,8 +8310,14 @@ msgstr ""
 "Diverses millores en línia amb les recomanacions del BNF per a la integració "
 "en Gallica i Europeana"
 
+#: ../../library/Class/Systeme/ModulesAccueil/Section.php:27
+#, fuzzy
+msgid "Division"
+msgstr "Division %d"
+
 #: ../../library/ZendAfi/View/Helper/ProfileComposition.php:126
 #: ../../library/ZendAfi/View/Helper/ProfileComposition.php:118
+#: ../../library/ZendAfi/View/Helper/ProfileComposition.php:126
 #, php-format
 msgid "Division %d"
 msgstr "Division %d"
@@ -8183,11 +8327,33 @@ msgstr "Division %d"
 msgid "Division 3 toujours visible"
 msgstr "Divisió 3 sempre visible"
 
+#: ../../library/Class/Systeme/ModulesAccueil/Section/Header.php:25
+#, fuzzy
+msgid "Division bannière"
+msgstr "divisió flotant"
+
 #: ../../library/ZendAfi/View/Helper/ProfileComposition.php:118
 #: ../../library/ZendAfi/View/Helper/ProfileComposition.php:110
+#: ../../library/ZendAfi/View/Helper/ProfileComposition.php:111
 msgid "Division flottante"
 msgstr "divisió flotant"
 
+#: ../../library/Class/Systeme/ModulesAccueil/Section/FloatSide.php:25
+#, fuzzy
+msgid "Division optionnelle flottante"
+msgstr "divisió flotant"
+
+#: ../../library/Class/Systeme/ModulesAccueil/Section/Footer.php:25
+#: ../../library/ZendAfi/View/Helper/ProfileComposition.php:117
+#, fuzzy
+msgid "Division pied de page"
+msgstr "Division %d"
+
+#: ../../library/Class/Systeme/ModulesAccueil/Section/Main.php:25
+#, fuzzy
+msgid "Division principale"
+msgstr "Títol cistella"
+
 #: ../../library/ZendAfi/View/Helper/ProfileComposition.php:104
 #: ../../library/ZendAfi/View/Helper/ProfileComposition.php:92
 msgid "Division téléphone"
@@ -8265,6 +8431,7 @@ msgstr "documents publicats "
 #: ../../library/Class/Codification.php:226
 #: ../../application/modules/telephone/controllers/RechercheController.php:68
 #: ../../library/Class/Codification.php:226
+#: ../../application/modules/telephone/controllers/RechercheController.php:65
 msgid "Documents similaires"
 msgstr "documents similars"
 
@@ -8310,14 +8477,14 @@ msgstr "selecció primària"
 #: ../../library/Class/Album.php:1604 ../../library/Class/Album.php:1614
 #: ../../library/Class/Album.php:1630 ../../library/Class/Album.php:1631
 #: ../../library/Class/Album.php:1633 ../../library/Class/Album.php:1623
-#: ../../library/Class/Album.php:1626
+#: ../../library/Class/Album.php:1626 ../../library/Class/Album.php:1617
 msgid "Domaine public"
 msgstr "selecció pública"
 
 #: ../../library/Class/AdminVar.php:206
 ../../library/Class/AdminVar.php:207
 #: ../../library/Class/AdminVar.php:204 ../../library/Class/AdminVar.php:223
 #: ../../library/Class/AdminVar.php:225 ../../library/Class/AdminVar.php:217
-#: ../../library/Class/AdminVar.php:215
+#: ../../library/Class/AdminVar.php:215 ../../library/Class/AdminVar.php:212
 msgid "Domaine utilisée par le serveur lectura pour authentification"
 msgstr "Selecció utilitzada pel servei Lectura per a l'autenticació"
 
@@ -8347,6 +8514,7 @@ msgstr "Selecció utilitzada pel servei Lectura per a l'autenticació"
 #: ../../library/Class/Catalogue.php:1200
 #: ../../library/Class/Catalogue.php:1238
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:339
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:344
 msgid "Domaines"
 msgstr "seleccions temàtiques"
 
@@ -8466,6 +8634,7 @@ msgstr "Duplicació de la selecció: %s"
 #: ../../application/modules/admin/controllers/ProfilController.php:254
 #: ../../application/modules/admin/controllers/ProfilController.php:261
 #: ../../application/modules/admin/controllers/ProfilController.php:261
+#: ../../application/modules/admin/controllers/ProfilController.php:265
 msgid "Duplication impossible: "
 msgstr "No es possible duplicar"
 
@@ -8546,6 +8715,7 @@ msgstr "Durada del préstec en dies"
 #: ../../library/Class/AdminVar.php:180
 ../../library/Class/AdminVar.php:181
 #: ../../library/Class/AdminVar.php:178 ../../library/Class/AdminVar.php:197
 #: ../../library/Class/AdminVar.php:199 ../../library/Class/AdminVar.php:191
+#: ../../library/Class/AdminVar.php:188
 msgid "Durée maximale (en jours) d'un prêt PNB Dilicom"
 msgstr "Durada màxima (en dies) d'un préstec PNB Dilicom"
 
@@ -8661,6 +8831,7 @@ msgstr "S'està movent \" %s\" a \" %s\"."
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:296
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:321
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:395
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:400
 msgid "Déplacement des boites"
 msgstr "Dezplazar blocs"
 
@@ -8685,7 +8856,7 @@ msgstr "Recomptes"
 #: ../../library/Class/AdminVar.php:225
 ../../library/Class/AdminVar.php:226
 #: ../../library/Class/AdminVar.php:223 ../../library/Class/AdminVar.php:242
 #: ../../library/Class/AdminVar.php:244 ../../library/Class/AdminVar.php:236
-#: ../../library/Class/AdminVar.php:234
+#: ../../library/Class/AdminVar.php:234 ../../library/Class/AdminVar.php:231
 msgid "Désactivation des suggestions d'achats"
 msgstr "Desactivar suggeriments de compres"
 
@@ -8708,7 +8879,7 @@ msgstr "Desactivar la tasca"
 #: ../../library/Class/AdminVar.php:291 ../../library/Class/AdminVar.php:297
 #: ../../library/Class/AdminVar.php:316 ../../library/Class/AdminVar.php:318
 #: ../../library/Class/AdminVar.php:321 ../../library/Class/AdminVar.php:313
-#: ../../library/Class/AdminVar.php:314
+#: ../../library/Class/AdminVar.php:314 ../../library/Class/AdminVar.php:311
 msgid "Désactiver pour passer le site en maintenance"
 msgstr "Posar el portal en manteniment"
 
@@ -8768,6 +8939,7 @@ msgstr "Deixar de rebre el butlletí de notícies:"
 #: ../../application/modules/opac/controllers/AuthController.php:483
 #: ../../application/modules/opac/controllers/AuthController.php:478
 #: ../../application/modules/opac/controllers/AuthController.php:490
+#: ../../application/modules/opac/controllers/AuthController.php:482
 msgid "Désinscription de la lettre d'information: "
 msgstr "Deixar de rebre el butlletí de notícies:"
 
@@ -8830,6 +9002,7 @@ msgstr "Detalls de la sessió"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:279
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:304
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:378
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:383
 msgid "Développement"
 msgstr "Dessarrollo"
 
@@ -8940,6 +9113,7 @@ msgstr "Canvi de la relació d'aspecte: %s"
 #: ../../application/modules/admin/controllers/WidgetController.php:227
 #: ../../application/modules/admin/controllers/WidgetController.php:257
 #: ../../application/modules/admin/controllers/WidgetController.php:247
+#: ../../application/modules/admin/controllers/WidgetController.php:273
 #, php-format
 msgid "Echec de la sauvegarde de la configuration de %s"
 msgstr "Error en desar la configuració de %s"
@@ -9014,6 +9188,7 @@ msgstr "Editor: {notice.editeur}"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:144
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:159
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:233
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:237
 msgid "Editeur CSS"
 msgstr "modificar CSS"
 
@@ -9102,7 +9277,7 @@ msgstr "E-mail del moderador"
 
 #: ../../library/Class/AdminVar.php:370 ../../library/Class/AdminVar.php:373
 #: ../../library/Class/AdminVar.php:365 ../../library/Class/AdminVar.php:368
-#: ../../library/Class/AdminVar.php:366
+#: ../../library/Class/AdminVar.php:366 ../../library/Class/AdminVar.php:363
 msgid ""
 "Email utilisé pour les demandes d'accompagnement de mise en place ou "
 "d'utilisation des fonctionnalités du logiciel"
@@ -9119,6 +9294,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Notice/Unimarc.php:118
 #: ../../library/ZendAfi/View/Helper/Notice/Unimarc.php:109
 #: ../../library/ZendAfi/View/Helper/Notice/Unimarc.php:115
+#: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:472
 msgid "Emplacement"
 msgstr "ubicació"
 
@@ -9522,6 +9698,16 @@ msgstr "publicat"
 msgid "Erreur"
 msgstr "Error"
 
+#: ../../application/modules/admin/controllers/FileManagerController.php:268
+#, fuzzy, php-format
+msgid "Erreur : \"%s\". L'image \"%s\" n'a pas été compressée."
+msgstr "Error. La imatge \" %s\" no s'ha comprimit."
+
+#: ../../application/modules/admin/controllers/FileManagerController.php:251
+#, fuzzy, php-format
+msgid "Erreur : \"%s\". L'image \"%s\" n'a pas été redimensionnée."
+msgstr "Error. La imatge \" %s\" no s'ha redimensionat"
+
 #: ../../library/Class/Cosmogramme/Integration/PhasePrepareIntegrations.php:79
 #: ../../library/Class/Cosmogramme/Integration/PhasePrepareIntegrations.php:79
 #, php-format
@@ -9585,6 +9771,7 @@ msgstr "Enviar error: %s"
 #: ../../library/ZendAfi/View/Helper/Accueil/Base.php:128
 #: ../../library/ZendAfi/View/Helper/Accueil/Base.php:129
 #: ../../library/ZendAfi/View/Helper/Accueil/Base.php:129
+#: ../../library/ZendAfi/View/Helper/Accueil/Base.php:148
 msgid "Erreur de configuration"
 msgstr "Error de configuració"
 
@@ -9642,6 +9829,7 @@ msgstr "Error en crear la miniatura %s"
 #: ../../application/modules/opac/controllers/AuthController.php:516
 #: ../../application/modules/opac/controllers/AuthController.php:511
 #: ../../application/modules/opac/controllers/AuthController.php:523
+#: ../../application/modules/opac/controllers/AuthController.php:515
 msgid "Erreur lors de l\\inscription à la newsletter."
 msgstr "Error al \\ butlletí de subscripció."
 
@@ -9659,6 +9847,8 @@ msgid "Erreur lors de la création du ticket"
 msgstr "Error en crear la miniatura %s"
 
 #: ../../library/Class/Notice/Thumbnail/ResizeImage.php:95
+#: ../../library/Class/Notice/Thumbnail/ResizeImage.php:88
+#: ../../library/Class/Notice/Thumbnail/ResizeImage.php:105
 #, fuzzy, php-format
 msgid "Erreur lors du vignettage de l'image \"%s\". %s"
 msgstr "Generar totes les miniatures"
@@ -9688,6 +9878,7 @@ msgstr "Error (és): %s, variable %s NO guardada"
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:402
 #: ../../application/modules/admin/controllers/FileManagerController.php:339
 #: ../../application/modules/admin/controllers/FileManagerController.php:345
+#: ../../application/modules/admin/controllers/FileManagerController.php:354
 #, fuzzy, php-format
 msgid "Erreur. Impossible de faire cette opération vers \"%s\"."
 msgstr "No es pot trobar aquesta direcció"
@@ -9696,6 +9887,7 @@ msgstr "No es pot trobar aquesta direcció"
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:356
 #: ../../application/modules/admin/controllers/FileManagerController.php:293
 #: ../../application/modules/admin/controllers/FileManagerController.php:299
+#: ../../application/modules/admin/controllers/FileManagerController.php:308
 #, php-format
 msgid "Erreur. Impossible de renommer \"%s\"."
 msgstr "Error. No es pot anomenat \" %s\"."
@@ -9720,6 +9912,7 @@ msgstr "Error. La imatge \" %s\" no s'ha redimensionat"
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:397
 #: ../../application/modules/admin/controllers/FileManagerController.php:334
 #: ../../application/modules/admin/controllers/FileManagerController.php:340
+#: ../../application/modules/admin/controllers/FileManagerController.php:349
 #, php-format
 msgid "Erreur. Le chemin \"%s\" n'existe pas."
 msgstr "Error. La ruta \" %s\" no existeix."
@@ -9728,6 +9921,7 @@ msgstr "Error. La ruta \" %s\" no existeix."
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:414
 #: ../../application/modules/admin/controllers/FileManagerController.php:351
 #: ../../application/modules/admin/controllers/FileManagerController.php:357
+#: ../../application/modules/admin/controllers/FileManagerController.php:366
 #, php-format
 msgid ""
 "Erreur. Vous ne pouvez pas téléverser un nouveau fichier car vous avez "
@@ -9779,6 +9973,11 @@ msgstr "Espai en disc lliure:"
 msgid "Espace utilisé :"
 msgstr "espai utilitzat"
 
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:68
+#, fuzzy, php-format
+msgid "Espace utilisé par le dossier \"%s\" :"
+msgstr "espai utilitzat"
+
 #: ../../application/modules/admin/views/scripts/feature/index.phtml:38
 #: ../../application/modules/admin/views/scripts/feature/index.phtml:63
 #: ../../application/modules/admin/views/scripts/feature/index.phtml:65
@@ -9802,6 +10001,11 @@ msgstr "Edita el grup d'usuaris: %s"
 msgid "Essayer le SSO avec l'utilisateur \"%s\" pour l'album \"%s\""
 msgstr "Edita el grup d'usuaris: %s"
 
+#: ../../library/ZendAfi/Controller/Plugin/Manager/Template.php:28
+#, fuzzy, php-format
+msgid "Essayer le modèle \"%s\""
+msgstr "Plantilles d'impressió"
+
 #: ../../library/ZendAfi/Feed/SearchResultHeader.php:49
 #: ../../library/ZendAfi/Feed/SearchResultHeader.php:49
 msgid "Et "
@@ -9839,7 +10043,7 @@ msgstr "Estat del sistema"
 #: ../../library/Class/AdminVar.php:239 ../../library/Class/AdminVar.php:241
 #: ../../library/Class/AdminVar.php:260 ../../library/Class/AdminVar.php:262
 #: ../../library/Class/AdminVar.php:254 ../../library/Class/AdminVar.php:257
-#: ../../library/Class/AdminVar.php:255
+#: ../../library/Class/AdminVar.php:255 ../../library/Class/AdminVar.php:252
 msgid ""
 "Etendre automatiquement le résultat de recherche en rajoutant des \"OU\" "
 "entre les mots saisis"
@@ -9865,6 +10069,11 @@ msgstr "¿Segur que vols eliminar aquesta reserva?"
 msgid "Etes-vous sur de vouloir désactiver cette tâche ?"
 msgstr "¿Segur que vols eliminar aquesta capa?"
 
+#: ../../library/ZendAfi/Controller/Plugin/Manager/Template.php:39
+#, fuzzy, php-format
+msgid "Etes-vous sur de vouloir réinitialiser le modèle \"%s\" ?"
+msgstr "¿Segur que vols eliminar aquesta capa?"
+
 #: ../../application/modules/admin/views/scripts/bib/planacces.phtml:12
 msgid "Etes-vous sur de vouloir supprimer ce point ?"
 msgstr "¿Segur que vols esborrar això?"
@@ -9988,6 +10197,7 @@ msgstr "Explorador de fitxers"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:154
 #: ../../library/Class/Feature/List.php:206
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:153
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:155
 msgid "Explorateur de fichiers"
 msgstr "Explorador de fitxers"
 
@@ -10261,6 +10471,7 @@ msgstr "crear seleccions"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:261
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:286
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:360
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:365
 msgid "Faire une demande de mise à jour de la charte graphique"
 msgstr "Actualització de la CSS"
 
@@ -10280,6 +10491,7 @@ msgstr "document Família"
 #: ../../application/modules/opac/controllers/AbonneController.php:1011
 #: ../../application/modules/opac/controllers/AbonneController.php:1097
 #: ../../application/modules/opac/controllers/AbonneController.php:1099
+#: ../../application/modules/opac/controllers/AbonneController.php:1101
 msgid "Favoris sauvegardés"
 msgstr "favorits guar"
 
@@ -10303,6 +10515,7 @@ msgstr "favorits"
 #: ../../library/ZendAfi/View/Helper/TagUploadMultiple.php:83
 #: ../../library/ZendAfi/View/Helper/TagUploadMultiple.php:88
 #: ../../library/ZendAfi/View/Helper/Button/Back.php:44
+#: ../../library/ZendAfi/View/Helper/Widget/Notify.php:48
 msgid "Fermer"
 msgstr "Tancar"
 
@@ -10602,6 +10815,12 @@ msgstr "funció"
 msgid "Fonctionnalités : "
 msgstr "Funcionalitats:"
 
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:60
+#: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/AuthorFunction.php:31
+#, fuzzy
+msgid "Fonctions auteurs"
+msgstr "funció"
+
 #: ../../library/ZendAfi/Form/Configuration/Widget/Libraries.php:98
 msgid "Fond de carte GeoJSON"
 msgstr "mapa GeoJSON"
@@ -10632,7 +10851,7 @@ msgstr "Fons"
 #: ../../library/Class/AdminVar.php:286 ../../library/Class/AdminVar.php:288
 #: ../../library/Class/AdminVar.php:307 ../../library/Class/AdminVar.php:309
 #: ../../library/Class/AdminVar.php:312 ../../library/Class/AdminVar.php:304
-#: ../../library/Class/AdminVar.php:305
+#: ../../library/Class/AdminVar.php:305 ../../library/Class/AdminVar.php:302
 msgid ""
 "Forcer l'accès au site par le protocole HTTPS. Nécessite l'installation et "
 "la configuration appropriée du serveur Web"
@@ -10737,6 +10956,7 @@ msgstr "formularis"
 
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/SearchForm.php:38
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:154
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:156
 msgid "Formulaires de recherche"
 msgstr "No hi han categories"
 
@@ -10817,6 +11037,7 @@ msgstr "kind"
 #: ../../library/ZendAfi/View/Helper/LegacyAdvancedSearch.php:144
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:60
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Genre.php:33
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:64
 msgid "Genres"
 msgstr "Gèneres"
 
@@ -10897,11 +11118,13 @@ msgstr "Gestió de contingut"
 #: ../../library/Class/AdminVar.php:171
 ../../library/Class/AdminVar.php:172
 #: ../../library/Class/AdminVar.php:169 ../../library/Class/AdminVar.php:188
 #: ../../library/Class/AdminVar.php:190 ../../library/Class/AdminVar.php:182
+#: ../../library/Class/AdminVar.php:179
 msgid "Gln de la collectivité, il est fourni par Dilicom."
 msgstr "Gln de la comunitat, és proveït per Dilicom."
 
 #: ../../library/Class/FileManager/FileSystem.php:270
 #: ../../library/Class/FileManager/FileSystem.php:271
+#: ../../library/Class/FileManager/FileSystem.php:272
 msgid "Go"
 msgstr "anar"
 
@@ -10966,6 +11189,7 @@ msgstr "Agrupar per biblioteques i per qualificació"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:125
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:122
 #: ../../library/ZendAfi/Form/Admin/User.php:137
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:124
 msgid "Groupes"
 msgstr "grups"
 
@@ -11016,6 +11240,7 @@ msgstr "Generar totes les miniatures"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:154
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:151
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:150
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:152
 msgid "Génération du site"
 msgstr "Generació del lloc"
 
@@ -11131,6 +11356,7 @@ msgstr "Gestió manual dels duplicats"
 #: ../../application/modules/opac/controllers/AbonneController.php:1012
 #: ../../application/modules/opac/controllers/AbonneController.php:1101
 #: ../../application/modules/opac/controllers/AbonneController.php:1103
+#: ../../application/modules/opac/controllers/AbonneController.php:1105
 msgid "Gérer mes favoris"
 msgstr "administrar preferits"
 
@@ -11256,6 +11482,7 @@ msgstr "darrera modificació"
 #: ../../library/ZendAfi/View/Helper/FonctionsAdmin.php:130
 #: ../../library/ZendAfi/View/Helper/TagEditArticle.php:74
 #: ../../library/ZendAfi/Controller/Plugin/Versionning/Article.php:43
+#: ../../library/ZendAfi/View/Helper/FonctionsAdmin.php:145
 msgid "Historique des modifications"
 msgstr "últimes modificacions"
 
@@ -11324,12 +11551,14 @@ msgstr "importació Thesaurus"
 #: ../../library/Class/AdminVar.php:163
 ../../library/Class/AdminVar.php:164
 #: ../../library/Class/AdminVar.php:161 ../../library/Class/AdminVar.php:180
 #: ../../library/Class/AdminVar.php:182 ../../library/Class/AdminVar.php:174
+#: ../../library/Class/AdminVar.php:171
 msgid "ID client Jamendo"
 msgstr "Jamendo ID de client"
 
 #: ../../library/Class/AdminVar.php:164
 ../../library/Class/AdminVar.php:165
 #: ../../library/Class/AdminVar.php:162 ../../library/Class/AdminVar.php:181
 #: ../../library/Class/AdminVar.php:183 ../../library/Class/AdminVar.php:175
+#: ../../library/Class/AdminVar.php:172
 msgid "ID client SoundCloud"
 msgstr "ID de client de SoundCloud"
 
@@ -11456,6 +11685,7 @@ msgstr "SSO ID Cyberlibris"
 #: ../../library/Class/AdminVar.php:168
 ../../library/Class/AdminVar.php:169
 #: ../../library/Class/AdminVar.php:166 ../../library/Class/AdminVar.php:185
 #: ../../library/Class/AdminVar.php:187 ../../library/Class/AdminVar.php:179
+#: ../../library/Class/AdminVar.php:176
 msgid "Identifiant code bibliothèque Vodeclic"
 msgstr "Identificador de codi de biblioteca Vodeclic"
 
@@ -11467,6 +11697,7 @@ msgstr "ID comença amb"
 #: ../../library/Class/AdminVar.php:194
 ../../library/Class/AdminVar.php:195
 #: ../../library/Class/AdminVar.php:192 ../../library/Class/AdminVar.php:211
 #: ../../library/Class/AdminVar.php:213 ../../library/Class/AdminVar.php:205
+#: ../../library/Class/AdminVar.php:202
 msgid "Identifiant d'accès au serveur OAI Cité de la Musique"
 msgstr "Accés al servidor OAI ID Cité de la Musique"
 
@@ -11478,6 +11709,7 @@ msgstr "Codi en ILS"
 #: ../../library/Class/AdminVar.php:192
 ../../library/Class/AdminVar.php:193
 #: ../../library/Class/AdminVar.php:190 ../../library/Class/AdminVar.php:209
 #: ../../library/Class/AdminVar.php:211 ../../library/Class/AdminVar.php:203
+#: ../../library/Class/AdminVar.php:200
 msgid "Identifiant du portail chez 1D touch"
 msgstr "ID de portal a 1D touch"
 
@@ -11485,7 +11717,7 @@ msgstr "ID de portal a 1D touch"
 #: ../../library/Class/AdminVar.php:231 ../../library/Class/AdminVar.php:233
 #: ../../library/Class/AdminVar.php:252 ../../library/Class/AdminVar.php:254
 #: ../../library/Class/AdminVar.php:246 ../../library/Class/AdminVar.php:249
-#: ../../library/Class/AdminVar.php:247
+#: ../../library/Class/AdminVar.php:247 ../../library/Class/AdminVar.php:244
 msgid "Identifiant du project Redmine"
 msgstr "Projecte ID Redmine"
 
@@ -11504,6 +11736,7 @@ msgstr "ID comença amb"
 #: ../../application/modules/opac/controllers/AbonneController.php:1141
 #: ../../application/modules/opac/controllers/AbonneController.php:1227
 #: ../../application/modules/opac/controllers/AbonneController.php:1229
+#: ../../application/modules/opac/controllers/AbonneController.php:1231
 msgid "Identifiant et/ou mot de passe incorrect"
 msgstr "Nom d'usuari o contrasenya incorrecta."
 
@@ -11539,6 +11772,7 @@ msgstr "Nom d'usuari o contrasenya incorrecta."
 #: ../../library/Class/AdminVar.php:167
 ../../library/Class/AdminVar.php:168
 #: ../../library/Class/AdminVar.php:165 ../../library/Class/AdminVar.php:184
 #: ../../library/Class/AdminVar.php:186 ../../library/Class/AdminVar.php:178
+#: ../../library/Class/AdminVar.php:175
 msgid "Identifiant partenaire Vodeclic"
 msgstr "ID de soci Vodeclic"
 
@@ -11556,7 +11790,7 @@ msgstr "Inicia sessió"
 #: ../../library/Class/AdminVar.php:338 ../../library/Class/AdminVar.php:344
 #: ../../library/Class/AdminVar.php:363 ../../library/Class/AdminVar.php:365
 #: ../../library/Class/AdminVar.php:368 ../../library/Class/AdminVar.php:360
-#: ../../library/Class/AdminVar.php:361
+#: ../../library/Class/AdminVar.php:361 ../../library/Class/AdminVar.php:358
 msgid ""
 "Identifiant unique (attention: la modification de cette variable impactera "
 "les outils de suivi de cette installation)"
@@ -11627,19 +11861,19 @@ msgstr "Ha de completar tots els camps."
 
 #: ../../library/Class/Profil.php:1356 ../../library/Class/Profil.php:1357
 #: ../../library/Class/Profil.php:1377 ../../library/Class/Profil.php:1378
-#: ../../library/Class/Profil.php:1388
+#: ../../library/Class/Profil.php:1388 ../../library/Class/Profil.php:1398
 msgid "Il manque la largeur de la division 1."
 msgstr "Divisió per defecte Transmissió"
 
 #: ../../library/Class/Profil.php:1360 ../../library/Class/Profil.php:1361
 #: ../../library/Class/Profil.php:1381 ../../library/Class/Profil.php:1382
-#: ../../library/Class/Profil.php:1392
+#: ../../library/Class/Profil.php:1392 ../../library/Class/Profil.php:1402
 msgid "Il manque la largeur de la division 2."
 msgstr "Divisió per defecte Transmissió"
 
 #: ../../library/Class/Profil.php:1364 ../../library/Class/Profil.php:1365
 #: ../../library/Class/Profil.php:1385 ../../library/Class/Profil.php:1386
-#: ../../library/Class/Profil.php:1396
+#: ../../library/Class/Profil.php:1396 ../../library/Class/Profil.php:1406
 msgid "Il manque la largeur de la division 3."
 msgstr "Divisió per defecte Transmissió"
 
@@ -11664,8 +11898,7 @@ msgstr "Hi ha més de subnivell"
 msgid "Il n'y a plus de sous-niveau"
 msgstr "No hi ha més sub-nivell"
 
-#: ../../library/Class/NoticeOAI.php:230
-#: ../../library/Class/NoticeOAI.php:230
+#: ../../library/Class/NoticeOAI.php:230
 ../../library/Class/NoticeOAI.php:230
 msgid "Il n'y aucun mot assez significatif pour la recherche"
 msgstr "No hi ha paraula prou importants com per buscar"
 
@@ -11699,6 +11932,11 @@ msgstr "Veure resultats anteriors"
 msgid "Il y a un problème avec l'adresse du flux RSS"
 msgstr "Hi ha un problema amb l'adreça del feed RSS"
 
+#: ../../library/Class/Notice/Thumbnail/ResizeImage.php:54
+#, fuzzy
+msgid "Il y a un problème avec le fichier source."
+msgstr "Hi ha un problema amb l'adreça del feed RSS"
+
 #: ../../application/modules/admin/views/scripts/bib/plansmaj.phtml:28
 #: ../../application/modules/admin/views/scripts/zone/_form.phtml:29
 #: ../../application/modules/admin/views/scripts/zone/_form.phtml:35
@@ -11748,6 +11986,7 @@ msgstr "Importa EAD"
 #: ../../application/modules/admin/controllers/HarvestController.php:223
 #: ../../application/modules/admin/controllers/HarvestController.php:201
 #: ../../application/modules/admin/controllers/HarvestController.php:201
+#: ../../application/modules/admin/controllers/HarvestController.php:200
 msgid "Import SoundCloud"
 msgstr "Importació de SoundCloud"
 
@@ -11756,6 +11995,7 @@ msgstr "Importació de SoundCloud"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:175
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:171
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:168
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:170
 msgid "Import Thesaurus"
 msgstr "importació Thesaurus"
 
@@ -11764,6 +12004,7 @@ msgstr "importació Thesaurus"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:151
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:148
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:147
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:149
 msgid "Import avis opac2"
 msgstr "Importació de comentaris opac2"
 
@@ -11817,6 +12058,8 @@ msgstr "Importar un Thesauro"
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Album.php:568
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Album.php:567
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Album.php:566
+#: ../../application/modules/admin/controllers/HarvestController.php:128
+#: ../../application/modules/admin/controllers/HarvestController.php:185
 msgid "Importer"
 msgstr "Importar"
 
@@ -11868,6 +12111,11 @@ msgstr "No es pot escriure el fitxer a la ruta del servidor [ %s]"
 msgid "Impossible d\\`écrire le fichier sur le disque"
 msgstr "No es pot escriure el fitxer a la ruta del servidor [ %s]"
 
+#: ../../application/modules/admin/controllers/WidgetController.php:222
+#, fuzzy, php-format
+msgid "Impossible de configurer l'élément : \"%s\""
+msgstr "No es pot trobar aquesta direcció"
+
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:184
 #: ../../application/modules/admin/controllers/FileManagerController.php:116
 #, fuzzy, php-format
@@ -12242,6 +12490,7 @@ msgstr "Informació del document"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:145
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:144
 #: ../../application/modules/admin/controllers/SystemeController.php:229
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:146
 msgid "Informations système"
 msgstr "Informació del sistema"
 
@@ -12300,6 +12549,7 @@ msgstr "Registre"
 #: ../../application/modules/opac/controllers/AuthController.php:427
 #: ../../application/modules/opac/controllers/AuthController.php:422
 #: ../../application/modules/opac/controllers/AuthController.php:434
+#: ../../application/modules/opac/controllers/AuthController.php:426
 msgid "Inscription à la lettre d'information: "
 msgstr "Subscriu-te al butlletí:"
 
@@ -12310,6 +12560,7 @@ msgstr "Subscriu-te al butlletí:"
 #: ../../application/modules/opac/controllers/AuthController.php:509
 #: ../../application/modules/opac/controllers/AuthController.php:504
 #: ../../application/modules/opac/controllers/AuthController.php:516
+#: ../../application/modules/opac/controllers/AuthController.php:508
 msgid "Inscription à la newsletter invalide."
 msgstr "Joc perillós deshabilitat."
 
@@ -12338,7 +12589,7 @@ msgstr "Afegir una registre al cistell"
 #: ../../library/Class/AdminVar.php:312 ../../library/Class/AdminVar.php:318
 #: ../../library/Class/AdminVar.php:337 ../../library/Class/AdminVar.php:339
 #: ../../library/Class/AdminVar.php:342 ../../library/Class/AdminVar.php:334
-#: ../../library/Class/AdminVar.php:335
+#: ../../library/Class/AdminVar.php:335 ../../library/Class/AdminVar.php:332
 msgid "Interdire la modification de la fiche abonne"
 msgstr "Convertir la fitxa d'usuari a només lectura"
 
@@ -12495,6 +12746,7 @@ msgstr "Codi Javascript per a estadístiques"
 #: ../../library/Class/AdminVar.php:300 ../../library/Class/AdminVar.php:302
 #: ../../library/Class/AdminVar.php:304 ../../library/Class/AdminVar.php:296
 #: ../../library/Class/AdminVar.php:299 ../../library/Class/AdminVar.php:297
+#: ../../library/Class/AdminVar.php:294
 msgid "Je ne veux plus recevoir cette lettre d'information"
 msgstr "Ja no vull rebre aquest butlletí"
 
@@ -12526,6 +12778,7 @@ msgstr "Token d'autorització no disponible"
 #: ../../application/modules/opac/controllers/AuthController.php:344
 #: ../../application/modules/opac/controllers/AuthController.php:339
 #: ../../application/modules/opac/controllers/AuthController.php:351
+#: ../../application/modules/opac/controllers/AuthController.php:336
 msgid "Jeton de réinitialisation expiré"
 msgstr "Token de restabliment expirat"
 
@@ -12533,6 +12786,7 @@ msgstr "Token de restabliment expirat"
 #: ../../application/modules/opac/controllers/AuthController.php:341
 #: ../../application/modules/opac/controllers/AuthController.php:336
 #: ../../application/modules/opac/controllers/AuthController.php:348
+#: ../../application/modules/opac/controllers/AuthController.php:333
 msgid "Jeton de réinitialisation invalide"
 msgstr "El codi anti-spam no és vàlid."
 
@@ -12606,6 +12860,7 @@ msgstr "Quiosc de notícies, carrusel horitzontal"
 
 #: ../../library/Class/FileManager/FileSystem.php:268
 #: ../../library/Class/FileManager/FileSystem.php:269
+#: ../../library/Class/FileManager/FileSystem.php:270
 msgid "Ko"
 msgstr "ko"
 
@@ -12694,13 +12949,14 @@ msgstr "Ha fallat la càrrega del fitxer"
 
 #: ../../application/modules/admin/controllers/OaiController.php:117
 #: ../../application/modules/admin/controllers/OaiController.php:117
+#: ../../application/modules/admin/controllers/OaiController.php:119
 #, php-format
 msgid "L'album \"%s\" a été créé"
 msgstr "L'àlbum \" %s\" s'ha creat"
 
 #: ../../library/Class/Album.php:1133
 ../../library/Class/Album.php:1133
 #: ../../library/Class/Album.php:1138 ../../library/Class/Album.php:1140
-#: ../../library/Class/Album.php:1141
+#: ../../library/Class/Album.php:1141 ../../library/Class/Album.php:1132
 msgid "L'album doit avoir un type de document"
 msgstr "L'àlbum ha de tenir un tipus de document"
 
@@ -12724,7 +12980,7 @@ msgstr "El lloc \" %s\" s'ha eliminat"
 
 #: ../../library/Class/Album.php:1126
 ../../library/Class/Album.php:1126
 #: ../../library/Class/Album.php:1131 ../../library/Class/Album.php:1133
-#: ../../library/Class/Album.php:1134
+#: ../../library/Class/Album.php:1134 ../../library/Class/Album.php:1125
 #, php-format
 msgid "L'année doit être comprise entre %s et %s"
 msgstr "El comentari ha de tenir una longitud de %s i %s caràcters"
@@ -12818,6 +13074,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/ModulesController.php:79
 #: ../../application/modules/opac/controllers/ModulesController.php:72
 #: ../../application/modules/opac/controllers/ModulesController.php:71
+#: ../../application/modules/opac/controllers/ModulesController.php:70
 msgid "L'identifiant du document demandé n'existe pas"
 msgstr "L'identificador el registre no existeix"
 
@@ -12825,7 +13082,7 @@ msgstr "L'identificador el registre no existeix"
 #: ../../library/Class/Users.php:1033 ../../library/Class/Users.php:1012
 #: ../../library/Class/Users.php:1014 ../../library/Class/Users.php:1018
 #: ../../library/Class/Users.php:1030 ../../library/Class/Users.php:1025
-#: ../../library/Class/Users.php:1013
+#: ../../library/Class/Users.php:1013 ../../library/Class/Users.php:1008
 msgid "L'identifiant que vous avez choisi existe déjà."
 msgstr "El nom d'usuari que va triar ja existeix."
 
@@ -12833,6 +13090,7 @@ msgstr "El nom d'usuari que va triar ja existeix."
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:323
 #: ../../application/modules/admin/controllers/FileManagerController.php:260
 #: ../../application/modules/admin/controllers/FileManagerController.php:261
+#: ../../application/modules/admin/controllers/FileManagerController.php:271
 #, php-format
 msgid "L'image \"%s\" a été compressée."
 msgstr "L'àlbum \" %s\" s'ha creat"
@@ -12841,6 +13099,7 @@ msgstr "L'àlbum \" %s\" s'ha creat"
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:311
 #: ../../application/modules/admin/controllers/FileManagerController.php:248
 #: ../../application/modules/admin/controllers/FileManagerController.php:249
+#: ../../application/modules/admin/controllers/FileManagerController.php:254
 #, php-format
 msgid "L'image \"%s\" a été redimensionnée."
 msgstr "La sessió \" %s\" s'ha guardat"
@@ -12926,6 +13185,7 @@ msgid "L'utilisateur n'a pas renseigné son adresse e-mail."
 msgstr "L'usuari no ha actualitzat la seva adreça de correu electrònic."
 
 #: ../../application/modules/admin/controllers/FileManagerController.php:274
+#: ../../application/modules/admin/controllers/FileManagerController.php:283
 #, php-format
 msgid ""
 "L'élément \"%s\" ne peut pas être renommé car il est lié à des éléments "
@@ -12990,6 +13250,7 @@ msgstr "La biblioteca conté els registres %s."
 #: ../../library/Class/Users.php:1023 ../../library/Class/Users.php:1027
 #: ../../library/Class/Users.php:1037 ../../library/Class/Users.php:1032
 #: ../../library/Class/Users.php:1034 ../../library/Class/Users.php:1022
+#: ../../library/Class/Users.php:1017
 #, php-format
 msgid "La bibliothèque est obligatoire pour le rôle : %s"
 msgstr "Es requereix que la biblioteca de la funció: %s"
@@ -13076,6 +13337,11 @@ msgstr "Formació \" %s\" s'ha guardat"
 msgid "La configuration de la boite %s a été sauvegardée"
 msgstr "Formació \" %s\" s'ha guardat"
 
+#: ../../library/Class/Systeme/Widget/Section.php:72
+#, fuzzy, php-format
+msgid "La configuration de la section %s a été sauvegardée"
+msgstr "Formació \" %s\" s'ha guardat"
+
 #: ../../library/Class/Systeme/Widget/Menu.php:163
 #: ../../library/Class/Systeme/Widget/Menu.php:169
 #: ../../library/Class/Systeme/Widget/Menu.php:169
@@ -13085,13 +13351,13 @@ msgstr "Formació \" %s\" s'ha guardat"
 
 #: ../../library/Class/Profil.php:1384 ../../library/Class/Profil.php:1385
 #: ../../library/Class/Profil.php:1405 ../../library/Class/Profil.php:1406
-#: ../../library/Class/Profil.php:1416
+#: ../../library/Class/Profil.php:1416 ../../library/Class/Profil.php:1426
 msgid "La couleur des liens du bandeau doit être au format #001122"
 msgstr "El color dels enllaços del banner ha d'estar en format # 001122"
 
 #: ../../library/Class/Profil.php:1380 ../../library/Class/Profil.php:1381
 #: ../../library/Class/Profil.php:1401 ../../library/Class/Profil.php:1402
-#: ../../library/Class/Profil.php:1412
+#: ../../library/Class/Profil.php:1412 ../../library/Class/Profil.php:1422
 msgid "La couleur du texte bandeau doit être au format #001122"
 msgstr "El color del text del banner ha de tenir el format # 001122"
 
@@ -13119,7 +13385,7 @@ msgstr "La gestió de permisos s'habilitarà després de crear aquesta categoria
 
 #: ../../library/Class/Profil.php:1345 ../../library/Class/Profil.php:1346
 #: ../../library/Class/Profil.php:1366 ../../library/Class/Profil.php:1367
-#: ../../library/Class/Profil.php:1377
+#: ../../library/Class/Profil.php:1377 ../../library/Class/Profil.php:1387
 msgid "La largeur du site doit être comprise entre 800 et 2000 pixels."
 msgstr "El comentari ha de tenir una longitud de %s i %s caràcters"
 
@@ -13270,7 +13536,7 @@ msgstr "La sessió \" %s\" s'ha guardat"
 
 #: ../../library/Class/Profil.php:1352 ../../library/Class/Profil.php:1353
 #: ../../library/Class/Profil.php:1373 ../../library/Class/Profil.php:1374
-#: ../../library/Class/Profil.php:1384
+#: ../../library/Class/Profil.php:1384 ../../library/Class/Profil.php:1394
 msgid ""
 "La somme des largeurs des divisions ne doit pas excéder la largeur du site."
 msgstr "La suma dels amples de les parts no ha d'excedir l'amplada del lloc."
@@ -13452,6 +13718,7 @@ msgstr "idioma"
 
 #: ../../library/Class/AdminVar.php:311 ../../library/Class/AdminVar.php:303
 #: ../../library/Class/AdminVar.php:306 ../../library/Class/AdminVar.php:304
+#: ../../library/Class/AdminVar.php:301
 msgid "Langue par défaut"
 msgstr "Permisos per defecte"
 
@@ -13473,6 +13740,7 @@ msgstr "Idioma (es)"
 #: ../../library/ZendAfi/Form/Configuration/Domain.php:85
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:64
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Language.php:33
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:68
 msgid "Langues"
 msgstr "idiomes"
 
@@ -13617,14 +13885,14 @@ msgstr "'Url' El camp ha de ser inferior a 250 caràcters"
 #: ../../library/Class/Users.php:1029 ../../library/Class/Users.php:1008
 #: ../../library/Class/Users.php:1010 ../../library/Class/Users.php:1014
 #: ../../library/Class/Users.php:1026 ../../library/Class/Users.php:1021
-#: ../../library/Class/Users.php:1009
+#: ../../library/Class/Users.php:1009 ../../library/Class/Users.php:1004
 msgid "Le champ 'Identifiant' doit être inférieur à 50 caractères"
 msgstr "El camp 'id' ha de tenir menys de 50 caràcters"
 
 #: ../../library/Class/Users.php:1028
 ../../library/Class/Users.php:1028
 #: ../../library/Class/Users.php:1037 ../../library/Class/Users.php:1016
 #: ../../library/Class/Users.php:1018 ../../library/Class/Users.php:1022
-#: ../../library/Class/Users.php:1033
+#: ../../library/Class/Users.php:1033 ../../library/Class/Users.php:1011
 msgid "Le champ 'Mot de passe' doit être inférieur à 255 caractères"
 msgstr "El camp 'Contrasenya' ha de tenir menys de 255 caràcters"
 
@@ -13733,6 +14001,11 @@ msgstr "L'arxiu excedeix el límit de mida (upload_max_filesize of php.ini)"
 msgid "Le fichier est trop petit : %s mo -> taille minimum attendue : %s mo"
 msgstr "L'arxiu és massa petit: %s mb -> mida mínima esperada: %s mb"
 
+#: ../../library/Class/Notice/Thumbnail/ResizeImage.php:73
+#, fuzzy
+msgid "Le fichier existe déjà."
+msgstr "Aquest identificador ja existeix."
+
 #: ../../library/Class/SearchForm.php:142
 #, php-format
 msgid "Le fichier lié à ce formulaire a provoqué une erreur d'exécution : %s"
@@ -13863,6 +14136,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:271 ../../library/Class/AdminVar.php:273
 #: ../../library/Class/AdminVar.php:275 ../../library/Class/AdminVar.php:267
 #: ../../library/Class/AdminVar.php:270 ../../library/Class/AdminVar.php:268
+#: ../../library/Class/AdminVar.php:265
 msgid ""
 "Le gestionnaire de contenu affiche les articles sous forme de liste paginée "
 "au lieu de d'une arborescence. Cet affichage est adapté lorsque le nombre "
@@ -13885,10 +14159,16 @@ msgstr "El camp no pot estar buit"
 
 #: ../../library/Class/Profil.php:1341 ../../library/Class/Profil.php:1342
 #: ../../library/Class/Profil.php:1362 ../../library/Class/Profil.php:1363
-#: ../../library/Class/Profil.php:1373
+#: ../../library/Class/Profil.php:1373 ../../library/Class/Profil.php:1383
 msgid "Le libellé est obligatoire."
 msgstr "l'idioma és obligatori."
 
+#: ../../application/modules/admin/controllers/TemplateController.php:36
+msgid ""
+"Le magasin de thèmes n'est pas activé. Vous n'avez pas accès à cette "
+"fonctionnalité."
+msgstr ""
+
 #: ../../application/modules/admin/controllers/SystemeController.php:298
 #: ../../application/modules/admin/controllers/SystemeController.php:304
 #: ../../application/modules/admin/controllers/SystemeController.php:304
@@ -14001,6 +14281,7 @@ msgstr "El nombre d'etiquetes ha d'estar entre %s i %s"
 #: ../../library/Class/Users.php:1028 ../../library/Class/Users.php:1032
 #: ../../library/Class/Users.php:1042 ../../library/Class/Users.php:1037
 #: ../../library/Class/Users.php:1039 ../../library/Class/Users.php:1027
+#: ../../library/Class/Users.php:1022
 msgid ""
 "Le numéro de carte est obligatoire pour les abonnés identifiés dans un sigb."
 msgstr ""
@@ -14082,6 +14363,7 @@ msgstr "El codi anti-spam no és vàlid."
 #: ../../application/modules/opac/controllers/ModulesController.php:61
 #: ../../application/modules/opac/controllers/ModulesController.php:54
 #: ../../application/modules/opac/controllers/ModulesController.php:53
+#: ../../application/modules/opac/controllers/ModulesController.php:52
 msgid "Le service est mal configuré. Il manque l'URL du service."
 msgstr "El servei està mal configurat, es requereix un URL"
 
@@ -14122,7 +14404,7 @@ msgstr "El territori conté referències %s"
 
 #: ../../library/Class/Album.php:1131
 ../../library/Class/Album.php:1131
 #: ../../library/Class/Album.php:1136 ../../library/Class/Album.php:1138
-#: ../../library/Class/Album.php:1139
+#: ../../library/Class/Album.php:1139 ../../library/Class/Album.php:1130
 msgid "Le titre est obligatoire"
 msgstr "l'idioma és obligatori."
 
@@ -14156,6 +14438,7 @@ msgstr "Els %s seleccionats han estat eliminats"
 #: ../../library/Class/AdminVar.php:289 ../../library/Class/AdminVar.php:308
 #: ../../library/Class/AdminVar.php:310 ../../library/Class/AdminVar.php:313
 #: ../../library/Class/AdminVar.php:305 ../../library/Class/AdminVar.php:306
+#: ../../library/Class/AdminVar.php:303
 msgid "Les abonnées peuvent se connecter uniquement via le webservice du SIGB."
 msgstr "Els subscriptors poden connectar només a través del servei web d'IMS."
 
@@ -14377,13 +14660,13 @@ msgstr "Els llocs més recents"
 
 #: ../../library/Class/AdminVar.php:225 ../../library/Class/AdminVar.php:244
 #: ../../library/Class/AdminVar.php:246 ../../library/Class/AdminVar.php:238
-#: ../../library/Class/AdminVar.php:236
+#: ../../library/Class/AdminVar.php:236 ../../library/Class/AdminVar.php:233
 msgid "Les utilisateurs peuvent enregister des recherches dans leurs favoris"
 msgstr "Podeu seleccionar una o diverses biblioteques per buscar"
 
 #: ../../library/Class/AdminVar.php:226 ../../library/Class/AdminVar.php:245
 #: ../../library/Class/AdminVar.php:247 ../../library/Class/AdminVar.php:239
-#: ../../library/Class/AdminVar.php:237
+#: ../../library/Class/AdminVar.php:237 ../../library/Class/AdminVar.php:234
 msgid ""
 "Les utilisateurs peuvent recevoir les nouveautés de leurs recherches "
 "favorites par email"
@@ -14392,7 +14675,7 @@ msgstr "Podeu seleccionar una o diverses biblioteques per buscar"
 #: ../../library/Class/AdminVar.php:226
 ../../library/Class/AdminVar.php:227
 #: ../../library/Class/AdminVar.php:224 ../../library/Class/AdminVar.php:243
 #: ../../library/Class/AdminVar.php:245 ../../library/Class/AdminVar.php:237
-#: ../../library/Class/AdminVar.php:235
+#: ../../library/Class/AdminVar.php:235 ../../library/Class/AdminVar.php:232
 msgid ""
 "Les utilisateurs peuvent sélectionner des bibliothèques favorites pour leurs "
 "recherche"
@@ -14542,6 +14825,9 @@ msgstr "nom"
 #: ../../library/Class/ListViewModeDescription/Domain.php:50
 #: ../../library/Class/ListViewModeDescription/Domain.php:59
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/Flat.php:68
+#: ../../library/ZendAfi/Form/Admin/AuthorFunction.php:36
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/AuthorFunction.php:40
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/Flat.php:67
 #, fuzzy
 msgid "Libellé"
 msgstr "redacció"
@@ -14650,7 +14936,7 @@ msgstr "confirmar contrasenya"
 #: ../../library/Class/AdminVar.php:317 ../../library/Class/AdminVar.php:323
 #: ../../library/Class/AdminVar.php:342 ../../library/Class/AdminVar.php:344
 #: ../../library/Class/AdminVar.php:347 ../../library/Class/AdminVar.php:339
-#: ../../library/Class/AdminVar.php:340
+#: ../../library/Class/AdminVar.php:340 ../../library/Class/AdminVar.php:337
 msgid "Libellé pour la Dewey"
 msgstr "Etiqueta per Dewey"
 
@@ -14658,7 +14944,7 @@ msgstr "Etiqueta per Dewey"
 #: ../../library/Class/AdminVar.php:316 ../../library/Class/AdminVar.php:322
 #: ../../library/Class/AdminVar.php:341 ../../library/Class/AdminVar.php:343
 #: ../../library/Class/AdminVar.php:346 ../../library/Class/AdminVar.php:338
-#: ../../library/Class/AdminVar.php:339
+#: ../../library/Class/AdminVar.php:339 ../../library/Class/AdminVar.php:336
 msgid "Libellé pour la PCDM4"
 msgstr "Etiqueta per PCDM4"
 
@@ -14742,6 +15028,7 @@ msgstr "Permalink"
 #: ../../library/Class/AdminVar.php:298 ../../library/Class/AdminVar.php:300
 #: ../../library/Class/AdminVar.php:302 ../../library/Class/AdminVar.php:294
 #: ../../library/Class/AdminVar.php:297 ../../library/Class/AdminVar.php:295
+#: ../../library/Class/AdminVar.php:292
 msgid "Lien pour se désinscrire de cette lettre d'information : {{URL}}"
 msgstr "Enllaç per donar-se de baixa d'aquest butlletí: {{URL}}"
 
@@ -15189,6 +15476,7 @@ msgstr "Llista de valors"
 #: ../../library/Class/AdminVar.php:175
 ../../library/Class/AdminVar.php:176
 #: ../../library/Class/AdminVar.php:173 ../../library/Class/AdminVar.php:192
 #: ../../library/Class/AdminVar.php:194 ../../library/Class/AdminVar.php:186
+#: ../../library/Class/AdminVar.php:183
 msgid ""
 "Liste des adresses IP publiques autorisées pour la consultation des documents"
 msgstr "Llista d'adreces IP públiques permeses per veure documents"
@@ -15201,6 +15489,7 @@ msgstr "Llista d'àlbums"
 
 #: ../../library/ZendAfi/Controller/Plugin/InspectorGadget.php:156
 #: ../../library/ZendAfi/Controller/Plugin/InspectorGadget.php:162
+#: ../../library/ZendAfi/Controller/Plugin/InspectorGadget.php:169
 msgid "Liste des appels webservices"
 msgstr "Serveis de proves web"
 
@@ -15220,7 +15509,7 @@ msgstr "Llista de categories"
 #: ../../library/Class/AdminVar.php:315 ../../library/Class/AdminVar.php:321
 #: ../../library/Class/AdminVar.php:340 ../../library/Class/AdminVar.php:342
 #: ../../library/Class/AdminVar.php:345 ../../library/Class/AdminVar.php:337
-#: ../../library/Class/AdminVar.php:338
+#: ../../library/Class/AdminVar.php:338 ../../library/Class/AdminVar.php:335
 msgid ""
 "Liste des champs que l'utilisateur peux modifier. <br/>Ex: nom;prenom;pseudo;"
 "adresse;<br/>code_postal;ville;mail;is_contact_mail;<br/>telephone;"
@@ -15234,7 +15523,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:328 ../../library/Class/AdminVar.php:334
 #: ../../library/Class/AdminVar.php:353 ../../library/Class/AdminVar.php:355
 #: ../../library/Class/AdminVar.php:358 ../../library/Class/AdminVar.php:350
-#: ../../library/Class/AdminVar.php:351
+#: ../../library/Class/AdminVar.php:351 ../../library/Class/AdminVar.php:348
 msgid ""
 "Liste des codes des facettes qui ne sont pas limitées à l'affichage dans le "
 "résultat de recherche<br/>Exemple : T => Type de doc, Y => Annexe, B => "
@@ -15248,7 +15537,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:297 ../../library/Class/AdminVar.php:303
 #: ../../library/Class/AdminVar.php:322 ../../library/Class/AdminVar.php:324
 #: ../../library/Class/AdminVar.php:327 ../../library/Class/AdminVar.php:319
-#: ../../library/Class/AdminVar.php:320
+#: ../../library/Class/AdminVar.php:320 ../../library/Class/AdminVar.php:317
 msgid ""
 "Liste des codes langue utilisées en plus du français séparées par des ;. "
 "Exemple: en;ro;es"
@@ -15331,7 +15620,7 @@ msgstr "reserves avisos"
 #: ../../library/Class/AdminVar.php:242 ../../library/Class/AdminVar.php:244
 #: ../../library/Class/AdminVar.php:263 ../../library/Class/AdminVar.php:265
 #: ../../library/Class/AdminVar.php:257 ../../library/Class/AdminVar.php:260
-#: ../../library/Class/AdminVar.php:258
+#: ../../library/Class/AdminVar.php:258 ../../library/Class/AdminVar.php:255
 #, php-format
 msgid ""
 "Liste des sites de recherche élargie (la chaine '%s' dans l'url sera "
@@ -15344,7 +15633,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:340 ../../library/Class/AdminVar.php:346
 #: ../../library/Class/AdminVar.php:365 ../../library/Class/AdminVar.php:367
 #: ../../library/Class/AdminVar.php:370 ../../library/Class/AdminVar.php:362
-#: ../../library/Class/AdminVar.php:363
+#: ../../library/Class/AdminVar.php:363 ../../library/Class/AdminVar.php:360
 msgid "Liste des tags à ajouter au rapport d'état du système"
 msgstr "Llista d'etiquetes per afegir a l'informe d'estat del sistema"
 
@@ -15474,14 +15763,14 @@ msgstr "Inicia sessió ART vídeo a la carta"
 #: ../../library/Class/AdminVar.php:213
 ../../library/Class/AdminVar.php:214
 #: ../../library/Class/AdminVar.php:211 ../../library/Class/AdminVar.php:230
 #: ../../library/Class/AdminVar.php:232 ../../library/Class/AdminVar.php:224
-#: ../../library/Class/AdminVar.php:222
+#: ../../library/Class/AdminVar.php:222 ../../library/Class/AdminVar.php:219
 msgid "Login du portail fourni par Kidilangues."
 msgstr "Inici de sessió del portal proporcionat per Kidilangues."
 
 #: ../../library/Class/AdminVar.php:217
 ../../library/Class/AdminVar.php:218
 #: ../../library/Class/AdminVar.php:215 ../../library/Class/AdminVar.php:234
 #: ../../library/Class/AdminVar.php:236 ../../library/Class/AdminVar.php:228
-#: ../../library/Class/AdminVar.php:226
+#: ../../library/Class/AdminVar.php:226 ../../library/Class/AdminVar.php:223
 msgid "Login du portail fourni par Premier-Chapitre."
 msgstr "Inici de sessió del portal proporcionat pel primer capítol."
 
@@ -15548,6 +15837,11 @@ msgstr "Cerca Tipus"
 msgid "Madame"
 msgstr "senyora"
 
+#: ../../application/modules/admin/controllers/TemplateController.php:43
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:98
+msgid "Magasin de thèmes"
+msgstr ""
+
 #: ../../library/ZendAfi/View/Helper/Calendar/Months.php:13
 #: ../../library/ZendAfi/View/Helper/Calendar/Months.php:29
 #: ../../library/ZendAfi/View/Helper/Calendar/Months.php:13
@@ -15750,6 +16044,7 @@ msgstr "Carrusel horitzontal"
 #: ../../application/modules/admin/controllers/ProfilController.php:485
 #: ../../application/modules/admin/controllers/ProfilController.php:515
 #: ../../application/modules/admin/controllers/ProfilController.php:506
+#: ../../application/modules/admin/controllers/ProfilController.php:510
 msgid "Menu horizontal dupliqué sur tous les autres profils."
 msgstr "El menú horitzontal es duplica en tots els altres perfils."
 
@@ -15762,6 +16057,7 @@ msgstr "Comentaris %s remogut"
 
 #: ../../library/ZendAfi/Form/Configuration/Widget/Menu.php:45
 #: ../../library/ZendAfi/Form/Configuration/Widget/Menu.php:45
+#: ../../library/ZendAfi/Form/Configuration/Widget/Nav.php:28
 msgid "Menu utilisé"
 msgstr "menú utilitzat"
 
@@ -15828,6 +16124,7 @@ msgstr "dimecres"
 #: ../../application/modules/opac/controllers/AbonneController.php:1198
 #: ../../application/modules/opac/controllers/AbonneController.php:1284
 #: ../../application/modules/opac/controllers/AbonneController.php:1286
+#: ../../application/modules/opac/controllers/AbonneController.php:1288
 msgid "Mes activités suivies"
 msgstr "O canviar la vostra informació de carret de la compra"
 
@@ -15851,6 +16148,7 @@ msgstr "Biblioteques"
 #: ../../application/modules/opac/controllers/AbonneController.php:1064
 #: ../../application/modules/opac/controllers/AbonneController.php:1150
 #: ../../application/modules/opac/controllers/AbonneController.php:1152
+#: ../../application/modules/opac/controllers/AbonneController.php:1154
 msgid "Mes cartes"
 msgstr "El meu cistell de compres"
 
@@ -15866,6 +16164,7 @@ msgstr "Els meus darrers cistelles"
 #: ../../application/modules/opac/controllers/AbonneController.php:1020
 #: ../../application/modules/opac/controllers/AbonneController.php:1106
 #: ../../application/modules/opac/controllers/AbonneController.php:1108
+#: ../../application/modules/opac/controllers/AbonneController.php:1110
 msgid "Mes favoris"
 msgstr "El meu cistell de compres"
 
@@ -15882,6 +16181,7 @@ msgstr "El meu cistell de compres"
 #: ../../application/modules/opac/controllers/AbonneController.php:1192
 #: ../../application/modules/opac/controllers/AbonneController.php:1278
 #: ../../application/modules/opac/controllers/AbonneController.php:1280
+#: ../../application/modules/opac/controllers/AbonneController.php:1282
 msgid "Mes inscriptions en cours"
 msgstr "Les reserves actuals"
 
@@ -15890,6 +16190,7 @@ msgstr "Les reserves actuals"
 #: ../../library/Class/Users.php:1546 ../../library/Class/Users.php:1550
 #: ../../library/Class/Users.php:1571 ../../library/Class/Users.php:1566
 #: ../../library/Class/Users.php:1587 ../../library/Class/Users.php:1528
+#: ../../library/Class/Users.php:1523
 msgid "Mes paniers"
 msgstr "El meu cistell de compres"
 
@@ -15903,6 +16204,7 @@ msgstr "Les seves cistelles de documents"
 #: ../../library/Class/Users.php:1579 ../../library/Class/Users.php:1583
 #: ../../library/Class/Users.php:1604 ../../library/Class/Users.php:1599
 #: ../../library/Class/Users.php:1620 ../../library/Class/Users.php:1561
+#: ../../library/Class/Users.php:1556
 msgid "Mes paniers rattachés à un domaine"
 msgstr "Els meus cistelles units a una selecció"
 
@@ -15911,11 +16213,13 @@ msgstr "Els meus cistelles units a una selecció"
 #: ../../library/Class/Systeme/ModulesAccueil/Prets.php:35
 #: ../../application/modules/telephone/views/scripts/abonne/fiche.phtml:41
 #: ../../library/Class/Systeme/ModulesAccueil/Prets.php:35
+#: ../../application/modules/telephone/views/scripts/abonne/fiche.phtml:43
 msgid "Mes prêts"
 msgstr "préstecs"
 
 #: ../../application/modules/telephone/views/scripts/abonne/fiche.phtml:44
 #: ../../application/modules/telephone/views/scripts/abonne/fiche.phtml:44
+#: ../../application/modules/telephone/views/scripts/abonne/fiche.phtml:46
 msgid "Mes prêts numériques"
 msgstr "recursos digitals"
 
@@ -15973,6 +16277,7 @@ msgstr "Quadre de missatge per sobre de la"
 #: ../../library/Class/AdminVar.php:183
 ../../library/Class/AdminVar.php:184
 #: ../../library/Class/AdminVar.php:181 ../../library/Class/AdminVar.php:200
 #: ../../library/Class/AdminVar.php:202 ../../library/Class/AdminVar.php:194
+#: ../../library/Class/AdminVar.php:191
 msgid "Message d'avertissement affiché sur la popup d'emprunt"
 msgstr ""
 "Missatge d'advertència que es mostra a la finestra emergent de préstecs"
@@ -16149,6 +16454,7 @@ msgstr "Actualització de la base de dade de la ubicació"
 #: ../../application/modules/admin/controllers/IndexController.php:152
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:101
 #: ../../application/modules/admin/controllers/IndexController.php:143
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:103
 msgid "Mise à jour de la charte graphique"
 msgstr "Actualització de la CSS"
 
@@ -16250,6 +16556,7 @@ msgstr "Actualització de la base completat amb èxit"
 
 #: ../../library/Class/FileManager/FileSystem.php:269
 #: ../../library/Class/FileManager/FileSystem.php:270
+#: ../../library/Class/FileManager/FileSystem.php:271
 msgid "Mo"
 msgstr "MB"
 
@@ -16475,6 +16782,7 @@ msgstr "Modificar l'avís \" %s\""
 
 #: ../../library/ZendAfi/View/Helper/TagEditMenu.php:48
 #: ../../library/ZendAfi/View/Helper/TagEditMenu.php:48
+#: ../../library/ZendAfi/View/Helper/TagEditMenu.php:45
 #, fuzzy, php-format
 msgid "Modifier l'entrée : %s"
 msgstr "Edita la cistella"
@@ -16520,6 +16828,11 @@ msgstr "Modificar la biblioteca: %s"
 msgid "Modifier la biographie"
 msgstr "Edita la biografia"
 
+#: ../../library/ZendAfi/View/Helper/TagEditMenu.php:53
+#, fuzzy, php-format
+msgid "Modifier la boite : %s"
+msgstr "Edita lloc: %s"
+
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Album.php:692
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Album.php:691
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Album.php:691
@@ -16544,11 +16857,22 @@ msgstr "Canviar la configuració de les còpies de taula"
 msgid "Modifier la demande #%s"
 msgstr "Modificar la formació: %s"
 
+#: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/AuthorFunction.php:35
+#: ../../library/ZendAfi/Controller/Plugin/Manager/AuthorFunction.php:34
+#, fuzzy
+msgid "Modifier la fonction auteur"
+msgstr "Editeu la sessió: %s"
+
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Newsletter.php:30
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Newsletter.php:30
 msgid "Modifier la newsletter"
 msgstr "Edita miniatures"
 
+#: ../../library/ZendAfi/View/Helper/Admin/TagEditSection.php:35
+#, fuzzy, php-format
+msgid "Modifier la section \"%s\""
+msgstr "Editeu la sessió: %s"
+
 #: ../../application/modules/admin/views/scripts/activity/_session_actions.phtml:16
 #: ../../application/modules/admin/views/scripts/activity/_session_actions.phtml:11
 #: ../../application/modules/admin/views/scripts/activity/_session_actions.phtml:11
@@ -16679,6 +17003,7 @@ msgstr "Canviar d'ubicació: \" %s\""
 
 #: ../../library/ZendAfi/View/Helper/TagEditMenu.php:51
 #: ../../library/ZendAfi/View/Helper/TagEditMenu.php:51
+#: ../../library/ZendAfi/View/Helper/TagEditMenu.php:48
 #, php-format
 msgid "Modifier le menu : %s"
 msgstr "Canviar d'ubicació: \" %s\""
@@ -16718,6 +17043,7 @@ msgstr "Modificar el perfil de dades %s"
 #: ../../application/modules/admin/controllers/ProfilController.php:430
 #: ../../application/modules/admin/controllers/ProfilController.php:460
 #: ../../application/modules/admin/controllers/ProfilController.php:451
+#: ../../application/modules/admin/controllers/ProfilController.php:455
 #, php-format
 msgid "Modifier le profil: %s"
 msgstr "Modificar el portal %s"
@@ -16890,6 +17216,7 @@ msgid "Modifier une relation"
 msgstr "Edita relació"
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:386
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:411
 msgid "Modifié"
 msgstr "canviar"
 
@@ -16910,6 +17237,15 @@ msgstr "mòdul"
 msgid "Module Portail"
 msgstr "portal"
 
+#: ../../application/modules/admin/views/scripts/template/index.phtml:3
+msgid "Modèle"
+msgstr ""
+
+#: ../../application/modules/admin/controllers/TemplateController.php:70
+#, fuzzy, php-format
+msgid "Modèle \"%s\" réinitialisé"
+msgstr "Plantilla \" %s\" eliminada"
+
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/ModeleFusion.php:30
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/ModeleFusion.php:30
 #, php-format
@@ -16955,6 +17291,7 @@ msgstr "tasca eliminats"
 #: ../../application/modules/admin/controllers/PrintController.php:31
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:101
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:98
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:100
 msgid "Modèles d'impressions"
 msgstr "Plantilles d'impressió"
 
@@ -17062,6 +17399,7 @@ msgstr "Importar ArteVOD"
 #: ../../application/modules/admin/controllers/HarvestController.php:166
 #: ../../application/modules/admin/controllers/HarvestController.php:144
 #: ../../application/modules/admin/controllers/HarvestController.php:144
+#: ../../application/modules/admin/controllers/HarvestController.php:143
 #, fuzzy
 msgid "Moissonnage Jamendo"
 msgstr "Moissonnage Jamendo"
@@ -17069,6 +17407,7 @@ msgstr "Moissonnage Jamendo"
 #: ../../application/modules/admin/controllers/HarvestController.php:132
 #: ../../application/modules/admin/controllers/HarvestController.php:110
 #: ../../application/modules/admin/controllers/HarvestController.php:110
+#: ../../application/modules/admin/controllers/HarvestController.php:109
 msgid "Moissonnage Orphea"
 msgstr "Importar Orfea"
 
@@ -17206,18 +17545,21 @@ msgstr "clau"
 #: ../../library/Class/AdminVar.php:179
 ../../library/Class/AdminVar.php:180
 #: ../../library/Class/AdminVar.php:177 ../../library/Class/AdminVar.php:196
 #: ../../library/Class/AdminVar.php:198 ../../library/Class/AdminVar.php:190
+#: ../../library/Class/AdminVar.php:187
 msgid "Mot de passe FTP de diffusion des offres PNB Dilicom"
 msgstr "Contrasenya de distribució FTP PNB Dilicom ofereix"
 
 #: ../../library/Class/AdminVar.php:199
 ../../library/Class/AdminVar.php:200
 #: ../../library/Class/AdminVar.php:197 ../../library/Class/AdminVar.php:216
 #: ../../library/Class/AdminVar.php:218 ../../library/Class/AdminVar.php:210
+#: ../../library/Class/AdminVar.php:207
 msgid "Mot de passe de l'utilisateur Orphea"
 msgstr "Contrasenya de l'usuari Orphea"
 
 #: ../../library/Class/AdminVar.php:172
 ../../library/Class/AdminVar.php:173
 #: ../../library/Class/AdminVar.php:170 ../../library/Class/AdminVar.php:189
 #: ../../library/Class/AdminVar.php:191 ../../library/Class/AdminVar.php:183
+#: ../../library/Class/AdminVar.php:180
 msgid "Mot de passe de la collectivité, il est fourni par Dilicom."
 msgstr "Contrasenya de la comunitat, és proporcionada per Dilicom."
 
@@ -17262,6 +17604,7 @@ msgstr "Paraules clau"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:126
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:126
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:123
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:125
 msgid "Multimedia"
 msgstr "multimèdia"
 
@@ -17330,8 +17673,7 @@ msgstr "pàgines web"
 msgid "N'envoie pas de données"
 msgstr "No envieu dades"
 
-#: ../../library/Class/FRBR/Link.php:160
-#: ../../library/Class/FRBR/Link.php:162
+#: ../../library/Class/FRBR/Link.php:160 ../../library/Class/FRBR/Link.php:162
 #: ../../library/Class/FRBR/Link.php:162
 msgid "N'est pas une url valide"
 msgstr "¿No és un URL vàlid"
@@ -17514,6 +17856,7 @@ msgstr "nivell jeràrquic"
 
 #: ../../library/ZendAfi/View/Helper/BarreNav.php:46
 #: ../../library/ZendAfi/View/Helper/BarreNav.php:46
+#: ../../library/ZendAfi/View/Helper/Widget/Breadcrumb.php:93
 #, php-format
 msgid "Niveau supérieur: %s"
 msgstr "Nivell superior: %s"
@@ -17554,6 +17897,7 @@ msgstr ""
 #: ../../application/modules/opac/views/scripts/head.phtml:82
 #: ../../application/modules/opac/views/scripts/head.phtml:81
 #: ../../application/modules/opac/views/scripts/head.phtml:81
+#: ../../application/modules/opac/views/scripts/head.phtml:80
 msgid "Noir sur blanc"
 msgstr "Negre sobre blanc"
 
@@ -17666,6 +18010,7 @@ msgstr "Negre sobre blanc"
 #: ../../library/Class/AdminVar/UserDoubleDetectOn.php:62
 #: ../../library/ZendAfi/Form/PreRegistration/Nanook.php:35
 #: ../../application/modules/opac/controllers/AbonneController.php:482
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:403
 msgid "Nom"
 msgstr "Nom"
 
@@ -17695,6 +18040,7 @@ msgstr "Nom comença amb"
 #: ../../application/modules/admin/controllers/IndexController.php:185
 #: ../../application/modules/opac/controllers/AuthController.php:643
 #: ../../application/modules/opac/controllers/AuthController.php:636
+#: ../../application/modules/opac/controllers/AuthController.php:635
 msgid "Nom d'utilisateur ou mot de passe invalide"
 msgstr "Nom d'usuari o contrasenya incorrecta."
 
@@ -17702,7 +18048,7 @@ msgstr "Nom d'usuari o contrasenya incorrecta."
 #: ../../library/Class/AdminVar.php:245 ../../library/Class/AdminVar.php:247
 #: ../../library/Class/AdminVar.php:266 ../../library/Class/AdminVar.php:268
 #: ../../library/Class/AdminVar.php:260 ../../library/Class/AdminVar.php:263
-#: ../../library/Class/AdminVar.php:261
+#: ../../library/Class/AdminVar.php:261 ../../library/Class/AdminVar.php:258
 msgid "Nom de domaine principal de l'OPAC, ex: monopac.macommune.fr"
 msgstr "Nom de domini principal de l'OPAC, pàg. Ex. Monopac.macommune.fr"
 
@@ -17714,6 +18060,7 @@ msgstr "Nom del propietari"
 #: ../../library/Class/AdminVar.php:198
 ../../library/Class/AdminVar.php:199
 #: ../../library/Class/AdminVar.php:196 ../../library/Class/AdminVar.php:215
 #: ../../library/Class/AdminVar.php:217 ../../library/Class/AdminVar.php:209
+#: ../../library/Class/AdminVar.php:206
 msgid "Nom de l'utilisateur Orphea"
 msgstr "Usuari Orphea"
 
@@ -17727,7 +18074,7 @@ msgstr "Nom de biblioteca"
 #: ../../library/Class/AdminVar.php:292 ../../library/Class/AdminVar.php:298
 #: ../../library/Class/AdminVar.php:317 ../../library/Class/AdminVar.php:319
 #: ../../library/Class/AdminVar.php:322 ../../library/Class/AdminVar.php:314
-#: ../../library/Class/AdminVar.php:315
+#: ../../library/Class/AdminVar.php:315 ../../library/Class/AdminVar.php:312
 msgid "Nom de la bibliothèque chez bibliosurf (en minuscules)"
 msgstr "Nom de la biblioteca en bibliosurf (minúscula)"
 
@@ -17768,7 +18115,7 @@ msgstr "Nom del responsable"
 #: ../../library/Class/AdminVar.php:243 ../../library/Class/AdminVar.php:245
 #: ../../library/Class/AdminVar.php:264 ../../library/Class/AdminVar.php:266
 #: ../../library/Class/AdminVar.php:258 ../../library/Class/AdminVar.php:261
-#: ../../library/Class/AdminVar.php:259
+#: ../../library/Class/AdminVar.php:259 ../../library/Class/AdminVar.php:256
 msgid "Nom du site"
 msgstr "Nom del lloc"
 
@@ -17869,7 +18216,7 @@ msgstr "Avisos de subscriptors: %s"
 #: ../../library/Class/AdminVar.php:287 ../../library/Class/AdminVar.php:293
 #: ../../library/Class/AdminVar.php:312 ../../library/Class/AdminVar.php:314
 #: ../../library/Class/AdminVar.php:317 ../../library/Class/AdminVar.php:309
-#: ../../library/Class/AdminVar.php:310
+#: ../../library/Class/AdminVar.php:310 ../../library/Class/AdminVar.php:307
 msgid "Nombre d'avis maximum à afficher par utilisateur."
 msgstr "Nombre màxim de visites per mostrar per usuari."
 
@@ -18101,6 +18448,7 @@ msgstr "Nombre de préstecs simultanis"
 #: ../../library/Class/AdminVar.php:182
 ../../library/Class/AdminVar.php:183
 #: ../../library/Class/AdminVar.php:180 ../../library/Class/AdminVar.php:199
 #: ../../library/Class/AdminVar.php:201 ../../library/Class/AdminVar.php:193
+#: ../../library/Class/AdminVar.php:190
 msgid ""
 "Nombre de prêts simultanés maximum pour un abonné PNB Dilicom (par défaut 3)"
 msgstr ""
@@ -18110,6 +18458,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:181
 ../../library/Class/AdminVar.php:182
 #: ../../library/Class/AdminVar.php:179 ../../library/Class/AdminVar.php:198
 #: ../../library/Class/AdminVar.php:200 ../../library/Class/AdminVar.php:192
+#: ../../library/Class/AdminVar.php:189
 msgid "Nombre de prêts simultanés maximum pour un livre PNB Dilicom"
 msgstr "Nombre màxim de préstecs simultanis per una lliura PNB Dilicom"
 
@@ -18190,6 +18539,7 @@ msgstr "Nombre de divisions"
 #: ../../library/Class/AdminVar.php:272 ../../library/Class/AdminVar.php:274
 #: ../../library/Class/AdminVar.php:276 ../../library/Class/AdminVar.php:268
 #: ../../library/Class/AdminVar.php:271 ../../library/Class/AdminVar.php:269
+#: ../../library/Class/AdminVar.php:266
 msgid "Nombre maximum d'articles  en sélection multiple"
 msgstr "Quantitat màxima d'articles en selecció múltiple"
 
@@ -18257,6 +18607,7 @@ msgstr "Nombre de biblioteca per pàgina"
 #: ../../library/Class/Profil/Preferences/Loans.php:570
 #: ../../library/ZendAfi/Form/User/LoanSearch.php:46
 #: ../../library/Class/Profil/Preferences/Loans.php:571
+#: ../../library/Class/Notice.php:736
 msgid "Non"
 msgstr "No"
 
@@ -18433,6 +18784,7 @@ msgstr "Registres :"
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/FRBRLink.php:36
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:91
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:88
+#: ../../application/modules/telephone/controllers/RechercheController.php:66
 msgid "Notices liées"
 msgstr "Registres vinculats"
 
@@ -18469,6 +18821,11 @@ msgstr ""
 "Només fem servir cookies per facilitar la seva navegació. Aquestes inclouen "
 "les galetes següents:"
 
+#: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Template.php:33
+#, fuzzy
+msgid "Nouveau Template"
+msgstr "Nova cistella"
+
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/CustomFieldMeta.php:33
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/CustomField.php:36
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/CustomFieldMeta.php:33
@@ -18767,7 +19124,7 @@ msgstr "Número de targeta invàlid"
 #: ../../library/Class/AdminVar.php:293 ../../library/Class/AdminVar.php:299
 #: ../../library/Class/AdminVar.php:318 ../../library/Class/AdminVar.php:320
 #: ../../library/Class/AdminVar.php:323 ../../library/Class/AdminVar.php:315
-#: ../../library/Class/AdminVar.php:316
+#: ../../library/Class/AdminVar.php:316 ../../library/Class/AdminVar.php:313
 msgid ""
 "Numéro de client Read Speaker <a target=\"_blank\" href=\"http://webreader."
 "readspeaker.com\">http://webreader.readspeaker.com</a>"
@@ -19072,6 +19429,7 @@ msgstr "O la clau API (en lloc de nom d'usuari / contrasenya)"
 #: ../../library/Class/Profil/Preferences/Loans.php:569
 #: ../../library/ZendAfi/Form/User/LoanSearch.php:45
 #: ../../library/Class/Profil/Preferences/Loans.php:570
+#: ../../library/Class/Notice.php:736
 msgid "Oui"
 msgstr "Sí"
 
@@ -19118,6 +19476,7 @@ msgstr "Els camps disponibles"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:158
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:173
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:247
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:252
 msgid "Outils pour la page :"
 msgstr "Pàgina actual:"
 
@@ -19186,6 +19545,7 @@ msgstr "S'obrirà a les %s"
 
 #: ../../application/modules/telephone/controllers/RechercheController.php:62
 #: ../../application/modules/telephone/controllers/RechercheController.php:62
+#: ../../application/modules/telephone/controllers/RechercheController.php:59
 msgid "Où le trouver ?"
 msgstr "On és?"
 
@@ -19203,6 +19563,7 @@ msgstr "Busquar a la biblioteca de la seva elecció"
 #: ../../library/Class/ListViewModeDescription/Pcdm4.php:57
 #: ../../library/Class/ListViewModeDescription/Pcdm4.php:65
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:68
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:72
 msgid "PCDM4"
 msgstr ""
 
@@ -19240,6 +19601,7 @@ msgstr "PNB Dilicom desactivat"
 #: ../../application/modules/admin/controllers/ProfilController.php:305
 #: ../../application/modules/admin/controllers/ProfilController.php:308
 #: ../../application/modules/admin/controllers/ProfilController.php:305
+#: ../../application/modules/admin/controllers/ProfilController.php:309
 msgid "Page "
 msgstr "Pàgina "
 
@@ -19299,8 +19661,7 @@ msgstr "pàgina següent"
 msgid "Page: "
 msgstr "pàgina:"
 
-#: ../../library/Class/NoticeHtml.php:82
-#: ../../library/Class/NoticeHtml.php:82
+#: ../../library/Class/NoticeHtml.php:82
 ../../library/Class/NoticeHtml.php:82
 msgid "Pagination"
 msgstr "Paginació"
 
@@ -19485,6 +19846,7 @@ msgstr "Configuració del portal"
 #: ../../library/Class/AdminVar.php:200
 ../../library/Class/AdminVar.php:201
 #: ../../library/Class/AdminVar.php:198 ../../library/Class/AdminVar.php:217
 #: ../../library/Class/AdminVar.php:219 ../../library/Class/AdminVar.php:211
+#: ../../library/Class/AdminVar.php:208
 msgid ""
 "Paramètre permettant de choisir la langue des des ressources. La liste des "
 "codes disponibles se trouve à cette adresse http://help.orphea.com/43/"
@@ -19577,6 +19939,16 @@ msgstr "Configureu aquesta pàgina"
 msgid "Paramétrer la page \"%s\""
 msgstr "Estableix la pàgina \"%s\""
 
+#: ../../library/ZendAfi/Controller/Plugin/Manager/Template.php:33
+#, fuzzy, php-format
+msgid "Paramétrer le modèle \"%s\""
+msgstr "Estableix la pàgina \"%s\""
+
+#: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Template.php:34
+#, fuzzy, php-format
+msgid "Paramétrer le template %s"
+msgstr "Estableix la pàgina \"%s\""
+
 #: ../../library/Class/Feature/List.php:85
 msgid "Paramétrer les impressions"
 msgstr "Establiu aquesta pàgina"
@@ -19618,6 +19990,7 @@ msgstr "importació Thesaurus"
 
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Codification.php:32
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:172
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:174
 #, fuzzy
 msgid "Parcourir les codifications"
 msgstr "darrera modificació"
@@ -19627,6 +20000,11 @@ msgstr "darrera modificació"
 msgid "Parcourir les emplacements"
 msgstr "importació Thesaurus"
 
+#: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/AuthorFunction.php:34
+#, fuzzy
+msgid "Parcourir les fonctions auteurs"
+msgstr "importació Thesaurus"
+
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Genre.php:36
 #, fuzzy
 msgid "Parcourir les genres"
@@ -19773,14 +20151,14 @@ msgstr "Activa la disposició responsive"
 #: ../../library/Class/AdminVar.php:214
 ../../library/Class/AdminVar.php:215
 #: ../../library/Class/AdminVar.php:212 ../../library/Class/AdminVar.php:231
 #: ../../library/Class/AdminVar.php:233 ../../library/Class/AdminVar.php:225
-#: ../../library/Class/AdminVar.php:223
+#: ../../library/Class/AdminVar.php:223 ../../library/Class/AdminVar.php:220
 msgid "Password du portail fourni par Kidilangues."
 msgstr "Contrasenya del portal proporcionada per Kidilangues."
 
 #: ../../library/Class/AdminVar.php:218
 ../../library/Class/AdminVar.php:219
 #: ../../library/Class/AdminVar.php:216 ../../library/Class/AdminVar.php:235
 #: ../../library/Class/AdminVar.php:237 ../../library/Class/AdminVar.php:229
-#: ../../library/Class/AdminVar.php:227
+#: ../../library/Class/AdminVar.php:227 ../../library/Class/AdminVar.php:224
 msgid "Password du portail fourni par Premier-Chapitre"
 msgstr "Contrasenya del portal proporcionada pel primer capítol"
 
@@ -19977,10 +20355,12 @@ msgstr "Pictograma"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:102
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:102
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:99
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:101
 msgid "Pictogrammes des genres"
 msgstr "pictogrames temàtics"
 
 #: ../../application/modules/admin/controllers/ProfilController.php:386
+#: ../../application/modules/admin/controllers/ProfilController.php:390
 msgid "Pictogrammes pour les genres"
 msgstr "pictogrames temàtics"
 
@@ -20003,6 +20383,7 @@ msgstr "Pivot cap avall"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:113
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:113
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:110
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:112
 msgid "Piwik"
 msgstr "Piwik"
 
@@ -20229,6 +20610,7 @@ msgstr "Punt"
 #: ../../library/ZendAfi/Form/Admin/User.php:132
 #: ../../library/Class/AdminVar.php:495 ../../library/Class/AdminVar.php:489
 #: ../../library/Class/AdminVar.php:490
+#: ../../library/ZendAfi/View/Helper/TagListeCoches.php:278
 msgid "Portail"
 msgstr "Portal"
 
@@ -20242,6 +20624,7 @@ msgstr "Portal"
 #: ../../library/Class/AdminVar.php:252
 #: ../../library/ZendAfi/Form/Configuration/SearchResult.php:152
 #: ../../library/Class/AdminVar.php:255 ../../library/Class/AdminVar.php:253
+#: ../../library/Class/AdminVar.php:250
 msgid "Position"
 msgstr "posició"
 
@@ -20256,7 +20639,7 @@ msgstr "Posició de la paginació"
 #: ../../library/Class/AdminVar.php:236 ../../library/Class/AdminVar.php:238
 #: ../../library/Class/AdminVar.php:257 ../../library/Class/AdminVar.php:259
 #: ../../library/Class/AdminVar.php:251 ../../library/Class/AdminVar.php:254
-#: ../../library/Class/AdminVar.php:252
+#: ../../library/Class/AdminVar.php:252 ../../library/Class/AdminVar.php:249
 msgid "Position de la pagination en résultat de recherche"
 msgstr "Posició de la paginació en el resultat de cerca"
 
@@ -20313,6 +20696,7 @@ msgstr "Publicat per"
 #: ../../library/Class/Users.php:1075 ../../library/Class/Users.php:1079
 #: ../../library/Class/Users.php:1100 ../../library/Class/Users.php:1095
 #: ../../library/Class/Users.php:1097 ../../library/Class/Users.php:1085
+#: ../../library/Class/Users.php:1080
 msgid "Pour activer votre compte, merci de cliquer sur le lien suivant:"
 msgstr "Per activar el seu compte, gràcies a fer clic al següent enllaç:"
 
@@ -20416,6 +20800,10 @@ msgstr "En primer lloc, el capítol"
 msgid "Première boite"
 msgstr "primera caixa"
 
+#: ../../library/Class/Systeme/ModulesAccueil/Section/FirstSide.php:25
+msgid "Première division optionnelle"
+msgstr ""
+
 #: ../../library/ZendAfi/Form/Cosmo/DataProfile.php:247
 msgid ""
 "Prendre l'identifiant pour les webservices en (si différent de la zone 001)"
@@ -20493,6 +20881,11 @@ msgid ""
 msgstr ""
 "Problema de còpia de seguretat La funció \" %s\" encara no és nova per a tu"
 
+#: ../../library/Class/Feature/List.php:442
+#, fuzzy
+msgid "Processus de ré-initialisation du mot de passe"
+msgstr "Nova contrasenya"
+
 #: ../../library/ZendAfi/View/Helper/CalendarContent.php:129
 #: ../../library/ZendAfi/View/Helper/CalendarContent.php:129
 msgid "Prochains évènements"
@@ -20524,6 +20917,7 @@ msgstr "Portal \" %s\", afegit"
 #: ../../application/modules/admin/controllers/ProfilController.php:434
 #: ../../application/modules/admin/controllers/ProfilController.php:425
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/DataProfile.php:30
+#: ../../application/modules/admin/controllers/ProfilController.php:429
 #, php-format
 msgid "Profil \"%s\" sauvegardé"
 msgstr "Portal %s guardat"
@@ -20558,6 +20952,7 @@ msgstr "No es troben el perfil de dades %s ( %d)"
 #: ../../library/Class/AdminVar.php:294 ../../library/Class/AdminVar.php:296
 #: ../../library/Class/AdminVar.php:298 ../../library/Class/AdminVar.php:290
 #: ../../library/Class/AdminVar.php:293 ../../library/Class/AdminVar.php:291
+#: ../../library/Class/AdminVar.php:288
 msgid ""
 "Profil de la page de désinscription<br/>Par défaut : page d'accueil du "
 "portail"
@@ -20739,6 +21134,7 @@ msgstr "Mostra propietats dels registres"
 #: ../../application/modules/admin/controllers/FileManagerController.php:310
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:125
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:126
+#: ../../application/modules/admin/controllers/FileManagerController.php:319
 #, fuzzy, php-format
 msgid "Propriétés de \"%s\""
 msgstr "Característiques del mòdul"
@@ -20756,6 +21152,11 @@ msgstr "Característiques del mòdul"
 msgid "Propriétés de l'objet"
 msgstr "Propietats de l'objecte"
 
+#: ../../library/ZendAfi/View/Helper/FonctionsAdmin.php:96
+#, fuzzy, php-format
+msgid "Propriétés de la boite \"%s\""
+msgstr "Propietats de la llista: %s"
+
 #: ../../library/ZendAfi/Form/Configuration/LoginWidget.php:31
 msgid "Propriétés de la boite de connexion"
 msgstr "Activa la biblioteca digital"
@@ -20855,6 +21256,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:608
 #: ../../application/modules/opac/controllers/AuthController.php:603
 #: ../../application/modules/opac/controllers/AuthController.php:615
+#: ../../application/modules/opac/controllers/AuthController.php:607
 msgid "Préinscription"
 msgstr "Registre"
 
@@ -20865,6 +21267,7 @@ msgstr "Registre"
 #: ../../application/modules/opac/controllers/AuthController.php:582
 #: ../../application/modules/opac/controllers/AuthController.php:577
 #: ../../application/modules/opac/controllers/AuthController.php:589
+#: ../../application/modules/opac/controllers/AuthController.php:581
 #, fuzzy, php-format
 msgid "Préinscription à %s"
 msgstr "Registre"
@@ -20962,7 +21365,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:224
 ../../library/Class/AdminVar.php:225
 #: ../../library/Class/AdminVar.php:222 ../../library/Class/AdminVar.php:241
 #: ../../library/Class/AdminVar.php:243 ../../library/Class/AdminVar.php:235
-#: ../../library/Class/AdminVar.php:233
+#: ../../library/Class/AdminVar.php:233 ../../library/Class/AdminVar.php:230
 msgid ""
 "Prévenir l'utilisateur xx jour(s) avant l'expiration de son abonnement (par "
 "défaut 30 jours)."
@@ -21012,8 +21415,7 @@ msgstr "Determinació de la disponibilitat en el resultat de cerca"
 msgid "Prêt"
 msgstr "Préstec"
 
-#: ../../library/Class/User/Cards.php:67
-#: ../../library/Class/User/Cards.php:67
+#: ../../library/Class/User/Cards.php:67
 ../../library/Class/User/Cards.php:67
 msgid "Prêt introuvable"
 msgstr "Usuari no trobat"
 
@@ -21260,9 +21662,16 @@ msgstr "RSS"
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/Flat.php:84
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Album.php:98
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Article.php:292
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:128
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/Flat.php:83
 msgid "Racine"
 msgstr "arrel"
 
+#: ../../library/ZendAfi/Form/Configuration/Widget/Breadcrumb.php:29
+#, fuzzy
+msgid "Racine personnalisée"
+msgstr "Els camps personalitzats"
+
 #: ../../library/ZendAfi/View/Helper/Abonne/ReservationsTable.php:49
 #: ../../library/ZendAfi/View/Helper/Abonne/ReservationsTable.php:49
 #: ../../library/ZendAfi/View/Helper/Abonne/ReservationsTable.php:52
@@ -21301,6 +21710,7 @@ msgstr "relacions"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:164
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:160
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:157
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:159
 msgid "Rapports statistiques"
 msgstr "informes estadístics"
 
@@ -21319,6 +21729,7 @@ msgstr "Adjunta un camp personalitzat"
 #: ../../library/Class/Codification.php:222
 #: ../../application/modules/telephone/controllers/RechercheController.php:66
 #: ../../library/Class/Codification.php:222
+#: ../../application/modules/telephone/controllers/RechercheController.php:63
 msgid "Rebondir dans le catalogue"
 msgstr "Rebotant en el catàleg"
 
@@ -21448,6 +21859,7 @@ msgid "Rechercher aussi sur "
 msgstr "Cercar també en"
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:420
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:445
 #, fuzzy, php-format
 msgid "Rechercher dans \"%s\""
 msgstr "Cercar"
@@ -21469,12 +21881,13 @@ msgstr "trobar Usuaris"
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:419
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:425
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:450
 msgid "Rechercher le terme saisie"
 msgstr "Cercar Preus"
 
 #: ../../library/Class/Notice.php:698
 ../../library/Class/Notice.php:698
 #: ../../library/Class/Notice.php:701 ../../library/Class/Notice.php:711
-#: ../../library/Class/Notice.php:721
+#: ../../library/Class/Notice.php:721 ../../library/Class/Notice.php:716
 #, php-format
 msgid "Rechercher tous les documents ayant comme %s: %s"
 msgstr "Busqui tots els documents amb %s: %s"
@@ -21523,6 +21936,7 @@ msgstr "Afegir una biblioteca"
 #: ../../application/modules/admin/controllers/StatController.php:41
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:114
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:111
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:113
 msgid "Recherches infructueuses"
 msgstr "Cerques sense resultats"
 
@@ -21618,7 +22032,7 @@ msgstr "Publicar el portal"
 #: ../../library/Class/AdminVar.php:334 ../../library/Class/AdminVar.php:340
 #: ../../library/Class/AdminVar.php:359 ../../library/Class/AdminVar.php:361
 #: ../../library/Class/AdminVar.php:364 ../../library/Class/AdminVar.php:356
-#: ../../library/Class/AdminVar.php:357
+#: ../../library/Class/AdminVar.php:357 ../../library/Class/AdminVar.php:354
 #, php-format
 msgid ""
 "Remplacement de textes à la volée. <br/>Ex:<br/>Panier;Sélection<br/>Vous "
@@ -21706,6 +22120,7 @@ msgstr "nomenar"
 #: ../../application/modules/admin/controllers/FileManagerController.php:270
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:93
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:94
+#: ../../application/modules/admin/controllers/FileManagerController.php:279
 #, php-format
 msgid "Renommer \"%s\""
 msgstr "Book %s"
@@ -22150,9 +22565,15 @@ msgstr "Regenera el mapa del lloc XML"
 #: ../../application/modules/opac/controllers/AuthController.php:333
 #: ../../application/modules/opac/controllers/AuthController.php:328
 #: ../../application/modules/opac/controllers/AuthController.php:340
+#: ../../application/modules/opac/controllers/AuthController.php:325
 msgid "Réinitialisation du mot de passe"
 msgstr "Nova contrasenya"
 
+#: ../../library/ZendAfi/Controller/Plugin/Manager/Template.php:38
+#, fuzzy, php-format
+msgid "Réinitialiser le modèle \"%s\""
+msgstr "Nova contrasenya"
+
 #: ../../application/modules/admin/views/scripts/systeme/cacheimages.phtml:21
 #: ../../application/modules/admin/views/scripts/systeme/cacheimages.phtml:19
 #: ../../application/modules/admin/views/scripts/systeme/cacheimages.phtml:19
@@ -22229,6 +22650,7 @@ msgstr "Reserva"
 
 #: ../../application/modules/telephone/controllers/RechercheController.php:134
 #: ../../application/modules/telephone/controllers/RechercheController.php:134
+#: ../../application/modules/telephone/controllers/RechercheController.php:131
 msgid "Réservation en ligne non supportée pour cette bibliothèque."
 msgstr "Reserves online no s'admet per a aquesta biblioteca."
 
@@ -22287,8 +22709,7 @@ msgstr "reserves impossible"
 msgid "Réservation interdite pour l'abonné."
 msgstr "Reserva prohibida per al subscriptor."
 
-#: ../../library/Class/User/Cards.php:77
-#: ../../library/Class/User/Cards.php:77
+#: ../../library/Class/User/Cards.php:77
 ../../library/Class/User/Cards.php:77
 msgid "Réservation introuvable"
 msgstr "reserves impossible"
 
@@ -22331,6 +22752,7 @@ msgstr "Reserves per a la consulta en el lloc"
 #: ../../library/ZendAfi/View/Helper/Notice/ReservationLink.php:29
 #: ../../library/ZendAfi/View/Helper/Notice/LienReserver.php:42
 #: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:395
+#: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:398
 msgid "Réserver"
 msgstr "llibre"
 
@@ -22426,6 +22848,7 @@ msgstr "resultats CVS"
 #: ../../application/modules/telephone/controllers/RechercheController.php:64
 #: ../../library/Class/NoticeHtml.php:94
 #: ../../library/Class/Codification.php:138
+#: ../../application/modules/telephone/controllers/RechercheController.php:61
 msgid "Résumé"
 msgstr "Resum"
 
@@ -22538,14 +22961,20 @@ msgstr "Editeu la sessió: %s"
 #: ../../application/modules/opac/controllers/AbonneController.php:1186
 #: ../../application/modules/opac/controllers/AbonneController.php:1272
 #: ../../application/modules/opac/controllers/AbonneController.php:1274
+#: ../../application/modules/opac/controllers/AbonneController.php:1276
 msgid "S'inscrire à une activité"
 msgstr "Registrar-se per la formació"
 
 #: ../../library/Class/Systeme/Report.php:45
 #: ../../library/Class/Systeme/Report.php:45
+#: ../../library/Class/Feature/List.php:458
 msgid "SIGB"
 msgstr "ILS"
 
+#: ../../library/Class/Feature/List.php:454
+msgid "SIGB OrpheeMedia: évolution du connecteur"
+msgstr ""
+
 #: ../../application/modules/admin/views/scripts/index/index.phtml:57
 #: ../../application/modules/admin/views/scripts/index/index.phtml:85
 #: ../../application/modules/admin/views/scripts/index/index.phtml:85
@@ -22620,6 +23049,11 @@ msgstr "Desconnecta"
 msgid "Se déconnecter de \"%s\""
 msgstr "desconnectar"
 
+#: ../../library/ZendAfi/View/Helper/Widget/Login.php:55
+#, fuzzy, php-format
+msgid "Se déconnecter de la session %s"
+msgstr "Deixar de rebre el butlletí de notícies:"
+
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:130
 #, fuzzy, php-format
 msgid "Se déconnecter du compte : \"%s\" (%s) "
@@ -22655,6 +23089,10 @@ msgstr "desconnectar"
 msgid "Seconde boite"
 msgstr "Quadre d'estil"
 
+#: ../../library/Class/Systeme/ModulesAccueil/Section/SecondSide.php:25
+msgid "Seconde division optionnelle"
+msgstr ""
+
 #: ../../application/modules/opac/views/scripts/abonne/multimedia-hold-device.phtml:12
 #: ../../application/modules/opac/controllers/AbonneController.php:870
 #: ../../application/modules/opac/controllers/AbonneController.php:869
@@ -22727,6 +23165,7 @@ msgstr "Secció: %s"
 #: ../../application/modules/admin/views/scripts/bib/localisationsmaj.phtml:154
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:72
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Section.php:32
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:76
 msgid "Sections"
 msgstr "Seccions"
 
@@ -22751,6 +23190,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:177
 ../../library/Class/AdminVar.php:178
 #: ../../library/Class/AdminVar.php:175 ../../library/Class/AdminVar.php:194
 #: ../../library/Class/AdminVar.php:196 ../../library/Class/AdminVar.php:188
+#: ../../library/Class/AdminVar.php:185
 msgid "Serveur FTP de diffusion des offres PNB Dilicom"
 msgstr "Transmissió de servidor FTP PNB Dilicom ofereix"
 
@@ -22878,6 +23318,7 @@ msgstr "Obra que no es troba"
 #: ../../library/Class/AdminVar.php:195
 ../../library/Class/AdminVar.php:196
 #: ../../library/Class/AdminVar.php:193 ../../library/Class/AdminVar.php:212
 #: ../../library/Class/AdminVar.php:214 ../../library/Class/AdminVar.php:206
+#: ../../library/Class/AdminVar.php:203
 msgid "Sets du serveur OAI Cité de la Musique à moissonner"
 msgstr "Direcció del servidor OAI Cyberlibris"
 
@@ -22901,7 +23342,7 @@ msgstr ""
 #: ../../library/Class/Users.php:1073 ../../library/Class/Users.php:1076
 #: ../../library/Class/Users.php:1080 ../../library/Class/Users.php:1101
 #: ../../library/Class/Users.php:1096 ../../library/Class/Users.php:1098
-#: ../../library/Class/Users.php:1086
+#: ../../library/Class/Users.php:1086 ../../library/Class/Users.php:1081
 msgid ""
 "Si vous n'êtes pas à l'origine de cette demande d'inscription, merci de ne "
 "pas tenir compte de cet e-mail, et l'inscription ne sera pas activée."
@@ -23183,6 +23624,7 @@ msgstr "passants"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:112
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:112
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:109
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:111
 msgid "Statistiques"
 msgstr "informes estadístics"
 
@@ -23296,6 +23738,11 @@ msgstr "Estil del bloc"
 msgid "Style de la boite"
 msgstr "Estílo de l'bloc"
 
+#: ../../library/ZendAfi/Form/Configuration/Widget/Section.php:31
+#, fuzzy
+msgid "Style de la section"
+msgstr "Estílo de l'bloc"
+
 #: ../../library/ZendAfi/Form/Configuration/BibNumerique.php:100
 #: ../../library/ZendAfi/Form/Configuration/Widget/Articles.php:67
 #: ../../library/ZendAfi/Form/Configuration/Widget/Albums.php:51
@@ -23328,6 +23775,7 @@ msgstr "Moderació de suggeriments de compra"
 #: ../../application/modules/opac/controllers/AbonneController.php:942
 #: ../../application/modules/opac/controllers/AbonneController.php:965
 #: ../../application/modules/opac/controllers/AbonneController.php:967
+#: ../../application/modules/opac/controllers/AbonneController.php:969
 msgid "Suggestion d'achat enregistrée"
 msgstr "sol·licitud registrada"
 
@@ -23445,6 +23893,7 @@ msgstr "Matèries"
 
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:76
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Subject.php:33
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:80
 msgid "Sujets et matières"
 msgstr ""
 
@@ -23489,7 +23938,7 @@ msgstr "Préstecs i reserves:"
 #: ../../library/Class/AdminVar.php:296 ../../library/Class/AdminVar.php:302
 #: ../../library/Class/AdminVar.php:321 ../../library/Class/AdminVar.php:323
 #: ../../library/Class/AdminVar.php:326 ../../library/Class/AdminVar.php:318
-#: ../../library/Class/AdminVar.php:319
+#: ../../library/Class/AdminVar.php:319 ../../library/Class/AdminVar.php:316
 msgid ""
 "Supprime l'affichage du lien d'enregistrement dans les différents "
 "formulaires de connexion et interdit l'enregistrement d'utilisateurs"
@@ -23675,6 +24124,11 @@ msgstr "Modificar la biblioteca: %s"
 msgid "Supprimer la bibliothèque: %s"
 msgstr "Modificar la biblioteca: %s"
 
+#: ../../library/ZendAfi/View/Helper/FonctionsAdmin.php:176
+#, fuzzy, php-format
+msgid "Supprimer la boite \"%s\""
+msgstr "Canviar d'ubicació: \" %s\""
+
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Album.php:699
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Album.php:698
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Album.php:698
@@ -23797,6 +24251,7 @@ msgstr "Filtre d'esdeveniments"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:256
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:281
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:355
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:360
 msgid "Synchronisation du CSS avec GIT"
 msgstr "Sincronització de CSS amb GIT"
 
@@ -23805,6 +24260,7 @@ msgstr "Sincronització de CSS amb GIT"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:137
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:134
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:133
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:135
 msgid "Système"
 msgstr "sistema"
 
@@ -23985,6 +24441,7 @@ msgstr "Tag (s)"
 #: ../../library/Class/Systeme/Report.php:95
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:80
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Tag.php:33
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:84
 msgid "Tags"
 msgstr "Etiquetes"
 
@@ -24012,6 +24469,7 @@ msgid "Tags utilisateur"
 msgstr "Gestió d'etiquetes"
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:383
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:408
 msgid "Taille"
 msgstr "família"
 
@@ -24044,6 +24502,26 @@ msgstr "tal"
 msgid "Tel. :"
 msgstr "Tel.:"
 
+#: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Template.php:30
+#, fuzzy
+msgid "Template ajoutée"
+msgstr "relació Alta"
+
+#: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Template.php:29
+#, fuzzy
+msgid "Template sauvegardée"
+msgstr "relació va salvar"
+
+#: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Template.php:31
+#, fuzzy
+msgid "Template supprimée"
+msgstr "Comentaris %s remogut"
+
+#: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Template.php:35
+#, fuzzy
+msgid "Templates"
+msgstr "còpies"
+
 #: ../../application/modules/admin/views/scripts/catalogue/tester.phtml:13
 msgid "Temps d'éxécution de la requête"
 msgstr "Detalls de la sessió"
@@ -24100,9 +24578,15 @@ msgstr "Territori"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:122
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:122
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:119
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:121
 msgid "Territoires"
 msgstr "territoris"
 
+#: ../../library/Class/Template.php:126
+#, fuzzy, php-format
+msgid "Test charte : \"%s\""
+msgstr "Catàleg: & nbsp;"
+
 #: ../../application/modules/admin/controllers/SystemeController.php:268
 #: ../../application/modules/admin/controllers/SystemeController.php:274
 #: ../../application/modules/admin/controllers/SystemeController.php:274
@@ -24125,6 +24609,7 @@ msgstr "Prova dels serveis web"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:144
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:141
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:140
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:142
 msgid "Test des web-services"
 msgstr "Serveis de proves web"
 
@@ -24139,6 +24624,7 @@ msgstr "Veure contingut de la selecció temàtica: %s"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:147
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:144
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:143
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:145
 msgid "Test envoi mails"
 msgstr "Prova d'enviament de correus"
 
@@ -24202,7 +24688,7 @@ msgstr "Text d'ajuda"
 #: ../../library/Class/AdminVar.php:295 ../../library/Class/AdminVar.php:301
 #: ../../library/Class/AdminVar.php:320 ../../library/Class/AdminVar.php:322
 #: ../../library/Class/AdminVar.php:325 ../../library/Class/AdminVar.php:317
-#: ../../library/Class/AdminVar.php:318
+#: ../../library/Class/AdminVar.php:318 ../../library/Class/AdminVar.php:315
 msgid "Texte d'aide affiché dans la fiche abonné"
 msgstr "Convertir la fitxa d'usuari a només lectura"
 
@@ -24231,6 +24717,7 @@ msgstr "Error de configuració"
 #: ../../library/Class/AdminVar.php:299 ../../library/Class/AdminVar.php:301
 #: ../../library/Class/AdminVar.php:303 ../../library/Class/AdminVar.php:295
 #: ../../library/Class/AdminVar.php:298 ../../library/Class/AdminVar.php:296
+#: ../../library/Class/AdminVar.php:293
 msgid ""
 "Texte de désinscription version HTML<br/>Le lien de désinscription est "
 "appliqué sur tout ce texte<br/>Par défaut : Je ne veux plus recevoir cette "
@@ -24245,6 +24732,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:297 ../../library/Class/AdminVar.php:299
 #: ../../library/Class/AdminVar.php:301 ../../library/Class/AdminVar.php:293
 #: ../../library/Class/AdminVar.php:296 ../../library/Class/AdminVar.php:294
+#: ../../library/Class/AdminVar.php:291
 msgid ""
 "Texte de désinscription version texte<br/>Le lien est inséré à la place de "
 "{{URL}}<br/>Par défaut : Lien pour se désinscrire de cette lettre "
@@ -24264,7 +24752,7 @@ msgstr "Text del breadcrumb"
 #: ../../library/Class/AdminVar.php:290 ../../library/Class/AdminVar.php:296
 #: ../../library/Class/AdminVar.php:315 ../../library/Class/AdminVar.php:317
 #: ../../library/Class/AdminVar.php:320 ../../library/Class/AdminVar.php:312
-#: ../../library/Class/AdminVar.php:313
+#: ../../library/Class/AdminVar.php:313 ../../library/Class/AdminVar.php:310
 msgid "Texte visible après l'envoi d'e-mail de demande de réservation."
 msgstr ""
 "Text visible després d'enviar una sol·licitud de reserva per correu "
@@ -24274,7 +24762,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:289 ../../library/Class/AdminVar.php:295
 #: ../../library/Class/AdminVar.php:314 ../../library/Class/AdminVar.php:316
 #: ../../library/Class/AdminVar.php:319 ../../library/Class/AdminVar.php:311
-#: ../../library/Class/AdminVar.php:312
+#: ../../library/Class/AdminVar.php:312 ../../library/Class/AdminVar.php:309
 msgid "Texte visible par l'internaute après son inscription."
 msgstr "Text visible per l'usuari després del seu registre."
 
@@ -24291,6 +24779,7 @@ msgstr "La notificació del document no pertany a cap família de documents"
 #: ../../library/Class/ListViewModeDescription/Thesauri.php:53
 #: ../../library/Class/ListViewModeDescription/Thesauri.php:63
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:84
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:88
 #, fuzzy
 msgid "Thesaurus"
 msgstr "importació Thesaurus"
@@ -24602,6 +25091,11 @@ msgstr "Títol ocult"
 msgid "Titre de la boite"
 msgstr "Títol de l'bloc"
 
+#: ../../library/ZendAfi/Form/Configuration/Widget/Login.php:29
+#, fuzzy
+msgid "Titre de la boite une fois connecté"
+msgstr "Títol una vegada connectat"
+
 #: ../../library/ZendAfi/Form/Configuration/SearchResult.php:267
 #: ../../library/ZendAfi/Form/Configuration/SearchResult.php:267
 #: ../../library/ZendAfi/Form/Configuration/SearchResult.php:269
@@ -24681,6 +25175,7 @@ msgstr "Títols"
 
 #: ../../library/Class/FileManager/FileSystem.php:271
 #: ../../library/Class/FileManager/FileSystem.php:272
+#: ../../library/Class/FileManager/FileSystem.php:273
 msgid "To"
 msgstr "per"
 
@@ -24784,6 +25279,7 @@ msgstr "aprèn tot"
 #: ../../application/modules/opac/views/scripts/bib/selection.phtml:8
 #: ../../application/modules/opac/views/scripts/bib/selection.phtml:8
 #: ../../library/ZendAfi/View/Helper/TagListeCoches.php:122
+#: ../../library/ZendAfi/View/Helper/TagListeCoches.php:121
 msgid "Tout cocher"
 msgstr "Comprovar-ho tot"
 
@@ -24795,6 +25291,7 @@ msgstr "Comprovar-ho tot"
 #: ../../application/modules/opac/views/scripts/bib/selection.phtml:11
 #: ../../application/modules/opac/views/scripts/bib/selection.phtml:11
 #: ../../library/ZendAfi/View/Helper/TagListeCoches.php:124
+#: ../../library/ZendAfi/View/Helper/TagListeCoches.php:123
 msgid "Tout décocher"
 msgstr "desconnectar"
 
@@ -24872,6 +25369,7 @@ msgstr "Traducció"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:103
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:100
 #: ../../application/modules/admin/controllers/I18nController.php:61
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:102
 msgid "Traductions"
 msgstr "Traduccions"
 
@@ -24904,6 +25402,7 @@ msgstr "Moderació de revisar els registres"
 
 #: ../../library/Class/WebService/BibNumerique/Abstract.php:118
 #: ../../library/Class/WebService/BibNumerique/Abstract.php:121
+#: ../../library/Class/WebService/BibNumerique/Abstract.php:123
 #, fuzzy, php-format
 msgid "Traitement de la page %s / %s"
 msgstr "Moderació de revisar els registres"
@@ -24975,7 +25474,7 @@ msgstr "Mostrar els resultats de cerca"
 msgid "Tri du résultat par"
 msgstr "Nombre de resultats per mostrar"
 
-#: ../../library/Class/Album.php:350
+#: ../../library/Class/Album.php:350 ../../library/Class/Album.php:351
 #, php-format
 msgid "Tried to call unknown method Class_Album::get%s"
 msgstr "Class_Album :: get %s"
@@ -24999,6 +25498,7 @@ msgid "Trié par: "
 msgstr "Ordenat per:"
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:344
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:369
 #, php-format
 msgid ""
 "Trop d'éléments dans ce dossiers... Seuls les %d premiers éléments sont "
@@ -25022,6 +25522,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:382
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager/Models.php:30
 #: ../../library/Class/Systeme/Report.php:162
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:407
 msgid "Type"
 msgstr "Tipologia"
 
@@ -25048,6 +25549,7 @@ msgstr "Tipus d'interfície"
 #: ../../library/Class/AdminVar.php:188
 ../../library/Class/AdminVar.php:189
 #: ../../library/Class/AdminVar.php:186 ../../library/Class/AdminVar.php:205
 #: ../../library/Class/AdminVar.php:207 ../../library/Class/AdminVar.php:199
+#: ../../library/Class/AdminVar.php:196
 msgid "Type de SSO OneDTouch"
 msgstr "Tipus d'OneDTouch SSO"
 
@@ -25237,6 +25739,8 @@ msgstr "Tipus de camp personalitzats"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:165
 #: ../../application/modules/admin/views/scripts/bib/localisationsmaj.phtml:144
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:88
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:167
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:92
 msgid "Types de documents"
 msgstr "Tipus de document"
 
@@ -25522,7 +26026,7 @@ msgstr "Biografia de l'autor"
 #: ../../library/Class/AdminVar.php:309 ../../library/Class/AdminVar.php:315
 #: ../../library/Class/AdminVar.php:334 ../../library/Class/AdminVar.php:336
 #: ../../library/Class/AdminVar.php:339 ../../library/Class/AdminVar.php:331
-#: ../../library/Class/AdminVar.php:332
+#: ../../library/Class/AdminVar.php:332 ../../library/Class/AdminVar.php:329
 msgid "URL d'accès à l'interface de réservation des postes Aesis Webkiosk"
 msgstr "Reserva un missatge Webkiosk"
 
@@ -25538,12 +26042,14 @@ msgstr "URL de la pàgina"
 #: ../../application/modules/admin/controllers/HarvestController.php:147
 #: ../../application/modules/admin/controllers/HarvestController.php:125
 #: ../../application/modules/admin/controllers/HarvestController.php:125
+#: ../../application/modules/admin/controllers/HarvestController.php:124
 msgid "URL de la page Jamendo"
 msgstr "URL de la pàgina de Jameno"
 
 #: ../../application/modules/admin/controllers/HarvestController.php:204
 #: ../../application/modules/admin/controllers/HarvestController.php:182
 #: ../../application/modules/admin/controllers/HarvestController.php:182
+#: ../../application/modules/admin/controllers/HarvestController.php:181
 msgid "URL de la piste SoundCloud"
 msgstr "URL de la pista d'SoundCloud"
 
@@ -25574,7 +26080,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:339 ../../library/Class/AdminVar.php:345
 #: ../../library/Class/AdminVar.php:364 ../../library/Class/AdminVar.php:366
 #: ../../library/Class/AdminVar.php:369 ../../library/Class/AdminVar.php:361
-#: ../../library/Class/AdminVar.php:362
+#: ../../library/Class/AdminVar.php:362 ../../library/Class/AdminVar.php:359
 msgid "URL destinataire du rapport d'état du système (0 pour désactiver)"
 msgstr "URL de destinació de l'informe d'estat del sistema (0 per desactivar)"
 
@@ -25582,7 +26088,7 @@ msgstr "URL de destinació de l'informe d'estat del sistema (0 per desactivar)"
 #: ../../library/Class/AdminVar.php:305 ../../library/Class/AdminVar.php:311
 #: ../../library/Class/AdminVar.php:330 ../../library/Class/AdminVar.php:332
 #: ../../library/Class/AdminVar.php:335 ../../library/Class/AdminVar.php:327
-#: ../../library/Class/AdminVar.php:328
+#: ../../library/Class/AdminVar.php:328 ../../library/Class/AdminVar.php:325
 msgid "URL du javascript Babelthèque à insérer dans l'OPAC"
 msgstr "URL de la Babelthèque javascript per inserir en l'OPAC"
 
@@ -25603,13 +26109,11 @@ msgstr "URL del portal"
 msgid "URL du site web"
 msgstr "L'ample total de la pàgina"
 
-#: ../../library/Class/FRBR/Link.php:159
-#: ../../library/Class/FRBR/Link.php:159
+#: ../../library/Class/FRBR/Link.php:159
 ../../library/Class/FRBR/Link.php:159
 msgid "URL objet A est requis"
 msgstr "Es requereix la URL d'objecte A"
 
-#: ../../library/Class/FRBR/Link.php:161
-#: ../../library/Class/FRBR/Link.php:161
+#: ../../library/Class/FRBR/Link.php:161
 ../../library/Class/FRBR/Link.php:161
 msgid "URL objet B est requis"
 msgstr "La URL d'objecte B és obligatòria"
 
@@ -25679,6 +26183,7 @@ msgstr "L'e-mail ha estat enviat"
 #: ../../application/modules/opac/controllers/AuthController.php:594
 #: ../../application/modules/opac/controllers/AuthController.php:589
 #: ../../application/modules/opac/controllers/AuthController.php:601
+#: ../../application/modules/opac/controllers/AuthController.php:593
 #, php-format
 msgid ""
 "Un email de confirmation de préinscription vous a été envoyé à l'adresse %s ."
@@ -25701,11 +26206,10 @@ msgid "Un libellé est requis"
 msgstr "l'idioma és obligatori."
 
 #: ../../library/Class/Users.php:1142
 ../../library/Class/Users.php:1142
-#: ../../library/Class/User/LostPass.php:110
-#: ../../library/Class/Users.php:1151 ../../library/Class/Users.php:1130
-#: ../../library/Class/Users.php:1133 ../../library/Class/Users.php:1137
-#: ../../library/Class/Users.php:1158 ../../library/Class/Users.php:1153
-#: ../../library/Class/Users.php:1155
+#: ../../library/Class/User/LostPass.php:110 ../../library/Class/Users.php:1151
+#: ../../library/Class/Users.php:1130 ../../library/Class/Users.php:1133
+#: ../../library/Class/Users.php:1137 ../../library/Class/Users.php:1158
+#: ../../library/Class/Users.php:1153 ../../library/Class/Users.php:1155
 msgid "Un mail vient de vous être envoyé avec vos paramètres de connexion."
 msgstr ""
 "Després del reconeixement del seu nom d'usuari, un correu electrònic serà "
@@ -25744,6 +26248,7 @@ msgstr "L'arxiu no és de tipus %s"
 #: ../../application/modules/opac/controllers/AuthController.php:437
 #: ../../application/modules/opac/controllers/AuthController.php:432
 #: ../../application/modules/opac/controllers/AuthController.php:444
+#: ../../application/modules/opac/controllers/AuthController.php:436
 msgid ""
 "Un utilisateur a déjà renseigné cet email. Merci de vous identifier avec le "
 "compte qui utilise cet email."
@@ -25764,6 +26269,7 @@ msgstr "Categories de llocs"
 #: ../../application/modules/opac/controllers/AuthController.php:465
 #: ../../application/modules/opac/controllers/AuthController.php:460
 #: ../../application/modules/opac/controllers/AuthController.php:472
+#: ../../application/modules/opac/controllers/AuthController.php:464
 msgid ""
 "Une demande de confirmation d'inscription vous a été envoyée à l'adresse "
 "mail renseignée."
@@ -25789,6 +26295,13 @@ msgstr "S'ha produït un error, el menú no s'ha pogut esborrar"
 msgid "Une erreur c'est produite. Le téléversement ne sera pas effectué."
 msgstr "Es produeix un error La càrrega no es realitzarà."
 
+#: ../../application/modules/admin/controllers/TemplateController.php:50
+#: ../../application/modules/admin/controllers/TemplateController.php:55
+#: ../../application/modules/admin/controllers/TemplateController.php:60
+#, fuzzy
+msgid "Une erreur c'est produite. Vous ne pouvez pas tester le template"
+msgstr "S'ha produït un error en llegir el registre."
+
 #: ../../library/Class/CommSigb.php:226
 ../../library/Class/CommSigb.php:226
 #: ../../library/Class/CommSigb.php:240 ../../library/Class/CommSigb.php:243
 msgid ""
@@ -25829,6 +26342,7 @@ msgstr "S'ha produït un error"
 #: ../../application/modules/opac/controllers/AuthController.php:461
 #: ../../application/modules/opac/controllers/AuthController.php:456
 #: ../../application/modules/opac/controllers/AuthController.php:468
+#: ../../application/modules/opac/controllers/AuthController.php:460
 msgid ""
 "Une erreur est survenue à l'envoi du mail de confirmation. Veuillez "
 "réessayer. Si le problème persiste, veuillez contacter votre médiathèque."
@@ -25848,6 +26362,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AbonneController.php:1163
 #: ../../application/modules/opac/controllers/AbonneController.php:1249
 #: ../../application/modules/opac/controllers/AbonneController.php:1251
+#: ../../application/modules/opac/controllers/AbonneController.php:1253
 #, php-format
 msgid "Une erreur s'est produite en ajoutant la carte de \"%s\" : %s"
 msgstr "S'ha produït un error en afegir el mapa de \" %s\": %s"
@@ -25868,7 +26383,8 @@ msgstr "Una extensió de PHP ha deixat de descarregar l'arxiu"
 #: ../../library/Class/Profil.php:1397 ../../library/Class/Profil.php:1390
 #: ../../library/Class/Profil.php:1394 ../../library/Class/Profil.php:1398
 #: ../../library/Class/Profil.php:1400 ../../library/Class/Profil.php:1404
-#: ../../library/Class/Profil.php:1408
+#: ../../library/Class/Profil.php:1408 ../../library/Class/Profil.php:1410
+#: ../../library/Class/Profil.php:1414 ../../library/Class/Profil.php:1418
 msgid "Une marge interne de division ne peut pas excéder 20 pixels."
 msgstr "La suma dels amples de les parts no ha d'excedir l'amplada del lloc."
 
@@ -25947,7 +26463,7 @@ msgstr "Pla d'accés"
 #: ../../library/Class/AdminVar.php:314 ../../library/Class/AdminVar.php:320
 #: ../../library/Class/AdminVar.php:339 ../../library/Class/AdminVar.php:341
 #: ../../library/Class/AdminVar.php:344 ../../library/Class/AdminVar.php:336
-#: ../../library/Class/AdminVar.php:337
+#: ../../library/Class/AdminVar.php:337 ../../library/Class/AdminVar.php:334
 msgid "Url d'import d'un agenda TYPO3"
 msgstr "Url per importar un calendari TYPO3"
 
@@ -25959,7 +26475,7 @@ msgstr "Afegir recursos"
 #: ../../library/Class/AdminVar.php:244 ../../library/Class/AdminVar.php:246
 #: ../../library/Class/AdminVar.php:265 ../../library/Class/AdminVar.php:267
 #: ../../library/Class/AdminVar.php:259 ../../library/Class/AdminVar.php:262
-#: ../../library/Class/AdminVar.php:260
+#: ../../library/Class/AdminVar.php:260 ../../library/Class/AdminVar.php:257
 msgid "Url de recherche"
 msgstr "No hi han categories"
 
@@ -25980,13 +26496,14 @@ msgstr "Explorador de fitxers"
 #: ../../library/Class/AdminVar.php:230 ../../library/Class/AdminVar.php:232
 #: ../../library/Class/AdminVar.php:251 ../../library/Class/AdminVar.php:253
 #: ../../library/Class/AdminVar.php:245 ../../library/Class/AdminVar.php:248
-#: ../../library/Class/AdminVar.php:246
+#: ../../library/Class/AdminVar.php:246 ../../library/Class/AdminVar.php:243
 msgid "Url du proxy Redmine"
 msgstr "URL intermediari de Redmine"
 
 #: ../../library/Class/AdminVar.php:174
 ../../library/Class/AdminVar.php:175
 #: ../../library/Class/AdminVar.php:172 ../../library/Class/AdminVar.php:191
 #: ../../library/Class/AdminVar.php:193 ../../library/Class/AdminVar.php:185
+#: ../../library/Class/AdminVar.php:182
 msgid "Url du serveur PNB Dilicom"
 msgstr "Configuració PNB Dilicom"
 
@@ -25994,7 +26511,7 @@ msgstr "Configuració PNB Dilicom"
 #: ../../library/Class/AdminVar.php:229 ../../library/Class/AdminVar.php:231
 #: ../../library/Class/AdminVar.php:250 ../../library/Class/AdminVar.php:252
 #: ../../library/Class/AdminVar.php:244 ../../library/Class/AdminVar.php:247
-#: ../../library/Class/AdminVar.php:245
+#: ../../library/Class/AdminVar.php:245 ../../library/Class/AdminVar.php:242
 msgid "Url du serveur redmine"
 msgstr "Direcció del servidor Orphea"
 
@@ -26032,6 +26549,7 @@ msgstr "Usuaris"
 #: ../../library/Class/AdminVar.php:178
 ../../library/Class/AdminVar.php:179
 #: ../../library/Class/AdminVar.php:176 ../../library/Class/AdminVar.php:195
 #: ../../library/Class/AdminVar.php:197 ../../library/Class/AdminVar.php:189
+#: ../../library/Class/AdminVar.php:186
 msgid "Utilisateur FTP de diffusion des offres PNB Dilicom"
 msgstr "Usuari FTP per a la transmissió d'ofertes PNB Dilicom"
 
@@ -26058,6 +26576,7 @@ msgstr "Grup creat per a aquesta prova"
 #: ../../application/modules/opac/controllers/AuthController.php:336
 #: ../../application/modules/opac/controllers/AuthController.php:331
 #: ../../application/modules/opac/controllers/AuthController.php:343
+#: ../../application/modules/opac/controllers/AuthController.php:328
 msgid "Utilisateur inconnu"
 msgstr "desconegut Newsletter"
 
@@ -26072,6 +26591,7 @@ msgstr "Usuari no trobat"
 #: ../../application/modules/admin/controllers/IndexController.php:169
 #: ../../application/modules/opac/controllers/AuthController.php:636
 #: ../../application/modules/opac/controllers/AuthController.php:629
+#: ../../application/modules/opac/controllers/AuthController.php:628
 msgid "Utilisateur invalide"
 msgstr "Nom d'usuari o contrasenya incorrecta."
 
@@ -26095,6 +26615,7 @@ msgstr "Usuari sense correu"
 #: ../../library/Class/Systeme/Report.php:41
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:124
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:121
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:123
 msgid "Utilisateurs"
 msgstr "Grup d'usuaris"
 
@@ -26265,6 +26786,7 @@ msgid "Validité"
 msgstr "validesa"
 
 #: ../../library/Class/Article.php:1234 ../../library/Class/Album.php:214
+#: ../../library/Class/Album.php:215
 msgid "Validé"
 msgstr "validat"
 
@@ -26294,6 +26816,7 @@ msgstr "Cistelles %s guardada"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:142
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:139
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:138
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:140
 msgid "Variables"
 msgstr "les variables"
 
@@ -26320,7 +26843,8 @@ msgstr "divendres"
 #: ../../library/Class/AdminVar.php:206 ../../library/Class/AdminVar.php:226
 #: ../../library/Class/AdminVar.php:208 ../../library/Class/AdminVar.php:228
 #: ../../library/Class/AdminVar.php:200 ../../library/Class/AdminVar.php:220
-#: ../../library/Class/AdminVar.php:218
+#: ../../library/Class/AdminVar.php:218 ../../library/Class/AdminVar.php:197
+#: ../../library/Class/AdminVar.php:215
 msgid "Version"
 msgstr "Versió"
 
@@ -26347,7 +26871,7 @@ msgstr "version"
 #: ../../library/Class/AdminVar.php:208
 ../../library/Class/AdminVar.php:209
 #: ../../library/Class/AdminVar.php:206 ../../library/Class/AdminVar.php:225
 #: ../../library/Class/AdminVar.php:227 ../../library/Class/AdminVar.php:219
-#: ../../library/Class/AdminVar.php:217
+#: ../../library/Class/AdminVar.php:217 ../../library/Class/AdminVar.php:214
 msgid "Version de Kidilangues."
 msgstr "Versió de Kidilangues."
 
@@ -26565,6 +27089,7 @@ msgstr "vídeos"
 
 #: ../../application/modules/telephone/controllers/RechercheController.php:65
 #: ../../application/modules/telephone/controllers/RechercheController.php:65
+#: ../../application/modules/telephone/controllers/RechercheController.php:62
 msgid "Vidéos associées"
 msgstr "videos relacionats"
 
@@ -26605,6 +27130,8 @@ msgstr "miniatura"
 
 #: ../../library/Class/Notice/Thumbnail/ResizeImage.php:74
 #: ../../library/Class/Notice/Thumbnail/ResizeImage.php:100
+#: ../../library/Class/Notice/Thumbnail/ResizeImage.php:75
+#: ../../library/Class/Notice/Thumbnail/ResizeImage.php:93
 #, fuzzy, php-format
 msgid "Vignette de l'image \"%s\""
 msgstr "revisió Headline"
@@ -26767,6 +27294,7 @@ msgstr "Visualitzar les etiquetes"
 #: ../../library/ZendAfi/View/Helper/RenderSession.php:206
 #: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:420
 #: ../../library/ZendAfi/View/Helper/Admin/Versions.php:67
+#: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:423
 msgid "Voir"
 msgstr "Veure"
 
@@ -27071,6 +27599,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AbonneController.php:968
 #: ../../application/modules/opac/controllers/AbonneController.php:991
 #: ../../application/modules/opac/controllers/AbonneController.php:993
+#: ../../application/modules/opac/controllers/AbonneController.php:995
 msgid "Votre abonnement ne vous permet pas de réserver un poste multimédia"
 msgstr "Reservi una estació multimèdia"
 
@@ -27146,6 +27675,7 @@ msgstr "Gràcies. El formulari s'ha guardat:"
 #: ../../application/modules/opac/controllers/AbonneController.php:1086
 #: ../../application/modules/opac/controllers/AbonneController.php:1172
 #: ../../application/modules/opac/controllers/AbonneController.php:1174
+#: ../../application/modules/opac/controllers/AbonneController.php:1176
 #, fuzzy, php-format
 msgid "Votre carte a été retirée à %s"
 msgstr "El missatge ha estat enviat"
@@ -27176,6 +27706,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:184
 ../../library/Class/AdminVar.php:185
 #: ../../library/Class/AdminVar.php:182 ../../library/Class/AdminVar.php:201
 #: ../../library/Class/AdminVar.php:203 ../../library/Class/AdminVar.php:195
+#: ../../library/Class/AdminVar.php:192
 msgid ""
 "Votre compte sera mis à jour dans un délai de 15 minutes après le retour "
 "anticipé du document."
@@ -27205,6 +27736,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:379
 #: ../../application/modules/opac/controllers/AuthController.php:374
 #: ../../application/modules/opac/controllers/AuthController.php:386
+#: ../../application/modules/opac/controllers/AuthController.php:378
 msgid "Votre demande d'inscription"
 msgstr "La seva sol·licitud d'alta"
 
@@ -27220,11 +27752,10 @@ msgid "Votre fiche"
 msgstr "La seva fitxa"
 
 #: ../../library/Class/Users.php:1133
 ../../library/Class/Users.php:1133
-#: ../../library/Class/User/LostPass.php:102
-#: ../../library/Class/Users.php:1142 ../../library/Class/Users.php:1121
-#: ../../library/Class/Users.php:1124 ../../library/Class/Users.php:1128
-#: ../../library/Class/Users.php:1149 ../../library/Class/Users.php:1144
-#: ../../library/Class/Users.php:1146
+#: ../../library/Class/User/LostPass.php:102 ../../library/Class/Users.php:1142
+#: ../../library/Class/Users.php:1121 ../../library/Class/Users.php:1124
+#: ../../library/Class/Users.php:1128 ../../library/Class/Users.php:1149
+#: ../../library/Class/Users.php:1144 ../../library/Class/Users.php:1146
 #, fuzzy, php-format
 msgid "Votre identifiant : %s\n"
 msgstr "Introdueix el teu nom d'usuari S.V.P."
@@ -27282,11 +27813,10 @@ msgid "Votre message a bien été envoyé."
 msgstr "El missatge ha estat enviat"
 
 #: ../../library/Class/Users.php:1134
 ../../library/Class/Users.php:1134
-#: ../../library/Class/User/LostPass.php:103
-#: ../../library/Class/Users.php:1143 ../../library/Class/Users.php:1122
-#: ../../library/Class/Users.php:1125 ../../library/Class/Users.php:1129
-#: ../../library/Class/Users.php:1150 ../../library/Class/Users.php:1145
-#: ../../library/Class/Users.php:1147
+#: ../../library/Class/User/LostPass.php:103 ../../library/Class/Users.php:1143
+#: ../../library/Class/Users.php:1122 ../../library/Class/Users.php:1125
+#: ../../library/Class/Users.php:1129 ../../library/Class/Users.php:1150
+#: ../../library/Class/Users.php:1145 ../../library/Class/Users.php:1147
 #, fuzzy, php-format
 msgid "Votre mot de passe : %s\n"
 msgstr "clau"
@@ -27483,6 +28013,7 @@ msgstr "Hi ha %s comptes d'usuari amb almenys un duplicat a la base de dades."
 #: ../../application/modules/opac/controllers/AuthController.php:515
 #: ../../application/modules/opac/controllers/AuthController.php:510
 #: ../../application/modules/opac/controllers/AuthController.php:522
+#: ../../application/modules/opac/controllers/AuthController.php:514
 msgid "Vous avez bien été abonné à la newsletter: "
 msgstr "Vostè s'ha subscrit al butlletí de notícies:"
 
@@ -27497,6 +28028,7 @@ msgstr "Vostè s'ha subscrit al butlletí de notícies:"
 #: ../../application/modules/opac/controllers/AbonneController.php:1152
 #: ../../application/modules/opac/controllers/AbonneController.php:1238
 #: ../../application/modules/opac/controllers/AbonneController.php:1240
+#: ../../application/modules/opac/controllers/AbonneController.php:1242
 #, php-format
 msgid "Vous avez déjà ajouté la carte de \"%s\""
 msgstr "Ja ha agregat el mapa de \" %s\""
@@ -27518,6 +28050,7 @@ msgstr "Ja tens una reserva en aquest horari"
 #: ../../library/Class/Users.php:1074 ../../library/Class/Users.php:1078
 #: ../../library/Class/Users.php:1099 ../../library/Class/Users.php:1094
 #: ../../library/Class/Users.php:1096 ../../library/Class/Users.php:1084
+#: ../../library/Class/Users.php:1079
 msgid "Vous avez fait une demande d'inscription sur le portail:"
 msgstr "La seva sol·licitud"
 
@@ -27527,11 +28060,10 @@ msgid "Vous avez fait une demande d'inscription à la lettre d'information:"
 msgstr "Sol·licitud d'inclusió en el butlletí de notícies:"
 
 #: ../../library/Class/Users.php:1132
 ../../library/Class/Users.php:1132
-#: ../../library/Class/User/LostPass.php:101
-#: ../../library/Class/Users.php:1141 ../../library/Class/Users.php:1120
-#: ../../library/Class/Users.php:1123 ../../library/Class/Users.php:1127
-#: ../../library/Class/Users.php:1148 ../../library/Class/Users.php:1143
-#: ../../library/Class/Users.php:1145
+#: ../../library/Class/User/LostPass.php:101 ../../library/Class/Users.php:1141
+#: ../../library/Class/Users.php:1120 ../../library/Class/Users.php:1123
+#: ../../library/Class/Users.php:1127 ../../library/Class/Users.php:1148
+#: ../../library/Class/Users.php:1143 ../../library/Class/Users.php:1145
 msgid "Vous avez fait une demande de mot de passe sur le portail."
 msgstr "Vostè ha sol·licitat una contrasenya al portal."
 
@@ -27562,7 +28094,7 @@ msgstr "El camp 'id' ha de tenir menys de 50 caràcters"
 #: ../../library/Class/Users.php:1017
 ../../library/Class/Users.php:1017
 #: ../../library/Class/Users.php:1026 ../../library/Class/Users.php:1005
 #: ../../library/Class/Users.php:1007 ../../library/Class/Users.php:1011
-#: ../../library/Class/Users.php:1022
+#: ../../library/Class/Users.php:1022 ../../library/Class/Users.php:1000
 msgid "Vous devez compléter le champ 'Identifiant'"
 msgstr "Has de completar el camp 'Identificador'"
 
@@ -27571,6 +28103,7 @@ msgstr "Has de completar el camp 'Identificador'"
 #: ../../library/Class/Users.php:1008 ../../library/Class/Users.php:1012
 #: ../../library/Class/Users.php:1066 ../../library/Class/Users.php:1061
 #: ../../library/Class/Users.php:1063 ../../library/Class/Users.php:1051
+#: ../../library/Class/Users.php:1046
 msgid "Vous devez compléter le champ 'Mot de passe'"
 msgstr "Ha de completar el camp 'Contrasenya'"
 
@@ -27658,6 +28191,7 @@ msgstr "Des és mandatorio"
 #: ../../library/Class/Users.php:1038 ../../library/Class/Users.php:1042
 #: ../../library/Class/Users.php:1052 ../../library/Class/Users.php:1047
 #: ../../library/Class/Users.php:1049 ../../library/Class/Users.php:1037
+#: ../../library/Class/Users.php:1032
 msgid "Vous devez fournir une adresse mail valide"
 msgstr "Ha de proporcionar una adreça de correu electrònic vàlida"
 
@@ -27700,6 +28234,7 @@ msgstr "Heu d'introduir una contrasenya"
 #: ../../library/Class/Users.php:1041 ../../library/Class/Users.php:1045
 #: ../../library/Class/Users.php:1055 ../../library/Class/Users.php:1050
 #: ../../library/Class/Users.php:1052 ../../library/Class/Users.php:1040
+#: ../../library/Class/Users.php:1035
 msgid "Vous devez saisir un numéro de téléphone"
 msgstr "Has d'introduir un número de telèfon"
 
@@ -27963,6 +28498,7 @@ msgstr "No té dret a editar la cistella %s"
 #: ../../library/Class/Users.php:1034 ../../library/Class/Users.php:1038
 #: ../../library/Class/Users.php:1048 ../../library/Class/Users.php:1043
 #: ../../library/Class/Users.php:1045 ../../library/Class/Users.php:1033
+#: ../../library/Class/Users.php:1028
 msgid "Vous n'avez pas les droits suffisants pour diriger une activité"
 msgstr "No tens suficients drets per executar una activitat"
 
@@ -27971,6 +28507,7 @@ msgstr "No tens suficients drets per executar una activitat"
 #: ../../library/Class/Users.php:1031 ../../library/Class/Users.php:1035
 #: ../../library/Class/Users.php:1045 ../../library/Class/Users.php:1040
 #: ../../library/Class/Users.php:1042 ../../library/Class/Users.php:1030
+#: ../../library/Class/Users.php:1025
 msgid "Vous n'avez pas les droits suffisants pour suivre une activité"
 msgstr "No tens suficients drets per seguir una activitat"
 
@@ -28044,6 +28581,7 @@ msgstr "No ha ingressat cap contrasenya."
 #: ../../application/modules/opac/controllers/AbonneController.php:1075
 #: ../../application/modules/opac/controllers/AbonneController.php:1161
 #: ../../application/modules/opac/controllers/AbonneController.php:1163
+#: ../../application/modules/opac/controllers/AbonneController.php:1165
 #, fuzzy, php-format
 msgid "Vous n'utilisez plus la carte de %s"
 msgstr "Jo ús els següents mapes"
@@ -28071,6 +28609,7 @@ msgstr "No està permès fer una reserva"
 #: ../../application/modules/opac/controllers/AuthController.php:469
 #: ../../application/modules/opac/controllers/AuthController.php:481
 #: ../../application/modules/opac/controllers/AuthController.php:474
+#: ../../application/modules/opac/controllers/AuthController.php:473
 msgid ""
 "Vous n'êtes plus inscrit à la lettre d'information, celle-ci n'existe plus."
 msgstr ""
@@ -28095,6 +28634,7 @@ msgstr "Deixar de rebre el butlletí de notícies:"
 #: ../../application/modules/opac/controllers/AbonneController.php:1146
 #: ../../application/modules/opac/controllers/AbonneController.php:1232
 #: ../../application/modules/opac/controllers/AbonneController.php:1234
+#: ../../application/modules/opac/controllers/AbonneController.php:1236
 msgid "Vous ne pouvez pas ajouter votre propre carte"
 msgstr "No pots afegir la teva pròpia carta"
 
@@ -28102,6 +28642,7 @@ msgstr "No pots afegir la teva pròpia carta"
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:407
 #: ../../application/modules/admin/controllers/FileManagerController.php:344
 #: ../../application/modules/admin/controllers/FileManagerController.php:350
+#: ../../application/modules/admin/controllers/FileManagerController.php:359
 #, php-format
 msgid ""
 "Vous ne pouvez pas copier ou déplacer un élément avec lui-même : \"%s\" est "
@@ -28232,6 +28773,7 @@ msgstr "Deixar de rebre el butlletí de notícies:"
 #: ../../application/modules/admin/controllers/IndexController.php:189
 #: ../../application/modules/opac/controllers/AuthController.php:647
 #: ../../application/modules/opac/controllers/AuthController.php:640
+#: ../../application/modules/opac/controllers/AuthController.php:639
 #, php-format
 msgid "Vous êtes maintenant connecté avec l'utilisateur \"%s\""
 msgstr "Edita el grup d'usuaris: %s"
@@ -28256,7 +28798,7 @@ msgstr "verificat"
 #: ../../library/Class/AdminVar.php:332 ../../library/Class/AdminVar.php:338
 #: ../../library/Class/AdminVar.php:357 ../../library/Class/AdminVar.php:359
 #: ../../library/Class/AdminVar.php:362 ../../library/Class/AdminVar.php:354
-#: ../../library/Class/AdminVar.php:355
+#: ../../library/Class/AdminVar.php:355 ../../library/Class/AdminVar.php:352
 msgid "WS KOHA : Reservation d'exemplaires pour les multi sites"
 msgstr "WS Koha: reserva de còpies per a múltiples llocs"
 
@@ -28296,6 +28838,7 @@ msgstr "XML"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:272
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:297
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:371
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:376
 msgid "ZF Debug"
 msgstr "depuració"
 
@@ -28403,6 +28946,7 @@ msgstr "veure registre"
 
 #: ../../library/Class/FileManager.php:119
 #: ../../library/Class/FileManager.php:121
+#: ../../library/Class/FileManager.php:143
 msgid "_copie"
 msgstr "_copie"
 
@@ -28564,6 +29108,11 @@ msgstr "zona"
 msgid "code barre : {getBarCode}"
 msgstr ""
 
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/AuthorFunction.php:39
+#, fuzzy
+msgid "code unimarc"
+msgstr "Registre Unimarc"
+
 #: ../../library/ZendAfi/View/Helper/GetSendProgressJsonFor.php:36
 #: ../../library/ZendAfi/View/Helper/GetSendProgressJsonFor.php:36
 msgid "collecte des destinataires"
@@ -28929,6 +29478,7 @@ msgstr "líquid"
 #: ../../library/ZendAfi/View/Helper/Accueil/Base.php:249
 #: ../../library/ZendAfi/View/Helper/Accueil/Base.php:249
 #: ../../library/ZendAfi/View/Helper/Accueil/Base.php:247
+#: ../../library/ZendAfi/View/Helper/Accueil/Base.php:265
 #, fuzzy, php-format
 msgid "flux RSS de la boite %s"
 msgstr "Quadre d'estil"
@@ -28966,6 +29516,7 @@ msgstr "hores"
 
 #: ../../application/modules/opac/controllers/AbonneController.php:1065
 #: ../../application/modules/opac/controllers/AbonneController.php:1067
+#: ../../application/modules/opac/controllers/AbonneController.php:1069
 #, php-format
 msgid "historique_prets_codes_barres_%s_%s%s"
 msgstr ""
@@ -29107,8 +29658,7 @@ msgstr ""
 msgid "l'appel à la méthode %s n'est pas autorisé (ligne : %s)"
 msgstr ""
 
-#: ../../library/Class/Ouverture.php:180
-#: ../../library/Class/Ouverture.php:180
+#: ../../library/Class/Ouverture.php:180
 ../../library/Class/Ouverture.php:180
 #, php-format
 msgid "le %s"
 msgstr "el %s"
@@ -29512,6 +30062,7 @@ msgstr "novembre"
 #: ../../library/ZendAfi/View/Helper/Abonne/ReservationsTable.php:136
 #: ../../library/Class/Profil/Preferences/Loans.php:612
 #: ../../library/Class/Profil/Preferences/Loans.php:613
+#: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:460
 msgid "n°"
 msgstr "nº"
 
@@ -29528,6 +30079,7 @@ msgstr "requereix un tema compatible"
 
 #: ../../library/Class/FileManager/FileSystem.php:267
 #: ../../library/Class/FileManager/FileSystem.php:268
+#: ../../library/Class/FileManager/FileSystem.php:269
 msgid "o"
 msgstr "anar"
 
@@ -29775,6 +30327,7 @@ msgstr "percentatge"
 
 #: ../../application/modules/opac/controllers/AbonneController.php:1043
 #: ../../application/modules/opac/controllers/AbonneController.php:1045
+#: ../../application/modules/opac/controllers/AbonneController.php:1047
 #, php-format
 msgid "prets_codes_barres_%s_%s%s"
 msgstr ""
@@ -30228,6 +30781,7 @@ msgstr "estat"
 #: ../../application/modules/admin/controllers/ModulesController.php:496
 #: ../../application/modules/admin/controllers/ModulesController.php:501
 #: ../../application/modules/admin/controllers/ModulesController.php:548
+#: ../../library/ZendAfi/View/Helper/FonctionsAdmin.php:108
 msgid "Étendre le paramétrage"
 msgstr "Amplieu la configuració"
 
@@ -30301,6 +30855,11 @@ msgstr "¿Segur que vols eliminar aquesta capa?"
 msgid "Êtes-vous sur de vouloir supprimer cette version de l\\'historique ?"
 msgstr "¿Estàs segur que vols eliminar aquesta versió de l'historial?"
 
+#: ../../library/ZendAfi/View/Helper/FonctionsAdmin.php:186
+#, fuzzy, php-format
+msgid "Êtes-vous sur de vouloir supprimer la boite \"%s\" ?"
+msgstr "¿Segur que vols eliminar aquesta capa?"
+
 #: ../../application/modules/telephone/views/scripts/abonne/cancel-hold.phtml:14
 #: ../../application/modules/telephone/views/scripts/abonne/cancel-hold.phtml:14
 #, fuzzy, php-format
diff --git a/library/translation/en.mo b/library/translation/en.mo
index 38932826ea5a2e4885396645094c69109bd23c3c..d3377f5319f0d632153fe6a705555c682bfa3b46 100644
Binary files a/library/translation/en.mo and b/library/translation/en.mo differ
diff --git a/library/translation/en.po b/library/translation/en.po
index b9456e88eefe362d4060185372d0a22086c17fff..9379dca7715cfe365ea6e6960049331d8b0d302e 100644
--- a/library/translation/en.po
+++ b/library/translation/en.po
@@ -16,8 +16,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Bokeh master\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-07-16 15:14+0200\n"
-"PO-Revision-Date: 2018-07-16 13:29+0000\n"
+"POT-Creation-Date: 2018-08-27 14:29+0200\n"
+"PO-Revision-Date: 2018-08-27 12:37+0000\n"
 "Last-Translator: Weblate Admin <admin@example.com>\n"
 "Language-Team: English <http://weblate.afi-sa.net/projects/bokeh/bokeh-"
 "master/en/>\n"
@@ -110,6 +110,7 @@ msgstr " to newsletters: "
 #: ../../application/modules/opac/controllers/AuthController.php:515
 #: ../../application/modules/opac/controllers/AuthController.php:510
 #: ../../application/modules/opac/controllers/AuthController.php:522
+#: ../../application/modules/opac/controllers/AuthController.php:514
 msgid " avec l'adresse suivante: "
 msgstr " with this email: "
 
@@ -303,6 +304,7 @@ msgstr "\"%s\" is no longer a new feature for you."
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:355
 #: ../../application/modules/admin/controllers/FileManagerController.php:292
 #: ../../application/modules/admin/controllers/FileManagerController.php:298
+#: ../../application/modules/admin/controllers/FileManagerController.php:307
 #, php-format
 msgid "\"%s\" renommé en \"%s\"."
 msgstr "\"%s\"  renamed to \"%s\"."
@@ -426,6 +428,7 @@ msgid "%s #%s supprimé"
 msgstr "%s #%s deleted"
 
 #: ../../library/Class/Systeme/Widget/Abstract.php:130
+#: ../../library/Class/Systeme/Widget/Abstract.php:143
 #, php-format
 msgid "%s ( %s )"
 msgstr "%s ( %s )"
@@ -625,6 +628,8 @@ msgstr "%s loan(s) to check"
 #: ../../library/Class/Systeme/ModulesMenu.php:244
 #: ../../library/Class/Systeme/ModulesMenu.php:213
 #: ../../library/Class/Systeme/ModulesMenu.php:243
+#: ../../library/Class/Systeme/ModulesMenu.php:212
+#: ../../library/Class/Systeme/ModulesMenu.php:242
 #, php-format
 msgid "%s%s : %s"
 msgstr "%s%s : %s"
@@ -750,6 +755,10 @@ msgstr "(This comment was reported to moderators)"
 msgid "(quotas max pour les nouveautés)"
 msgstr "(Max quota for new arrivals)"
 
+#: ../../library/ZendAfi/Form/Admin/AuthorFunction.php:39
+msgid "** libellé **"
+msgstr "** label **"
+
 #: ../../application/modules/admin/controllers/BibController.php:529
 #: ../../application/modules/admin/controllers/BibController.php:537
 #: ../../application/modules/admin/controllers/BibController.php:556
@@ -982,6 +991,7 @@ msgstr "7 - Creation of Dewey classes"
 #: ../../application/modules/opac/views/scripts/head.phtml:87
 #: ../../application/modules/opac/views/scripts/head.phtml:86
 #: ../../application/modules/opac/views/scripts/head.phtml:86
+#: ../../application/modules/opac/views/scripts/head.phtml:85
 #, php-format
 msgid ""
 "<link rel=\"alternate stylesheet\" type=\"text/css\" href=\"\" title=\"%s\" "
@@ -1213,6 +1223,7 @@ msgstr "Validated"
 #: ../../library/ZendAfi/View/Helper/Telephone/Tags/Toolbar.php:35
 #: ../../library/ZendAfi/View/Helper/Admin/Nav.php:43
 #: ../../library/Class/MoteurRecherche.php:611
+#: ../../library/ZendAfi/View/Helper/ComboProfils.php:107
 msgid "Accueil"
 msgstr "Home"
 
@@ -1230,6 +1241,7 @@ msgstr "Access"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:224
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:239
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:313
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:318
 msgid "Accès pro."
 msgstr "Admin access."
 
@@ -1238,6 +1250,7 @@ msgstr "Admin access."
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:138
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:135
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:134
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:136
 msgid "Accès à Cosmogramme"
 msgstr "Open Cosmogramme"
 
@@ -1256,11 +1269,20 @@ msgstr "Access the course"
 msgid "Accéder au document Numérique Premium"
 msgstr "Access to Numérique Premium document"
 
+#: ../../library/ZendAfi/View/Helper/Accueil/Base.php:506
+#, php-format
+msgid "Accéder au flux RSS de %s"
+msgstr "Access to the RSS channel of %s"
+
 #: ../../library/ZendAfi/View/Helper/ShareByMail.php:32
 #: ../../library/ZendAfi/View/Helper/ShareByMail.php:32
 msgid "Accéder au formulaire de contact"
 msgstr "Open contact form"
 
+#: ../../library/ZendAfi/View/Helper/TagRechercheSimple.php:55
+msgid "Accéder au formulaire de recherche avancée"
+msgstr "Advanced search form"
+
 #: ../../library/ZendAfi/View/Helper/Search/Header.php:105
 #: ../../library/ZendAfi/View/Helper/Search/Header.php:105
 msgid "Accéder au formulaire de recherche pré-rempli avec les critères actuels"
@@ -1287,6 +1309,7 @@ msgstr "Full articles"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:236
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:261
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:335
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:340
 msgid "Accéder aux articles dans l'interface d'administration"
 msgstr "Access to articles in back office"
 
@@ -1296,6 +1319,7 @@ msgstr "Access to articles in back office"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:244
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:269
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:343
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:348
 msgid "Accéder aux domaines dans l'interface d'administration"
 msgstr "Access domains in back office"
 
@@ -1307,6 +1331,11 @@ msgstr "Article summary"
 msgid "Accéder aux titres seulement"
 msgstr "Titles only"
 
+#: ../../library/ZendAfi/View/Helper/Widget/Nav.php:169
+#, php-format
+msgid "Accéder à \"%s\""
+msgstr "Go to \"%s\""
+
 #: ../../library/Class/DigitalResource/AlbumViewHelper.php:44
 #, php-format
 msgid "Accéder à \"%s\" dans un nouvel onglet"
@@ -1319,6 +1348,11 @@ msgstr "Open \"%s\" in a new tab"
 msgid "Accéder à \"%s\" dans un nouvel onglet."
 msgstr "Open \"%s\" in a new tab."
 
+#: ../../library/ZendAfi/View/Helper/Menu/Entry.php:83
+#, php-format
+msgid "Accéder à %s."
+msgstr "Go to %s."
+
 #: ../../application/modules/telephone/controllers/RechercheController.php:50
 #: ../../application/modules/telephone/controllers/RechercheController.php:50
 msgid "Accéder à l'album"
@@ -1326,6 +1360,7 @@ msgstr "Open this album"
 
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:253
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:327
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:332
 msgid "Accéder à l'assistance"
 msgstr "Open support"
 
@@ -1340,9 +1375,15 @@ msgstr "Access to the professional space"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:228
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:243
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:317
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:322
 msgid "Accéder à l'interface d'administration"
 msgstr "Access back office"
 
+#: ../../library/ZendAfi/View/Helper/Widget/Login.php:42
+#, php-format
+msgid "Accéder à l'interface de gestion de %s."
+msgstr "Access back office of %s."
+
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:72
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:76
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:76
@@ -1353,6 +1394,7 @@ msgstr "Access to edit my admin account"
 
 #: ../../application/modules/telephone/controllers/RechercheController.php:55
 #: ../../application/modules/telephone/controllers/RechercheController.php:55
+#: ../../application/modules/telephone/controllers/RechercheController.php:52
 msgid "Accéder à la ressource"
 msgstr "Open this resource"
 
@@ -1396,7 +1438,7 @@ msgstr "Actions"
 #: ../../library/Class/AdminVar.php:240 ../../library/Class/AdminVar.php:242
 #: ../../library/Class/AdminVar.php:261 ../../library/Class/AdminVar.php:263
 #: ../../library/Class/AdminVar.php:255 ../../library/Class/AdminVar.php:258
-#: ../../library/Class/AdminVar.php:256
+#: ../../library/Class/AdminVar.php:256 ../../library/Class/AdminVar.php:253
 msgid ""
 "Activation de la disponibilite dans le resultat de recherche au survol de la "
 "couverture du document, calculé en temps réel."
@@ -1408,7 +1450,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:241 ../../library/Class/AdminVar.php:243
 #: ../../library/Class/AdminVar.php:262 ../../library/Class/AdminVar.php:264
 #: ../../library/Class/AdminVar.php:256 ../../library/Class/AdminVar.php:259
-#: ../../library/Class/AdminVar.php:257
+#: ../../library/Class/AdminVar.php:257 ../../library/Class/AdminVar.php:254
 msgid ""
 "Activation de la disponibilite dans le resultat de recherche. Calculé grâce "
 "à la facette \"En rayon\"."
@@ -1419,13 +1461,14 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:331 ../../library/Class/AdminVar.php:337
 #: ../../library/Class/AdminVar.php:356 ../../library/Class/AdminVar.php:358
 #: ../../library/Class/AdminVar.php:361 ../../library/Class/AdminVar.php:353
-#: ../../library/Class/AdminVar.php:354
+#: ../../library/Class/AdminVar.php:354 ../../library/Class/AdminVar.php:351
 msgid "Activation de la navigation collaborative"
 msgstr "Enable collaborative navigation"
 
 #: ../../library/Class/AdminVar.php:202
 ../../library/Class/AdminVar.php:203
 #: ../../library/Class/AdminVar.php:200 ../../library/Class/AdminVar.php:219
 #: ../../library/Class/AdminVar.php:221 ../../library/Class/AdminVar.php:213
+#: ../../library/Class/AdminVar.php:210
 msgid "Activation de la ressource numérique PlanetNemo"
 msgstr "Enable PlanetNemo digital ressource"
 
@@ -1433,7 +1476,7 @@ msgstr "Enable PlanetNemo digital ressource"
 #: ../../library/Class/AdminVar.php:311 ../../library/Class/AdminVar.php:317
 #: ../../library/Class/AdminVar.php:336 ../../library/Class/AdminVar.php:338
 #: ../../library/Class/AdminVar.php:341 ../../library/Class/AdminVar.php:333
-#: ../../library/Class/AdminVar.php:334
+#: ../../library/Class/AdminVar.php:334 ../../library/Class/AdminVar.php:331
 msgid "Activation des boîtes dans les menus"
 msgstr "Enable widgets inside menus"
 
@@ -1441,7 +1484,7 @@ msgstr "Enable widgets inside menus"
 #: ../../library/Class/AdminVar.php:336 ../../library/Class/AdminVar.php:342
 #: ../../library/Class/AdminVar.php:361 ../../library/Class/AdminVar.php:363
 #: ../../library/Class/AdminVar.php:366 ../../library/Class/AdminVar.php:358
-#: ../../library/Class/AdminVar.php:359
+#: ../../library/Class/AdminVar.php:359 ../../library/Class/AdminVar.php:356
 msgid "Activation des fonctions avancées du téléphone"
 msgstr "Enable phone advanced functions"
 
@@ -1450,12 +1493,14 @@ msgstr "Enable phone advanced functions"
 #: ../../library/Class/AdminVar.php:274 ../../library/Class/AdminVar.php:276
 #: ../../library/Class/AdminVar.php:278 ../../library/Class/AdminVar.php:270
 #: ../../library/Class/AdminVar.php:273 ../../library/Class/AdminVar.php:271
+#: ../../library/Class/AdminVar.php:268
 msgid "Activation des formulaires"
 msgstr "Enable forms"
 
 #: ../../library/Class/AdminVar.php:170
 ../../library/Class/AdminVar.php:171
 #: ../../library/Class/AdminVar.php:168 ../../library/Class/AdminVar.php:187
 #: ../../library/Class/AdminVar.php:189 ../../library/Class/AdminVar.php:181
+#: ../../library/Class/AdminVar.php:178
 msgid "Activation du PNB Dilicom"
 msgstr "Enable Dilicom digital loan"
 
@@ -1478,6 +1523,7 @@ msgid "Activer l'outil de parcours des Thesaurus"
 msgstr "Enable thesauri browser"
 
 #: ../../library/Class/AdminVar.php:369 ../../library/Class/AdminVar.php:367
+#: ../../library/Class/AdminVar.php:364
 msgid "Activer l'outil de parcours des codifications"
 msgstr "Enable codifications browser"
 
@@ -1507,7 +1553,7 @@ msgstr "Enable harvesting"
 
 #: ../../library/Class/AdminVar.php:268 ../../library/Class/AdminVar.php:270
 #: ../../library/Class/AdminVar.php:262 ../../library/Class/AdminVar.php:265
-#: ../../library/Class/AdminVar.php:263
+#: ../../library/Class/AdminVar.php:263 ../../library/Class/AdminVar.php:260
 msgid "Activer les formulaires de recherche configurables"
 msgstr "Enable custom search forms"
 
@@ -1530,6 +1576,7 @@ msgstr "Enable accessibility tools"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:175
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:190
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:264
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:269
 #, php-format
 msgid "Activer ou désactiver : %s"
 msgstr "Enable or disable : %s"
@@ -1543,7 +1590,7 @@ msgstr "Enable or disable digital library"
 #: ../../library/Class/AdminVar.php:303 ../../library/Class/AdminVar.php:309
 #: ../../library/Class/AdminVar.php:328 ../../library/Class/AdminVar.php:330
 #: ../../library/Class/AdminVar.php:333 ../../library/Class/AdminVar.php:325
-#: ../../library/Class/AdminVar.php:326
+#: ../../library/Class/AdminVar.php:326 ../../library/Class/AdminVar.php:323
 msgid "Activer ou désactiver le module d'activité"
 msgstr "Enable or disable activity module"
 
@@ -1689,6 +1736,7 @@ msgstr "Administration"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:121
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:121
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:118
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:120
 msgid "Administration du portail"
 msgstr "Portal administration"
 
@@ -1806,12 +1854,14 @@ msgstr "Address of the recipient absent."
 #: ../../library/Class/AdminVar.php:187
 ../../library/Class/AdminVar.php:188
 #: ../../library/Class/AdminVar.php:185 ../../library/Class/AdminVar.php:204
 #: ../../library/Class/AdminVar.php:206 ../../library/Class/AdminVar.php:198
+#: ../../library/Class/AdminVar.php:195
 msgid "Adresse du serveur OAI 1D touch"
 msgstr "1D Touch OAI server address"
 
 #: ../../library/Class/AdminVar.php:193
 ../../library/Class/AdminVar.php:194
 #: ../../library/Class/AdminVar.php:191 ../../library/Class/AdminVar.php:210
 #: ../../library/Class/AdminVar.php:212 ../../library/Class/AdminVar.php:204
+#: ../../library/Class/AdminVar.php:201
 msgid "Adresse du serveur OAI Cité de la Musique"
 msgstr "Cyberlibris OAI server address"
 
@@ -1824,6 +1874,7 @@ msgstr "Cyberlibris OAI server address"
 #: ../../library/Class/AdminVar.php:197
 ../../library/Class/AdminVar.php:198
 #: ../../library/Class/AdminVar.php:195 ../../library/Class/AdminVar.php:214
 #: ../../library/Class/AdminVar.php:216 ../../library/Class/AdminVar.php:208
+#: ../../library/Class/AdminVar.php:205
 msgid "Adresse du serveur Orphea"
 msgstr "Orphea server address"
 
@@ -2010,6 +2061,8 @@ msgstr "Display navigation bar"
 #: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:381
 #: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:380
 #: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:381
+#: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:383
+#: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:384
 msgid "Afficher la carte"
 msgstr "Display map"
 
@@ -2024,6 +2077,8 @@ msgstr "Display map"
 #: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:442
 #: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:441
 #: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:442
+#: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:444
+#: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:445
 msgid "Afficher la notice"
 msgstr "Display record"
 
@@ -2061,6 +2116,10 @@ msgstr "Show advanced search link"
 msgid "Afficher le menu horizontal"
 msgstr "Display horizontal menu"
 
+#: ../../library/ZendAfi/Form/Configuration/Widget/Breadcrumb.php:34
+msgid "Afficher le profil courant"
+msgstr "Display current profile"
+
 #: ../../library/ZendAfi/View/Helper/CosmoLogs.php:95
 #: ../../library/ZendAfi/View/Helper/CosmoLogs.php:95
 #, php-format
@@ -2142,6 +2201,11 @@ msgstr "Display tags"
 msgid "Afficher les titres"
 msgstr "Display titles"
 
+#: ../../library/ZendAfi/View/Helper/Widget/Nav.php:161
+#, php-format
+msgid "Afficher ou masquer le menu \"%s\""
+msgstr "Show or Hide \"%s\" menu"
+
 #: ../../library/ZendAfi/View/Helper/Facettes.php:120
 #: ../../library/ZendAfi/View/Helper/Facettes.php:120
 #, php-format
@@ -2371,7 +2435,7 @@ msgstr "Add to selection"
 #: ../../library/Class/AdminVar.php:329 ../../library/Class/AdminVar.php:335
 #: ../../library/Class/AdminVar.php:354 ../../library/Class/AdminVar.php:356
 #: ../../library/Class/AdminVar.php:359 ../../library/Class/AdminVar.php:351
-#: ../../library/Class/AdminVar.php:352
+#: ../../library/Class/AdminVar.php:352 ../../library/Class/AdminVar.php:349
 msgid "Ajouter automatiquement une boîte panier dans la division flottante"
 msgstr "Automatically add a selection box in the floating division"
 
@@ -2566,6 +2630,7 @@ msgstr "Add a site map"
 #: ../../application/modules/admin/views/scripts/profil/index.phtml:11
 #: ../../application/modules/admin/views/scripts/profil/index.phtml:9
 #: ../../application/modules/admin/controllers/ProfilController.php:409
+#: ../../application/modules/admin/controllers/ProfilController.php:413
 msgid "Ajouter un profil"
 msgstr "Add a profil"
 
@@ -2646,6 +2711,7 @@ msgstr "Add a widget"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:119
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:134
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:208
+#: ../../application/modules/admin/controllers/WidgetController.php:185
 msgid "Ajouter une boîte"
 msgstr "Add a widget"
 
@@ -2656,6 +2722,11 @@ msgstr "Add a widget"
 msgid "Ajouter une boîte en-dessous"
 msgstr "Add a widget below"
 
+#: ../../library/ZendAfi/View/Helper/FonctionsAdmin.php:167
+#, php-format
+msgid "Ajouter une boîte en-dessous de \"%s\""
+msgstr "Add a widget below \"%s\""
+
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:124
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:124
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:139
@@ -2676,6 +2747,7 @@ msgstr "Add a widget to this page"
 #: ../../application/modules/opac/controllers/AbonneController.php:1116
 #: ../../application/modules/opac/controllers/AbonneController.php:1202
 #: ../../application/modules/opac/controllers/AbonneController.php:1204
+#: ../../application/modules/opac/controllers/AbonneController.php:1206
 msgid "Ajouter une carte"
 msgstr "Add a card"
 
@@ -2803,12 +2875,15 @@ msgstr "Add to Favorites"
 #: ../../library/ZendAfi/Form/Album.php:49
 #: ../../library/ZendAfi/Form/Album.php:50
 #: ../../library/ZendAfi/View/Helper/Notice/Dilicom.php:46
+#: ../../application/modules/admin/controllers/HarvestController.php:127
+#: ../../application/modules/admin/controllers/HarvestController.php:184
 msgid "Album"
 msgstr "Album"
 
 #: ../../application/modules/admin/controllers/HarvestController.php:155
 #: ../../application/modules/admin/controllers/HarvestController.php:133
 #: ../../application/modules/admin/controllers/HarvestController.php:133
+#: ../../application/modules/admin/controllers/HarvestController.php:132
 #, php-format
 msgid "Album \"%s\" importé de Jamendo"
 msgstr "Album \"%s\" imported from Jamendo"
@@ -2816,6 +2891,7 @@ msgstr "Album \"%s\" imported from Jamendo"
 #: ../../application/modules/admin/controllers/HarvestController.php:212
 #: ../../application/modules/admin/controllers/HarvestController.php:190
 #: ../../application/modules/admin/controllers/HarvestController.php:190
+#: ../../application/modules/admin/controllers/HarvestController.php:189
 #, php-format
 msgid "Album \"%s\" importé de SoundCloud"
 msgstr "Album \"%s\" imported from Jamendo"
@@ -2891,6 +2967,7 @@ msgstr "Random"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:267
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:292
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:366
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:371
 msgid "Amber IDE"
 msgstr "Amber IDE"
 
@@ -3114,6 +3191,7 @@ msgstr "Authorized devices"
 
 #: ../../library/ZendAfi/Controller/Plugin/InspectorGadget.php:155
 #: ../../library/ZendAfi/Controller/Plugin/InspectorGadget.php:161
+#: ../../library/ZendAfi/Controller/Plugin/InspectorGadget.php:168
 #, php-format
 msgid "Appels webservices (%s)"
 msgstr "Webservices call (%s)"
@@ -3256,6 +3334,7 @@ msgstr "Category"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:257
 #: ../../application/modules/admin/controllers/CmsController.php:103
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:331
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:336
 msgid "Articles"
 msgstr "Articles"
 
@@ -3294,6 +3373,7 @@ msgstr "Help"
 
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:252
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:326
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:331
 #, php-format
 msgid "Assistance (%d)"
 msgstr "Support (%d)"
@@ -3309,6 +3389,7 @@ msgid "Associer à"
 msgstr "Associated with"
 
 #: ../../library/ZendAfi/View/Helper/ProfileComposition.php:104
+#: ../../library/ZendAfi/View/Helper/ProfileComposition.php:105
 msgid ""
 "Attention. Cette division est partagée entre toutes les pages du profil."
 msgstr "Warning. This division is shared among all profile pages."
@@ -3342,8 +3423,7 @@ msgstr "To doc type(s)"
 #: ../../library/ZendAfi/View/Helper/Redmine/Header.php:124
 #: ../../library/ZendAfi/View/Helper/Abonne/Resume.php:77
 #: ../../library/ZendAfi/Form/Admin/ExternalAgenda.php:57
-#: ../../library/Class/ModeleFusion.php:75
-#: ../../library/Class/Ouverture.php:50
+#: ../../library/Class/ModeleFusion.php:75 ../../library/Class/Ouverture.php:50
 #: ../../library/ZendAfi/Form/Album.php:235
 #: ../../library/ZendAfi/Form/Admin/News.php:243
 #: ../../library/ZendAfi/Form/Admin/Library.php:263
@@ -3365,8 +3445,7 @@ msgstr "No"
 msgid "Aucun album présent pour cette ressource"
 msgstr "No album for this resource"
 
-#: ../../library/Class/NoticeHtml.php:69
-#: ../../library/Class/NoticeHtml.php:69
+#: ../../library/Class/NoticeHtml.php:69
 ../../library/Class/NoticeHtml.php:69
 msgid "Aucun article n'a été trouvé"
 msgstr "No article found"
 
@@ -3421,6 +3500,11 @@ msgstr "No content"
 msgid "Aucun courriel envoyé, erreur: "
 msgstr "No email sent, error: "
 
+#: ../../application/modules/opac/controllers/AbonneController.php:965
+#, php-format
+msgid "Aucun courriel envoyé, erreur: %s"
+msgstr "No mail sent, error : %s"
+
 #: ../../application/modules/admin/controllers/ModoController.php:833
 #: ../../application/modules/admin/controllers/ModoController.php:833
 #: ../../application/modules/admin/controllers/ModoController.php:882
@@ -3963,6 +4047,7 @@ msgstr "Authors"
 #: ../../application/modules/opac/controllers/AuthController.php:237
 #: ../../application/modules/opac/controllers/AuthController.php:237
 #: ../../application/modules/opac/controllers/AuthController.php:242
+#: ../../application/modules/opac/controllers/AuthController.php:241
 msgid "Authentification"
 msgstr "Authentication"
 
@@ -3985,7 +4070,7 @@ msgstr "Unspecified authorization"
 #: ../../library/Class/AdminVar.php:289 ../../library/Class/AdminVar.php:292
 #: ../../library/Class/AdminVar.php:311 ../../library/Class/AdminVar.php:313
 #: ../../library/Class/AdminVar.php:316 ../../library/Class/AdminVar.php:308
-#: ../../library/Class/AdminVar.php:309
+#: ../../library/Class/AdminVar.php:309 ../../library/Class/AdminVar.php:306
 msgid "Autoriser l'accès aux API OAUTH via HTTP (non sécurisé - déconseillé)"
 msgstr "Enable OAuth API access via HTTP (unsecure - not recommended)"
 
@@ -4174,6 +4259,7 @@ msgstr "Teaser"
 #: ../../library/ZendAfi/Form/Configuration/Profile.php:383
 #: ../../library/ZendAfi/Form/Configuration/Profile.php:383
 #: ../../library/ZendAfi/View/Helper/ProfileComposition.php:101
+#: ../../library/ZendAfi/View/Helper/ProfileComposition.php:102
 msgid "Banniere"
 msgstr "Header"
 
@@ -4260,6 +4346,7 @@ msgstr "Batch"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:141
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:138
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:137
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:139
 msgid "Batchs"
 msgstr "Batches"
 
@@ -4498,6 +4585,7 @@ msgstr "Librarie(s)"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:120
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:40
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Codification/Library.php:33
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:122
 msgid "Bibliothèques"
 msgstr "Libraries"
 
@@ -4560,18 +4648,21 @@ msgstr "Biography"
 #: ../../library/Class/Codification.php:223
 #: ../../application/modules/telephone/controllers/RechercheController.php:67
 #: ../../library/Class/Codification.php:223
+#: ../../application/modules/telephone/controllers/RechercheController.php:64
 msgid "Biographie de l'auteur"
 msgstr "Author biography"
 
 #: ../../application/modules/opac/views/scripts/head.phtml:79
 #: ../../application/modules/opac/views/scripts/head.phtml:78
 #: ../../application/modules/opac/views/scripts/head.phtml:78
+#: ../../application/modules/opac/views/scripts/head.phtml:77
 msgid "Blanc sur noir"
 msgstr "White on Black"
 
 #: ../../application/modules/opac/views/scripts/head.phtml:85
 #: ../../application/modules/opac/views/scripts/head.phtml:84
 #: ../../application/modules/opac/views/scripts/head.phtml:84
+#: ../../application/modules/opac/views/scripts/head.phtml:83
 msgid "Bleu sur jaune"
 msgstr "Blue on yellow"
 
@@ -4748,6 +4839,7 @@ msgstr "Selection widget"
 
 #: ../../library/Class/Profil/Templates.php:48
 #: ../../library/Class/Profil/Templates.php:48
+#: ../../library/Class/Profil/Templates.php:46
 msgid "Boite par défaut de la division"
 msgstr "Default style for the column"
 
@@ -4825,6 +4917,11 @@ msgstr ""
 "Bokeh keep last receive file for each record. This file is downloadable from "
 "inspector gadget. Must be activated."
 
+#: ../../library/Class/Feature/List.php:443
+msgid ""
+"Bokeh permet d'envoyer un lien de réinitialisation du mot de passe par mail."
+msgstr "Bokeh can send a reset password link by email."
+
 #: ../../library/Class/Feature/List.php:108
 msgid ""
 "Bokeh permet de créer des formulaires personnalisés destinés aux "
@@ -4881,7 +4978,7 @@ msgstr "Adds an interface to manage duplicates of users"
 #: ../../library/Class/Users.php:1077 ../../library/Class/Users.php:1098
 #: ../../library/Class/Feature/Description.php:58
 #: ../../library/Class/Users.php:1093 ../../library/Class/Users.php:1095
-#: ../../library/Class/Users.php:1083
+#: ../../library/Class/Users.php:1083 ../../library/Class/Users.php:1078
 msgid "Bonjour,"
 msgstr "Hello,"
 
@@ -4930,11 +5027,10 @@ msgstr ""
 
 #: ../../library/Class/Users.php:1135
 ../../library/Class/Users.php:1135
 #: ../../library/Class/User/LostPass.php:104
-#: ../../library/Class/User/LostPass.php:137
-#: ../../library/Class/Users.php:1144 ../../library/Class/Users.php:1123
-#: ../../library/Class/Users.php:1126 ../../library/Class/Users.php:1130
-#: ../../library/Class/Users.php:1151 ../../library/Class/Users.php:1146
-#: ../../library/Class/Users.php:1148
+#: ../../library/Class/User/LostPass.php:137 ../../library/Class/Users.php:1144
+#: ../../library/Class/Users.php:1123 ../../library/Class/Users.php:1126
+#: ../../library/Class/Users.php:1130 ../../library/Class/Users.php:1151
+#: ../../library/Class/Users.php:1146 ../../library/Class/Users.php:1148
 #: ../../library/Class/User/LostPass.php:147
 msgid "Bonne navigation sur le portail"
 msgstr "Good surf on Bokeh"
@@ -4945,6 +5041,7 @@ msgid "Boutons précédent et suivant"
 msgstr "Previous and next buttons"
 
 #: ../../library/Class/Article.php:1232 ../../library/Class/Album.php:213
+#: ../../library/Class/Album.php:214
 msgid "Brouillon"
 msgstr "Draft"
 
@@ -5000,6 +5097,7 @@ msgstr "CSV with separtor : comma"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:149
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:146
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:145
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:147
 msgid "Cache des images"
 msgstr "Image cache"
 
@@ -5067,6 +5165,7 @@ msgstr "Vertical carousel"
 #: ../../application/modules/opac/controllers/AbonneController.php:1129
 #: ../../application/modules/opac/controllers/AbonneController.php:1215
 #: ../../application/modules/opac/controllers/AbonneController.php:1217
+#: ../../application/modules/opac/controllers/AbonneController.php:1219
 msgid "Carte"
 msgstr "Map"
 
@@ -5081,6 +5180,7 @@ msgstr "Map"
 #: ../../application/modules/opac/controllers/AbonneController.php:1158
 #: ../../application/modules/opac/controllers/AbonneController.php:1244
 #: ../../application/modules/opac/controllers/AbonneController.php:1246
+#: ../../application/modules/opac/controllers/AbonneController.php:1248
 #, php-format
 msgid "Carte de \"%s\" ajoutée"
 msgstr "Card of \"%s\"  added"
@@ -5111,6 +5211,7 @@ msgstr "Interactive libraries map and services"
 #: ../../application/modules/opac/controllers/AbonneController.php:1105
 #: ../../application/modules/opac/controllers/AbonneController.php:1191
 #: ../../application/modules/opac/controllers/AbonneController.php:1193
+#: ../../application/modules/opac/controllers/AbonneController.php:1195
 msgid "Carte introuvable"
 msgstr "Unknown card"
 
@@ -5137,6 +5238,7 @@ msgstr "Catalog"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:171
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:167
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:164
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:166
 msgid "Catalogues"
 msgstr "Catalogs"
 
@@ -5285,6 +5387,7 @@ msgid "Cause"
 msgstr "Cause"
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:329
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:354
 msgid "Ce chemin n'existe pas"
 msgstr "This path does not exists"
 
@@ -5311,6 +5414,7 @@ msgstr "This record is not a Dilicom one"
 #: ../../application/modules/opac/controllers/ModulesController.php:86
 #: ../../application/modules/opac/controllers/ModulesController.php:79
 #: ../../application/modules/opac/controllers/ModulesController.php:78
+#: ../../application/modules/opac/controllers/ModulesController.php:77
 msgid ""
 "Ce document ne possède pas de configuration permettant d'utiliser cette URL."
 msgstr ""
@@ -5321,10 +5425,12 @@ msgid "Ce domaine ne renvoie aucun résultat."
 msgstr "This domain has no result."
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:357
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:382
 msgid "Ce dossier est vide."
 msgstr "This directory is empty."
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:354
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:379
 msgid "Ce dossier ne contient pas de fichier."
 msgstr "This directory has no file."
 
@@ -5432,7 +5538,7 @@ msgstr "This article is a draft"
 #: ../../library/Class/Users.php:1072 ../../library/Class/Users.php:1051
 #: ../../library/Class/Users.php:1053 ../../library/Class/Users.php:1057
 #: ../../library/Class/Users.php:1078 ../../library/Class/Users.php:1073
-#: ../../library/Class/Users.php:1075
+#: ../../library/Class/Users.php:1075 ../../library/Class/Users.php:1058
 msgid "Cet identifiant existe déjà."
 msgstr "This identifier already exists."
 
@@ -5443,6 +5549,7 @@ msgstr "This identifier already exists."
 #: ../../application/modules/opac/controllers/AuthController.php:542
 #: ../../application/modules/opac/controllers/AuthController.php:537
 #: ../../application/modules/opac/controllers/AuthController.php:549
+#: ../../application/modules/opac/controllers/AuthController.php:541
 msgid "Cette fonctionnalité n'est pas activée."
 msgstr "This feature is not enabled."
 
@@ -5644,6 +5751,7 @@ msgstr "Optionnal fields"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:156
 #: ../../library/Class/Feature/List.php:52
 #: ../../library/ZendAfi/Form/Admin/Library.php:229
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:158
 msgid "Champs personnalisés"
 msgstr "Custom fields"
 
@@ -5654,6 +5762,7 @@ msgid "Champs personnalisés: %s \"%s\""
 msgstr "Custom fields: %s \"%s\""
 
 #: ../../library/Class/AdminVar.php:240 ../../library/Class/AdminVar.php:238
+#: ../../library/Class/AdminVar.php:235
 #, php-format
 msgid "Champs servant à la détection des doublons. Champs possibles : %s"
 msgstr "Fields used in doubles detection. Possibles : %s"
@@ -5719,6 +5828,7 @@ msgid "Chaîne de caratères à remplacer"
 msgstr "String to replace"
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:385
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:410
 msgid "Chemin"
 msgstr "Path"
 
@@ -5726,7 +5836,7 @@ msgstr "Path"
 #: ../../library/Class/AdminVar.php:330 ../../library/Class/AdminVar.php:336
 #: ../../library/Class/AdminVar.php:355 ../../library/Class/AdminVar.php:357
 #: ../../library/Class/AdminVar.php:360 ../../library/Class/AdminVar.php:352
-#: ../../library/Class/AdminVar.php:353
+#: ../../library/Class/AdminVar.php:353 ../../library/Class/AdminVar.php:350
 #, php-format
 msgid "Chemin vers les skins personnalisées, relatif à %s"
 msgstr "Path to personalized skins, from %s"
@@ -5865,7 +5975,7 @@ msgstr "Key"
 #: ../../library/Class/AdminVar.php:288 ../../library/Class/AdminVar.php:294
 #: ../../library/Class/AdminVar.php:313 ../../library/Class/AdminVar.php:315
 #: ../../library/Class/AdminVar.php:318 ../../library/Class/AdminVar.php:310
-#: ../../library/Class/AdminVar.php:311
+#: ../../library/Class/AdminVar.php:311 ../../library/Class/AdminVar.php:308
 msgid ""
 "Clef d'activation pour le plan d'accès google map. <a target=\"_blank\" href="
 "\"http://code.google.com/apis/maps/signup.html\">Obtenir la clé google map</"
@@ -5912,7 +6022,7 @@ msgstr "Click here to see the full list"
 #: ../../library/Class/AdminVar.php:294 ../../library/Class/AdminVar.php:300
 #: ../../library/Class/AdminVar.php:319 ../../library/Class/AdminVar.php:321
 #: ../../library/Class/AdminVar.php:324 ../../library/Class/AdminVar.php:316
-#: ../../library/Class/AdminVar.php:317
+#: ../../library/Class/AdminVar.php:317 ../../library/Class/AdminVar.php:314
 msgid ""
 "Clé API Bluga Webthumb <a target=\"_blank\" href=\"http://webthumb.bluga.net/"
 "home\">http://webthumb.bluga.net/home</a>"
@@ -5947,7 +6057,7 @@ msgstr "Alpha key"
 #: ../../library/Class/AdminVar.php:211
 ../../library/Class/AdminVar.php:212
 #: ../../library/Class/AdminVar.php:209 ../../library/Class/AdminVar.php:228
 #: ../../library/Class/AdminVar.php:230 ../../library/Class/AdminVar.php:222
-#: ../../library/Class/AdminVar.php:220
+#: ../../library/Class/AdminVar.php:220 ../../library/Class/AdminVar.php:217
 msgid ""
 "Clé d'encodage Kidilangues pour le portail. Cette clé doit être fournie par "
 "Kidilangues."
@@ -5958,7 +6068,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:212
 ../../library/Class/AdminVar.php:213
 #: ../../library/Class/AdminVar.php:210 ../../library/Class/AdminVar.php:229
 #: ../../library/Class/AdminVar.php:231 ../../library/Class/AdminVar.php:223
-#: ../../library/Class/AdminVar.php:221
+#: ../../library/Class/AdminVar.php:221 ../../library/Class/AdminVar.php:218
 msgid ""
 "Clé d'identification Kidilangues pour le portail. Cette clé doit être "
 "fournie par Kidilangues."
@@ -5969,6 +6079,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:185
 ../../library/Class/AdminVar.php:186
 #: ../../library/Class/AdminVar.php:183 ../../library/Class/AdminVar.php:202
 #: ../../library/Class/AdminVar.php:204 ../../library/Class/AdminVar.php:196
+#: ../../library/Class/AdminVar.php:193
 msgid ""
 "Clé d'identification MyCOW.EU pour le portail. Cette clé doit être fournie "
 "par MyCOW.EU. Elle active la ressource numérique dans le portail."
@@ -5979,7 +6090,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:216
 ../../library/Class/AdminVar.php:217
 #: ../../library/Class/AdminVar.php:214 ../../library/Class/AdminVar.php:233
 #: ../../library/Class/AdminVar.php:235 ../../library/Class/AdminVar.php:227
-#: ../../library/Class/AdminVar.php:225
+#: ../../library/Class/AdminVar.php:225 ../../library/Class/AdminVar.php:222
 msgid ""
 "Clé d'identification Premier-Chapitre de la bibliothèque. Cette clé doit "
 "être fournie par Premier-Chapitre."
@@ -5990,6 +6101,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:166
 ../../library/Class/AdminVar.php:167
 #: ../../library/Class/AdminVar.php:164 ../../library/Class/AdminVar.php:183
 #: ../../library/Class/AdminVar.php:185 ../../library/Class/AdminVar.php:177
+#: ../../library/Class/AdminVar.php:174
 msgid "Clé de sécurité Vodeclic"
 msgstr "Vodeclic security key"
 
@@ -6004,7 +6116,7 @@ msgstr "Artwork key"
 #: ../../library/Class/AdminVar.php:306 ../../library/Class/AdminVar.php:312
 #: ../../library/Class/AdminVar.php:331 ../../library/Class/AdminVar.php:333
 #: ../../library/Class/AdminVar.php:336 ../../library/Class/AdminVar.php:328
-#: ../../library/Class/AdminVar.php:329
+#: ../../library/Class/AdminVar.php:329 ../../library/Class/AdminVar.php:326
 msgid "Clé publique pour le cryptage des données AFI-Multimédia"
 msgstr "Public key for AFI-Multimedia encryption datas"
 
@@ -6012,13 +6124,14 @@ msgstr "Public key for AFI-Multimedia encryption datas"
 #: ../../library/Class/AdminVar.php:308 ../../library/Class/AdminVar.php:314
 #: ../../library/Class/AdminVar.php:333 ../../library/Class/AdminVar.php:335
 #: ../../library/Class/AdminVar.php:338 ../../library/Class/AdminVar.php:330
-#: ../../library/Class/AdminVar.php:331
+#: ../../library/Class/AdminVar.php:331 ../../library/Class/AdminVar.php:328
 msgid "Clé publique pour le cryptage des données Aesis Webkiosk"
 msgstr "Public key for AESIS Webkiosk encryption datas"
 
 #: ../../library/ZendAfi/Controller/Action/Helper/ThesauriListViewMode.php:125
 #: ../../library/ZendAfi/Controller/Action/Helper/ThesauriListViewMode.php:136
 #: ../../library/ZendAfi/Form/Admin/Thesauri.php:40
+#: ../../library/ZendAfi/Form/Admin/AuthorFunction.php:30
 msgid "Code"
 msgstr "Code"
 
@@ -6047,6 +6160,7 @@ msgstr "Library code"
 #: ../../library/Class/ListViewModeDescription/Pcdm4.php:59
 #: ../../library/Class/ListViewModeDescription/Pcdm4.php:67
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/Flat.php:73
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/Flat.php:72
 msgid "Code facette"
 msgstr "Facet code"
 
@@ -6120,6 +6234,7 @@ msgstr "Barcode / ISBN"
 
 #: ../../library/Class/Codification.php:403
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:106
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:111
 msgid "Codification"
 msgstr "Codification"
 
@@ -6289,6 +6404,7 @@ msgstr "Complete: maximum subscribers reached"
 #: ../../application/modules/opac/controllers/AbonneController.php:1223
 #: ../../application/modules/opac/controllers/AbonneController.php:1309
 #: ../../application/modules/opac/controllers/AbonneController.php:1311
+#: ../../application/modules/opac/controllers/AbonneController.php:1313
 msgid "Compléter votre adresse  email"
 msgstr "Please fill in your email"
 
@@ -6357,6 +6473,7 @@ msgstr "Ticket system account"
 #: ../../library/Class/Feature/List.php:133
 #: ../../library/Class/Feature/List.php:345
 #: ../../library/Class/Feature/List.php:424
+#: ../../library/Class/Feature/List.php:446
 msgid "Compte lecteur"
 msgstr "Patron space"
 
@@ -6426,6 +6543,7 @@ msgstr "Current page settings"
 #: ../../application/modules/admin/controllers/ProfilController.php:341
 #: ../../application/modules/admin/controllers/ProfilController.php:366
 #: ../../application/modules/admin/controllers/ProfilController.php:357
+#: ../../application/modules/admin/controllers/ProfilController.php:361
 #, php-format
 msgid "Configuration de la page: %s"
 msgstr "Page settings: %s"
@@ -6457,6 +6575,7 @@ msgstr "Profil %s menus settings"
 #: ../../application/modules/admin/controllers/ProfilController.php:492
 #: ../../application/modules/admin/controllers/ProfilController.php:522
 #: ../../application/modules/admin/controllers/ProfilController.php:513
+#: ../../application/modules/admin/controllers/ProfilController.php:517
 msgid "Configuration des pages appliquée à tous les autres profils."
 msgstr "Configuration pages applied to all other profiles."
 
@@ -6567,6 +6686,7 @@ msgstr "\"%s\" activity subscription confirmation"
 #: ../../application/modules/opac/controllers/AuthController.php:506
 #: ../../application/modules/opac/controllers/AuthController.php:501
 #: ../../application/modules/opac/controllers/AuthController.php:513
+#: ../../application/modules/opac/controllers/AuthController.php:505
 msgid "Confirmation d'inscription à la newsletter: "
 msgstr "Newsletter subscription validation: "
 
@@ -6698,6 +6818,7 @@ msgstr "Keep"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:246
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:271
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:345
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:350
 msgid "Console d'administration"
 msgstr "Administration console"
 
@@ -6751,6 +6872,7 @@ msgstr "View loan history in patron account screen"
 #: ../../application/modules/opac/controllers/RechercheController.php:537
 #: ../../application/modules/opac/controllers/RechercheController.php:565
 #: ../../application/modules/opac/controllers/RechercheController.php:559
+#: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:410
 msgid "Consultation sur place"
 msgstr "On premises only"
 
@@ -6822,6 +6944,7 @@ msgstr "Review content modified"
 #: ../../library/Class/AdminVar.php:284 ../../library/Class/AdminVar.php:286
 #: ../../library/Class/AdminVar.php:288 ../../library/Class/AdminVar.php:280
 #: ../../library/Class/AdminVar.php:283 ../../library/Class/AdminVar.php:281
+#: ../../library/Class/AdminVar.php:278
 msgid ""
 "Contenu de l'email de notification d'article en attente de validation. "
 "Termes substitués: TITRE_ARTICLE, URL_ARTICLE, AUTHOR_ARTICLE, "
@@ -6836,6 +6959,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:285 ../../library/Class/AdminVar.php:287
 #: ../../library/Class/AdminVar.php:289 ../../library/Class/AdminVar.php:281
 #: ../../library/Class/AdminVar.php:284 ../../library/Class/AdminVar.php:282
+#: ../../library/Class/AdminVar.php:279
 msgid ""
 "Contenu de l'email de notification de refus d'un article à valider. Termes "
 "substitués: TITRE_ARTICLE, URL_ARTICLE, AUTHOR_ARTICLE, SAVED_BY_ARTICLE"
@@ -6848,6 +6972,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:286 ../../library/Class/AdminVar.php:288
 #: ../../library/Class/AdminVar.php:290 ../../library/Class/AdminVar.php:282
 #: ../../library/Class/AdminVar.php:285 ../../library/Class/AdminVar.php:283
+#: ../../library/Class/AdminVar.php:280
 msgid ""
 "Contenu de l'email de notification de validation d'un article. Termes "
 "substitués: TITRE_ARTICLE, URL_ARTICLE, AUTHOR_ARTICLE, SAVED_BY_ARTICLE"
@@ -6918,6 +7043,7 @@ msgstr "Contains"
 #: ../../library/Class/AdminVar.php:173
 ../../library/Class/AdminVar.php:174
 #: ../../library/Class/AdminVar.php:171 ../../library/Class/AdminVar.php:190
 #: ../../library/Class/AdminVar.php:192 ../../library/Class/AdminVar.php:184
+#: ../../library/Class/AdminVar.php:181
 msgid "Contracteur du PNB Dilicom"
 msgstr "Dilicom PBN contractor"
 
@@ -7136,6 +7262,7 @@ msgstr "Review"
 #: ../../application/modules/telephone/views/scripts/blog/viewcritiques.phtml:2
 #: ../../application/modules/telephone/controllers/RechercheController.php:63
 #: ../../library/Class/Codification.php:219
+#: ../../application/modules/telephone/controllers/RechercheController.php:60
 msgid "Critiques"
 msgstr "Reviews"
 
@@ -7556,7 +7683,7 @@ msgstr "Last patron import date"
 #: ../../library/Class/AdminVar.php:301 ../../library/Class/AdminVar.php:307
 #: ../../library/Class/AdminVar.php:326 ../../library/Class/AdminVar.php:328
 #: ../../library/Class/AdminVar.php:331 ../../library/Class/AdminVar.php:323
-#: ../../library/Class/AdminVar.php:324
+#: ../../library/Class/AdminVar.php:324 ../../library/Class/AdminVar.php:321
 msgid "Date du dernier vidage manuel du cache"
 msgstr "Last manual clear cache"
 
@@ -7611,6 +7738,7 @@ msgstr "B to A"
 #: ../../library/Class/AdminVar.php:291 ../../library/Class/AdminVar.php:310
 #: ../../library/Class/AdminVar.php:312 ../../library/Class/AdminVar.php:315
 #: ../../library/Class/AdminVar.php:307 ../../library/Class/AdminVar.php:308
+#: ../../library/Class/AdminVar.php:305
 msgid ""
 "De plus, à la connexion, l'enregistrement des mots de passes des abonnés est "
 "désactivé."
@@ -7647,6 +7775,7 @@ msgstr "Ask for help to use or install the feature : %s"
 #: ../../application/modules/opac/controllers/AuthController.php:444
 #: ../../application/modules/opac/controllers/AuthController.php:439
 #: ../../application/modules/opac/controllers/AuthController.php:451
+#: ../../application/modules/opac/controllers/AuthController.php:443
 msgid "Demande d'inscription à la lettre d'information: "
 msgstr "Subscription to the newsletter: "
 
@@ -7657,6 +7786,7 @@ msgstr "Subscription to the newsletter: "
 #: ../../application/modules/opac/controllers/AuthController.php:538
 #: ../../application/modules/opac/controllers/AuthController.php:533
 #: ../../application/modules/opac/controllers/AuthController.php:545
+#: ../../application/modules/opac/controllers/AuthController.php:537
 msgid "Demande de préinscription"
 msgstr "Preregistration request"
 
@@ -7934,6 +8064,7 @@ msgstr "Description: {resume}"
 #: ../../library/Class/Codification.php:218
 #: ../../application/modules/telephone/controllers/RechercheController.php:61
 #: ../../library/Class/Codification.php:218
+#: ../../application/modules/telephone/controllers/RechercheController.php:58
 msgid "Description du document"
 msgstr "Document description"
 
@@ -8029,6 +8160,7 @@ msgid "Dimanche"
 msgstr "Sunday"
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:384
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:409
 msgid "Dimensions"
 msgstr "Geometry"
 
@@ -8125,8 +8257,13 @@ msgstr ""
 "Misc enhancements to comply with BNF recommandations for Gallica and "
 "Europeana integration"
 
+#: ../../library/Class/Systeme/ModulesAccueil/Section.php:27
+msgid "Division"
+msgstr "Division"
+
 #: ../../library/ZendAfi/View/Helper/ProfileComposition.php:126
 #: ../../library/ZendAfi/View/Helper/ProfileComposition.php:118
+#: ../../library/ZendAfi/View/Helper/ProfileComposition.php:126
 #, php-format
 msgid "Division %d"
 msgstr "Division %d"
@@ -8136,11 +8273,29 @@ msgstr "Division %d"
 msgid "Division 3 toujours visible"
 msgstr "Division 3 always visible"
 
+#: ../../library/Class/Systeme/ModulesAccueil/Section/Header.php:25
+msgid "Division bannière"
+msgstr "Banner division"
+
 #: ../../library/ZendAfi/View/Helper/ProfileComposition.php:118
 #: ../../library/ZendAfi/View/Helper/ProfileComposition.php:110
+#: ../../library/ZendAfi/View/Helper/ProfileComposition.php:111
 msgid "Division flottante"
 msgstr "Floating division"
 
+#: ../../library/Class/Systeme/ModulesAccueil/Section/FloatSide.php:25
+msgid "Division optionnelle flottante"
+msgstr "Optional floating division"
+
+#: ../../library/Class/Systeme/ModulesAccueil/Section/Footer.php:25
+#: ../../library/ZendAfi/View/Helper/ProfileComposition.php:117
+msgid "Division pied de page"
+msgstr "Footer division"
+
+#: ../../library/Class/Systeme/ModulesAccueil/Section/Main.php:25
+msgid "Division principale"
+msgstr "Main division"
+
 #: ../../library/ZendAfi/View/Helper/ProfileComposition.php:104
 #: ../../library/ZendAfi/View/Helper/ProfileComposition.php:92
 msgid "Division téléphone"
@@ -8216,6 +8371,7 @@ msgstr "Documents released "
 #: ../../library/Class/Codification.php:226
 #: ../../application/modules/telephone/controllers/RechercheController.php:68
 #: ../../library/Class/Codification.php:226
+#: ../../application/modules/telephone/controllers/RechercheController.php:65
 msgid "Documents similaires"
 msgstr "Similar documents"
 
@@ -8261,14 +8417,14 @@ msgstr "Parent domain"
 #: ../../library/Class/Album.php:1604 ../../library/Class/Album.php:1614
 #: ../../library/Class/Album.php:1630 ../../library/Class/Album.php:1631
 #: ../../library/Class/Album.php:1633 ../../library/Class/Album.php:1623
-#: ../../library/Class/Album.php:1626
+#: ../../library/Class/Album.php:1626 ../../library/Class/Album.php:1617
 msgid "Domaine public"
 msgstr "Public domain"
 
 #: ../../library/Class/AdminVar.php:206
 ../../library/Class/AdminVar.php:207
 #: ../../library/Class/AdminVar.php:204 ../../library/Class/AdminVar.php:223
 #: ../../library/Class/AdminVar.php:225 ../../library/Class/AdminVar.php:217
-#: ../../library/Class/AdminVar.php:215
+#: ../../library/Class/AdminVar.php:215 ../../library/Class/AdminVar.php:212
 msgid "Domaine utilisée par le serveur lectura pour authentification"
 msgstr "Domain used by Lectura server for identification"
 
@@ -8298,6 +8454,7 @@ msgstr "Domain used by Lectura server for identification"
 #: ../../library/Class/Catalogue.php:1200
 #: ../../library/Class/Catalogue.php:1238
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:339
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:344
 msgid "Domaines"
 msgstr "Domains"
 
@@ -8415,6 +8572,7 @@ msgstr "Duplicating domain: %s"
 #: ../../application/modules/admin/controllers/ProfilController.php:254
 #: ../../application/modules/admin/controllers/ProfilController.php:261
 #: ../../application/modules/admin/controllers/ProfilController.php:261
+#: ../../application/modules/admin/controllers/ProfilController.php:265
 msgid "Duplication impossible: "
 msgstr "Impossible copy: "
 
@@ -8495,6 +8653,7 @@ msgstr "Loan duration in days"
 #: ../../library/Class/AdminVar.php:180
 ../../library/Class/AdminVar.php:181
 #: ../../library/Class/AdminVar.php:178 ../../library/Class/AdminVar.php:197
 #: ../../library/Class/AdminVar.php:199 ../../library/Class/AdminVar.php:191
+#: ../../library/Class/AdminVar.php:188
 msgid "Durée maximale (en jours) d'un prêt PNB Dilicom"
 msgstr "Max duration (in days) of a PNB loan"
 
@@ -8608,6 +8767,7 @@ msgstr "Move \"%s\" to \"%s\" done."
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:296
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:321
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:395
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:400
 msgid "Déplacement des boites"
 msgstr "Move widgets"
 
@@ -8632,7 +8792,7 @@ msgstr "Serials articles"
 #: ../../library/Class/AdminVar.php:225
 ../../library/Class/AdminVar.php:226
 #: ../../library/Class/AdminVar.php:223 ../../library/Class/AdminVar.php:242
 #: ../../library/Class/AdminVar.php:244 ../../library/Class/AdminVar.php:236
-#: ../../library/Class/AdminVar.php:234
+#: ../../library/Class/AdminVar.php:234 ../../library/Class/AdminVar.php:231
 msgid "Désactivation des suggestions d'achats"
 msgstr "Deactivate acquisitions suggestions"
 
@@ -8655,7 +8815,7 @@ msgstr "Disable this task"
 #: ../../library/Class/AdminVar.php:291 ../../library/Class/AdminVar.php:297
 #: ../../library/Class/AdminVar.php:316 ../../library/Class/AdminVar.php:318
 #: ../../library/Class/AdminVar.php:321 ../../library/Class/AdminVar.php:313
-#: ../../library/Class/AdminVar.php:314
+#: ../../library/Class/AdminVar.php:314 ../../library/Class/AdminVar.php:311
 msgid "Désactiver pour passer le site en maintenance"
 msgstr "Deactivate to put site offline"
 
@@ -8715,6 +8875,7 @@ msgstr "\"%s\" activity unsubscription"
 #: ../../application/modules/opac/controllers/AuthController.php:483
 #: ../../application/modules/opac/controllers/AuthController.php:478
 #: ../../application/modules/opac/controllers/AuthController.php:490
+#: ../../application/modules/opac/controllers/AuthController.php:482
 msgid "Désinscription de la lettre d'information: "
 msgstr "Newsletter unsubscribe: "
 
@@ -8777,6 +8938,7 @@ msgstr "Session details"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:279
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:304
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:378
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:383
 msgid "Développement"
 msgstr "Development"
 
@@ -8887,6 +9049,7 @@ msgstr "Failed to publish status report to %s (%s)"
 #: ../../application/modules/admin/controllers/WidgetController.php:227
 #: ../../application/modules/admin/controllers/WidgetController.php:257
 #: ../../application/modules/admin/controllers/WidgetController.php:247
+#: ../../application/modules/admin/controllers/WidgetController.php:273
 #, php-format
 msgid "Echec de la sauvegarde de la configuration de %s"
 msgstr "Save process of %s has fail"
@@ -8961,6 +9124,7 @@ msgstr "Editor: {notice.editeur}"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:144
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:159
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:233
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:237
 msgid "Editeur CSS"
 msgstr "CSS editor"
 
@@ -9049,7 +9213,7 @@ msgstr "Moderator email"
 
 #: ../../library/Class/AdminVar.php:370 ../../library/Class/AdminVar.php:373
 #: ../../library/Class/AdminVar.php:365 ../../library/Class/AdminVar.php:368
-#: ../../library/Class/AdminVar.php:366
+#: ../../library/Class/AdminVar.php:366 ../../library/Class/AdminVar.php:363
 msgid ""
 "Email utilisé pour les demandes d'accompagnement de mise en place ou "
 "d'utilisation des fonctionnalités du logiciel"
@@ -9065,6 +9229,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Notice/Unimarc.php:118
 #: ../../library/ZendAfi/View/Helper/Notice/Unimarc.php:109
 #: ../../library/ZendAfi/View/Helper/Notice/Unimarc.php:115
+#: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:472
 msgid "Emplacement"
 msgstr "Place"
 
@@ -9458,6 +9623,16 @@ msgstr "Sent the"
 msgid "Erreur"
 msgstr "Error"
 
+#: ../../application/modules/admin/controllers/FileManagerController.php:268
+#, php-format
+msgid "Erreur : \"%s\". L'image \"%s\" n'a pas été compressée."
+msgstr "Error : \"%s\". Image \"%s\" has not been compressed."
+
+#: ../../application/modules/admin/controllers/FileManagerController.php:251
+#, php-format
+msgid "Erreur : \"%s\". L'image \"%s\" n'a pas été redimensionnée."
+msgstr "Error : \"%s\". Image \"%s\" has not been resized."
+
 #: ../../library/Class/Cosmogramme/Integration/PhasePrepareIntegrations.php:79
 #: ../../library/Class/Cosmogramme/Integration/PhasePrepareIntegrations.php:79
 #, php-format
@@ -9521,6 +9696,7 @@ msgstr "Sending error: %s"
 #: ../../library/ZendAfi/View/Helper/Accueil/Base.php:128
 #: ../../library/ZendAfi/View/Helper/Accueil/Base.php:129
 #: ../../library/ZendAfi/View/Helper/Accueil/Base.php:129
+#: ../../library/ZendAfi/View/Helper/Accueil/Base.php:148
 msgid "Erreur de configuration"
 msgstr "Configuration error"
 
@@ -9578,6 +9754,7 @@ msgstr "Error while executing batch %s"
 #: ../../application/modules/opac/controllers/AuthController.php:516
 #: ../../application/modules/opac/controllers/AuthController.php:511
 #: ../../application/modules/opac/controllers/AuthController.php:523
+#: ../../application/modules/opac/controllers/AuthController.php:515
 msgid "Erreur lors de l\\inscription à la newsletter."
 msgstr "Error during newsletter subscription."
 
@@ -9595,6 +9772,8 @@ msgid "Erreur lors de la création du ticket"
 msgstr "An error occured while creating ticket"
 
 #: ../../library/Class/Notice/Thumbnail/ResizeImage.php:95
+#: ../../library/Class/Notice/Thumbnail/ResizeImage.php:88
+#: ../../library/Class/Notice/Thumbnail/ResizeImage.php:105
 #, php-format
 msgid "Erreur lors du vignettage de l'image \"%s\". %s"
 msgstr "Error while thumbnailing image \"%s\". %s"
@@ -9624,6 +9803,7 @@ msgstr "Error(s) : %s, variable %s unsaved"
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:402
 #: ../../application/modules/admin/controllers/FileManagerController.php:339
 #: ../../application/modules/admin/controllers/FileManagerController.php:345
+#: ../../application/modules/admin/controllers/FileManagerController.php:354
 #, php-format
 msgid "Erreur. Impossible de faire cette opération vers \"%s\"."
 msgstr "Error. Cannot execute this operation to \"%s\"."
@@ -9632,6 +9812,7 @@ msgstr "Error. Cannot execute this operation to \"%s\"."
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:356
 #: ../../application/modules/admin/controllers/FileManagerController.php:293
 #: ../../application/modules/admin/controllers/FileManagerController.php:299
+#: ../../application/modules/admin/controllers/FileManagerController.php:308
 #, php-format
 msgid "Erreur. Impossible de renommer \"%s\"."
 msgstr "Error. Cannot rename \"%s\"."
@@ -9656,6 +9837,7 @@ msgstr "Error. Cannot resize image \"%s\"."
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:397
 #: ../../application/modules/admin/controllers/FileManagerController.php:334
 #: ../../application/modules/admin/controllers/FileManagerController.php:340
+#: ../../application/modules/admin/controllers/FileManagerController.php:349
 #, php-format
 msgid "Erreur. Le chemin \"%s\" n'existe pas."
 msgstr "Error. Path \"%s\" does not exist."
@@ -9664,6 +9846,7 @@ msgstr "Error. Path \"%s\" does not exist."
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:414
 #: ../../application/modules/admin/controllers/FileManagerController.php:351
 #: ../../application/modules/admin/controllers/FileManagerController.php:357
+#: ../../application/modules/admin/controllers/FileManagerController.php:366
 #, php-format
 msgid ""
 "Erreur. Vous ne pouvez pas téléverser un nouveau fichier car vous avez "
@@ -9715,6 +9898,11 @@ msgstr "Free space:"
 msgid "Espace utilisé :"
 msgstr "Used space:"
 
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:68
+#, php-format
+msgid "Espace utilisé par le dossier \"%s\" :"
+msgstr "Used space by \"%s\" directory :"
+
 #: ../../application/modules/admin/views/scripts/feature/index.phtml:38
 #: ../../application/modules/admin/views/scripts/feature/index.phtml:63
 #: ../../application/modules/admin/views/scripts/feature/index.phtml:65
@@ -9738,6 +9926,11 @@ msgstr "Try SSO with user \"%s\""
 msgid "Essayer le SSO avec l'utilisateur \"%s\" pour l'album \"%s\""
 msgstr "Try SSO with user \"%s\" for album \"%s\""
 
+#: ../../library/ZendAfi/Controller/Plugin/Manager/Template.php:28
+#, php-format
+msgid "Essayer le modèle \"%s\""
+msgstr "Try \"%s\" template"
+
 #: ../../library/ZendAfi/Feed/SearchResultHeader.php:49
 #: ../../library/ZendAfi/Feed/SearchResultHeader.php:49
 msgid "Et "
@@ -9775,7 +9968,7 @@ msgstr "Sytem status"
 #: ../../library/Class/AdminVar.php:239 ../../library/Class/AdminVar.php:241
 #: ../../library/Class/AdminVar.php:260 ../../library/Class/AdminVar.php:262
 #: ../../library/Class/AdminVar.php:254 ../../library/Class/AdminVar.php:257
-#: ../../library/Class/AdminVar.php:255
+#: ../../library/Class/AdminVar.php:255 ../../library/Class/AdminVar.php:252
 msgid ""
 "Etendre automatiquement le résultat de recherche en rajoutant des \"OU\" "
 "entre les mots saisis"
@@ -9801,6 +9994,11 @@ msgstr "Are you sur to cancel this reservation ?"
 msgid "Etes-vous sur de vouloir désactiver cette tâche ?"
 msgstr "Are you sure to disable this task ?"
 
+#: ../../library/ZendAfi/Controller/Plugin/Manager/Template.php:39
+#, php-format
+msgid "Etes-vous sur de vouloir réinitialiser le modèle \"%s\" ?"
+msgstr "Are you sure you to reset \"%s\" template ?"
+
 #: ../../application/modules/admin/views/scripts/bib/planacces.phtml:12
 msgid "Etes-vous sur de vouloir supprimer ce point ?"
 msgstr "Are you sure to delete this point ?"
@@ -9921,6 +10119,7 @@ msgstr "Codification browser"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:154
 #: ../../library/Class/Feature/List.php:206
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:153
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:155
 msgid "Explorateur de fichiers"
 msgstr "File browser"
 
@@ -10189,6 +10388,7 @@ msgstr "Create catalog selection like domain or cart"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:261
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:286
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:360
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:365
 msgid "Faire une demande de mise à jour de la charte graphique"
 msgstr "Ask update skin"
 
@@ -10208,6 +10408,7 @@ msgstr "Document type"
 #: ../../application/modules/opac/controllers/AbonneController.php:1011
 #: ../../application/modules/opac/controllers/AbonneController.php:1097
 #: ../../application/modules/opac/controllers/AbonneController.php:1099
+#: ../../application/modules/opac/controllers/AbonneController.php:1101
 msgid "Favoris sauvegardés"
 msgstr "Bookmarks saved"
 
@@ -10231,6 +10432,7 @@ msgstr "Bookmarks"
 #: ../../library/ZendAfi/View/Helper/TagUploadMultiple.php:83
 #: ../../library/ZendAfi/View/Helper/TagUploadMultiple.php:88
 #: ../../library/ZendAfi/View/Helper/Button/Back.php:44
+#: ../../library/ZendAfi/View/Helper/Widget/Notify.php:48
 msgid "Fermer"
 msgstr "Close"
 
@@ -10530,6 +10732,11 @@ msgstr "Features"
 msgid "Fonctionnalités : "
 msgstr "Features : "
 
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:60
+#: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/AuthorFunction.php:31
+msgid "Fonctions auteurs"
+msgstr "Authors jobs"
+
 #: ../../library/ZendAfi/Form/Configuration/Widget/Libraries.php:98
 msgid "Fond de carte GeoJSON"
 msgstr "GeoJSON map background"
@@ -10560,7 +10767,7 @@ msgstr "Fonds"
 #: ../../library/Class/AdminVar.php:286 ../../library/Class/AdminVar.php:288
 #: ../../library/Class/AdminVar.php:307 ../../library/Class/AdminVar.php:309
 #: ../../library/Class/AdminVar.php:312 ../../library/Class/AdminVar.php:304
-#: ../../library/Class/AdminVar.php:305
+#: ../../library/Class/AdminVar.php:305 ../../library/Class/AdminVar.php:302
 msgid ""
 "Forcer l'accès au site par le protocole HTTPS. Nécessite l'installation et "
 "la configuration appropriée du serveur Web"
@@ -10662,6 +10869,7 @@ msgstr "Forms"
 
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/SearchForm.php:38
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:154
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:156
 msgid "Formulaires de recherche"
 msgstr "Search form"
 
@@ -10741,6 +10949,7 @@ msgstr "Form"
 #: ../../library/ZendAfi/View/Helper/LegacyAdvancedSearch.php:144
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:60
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Genre.php:33
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:64
 msgid "Genres"
 msgstr "Forms"
 
@@ -10821,11 +11030,13 @@ msgstr "Content Manager"
 #: ../../library/Class/AdminVar.php:171
 ../../library/Class/AdminVar.php:172
 #: ../../library/Class/AdminVar.php:169 ../../library/Class/AdminVar.php:188
 #: ../../library/Class/AdminVar.php:190 ../../library/Class/AdminVar.php:182
+#: ../../library/Class/AdminVar.php:179
 msgid "Gln de la collectivité, il est fourni par Dilicom."
 msgstr "City GLN, provided by Dilicom."
 
 #: ../../library/Class/FileManager/FileSystem.php:270
 #: ../../library/Class/FileManager/FileSystem.php:271
+#: ../../library/Class/FileManager/FileSystem.php:272
 msgid "Go"
 msgstr "GB"
 
@@ -10890,6 +11101,7 @@ msgstr "Group by library and shelf mark"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:125
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:122
 #: ../../library/ZendAfi/Form/Admin/User.php:137
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:124
 msgid "Groupes"
 msgstr "Groups"
 
@@ -10940,6 +11152,7 @@ msgstr "Try to thumbnail album \"%s\""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:154
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:151
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:150
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:152
 msgid "Génération du site"
 msgstr "Site generation"
 
@@ -11052,6 +11265,7 @@ msgstr "Process doubles manually"
 #: ../../application/modules/opac/controllers/AbonneController.php:1012
 #: ../../application/modules/opac/controllers/AbonneController.php:1101
 #: ../../application/modules/opac/controllers/AbonneController.php:1103
+#: ../../application/modules/opac/controllers/AbonneController.php:1105
 msgid "Gérer mes favoris"
 msgstr "Manage my bookmarks"
 
@@ -11177,6 +11391,7 @@ msgstr "5 last loans history"
 #: ../../library/ZendAfi/View/Helper/FonctionsAdmin.php:130
 #: ../../library/ZendAfi/View/Helper/TagEditArticle.php:74
 #: ../../library/ZendAfi/Controller/Plugin/Versionning/Article.php:43
+#: ../../library/ZendAfi/View/Helper/FonctionsAdmin.php:145
 msgid "Historique des modifications"
 msgstr "Versions history"
 
@@ -11244,12 +11459,14 @@ msgstr "Thesaurus ID"
 #: ../../library/Class/AdminVar.php:163
 ../../library/Class/AdminVar.php:164
 #: ../../library/Class/AdminVar.php:161 ../../library/Class/AdminVar.php:180
 #: ../../library/Class/AdminVar.php:182 ../../library/Class/AdminVar.php:174
+#: ../../library/Class/AdminVar.php:171
 msgid "ID client Jamendo"
 msgstr "Jamendo client ID"
 
 #: ../../library/Class/AdminVar.php:164
 ../../library/Class/AdminVar.php:165
 #: ../../library/Class/AdminVar.php:162 ../../library/Class/AdminVar.php:181
 #: ../../library/Class/AdminVar.php:183 ../../library/Class/AdminVar.php:175
+#: ../../library/Class/AdminVar.php:172
 msgid "ID client SoundCloud"
 msgstr "Jamendo client ID"
 
@@ -11376,6 +11593,7 @@ msgstr "Cyberlibris SSO ID"
 #: ../../library/Class/AdminVar.php:168
 ../../library/Class/AdminVar.php:169
 #: ../../library/Class/AdminVar.php:166 ../../library/Class/AdminVar.php:185
 #: ../../library/Class/AdminVar.php:187 ../../library/Class/AdminVar.php:179
+#: ../../library/Class/AdminVar.php:176
 msgid "Identifiant code bibliothèque Vodeclic"
 msgstr "Vodeclic library code ID"
 
@@ -11387,6 +11605,7 @@ msgstr "Login starts with"
 #: ../../library/Class/AdminVar.php:194
 ../../library/Class/AdminVar.php:195
 #: ../../library/Class/AdminVar.php:192 ../../library/Class/AdminVar.php:211
 #: ../../library/Class/AdminVar.php:213 ../../library/Class/AdminVar.php:205
+#: ../../library/Class/AdminVar.php:202
 msgid "Identifiant d'accès au serveur OAI Cité de la Musique"
 msgstr "Access identifier OAI \"La Cité de la Musique\" server"
 
@@ -11397,6 +11616,7 @@ msgstr "Id from SIGB"
 #: ../../library/Class/AdminVar.php:192
 ../../library/Class/AdminVar.php:193
 #: ../../library/Class/AdminVar.php:190 ../../library/Class/AdminVar.php:209
 #: ../../library/Class/AdminVar.php:211 ../../library/Class/AdminVar.php:203
+#: ../../library/Class/AdminVar.php:200
 msgid "Identifiant du portail chez 1D touch"
 msgstr "1D touch ID"
 
@@ -11404,7 +11624,7 @@ msgstr "1D touch ID"
 #: ../../library/Class/AdminVar.php:231 ../../library/Class/AdminVar.php:233
 #: ../../library/Class/AdminVar.php:252 ../../library/Class/AdminVar.php:254
 #: ../../library/Class/AdminVar.php:246 ../../library/Class/AdminVar.php:249
-#: ../../library/Class/AdminVar.php:247
+#: ../../library/Class/AdminVar.php:247 ../../library/Class/AdminVar.php:244
 msgid "Identifiant du project Redmine"
 msgstr "Redmine ID"
 
@@ -11423,6 +11643,7 @@ msgstr "Bokeh internal loan ID"
 #: ../../application/modules/opac/controllers/AbonneController.php:1141
 #: ../../application/modules/opac/controllers/AbonneController.php:1227
 #: ../../application/modules/opac/controllers/AbonneController.php:1229
+#: ../../application/modules/opac/controllers/AbonneController.php:1231
 msgid "Identifiant et/ou mot de passe incorrect"
 msgstr "Wrong username and/or password"
 
@@ -11458,6 +11679,7 @@ msgstr "Username or password not found."
 #: ../../library/Class/AdminVar.php:167
 ../../library/Class/AdminVar.php:168
 #: ../../library/Class/AdminVar.php:165 ../../library/Class/AdminVar.php:184
 #: ../../library/Class/AdminVar.php:186 ../../library/Class/AdminVar.php:178
+#: ../../library/Class/AdminVar.php:175
 msgid "Identifiant partenaire Vodeclic"
 msgstr "Vodeclic partnership ID"
 
@@ -11474,7 +11696,7 @@ msgstr "Unique ID"
 #: ../../library/Class/AdminVar.php:338 ../../library/Class/AdminVar.php:344
 #: ../../library/Class/AdminVar.php:363 ../../library/Class/AdminVar.php:365
 #: ../../library/Class/AdminVar.php:368 ../../library/Class/AdminVar.php:360
-#: ../../library/Class/AdminVar.php:361
+#: ../../library/Class/AdminVar.php:361 ../../library/Class/AdminVar.php:358
 msgid ""
 "Identifiant unique (attention: la modification de cette variable impactera "
 "les outils de suivi de cette installation)"
@@ -11545,19 +11767,19 @@ msgstr "Must complete all fields."
 
 #: ../../library/Class/Profil.php:1356 ../../library/Class/Profil.php:1357
 #: ../../library/Class/Profil.php:1377 ../../library/Class/Profil.php:1378
-#: ../../library/Class/Profil.php:1388
+#: ../../library/Class/Profil.php:1388 ../../library/Class/Profil.php:1398
 msgid "Il manque la largeur de la division 1."
 msgstr "Width of division 1 is missing."
 
 #: ../../library/Class/Profil.php:1360 ../../library/Class/Profil.php:1361
 #: ../../library/Class/Profil.php:1381 ../../library/Class/Profil.php:1382
-#: ../../library/Class/Profil.php:1392
+#: ../../library/Class/Profil.php:1392 ../../library/Class/Profil.php:1402
 msgid "Il manque la largeur de la division 2."
 msgstr "Width of division 2 is missing."
 
 #: ../../library/Class/Profil.php:1364 ../../library/Class/Profil.php:1365
 #: ../../library/Class/Profil.php:1385 ../../library/Class/Profil.php:1386
-#: ../../library/Class/Profil.php:1396
+#: ../../library/Class/Profil.php:1396 ../../library/Class/Profil.php:1406
 msgid "Il manque la largeur de la division 3."
 msgstr "Width of division 3 is missing."
 
@@ -11582,8 +11804,7 @@ msgstr "There is no double"
 msgid "Il n'y a plus de sous-niveau"
 msgstr "There are currently over sublevel"
 
-#: ../../library/Class/NoticeOAI.php:230
-#: ../../library/Class/NoticeOAI.php:230
+#: ../../library/Class/NoticeOAI.php:230
 ../../library/Class/NoticeOAI.php:230
 msgid "Il n'y aucun mot assez significatif pour la recherche"
 msgstr "There are no significant enough word to search"
 
@@ -11617,6 +11838,10 @@ msgstr "More than %s results"
 msgid "Il y a un problème avec l'adresse du flux RSS"
 msgstr "There is a problem with the RSS feed address"
 
+#: ../../library/Class/Notice/Thumbnail/ResizeImage.php:54
+msgid "Il y a un problème avec le fichier source."
+msgstr "There is a problem with the given file."
+
 #: ../../application/modules/admin/views/scripts/bib/plansmaj.phtml:28
 #: ../../application/modules/admin/views/scripts/zone/_form.phtml:29
 #: ../../application/modules/admin/views/scripts/zone/_form.phtml:35
@@ -11666,6 +11891,7 @@ msgstr "Import"
 #: ../../application/modules/admin/controllers/HarvestController.php:223
 #: ../../application/modules/admin/controllers/HarvestController.php:201
 #: ../../application/modules/admin/controllers/HarvestController.php:201
+#: ../../application/modules/admin/controllers/HarvestController.php:200
 msgid "Import SoundCloud"
 msgstr "SoundCloud import"
 
@@ -11674,6 +11900,7 @@ msgstr "SoundCloud import"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:175
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:171
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:168
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:170
 msgid "Import Thesaurus"
 msgstr "Import Thesaurus"
 
@@ -11682,6 +11909,7 @@ msgstr "Import Thesaurus"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:151
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:148
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:147
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:149
 msgid "Import avis opac2"
 msgstr "Import review opac2"
 
@@ -11735,6 +11963,8 @@ msgstr "Import a thesaurus"
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Album.php:568
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Album.php:567
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Album.php:566
+#: ../../application/modules/admin/controllers/HarvestController.php:128
+#: ../../application/modules/admin/controllers/HarvestController.php:185
 msgid "Importer"
 msgstr "Import"
 
@@ -11786,6 +12016,11 @@ msgstr "Unable to write the file on the server path [%s]"
 msgid "Impossible d\\`écrire le fichier sur le disque"
 msgstr "Could not write the file to disk"
 
+#: ../../application/modules/admin/controllers/WidgetController.php:222
+#, php-format
+msgid "Impossible de configurer l'élément : \"%s\""
+msgstr "Impossible to configure item : \"%s\""
+
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:184
 #: ../../application/modules/admin/controllers/FileManagerController.php:116
 #, php-format
@@ -12160,6 +12395,7 @@ msgstr "Document properties"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:145
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:144
 #: ../../application/modules/admin/controllers/SystemeController.php:229
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:146
 msgid "Informations système"
 msgstr "System properties"
 
@@ -12218,6 +12454,7 @@ msgstr "Subscription not allowed"
 #: ../../application/modules/opac/controllers/AuthController.php:427
 #: ../../application/modules/opac/controllers/AuthController.php:422
 #: ../../application/modules/opac/controllers/AuthController.php:434
+#: ../../application/modules/opac/controllers/AuthController.php:426
 msgid "Inscription à la lettre d'information: "
 msgstr "Subscription to the newsletter: "
 
@@ -12228,6 +12465,7 @@ msgstr "Subscription to the newsletter: "
 #: ../../application/modules/opac/controllers/AuthController.php:509
 #: ../../application/modules/opac/controllers/AuthController.php:504
 #: ../../application/modules/opac/controllers/AuthController.php:516
+#: ../../application/modules/opac/controllers/AuthController.php:508
 msgid "Inscription à la newsletter invalide."
 msgstr "Invalid subscription to the newsletter."
 
@@ -12256,7 +12494,7 @@ msgstr "Insert a kiosk in an article"
 #: ../../library/Class/AdminVar.php:312 ../../library/Class/AdminVar.php:318
 #: ../../library/Class/AdminVar.php:337 ../../library/Class/AdminVar.php:339
 #: ../../library/Class/AdminVar.php:342 ../../library/Class/AdminVar.php:334
-#: ../../library/Class/AdminVar.php:335
+#: ../../library/Class/AdminVar.php:335 ../../library/Class/AdminVar.php:332
 msgid "Interdire la modification de la fiche abonne"
 msgstr "Make patron form read only"
 
@@ -12413,6 +12651,7 @@ msgstr "Javascript code for statistics"
 #: ../../library/Class/AdminVar.php:300 ../../library/Class/AdminVar.php:302
 #: ../../library/Class/AdminVar.php:304 ../../library/Class/AdminVar.php:296
 #: ../../library/Class/AdminVar.php:299 ../../library/Class/AdminVar.php:297
+#: ../../library/Class/AdminVar.php:294
 msgid "Je ne veux plus recevoir cette lettre d'information"
 msgstr "I want to unsuscribe to this newsletter"
 
@@ -12444,6 +12683,7 @@ msgstr "Missing authorization token"
 #: ../../application/modules/opac/controllers/AuthController.php:344
 #: ../../application/modules/opac/controllers/AuthController.php:339
 #: ../../application/modules/opac/controllers/AuthController.php:351
+#: ../../application/modules/opac/controllers/AuthController.php:336
 msgid "Jeton de réinitialisation expiré"
 msgstr "Reset token expired"
 
@@ -12451,6 +12691,7 @@ msgstr "Reset token expired"
 #: ../../application/modules/opac/controllers/AuthController.php:341
 #: ../../application/modules/opac/controllers/AuthController.php:336
 #: ../../application/modules/opac/controllers/AuthController.php:348
+#: ../../application/modules/opac/controllers/AuthController.php:333
 msgid "Jeton de réinitialisation invalide"
 msgstr "Invalid reset token"
 
@@ -12524,6 +12765,7 @@ msgstr "Record gallery, horizontal carousel"
 
 #: ../../library/Class/FileManager/FileSystem.php:268
 #: ../../library/Class/FileManager/FileSystem.php:269
+#: ../../library/Class/FileManager/FileSystem.php:270
 msgid "Ko"
 msgstr "KB"
 
@@ -12604,13 +12846,14 @@ msgstr "Attachment failed."
 
 #: ../../application/modules/admin/controllers/OaiController.php:117
 #: ../../application/modules/admin/controllers/OaiController.php:117
+#: ../../application/modules/admin/controllers/OaiController.php:119
 #, php-format
 msgid "L'album \"%s\" a été créé"
 msgstr "The album  \"%s\" was created"
 
 #: ../../library/Class/Album.php:1133
 ../../library/Class/Album.php:1133
 #: ../../library/Class/Album.php:1138 ../../library/Class/Album.php:1140
-#: ../../library/Class/Album.php:1141
+#: ../../library/Class/Album.php:1141 ../../library/Class/Album.php:1132
 msgid "L'album doit avoir un type de document"
 msgstr "Album must have a document type"
 
@@ -12634,7 +12877,7 @@ msgstr "Branch \"%s\"  has been successfuly deleted"
 
 #: ../../library/Class/Album.php:1126
 ../../library/Class/Album.php:1126
 #: ../../library/Class/Album.php:1131 ../../library/Class/Album.php:1133
-#: ../../library/Class/Album.php:1134
+#: ../../library/Class/Album.php:1134 ../../library/Class/Album.php:1125
 #, php-format
 msgid "L'année doit être comprise entre %s et %s"
 msgstr "Year should be between %s and %s"
@@ -12727,6 +12970,7 @@ msgstr "PHP XSL extension is not installed. Please contact your host"
 #: ../../application/modules/opac/controllers/ModulesController.php:79
 #: ../../application/modules/opac/controllers/ModulesController.php:72
 #: ../../application/modules/opac/controllers/ModulesController.php:71
+#: ../../application/modules/opac/controllers/ModulesController.php:70
 msgid "L'identifiant du document demandé n'existe pas"
 msgstr "Unknown record id"
 
@@ -12734,7 +12978,7 @@ msgstr "Unknown record id"
 #: ../../library/Class/Users.php:1033 ../../library/Class/Users.php:1012
 #: ../../library/Class/Users.php:1014 ../../library/Class/Users.php:1018
 #: ../../library/Class/Users.php:1030 ../../library/Class/Users.php:1025
-#: ../../library/Class/Users.php:1013
+#: ../../library/Class/Users.php:1013 ../../library/Class/Users.php:1008
 msgid "L'identifiant que vous avez choisi existe déjà."
 msgstr "The username you chose already exists."
 
@@ -12742,6 +12986,7 @@ msgstr "The username you chose already exists."
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:323
 #: ../../application/modules/admin/controllers/FileManagerController.php:260
 #: ../../application/modules/admin/controllers/FileManagerController.php:261
+#: ../../application/modules/admin/controllers/FileManagerController.php:271
 #, php-format
 msgid "L'image \"%s\" a été compressée."
 msgstr "Image \"%s\" has been compressed."
@@ -12750,6 +12995,7 @@ msgstr "Image \"%s\" has been compressed."
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:311
 #: ../../application/modules/admin/controllers/FileManagerController.php:248
 #: ../../application/modules/admin/controllers/FileManagerController.php:249
+#: ../../application/modules/admin/controllers/FileManagerController.php:254
 #, php-format
 msgid "L'image \"%s\" a été redimensionnée."
 msgstr "Image \"%s\" has been resized."
@@ -12835,6 +13081,7 @@ msgid "L'utilisateur n'a pas renseigné son adresse e-mail."
 msgstr "The user has not specified his or her e-mail address."
 
 #: ../../application/modules/admin/controllers/FileManagerController.php:274
+#: ../../application/modules/admin/controllers/FileManagerController.php:283
 #, php-format
 msgid ""
 "L'élément \"%s\" ne peut pas être renommé car il est lié à des éléments "
@@ -12898,6 +13145,7 @@ msgstr "The library contains %s records."
 #: ../../library/Class/Users.php:1023 ../../library/Class/Users.php:1027
 #: ../../library/Class/Users.php:1037 ../../library/Class/Users.php:1032
 #: ../../library/Class/Users.php:1034 ../../library/Class/Users.php:1022
+#: ../../library/Class/Users.php:1017
 #, php-format
 msgid "La bibliothèque est obligatoire pour le rôle : %s"
 msgstr "The library is required for the role:%s"
@@ -12984,6 +13232,11 @@ msgstr "Menu %s settings saved"
 msgid "La configuration de la boite %s a été sauvegardée"
 msgstr "Widget %s settings saved"
 
+#: ../../library/Class/Systeme/Widget/Section.php:72
+#, php-format
+msgid "La configuration de la section %s a été sauvegardée"
+msgstr "Section %s settings saved"
+
 #: ../../library/Class/Systeme/Widget/Menu.php:163
 #: ../../library/Class/Systeme/Widget/Menu.php:169
 #: ../../library/Class/Systeme/Widget/Menu.php:169
@@ -12993,13 +13246,13 @@ msgstr "Menu %s settings saved"
 
 #: ../../library/Class/Profil.php:1384 ../../library/Class/Profil.php:1385
 #: ../../library/Class/Profil.php:1405 ../../library/Class/Profil.php:1406
-#: ../../library/Class/Profil.php:1416
+#: ../../library/Class/Profil.php:1416 ../../library/Class/Profil.php:1426
 msgid "La couleur des liens du bandeau doit être au format #001122"
 msgstr "Header link color should be formatted as #001122"
 
 #: ../../library/Class/Profil.php:1380 ../../library/Class/Profil.php:1381
 #: ../../library/Class/Profil.php:1401 ../../library/Class/Profil.php:1402
-#: ../../library/Class/Profil.php:1412
+#: ../../library/Class/Profil.php:1412 ../../library/Class/Profil.php:1422
 msgid "La couleur du texte bandeau doit être au format #001122"
 msgstr "Header text color should be formatted as #001122"
 
@@ -13027,7 +13280,7 @@ msgstr "Permissions management will be available after this category creation"
 
 #: ../../library/Class/Profil.php:1345 ../../library/Class/Profil.php:1346
 #: ../../library/Class/Profil.php:1366 ../../library/Class/Profil.php:1367
-#: ../../library/Class/Profil.php:1377
+#: ../../library/Class/Profil.php:1377 ../../library/Class/Profil.php:1387
 msgid "La largeur du site doit être comprise entre 800 et 2000 pixels."
 msgstr "Site width should be between 800 and 2000 px."
 
@@ -13175,7 +13428,7 @@ msgstr ""
 
 #: ../../library/Class/Profil.php:1352 ../../library/Class/Profil.php:1353
 #: ../../library/Class/Profil.php:1373 ../../library/Class/Profil.php:1374
-#: ../../library/Class/Profil.php:1384
+#: ../../library/Class/Profil.php:1384 ../../library/Class/Profil.php:1394
 msgid ""
 "La somme des largeurs des divisions ne doit pas excéder la largeur du site."
 msgstr "Sum of divisions widths should not exceed site width."
@@ -13354,6 +13607,7 @@ msgstr "Language"
 
 #: ../../library/Class/AdminVar.php:311 ../../library/Class/AdminVar.php:303
 #: ../../library/Class/AdminVar.php:306 ../../library/Class/AdminVar.php:304
+#: ../../library/Class/AdminVar.php:301
 msgid "Langue par défaut"
 msgstr "Default language"
 
@@ -13375,6 +13629,7 @@ msgstr "Language(s)"
 #: ../../library/ZendAfi/Form/Configuration/Domain.php:85
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:64
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Language.php:33
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:68
 msgid "Langues"
 msgstr "Languages"
 
@@ -13519,14 +13774,14 @@ msgstr "The \"day\" field must be completed with a date"
 #: ../../library/Class/Users.php:1029 ../../library/Class/Users.php:1008
 #: ../../library/Class/Users.php:1010 ../../library/Class/Users.php:1014
 #: ../../library/Class/Users.php:1026 ../../library/Class/Users.php:1021
-#: ../../library/Class/Users.php:1009
+#: ../../library/Class/Users.php:1009 ../../library/Class/Users.php:1004
 msgid "Le champ 'Identifiant' doit être inférieur à 50 caractères"
 msgstr "The field 'id' should be less than 50 characters"
 
 #: ../../library/Class/Users.php:1028
 ../../library/Class/Users.php:1028
 #: ../../library/Class/Users.php:1037 ../../library/Class/Users.php:1016
 #: ../../library/Class/Users.php:1018 ../../library/Class/Users.php:1022
-#: ../../library/Class/Users.php:1033
+#: ../../library/Class/Users.php:1033 ../../library/Class/Users.php:1011
 msgid "Le champ 'Mot de passe' doit être inférieur à 255 caractères"
 msgstr "The password must be under 255 caracters"
 
@@ -13632,6 +13887,10 @@ msgstr "The file size exceeds the limit"
 msgid "Le fichier est trop petit : %s mo -> taille minimum attendue : %s mo"
 msgstr "File size is to small : %s mo -> should be more than %s mo"
 
+#: ../../library/Class/Notice/Thumbnail/ResizeImage.php:73
+msgid "Le fichier existe déjà."
+msgstr "File already exists."
+
 #: ../../library/Class/SearchForm.php:142
 #, php-format
 msgid "Le fichier lié à ce formulaire a provoqué une erreur d'exécution : %s"
@@ -13758,6 +14017,7 @@ msgstr "The CMS displays albums as a paged list instead of a treeview"
 #: ../../library/Class/AdminVar.php:271 ../../library/Class/AdminVar.php:273
 #: ../../library/Class/AdminVar.php:275 ../../library/Class/AdminVar.php:267
 #: ../../library/Class/AdminVar.php:270 ../../library/Class/AdminVar.php:268
+#: ../../library/Class/AdminVar.php:265
 msgid ""
 "Le gestionnaire de contenu affiche les articles sous forme de liste paginée "
 "au lieu de d'une arborescence. Cet affichage est adapté lorsque le nombre "
@@ -13777,10 +14037,16 @@ msgstr "Title must be filled"
 
 #: ../../library/Class/Profil.php:1341 ../../library/Class/Profil.php:1342
 #: ../../library/Class/Profil.php:1362 ../../library/Class/Profil.php:1363
-#: ../../library/Class/Profil.php:1373
+#: ../../library/Class/Profil.php:1373 ../../library/Class/Profil.php:1383
 msgid "Le libellé est obligatoire."
 msgstr "Label is mandatory."
 
+#: ../../application/modules/admin/controllers/TemplateController.php:36
+msgid ""
+"Le magasin de thèmes n'est pas activé. Vous n'avez pas accès à cette "
+"fonctionnalité."
+msgstr "Template store is not activated. You cannot access this feature."
+
 #: ../../application/modules/admin/controllers/SystemeController.php:298
 #: ../../application/modules/admin/controllers/SystemeController.php:304
 #: ../../application/modules/admin/controllers/SystemeController.php:304
@@ -13892,6 +14158,7 @@ msgstr "The number of tags must be between %s ans %s"
 #: ../../library/Class/Users.php:1028 ../../library/Class/Users.php:1032
 #: ../../library/Class/Users.php:1042 ../../library/Class/Users.php:1037
 #: ../../library/Class/Users.php:1039 ../../library/Class/Users.php:1027
+#: ../../library/Class/Users.php:1022
 msgid ""
 "Le numéro de carte est obligatoire pour les abonnés identifiés dans un sigb."
 msgstr "The card number is required for subscribers identified in an ILS."
@@ -13968,6 +14235,7 @@ msgstr "Invalid Redmine service."
 #: ../../application/modules/opac/controllers/ModulesController.php:61
 #: ../../application/modules/opac/controllers/ModulesController.php:54
 #: ../../application/modules/opac/controllers/ModulesController.php:53
+#: ../../application/modules/opac/controllers/ModulesController.php:52
 msgid "Le service est mal configuré. Il manque l'URL du service."
 msgstr "Bad configuration for service. Missing URL."
 
@@ -14008,7 +14276,7 @@ msgstr "The territory contains %s records"
 
 #: ../../library/Class/Album.php:1131
 ../../library/Class/Album.php:1131
 #: ../../library/Class/Album.php:1136 ../../library/Class/Album.php:1138
-#: ../../library/Class/Album.php:1139
+#: ../../library/Class/Album.php:1139 ../../library/Class/Album.php:1130
 msgid "Le titre est obligatoire"
 msgstr "Title is mandatory"
 
@@ -14042,6 +14310,7 @@ msgstr "Selected %s were correctly deleted"
 #: ../../library/Class/AdminVar.php:289 ../../library/Class/AdminVar.php:308
 #: ../../library/Class/AdminVar.php:310 ../../library/Class/AdminVar.php:313
 #: ../../library/Class/AdminVar.php:305 ../../library/Class/AdminVar.php:306
+#: ../../library/Class/AdminVar.php:303
 msgid "Les abonnées peuvent se connecter uniquement via le webservice du SIGB."
 msgstr "Loaners can only connect with ILS webservice."
 
@@ -14253,13 +14522,13 @@ msgstr "Most recent sites"
 
 #: ../../library/Class/AdminVar.php:225 ../../library/Class/AdminVar.php:244
 #: ../../library/Class/AdminVar.php:246 ../../library/Class/AdminVar.php:238
-#: ../../library/Class/AdminVar.php:236
+#: ../../library/Class/AdminVar.php:236 ../../library/Class/AdminVar.php:233
 msgid "Les utilisateurs peuvent enregister des recherches dans leurs favoris"
 msgstr "Users can bookmark their searches"
 
 #: ../../library/Class/AdminVar.php:226 ../../library/Class/AdminVar.php:245
 #: ../../library/Class/AdminVar.php:247 ../../library/Class/AdminVar.php:239
-#: ../../library/Class/AdminVar.php:237
+#: ../../library/Class/AdminVar.php:237 ../../library/Class/AdminVar.php:234
 msgid ""
 "Les utilisateurs peuvent recevoir les nouveautés de leurs recherches "
 "favorites par email"
@@ -14268,7 +14537,7 @@ msgstr "Users can receive email novelties notification"
 #: ../../library/Class/AdminVar.php:226
 ../../library/Class/AdminVar.php:227
 #: ../../library/Class/AdminVar.php:224 ../../library/Class/AdminVar.php:243
 #: ../../library/Class/AdminVar.php:245 ../../library/Class/AdminVar.php:237
-#: ../../library/Class/AdminVar.php:235
+#: ../../library/Class/AdminVar.php:235 ../../library/Class/AdminVar.php:232
 msgid ""
 "Les utilisateurs peuvent sélectionner des bibliothèques favorites pour leurs "
 "recherche"
@@ -14417,6 +14686,9 @@ msgstr "Label"
 #: ../../library/Class/ListViewModeDescription/Domain.php:50
 #: ../../library/Class/ListViewModeDescription/Domain.php:59
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/Flat.php:68
+#: ../../library/ZendAfi/Form/Admin/AuthorFunction.php:36
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/AuthorFunction.php:40
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/Flat.php:67
 msgid "Libellé"
 msgstr "Label"
 
@@ -14523,7 +14795,7 @@ msgstr "Password label"
 #: ../../library/Class/AdminVar.php:317 ../../library/Class/AdminVar.php:323
 #: ../../library/Class/AdminVar.php:342 ../../library/Class/AdminVar.php:344
 #: ../../library/Class/AdminVar.php:347 ../../library/Class/AdminVar.php:339
-#: ../../library/Class/AdminVar.php:340
+#: ../../library/Class/AdminVar.php:340 ../../library/Class/AdminVar.php:337
 msgid "Libellé pour la Dewey"
 msgstr "Label for Dewey"
 
@@ -14531,7 +14803,7 @@ msgstr "Label for Dewey"
 #: ../../library/Class/AdminVar.php:316 ../../library/Class/AdminVar.php:322
 #: ../../library/Class/AdminVar.php:341 ../../library/Class/AdminVar.php:343
 #: ../../library/Class/AdminVar.php:346 ../../library/Class/AdminVar.php:338
-#: ../../library/Class/AdminVar.php:339
+#: ../../library/Class/AdminVar.php:339 ../../library/Class/AdminVar.php:336
 msgid "Libellé pour la PCDM4"
 msgstr "Label for Musical thesaurus"
 
@@ -14615,6 +14887,7 @@ msgstr "Permalink"
 #: ../../library/Class/AdminVar.php:298 ../../library/Class/AdminVar.php:300
 #: ../../library/Class/AdminVar.php:302 ../../library/Class/AdminVar.php:294
 #: ../../library/Class/AdminVar.php:297 ../../library/Class/AdminVar.php:295
+#: ../../library/Class/AdminVar.php:292
 msgid "Lien pour se désinscrire de cette lettre d'information : {{URL}}"
 msgstr "Click here to unsubscribe to this newsletter: : {{URL}}"
 
@@ -15061,6 +15334,7 @@ msgstr "Values list"
 #: ../../library/Class/AdminVar.php:175
 ../../library/Class/AdminVar.php:176
 #: ../../library/Class/AdminVar.php:173 ../../library/Class/AdminVar.php:192
 #: ../../library/Class/AdminVar.php:194 ../../library/Class/AdminVar.php:186
+#: ../../library/Class/AdminVar.php:183
 msgid ""
 "Liste des adresses IP publiques autorisées pour la consultation des documents"
 msgstr "Libraries public IP addresses"
@@ -15073,6 +15347,7 @@ msgstr "Albums list"
 
 #: ../../library/ZendAfi/Controller/Plugin/InspectorGadget.php:156
 #: ../../library/ZendAfi/Controller/Plugin/InspectorGadget.php:162
+#: ../../library/ZendAfi/Controller/Plugin/InspectorGadget.php:169
 msgid "Liste des appels webservices"
 msgstr "Webservices calls"
 
@@ -15092,7 +15367,7 @@ msgstr "Categories list"
 #: ../../library/Class/AdminVar.php:315 ../../library/Class/AdminVar.php:321
 #: ../../library/Class/AdminVar.php:340 ../../library/Class/AdminVar.php:342
 #: ../../library/Class/AdminVar.php:345 ../../library/Class/AdminVar.php:337
-#: ../../library/Class/AdminVar.php:338
+#: ../../library/Class/AdminVar.php:338 ../../library/Class/AdminVar.php:335
 msgid ""
 "Liste des champs que l'utilisateur peux modifier. <br/>Ex: nom;prenom;pseudo;"
 "adresse;<br/>code_postal;ville;mail;is_contact_mail;<br/>telephone;"
@@ -15105,7 +15380,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:328 ../../library/Class/AdminVar.php:334
 #: ../../library/Class/AdminVar.php:353 ../../library/Class/AdminVar.php:355
 #: ../../library/Class/AdminVar.php:358 ../../library/Class/AdminVar.php:350
-#: ../../library/Class/AdminVar.php:351
+#: ../../library/Class/AdminVar.php:351 ../../library/Class/AdminVar.php:348
 msgid ""
 "Liste des codes des facettes qui ne sont pas limitées à l'affichage dans le "
 "résultat de recherche<br/>Exemple : T => Type de doc, Y => Annexe, B => "
@@ -15118,7 +15393,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:297 ../../library/Class/AdminVar.php:303
 #: ../../library/Class/AdminVar.php:322 ../../library/Class/AdminVar.php:324
 #: ../../library/Class/AdminVar.php:327 ../../library/Class/AdminVar.php:319
-#: ../../library/Class/AdminVar.php:320
+#: ../../library/Class/AdminVar.php:320 ../../library/Class/AdminVar.php:317
 msgid ""
 "Liste des codes langue utilisées en plus du français séparées par des ;. "
 "Exemple: en;ro;es"
@@ -15193,7 +15468,7 @@ msgstr "Holds in \"%s\" location"
 #: ../../library/Class/AdminVar.php:242 ../../library/Class/AdminVar.php:244
 #: ../../library/Class/AdminVar.php:263 ../../library/Class/AdminVar.php:265
 #: ../../library/Class/AdminVar.php:257 ../../library/Class/AdminVar.php:260
-#: ../../library/Class/AdminVar.php:258
+#: ../../library/Class/AdminVar.php:258 ../../library/Class/AdminVar.php:255
 #, php-format
 msgid ""
 "Liste des sites de recherche élargie (la chaine '%s' dans l'url sera "
@@ -15204,7 +15479,7 @@ msgstr "Websites to extend search (%s chain will be replaced by the query)"
 #: ../../library/Class/AdminVar.php:340 ../../library/Class/AdminVar.php:346
 #: ../../library/Class/AdminVar.php:365 ../../library/Class/AdminVar.php:367
 #: ../../library/Class/AdminVar.php:370 ../../library/Class/AdminVar.php:362
-#: ../../library/Class/AdminVar.php:363
+#: ../../library/Class/AdminVar.php:363 ../../library/Class/AdminVar.php:360
 msgid "Liste des tags à ajouter au rapport d'état du système"
 msgstr "Tags to add to system status report"
 
@@ -15334,14 +15609,14 @@ msgstr "ARTE VOD account"
 #: ../../library/Class/AdminVar.php:213
 ../../library/Class/AdminVar.php:214
 #: ../../library/Class/AdminVar.php:211 ../../library/Class/AdminVar.php:230
 #: ../../library/Class/AdminVar.php:232 ../../library/Class/AdminVar.php:224
-#: ../../library/Class/AdminVar.php:222
+#: ../../library/Class/AdminVar.php:222 ../../library/Class/AdminVar.php:219
 msgid "Login du portail fourni par Kidilangues."
 msgstr "OPAC login provided by Kidilangues."
 
 #: ../../library/Class/AdminVar.php:217
 ../../library/Class/AdminVar.php:218
 #: ../../library/Class/AdminVar.php:215 ../../library/Class/AdminVar.php:234
 #: ../../library/Class/AdminVar.php:236 ../../library/Class/AdminVar.php:228
-#: ../../library/Class/AdminVar.php:226
+#: ../../library/Class/AdminVar.php:226 ../../library/Class/AdminVar.php:223
 msgid "Login du portail fourni par Premier-Chapitre."
 msgstr "OPAC login provided by Premier-Chapitre."
 
@@ -15408,6 +15683,11 @@ msgstr "My search \"%s\""
 msgid "Madame"
 msgstr "Mrs"
 
+#: ../../application/modules/admin/controllers/TemplateController.php:43
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:98
+msgid "Magasin de thèmes"
+msgstr "Template store"
+
 #: ../../library/ZendAfi/View/Helper/Calendar/Months.php:13
 #: ../../library/ZendAfi/View/Helper/Calendar/Months.php:29
 #: ../../library/ZendAfi/View/Helper/Calendar/Months.php:13
@@ -15610,6 +15890,7 @@ msgstr "Horizontal menu"
 #: ../../application/modules/admin/controllers/ProfilController.php:485
 #: ../../application/modules/admin/controllers/ProfilController.php:515
 #: ../../application/modules/admin/controllers/ProfilController.php:506
+#: ../../application/modules/admin/controllers/ProfilController.php:510
 msgid "Menu horizontal dupliqué sur tous les autres profils."
 msgstr "Horizontal menu duplicated on all other profiles."
 
@@ -15622,6 +15903,7 @@ msgstr "Menu deleted"
 
 #: ../../library/ZendAfi/Form/Configuration/Widget/Menu.php:45
 #: ../../library/ZendAfi/Form/Configuration/Widget/Menu.php:45
+#: ../../library/ZendAfi/Form/Configuration/Widget/Nav.php:28
 msgid "Menu utilisé"
 msgstr "Menu used"
 
@@ -15682,6 +15964,7 @@ msgstr "Wednesday"
 #: ../../application/modules/opac/controllers/AbonneController.php:1198
 #: ../../application/modules/opac/controllers/AbonneController.php:1284
 #: ../../application/modules/opac/controllers/AbonneController.php:1286
+#: ../../application/modules/opac/controllers/AbonneController.php:1288
 msgid "Mes activités suivies"
 msgstr "Done activities"
 
@@ -15705,6 +15988,7 @@ msgstr "My favorite libraries"
 #: ../../application/modules/opac/controllers/AbonneController.php:1064
 #: ../../application/modules/opac/controllers/AbonneController.php:1150
 #: ../../application/modules/opac/controllers/AbonneController.php:1152
+#: ../../application/modules/opac/controllers/AbonneController.php:1154
 msgid "Mes cartes"
 msgstr "My cards"
 
@@ -15720,6 +16004,7 @@ msgstr "My last selections"
 #: ../../application/modules/opac/controllers/AbonneController.php:1020
 #: ../../application/modules/opac/controllers/AbonneController.php:1106
 #: ../../application/modules/opac/controllers/AbonneController.php:1108
+#: ../../application/modules/opac/controllers/AbonneController.php:1110
 msgid "Mes favoris"
 msgstr "My bookmarks"
 
@@ -15736,6 +16021,7 @@ msgstr "My bookmarks"
 #: ../../application/modules/opac/controllers/AbonneController.php:1192
 #: ../../application/modules/opac/controllers/AbonneController.php:1278
 #: ../../application/modules/opac/controllers/AbonneController.php:1280
+#: ../../application/modules/opac/controllers/AbonneController.php:1282
 msgid "Mes inscriptions en cours"
 msgstr "Subscribed sessions"
 
@@ -15744,6 +16030,7 @@ msgstr "Subscribed sessions"
 #: ../../library/Class/Users.php:1546 ../../library/Class/Users.php:1550
 #: ../../library/Class/Users.php:1571 ../../library/Class/Users.php:1566
 #: ../../library/Class/Users.php:1587 ../../library/Class/Users.php:1528
+#: ../../library/Class/Users.php:1523
 msgid "Mes paniers"
 msgstr "My selections"
 
@@ -15757,6 +16044,7 @@ msgstr "My selections"
 #: ../../library/Class/Users.php:1579 ../../library/Class/Users.php:1583
 #: ../../library/Class/Users.php:1604 ../../library/Class/Users.php:1599
 #: ../../library/Class/Users.php:1620 ../../library/Class/Users.php:1561
+#: ../../library/Class/Users.php:1556
 msgid "Mes paniers rattachés à un domaine"
 msgstr "My selectons attached to a domain"
 
@@ -15765,11 +16053,13 @@ msgstr "My selectons attached to a domain"
 #: ../../library/Class/Systeme/ModulesAccueil/Prets.php:35
 #: ../../application/modules/telephone/views/scripts/abonne/fiche.phtml:41
 #: ../../library/Class/Systeme/ModulesAccueil/Prets.php:35
+#: ../../application/modules/telephone/views/scripts/abonne/fiche.phtml:43
 msgid "Mes prêts"
 msgstr "My loans"
 
 #: ../../application/modules/telephone/views/scripts/abonne/fiche.phtml:44
 #: ../../application/modules/telephone/views/scripts/abonne/fiche.phtml:44
+#: ../../application/modules/telephone/views/scripts/abonne/fiche.phtml:46
 msgid "Mes prêts numériques"
 msgstr "My digital loans"
 
@@ -15827,6 +16117,7 @@ msgstr "Search input label"
 #: ../../library/Class/AdminVar.php:183
 ../../library/Class/AdminVar.php:184
 #: ../../library/Class/AdminVar.php:181 ../../library/Class/AdminVar.php:200
 #: ../../library/Class/AdminVar.php:202 ../../library/Class/AdminVar.php:194
+#: ../../library/Class/AdminVar.php:191
 msgid "Message d'avertissement affiché sur la popup d'emprunt"
 msgstr "Warnning message displayed on the loan popup"
 
@@ -16002,6 +16293,7 @@ msgstr "Update database"
 #: ../../application/modules/admin/controllers/IndexController.php:152
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:101
 #: ../../application/modules/admin/controllers/IndexController.php:143
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:103
 msgid "Mise à jour de la charte graphique"
 msgstr "Update skin"
 
@@ -16099,6 +16391,7 @@ msgstr "Successful update database"
 
 #: ../../library/Class/FileManager/FileSystem.php:269
 #: ../../library/Class/FileManager/FileSystem.php:270
+#: ../../library/Class/FileManager/FileSystem.php:271
 msgid "Mo"
 msgstr "MB"
 
@@ -16324,6 +16617,7 @@ msgstr "Edit the review \"%s\""
 
 #: ../../library/ZendAfi/View/Helper/TagEditMenu.php:48
 #: ../../library/ZendAfi/View/Helper/TagEditMenu.php:48
+#: ../../library/ZendAfi/View/Helper/TagEditMenu.php:45
 #, php-format
 msgid "Modifier l'entrée : %s"
 msgstr "Edit component : %s"
@@ -16369,6 +16663,11 @@ msgstr "Edit library: %s"
 msgid "Modifier la biographie"
 msgstr "Edit biography"
 
+#: ../../library/ZendAfi/View/Helper/TagEditMenu.php:53
+#, php-format
+msgid "Modifier la boite : %s"
+msgstr "Edit widget : %s"
+
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Album.php:692
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Album.php:691
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Album.php:691
@@ -16393,11 +16692,21 @@ msgstr "Change the configuration of the table copies"
 msgid "Modifier la demande #%s"
 msgstr "Edit ticket %s"
 
+#: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/AuthorFunction.php:35
+#: ../../library/ZendAfi/Controller/Plugin/Manager/AuthorFunction.php:34
+msgid "Modifier la fonction auteur"
+msgstr "Edit author's job"
+
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Newsletter.php:30
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Newsletter.php:30
 msgid "Modifier la newsletter"
 msgstr "Edit newsletter"
 
+#: ../../library/ZendAfi/View/Helper/Admin/TagEditSection.php:35
+#, php-format
+msgid "Modifier la section \"%s\""
+msgstr "Edit \"%s\" section"
+
 #: ../../application/modules/admin/views/scripts/activity/_session_actions.phtml:16
 #: ../../application/modules/admin/views/scripts/activity/_session_actions.phtml:11
 #: ../../application/modules/admin/views/scripts/activity/_session_actions.phtml:11
@@ -16528,6 +16837,7 @@ msgstr "Edit location \"%s\""
 
 #: ../../library/ZendAfi/View/Helper/TagEditMenu.php:51
 #: ../../library/ZendAfi/View/Helper/TagEditMenu.php:51
+#: ../../library/ZendAfi/View/Helper/TagEditMenu.php:48
 #, php-format
 msgid "Modifier le menu : %s"
 msgstr "Edit menu : %s"
@@ -16567,6 +16877,7 @@ msgstr "Edit data profile: %s"
 #: ../../application/modules/admin/controllers/ProfilController.php:430
 #: ../../application/modules/admin/controllers/ProfilController.php:460
 #: ../../application/modules/admin/controllers/ProfilController.php:451
+#: ../../application/modules/admin/controllers/ProfilController.php:455
 #, php-format
 msgid "Modifier le profil: %s"
 msgstr "Edit profile: %s"
@@ -16737,6 +17048,7 @@ msgid "Modifier une relation"
 msgstr "Edit link"
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:386
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:411
 msgid "Modifié"
 msgstr "Changed"
 
@@ -16757,6 +17069,15 @@ msgstr "Module"
 msgid "Module Portail"
 msgstr "Portal module"
 
+#: ../../application/modules/admin/views/scripts/template/index.phtml:3
+msgid "Modèle"
+msgstr "Template"
+
+#: ../../application/modules/admin/controllers/TemplateController.php:70
+#, php-format
+msgid "Modèle \"%s\" réinitialisé"
+msgstr "Template \"%s\" reset"
+
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/ModeleFusion.php:30
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/ModeleFusion.php:30
 #, php-format
@@ -16801,6 +17122,7 @@ msgstr "Template saved"
 #: ../../application/modules/admin/controllers/PrintController.php:31
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:101
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:98
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:100
 msgid "Modèles d'impressions"
 msgstr "Printing templates"
 
@@ -16904,12 +17226,14 @@ msgstr "Harvesting ArteVOD"
 #: ../../application/modules/admin/controllers/HarvestController.php:166
 #: ../../application/modules/admin/controllers/HarvestController.php:144
 #: ../../application/modules/admin/controllers/HarvestController.php:144
+#: ../../application/modules/admin/controllers/HarvestController.php:143
 msgid "Moissonnage Jamendo"
 msgstr "Harvesting Jamendo"
 
 #: ../../application/modules/admin/controllers/HarvestController.php:132
 #: ../../application/modules/admin/controllers/HarvestController.php:110
 #: ../../application/modules/admin/controllers/HarvestController.php:110
+#: ../../application/modules/admin/controllers/HarvestController.php:109
 msgid "Moissonnage Orphea"
 msgstr "Harvesting Orphea"
 
@@ -17047,18 +17371,21 @@ msgstr "Password: %s"
 #: ../../library/Class/AdminVar.php:179
 ../../library/Class/AdminVar.php:180
 #: ../../library/Class/AdminVar.php:177 ../../library/Class/AdminVar.php:196
 #: ../../library/Class/AdminVar.php:198 ../../library/Class/AdminVar.php:190
+#: ../../library/Class/AdminVar.php:187
 msgid "Mot de passe FTP de diffusion des offres PNB Dilicom"
 msgstr "Dilocom offers FTP"
 
 #: ../../library/Class/AdminVar.php:199
 ../../library/Class/AdminVar.php:200
 #: ../../library/Class/AdminVar.php:197 ../../library/Class/AdminVar.php:216
 #: ../../library/Class/AdminVar.php:218 ../../library/Class/AdminVar.php:210
+#: ../../library/Class/AdminVar.php:207
 msgid "Mot de passe de l'utilisateur Orphea"
 msgstr "Orphea user password"
 
 #: ../../library/Class/AdminVar.php:172
 ../../library/Class/AdminVar.php:173
 #: ../../library/Class/AdminVar.php:170 ../../library/Class/AdminVar.php:189
 #: ../../library/Class/AdminVar.php:191 ../../library/Class/AdminVar.php:183
+#: ../../library/Class/AdminVar.php:180
 msgid "Mot de passe de la collectivité, il est fourni par Dilicom."
 msgstr "Library ID (provided by Dilicom)."
 
@@ -17103,6 +17430,7 @@ msgstr "Keywords"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:126
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:126
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:123
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:125
 msgid "Multimedia"
 msgstr "Multimedia"
 
@@ -17171,8 +17499,7 @@ msgstr "Library"
 msgid "N'envoie pas de données"
 msgstr "Does not send data"
 
-#: ../../library/Class/FRBR/Link.php:160
-#: ../../library/Class/FRBR/Link.php:162
+#: ../../library/Class/FRBR/Link.php:160 ../../library/Class/FRBR/Link.php:162
 #: ../../library/Class/FRBR/Link.php:162
 msgid "N'est pas une url valide"
 msgstr "Is not a valid url"
@@ -17355,6 +17682,7 @@ msgstr "Hierachical level"
 
 #: ../../library/ZendAfi/View/Helper/BarreNav.php:46
 #: ../../library/ZendAfi/View/Helper/BarreNav.php:46
+#: ../../library/ZendAfi/View/Helper/Widget/Breadcrumb.php:93
 #, php-format
 msgid "Niveau supérieur: %s"
 msgstr "Upper level : %s"
@@ -17393,6 +17721,7 @@ msgstr "No withdrawal can: subscription problem, no copy available to reserve"
 #: ../../application/modules/opac/views/scripts/head.phtml:82
 #: ../../application/modules/opac/views/scripts/head.phtml:81
 #: ../../application/modules/opac/views/scripts/head.phtml:81
+#: ../../application/modules/opac/views/scripts/head.phtml:80
 msgid "Noir sur blanc"
 msgstr "Black on white"
 
@@ -17505,6 +17834,7 @@ msgstr "Black on white"
 #: ../../library/Class/AdminVar/UserDoubleDetectOn.php:62
 #: ../../library/ZendAfi/Form/PreRegistration/Nanook.php:35
 #: ../../application/modules/opac/controllers/AbonneController.php:482
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:403
 msgid "Nom"
 msgstr "Last name"
 
@@ -17534,6 +17864,7 @@ msgstr "Name starts with"
 #: ../../application/modules/admin/controllers/IndexController.php:185
 #: ../../application/modules/opac/controllers/AuthController.php:643
 #: ../../application/modules/opac/controllers/AuthController.php:636
+#: ../../application/modules/opac/controllers/AuthController.php:635
 msgid "Nom d'utilisateur ou mot de passe invalide"
 msgstr "Invalid username or password"
 
@@ -17541,7 +17872,7 @@ msgstr "Invalid username or password"
 #: ../../library/Class/AdminVar.php:245 ../../library/Class/AdminVar.php:247
 #: ../../library/Class/AdminVar.php:266 ../../library/Class/AdminVar.php:268
 #: ../../library/Class/AdminVar.php:260 ../../library/Class/AdminVar.php:263
-#: ../../library/Class/AdminVar.php:261
+#: ../../library/Class/AdminVar.php:261 ../../library/Class/AdminVar.php:258
 msgid "Nom de domaine principal de l'OPAC, ex: monopac.macommune.fr"
 msgstr "Portal main domain name, ie: myopac.mycity.org"
 
@@ -17553,6 +17884,7 @@ msgstr "Family name"
 #: ../../library/Class/AdminVar.php:198
 ../../library/Class/AdminVar.php:199
 #: ../../library/Class/AdminVar.php:196 ../../library/Class/AdminVar.php:215
 #: ../../library/Class/AdminVar.php:217 ../../library/Class/AdminVar.php:209
+#: ../../library/Class/AdminVar.php:206
 msgid "Nom de l'utilisateur Orphea"
 msgstr "Orphea account"
 
@@ -17566,7 +17898,7 @@ msgstr "Library's name"
 #: ../../library/Class/AdminVar.php:292 ../../library/Class/AdminVar.php:298
 #: ../../library/Class/AdminVar.php:317 ../../library/Class/AdminVar.php:319
 #: ../../library/Class/AdminVar.php:322 ../../library/Class/AdminVar.php:314
-#: ../../library/Class/AdminVar.php:315
+#: ../../library/Class/AdminVar.php:315 ../../library/Class/AdminVar.php:312
 msgid "Nom de la bibliothèque chez bibliosurf (en minuscules)"
 msgstr "Bibliosurf library name (lowercase)"
 
@@ -17607,7 +17939,7 @@ msgstr "Accountant name"
 #: ../../library/Class/AdminVar.php:243 ../../library/Class/AdminVar.php:245
 #: ../../library/Class/AdminVar.php:264 ../../library/Class/AdminVar.php:266
 #: ../../library/Class/AdminVar.php:258 ../../library/Class/AdminVar.php:261
-#: ../../library/Class/AdminVar.php:259
+#: ../../library/Class/AdminVar.php:259 ../../library/Class/AdminVar.php:256
 msgid "Nom du site"
 msgstr "Website name"
 
@@ -17708,7 +18040,7 @@ msgstr "Nb of patron reviews : %s"
 #: ../../library/Class/AdminVar.php:287 ../../library/Class/AdminVar.php:293
 #: ../../library/Class/AdminVar.php:312 ../../library/Class/AdminVar.php:314
 #: ../../library/Class/AdminVar.php:317 ../../library/Class/AdminVar.php:309
-#: ../../library/Class/AdminVar.php:310
+#: ../../library/Class/AdminVar.php:310 ../../library/Class/AdminVar.php:307
 msgid "Nombre d'avis maximum à afficher par utilisateur."
 msgstr "Max number of reviews to display per user."
 
@@ -17940,6 +18272,7 @@ msgstr "# of simultaneous loans"
 #: ../../library/Class/AdminVar.php:182
 ../../library/Class/AdminVar.php:183
 #: ../../library/Class/AdminVar.php:180 ../../library/Class/AdminVar.php:199
 #: ../../library/Class/AdminVar.php:201 ../../library/Class/AdminVar.php:193
+#: ../../library/Class/AdminVar.php:190
 msgid ""
 "Nombre de prêts simultanés maximum pour un abonné PNB Dilicom (par défaut 3)"
 msgstr "Max # of loans in Dilicom"
@@ -17947,6 +18280,7 @@ msgstr "Max # of loans in Dilicom"
 #: ../../library/Class/AdminVar.php:181
 ../../library/Class/AdminVar.php:182
 #: ../../library/Class/AdminVar.php:179 ../../library/Class/AdminVar.php:198
 #: ../../library/Class/AdminVar.php:200 ../../library/Class/AdminVar.php:192
+#: ../../library/Class/AdminVar.php:189
 msgid "Nombre de prêts simultanés maximum pour un livre PNB Dilicom"
 msgstr "Max # of loans per PNB item"
 
@@ -18027,6 +18361,7 @@ msgstr "Known thumbnails count"
 #: ../../library/Class/AdminVar.php:272 ../../library/Class/AdminVar.php:274
 #: ../../library/Class/AdminVar.php:276 ../../library/Class/AdminVar.php:268
 #: ../../library/Class/AdminVar.php:271 ../../library/Class/AdminVar.php:269
+#: ../../library/Class/AdminVar.php:266
 msgid "Nombre maximum d'articles  en sélection multiple"
 msgstr "Maximum number of articles for multiple selection"
 
@@ -18094,6 +18429,7 @@ msgstr "Number of libraries per page"
 #: ../../library/Class/Profil/Preferences/Loans.php:570
 #: ../../library/ZendAfi/Form/User/LoanSearch.php:46
 #: ../../library/Class/Profil/Preferences/Loans.php:571
+#: ../../library/Class/Notice.php:736
 msgid "Non"
 msgstr "No"
 
@@ -18270,6 +18606,7 @@ msgstr "Record :"
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/FRBRLink.php:36
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:91
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:88
+#: ../../application/modules/telephone/controllers/RechercheController.php:66
 msgid "Notices liées"
 msgstr "Related records"
 
@@ -18304,6 +18641,10 @@ msgid ""
 "Il s'agit notamment des cookies suivants:"
 msgstr "Cookies are only used to enhance you user experience. Cookies are :"
 
+#: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Template.php:33
+msgid "Nouveau Template"
+msgstr "New template"
+
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/CustomFieldMeta.php:33
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/CustomField.php:36
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/CustomFieldMeta.php:33
@@ -18601,7 +18942,7 @@ msgstr "Wrong card number"
 #: ../../library/Class/AdminVar.php:293 ../../library/Class/AdminVar.php:299
 #: ../../library/Class/AdminVar.php:318 ../../library/Class/AdminVar.php:320
 #: ../../library/Class/AdminVar.php:323 ../../library/Class/AdminVar.php:315
-#: ../../library/Class/AdminVar.php:316
+#: ../../library/Class/AdminVar.php:316 ../../library/Class/AdminVar.php:313
 msgid ""
 "Numéro de client Read Speaker <a target=\"_blank\" href=\"http://webreader."
 "readspeaker.com\">http://webreader.readspeaker.com</a>"
@@ -18905,6 +19246,7 @@ msgstr "Or API key (instead of nickname / password)"
 #: ../../library/Class/Profil/Preferences/Loans.php:569
 #: ../../library/ZendAfi/Form/User/LoanSearch.php:45
 #: ../../library/Class/Profil/Preferences/Loans.php:570
+#: ../../library/Class/Notice.php:736
 msgid "Oui"
 msgstr "Yes"
 
@@ -18950,6 +19292,7 @@ msgstr "Available tools"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:158
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:173
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:247
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:252
 msgid "Outils pour la page :"
 msgstr "Page tools :"
 
@@ -19018,6 +19361,7 @@ msgstr "Will open at %s"
 
 #: ../../application/modules/telephone/controllers/RechercheController.php:62
 #: ../../application/modules/telephone/controllers/RechercheController.php:62
+#: ../../application/modules/telephone/controllers/RechercheController.php:59
 msgid "Où le trouver ?"
 msgstr "Where is it?"
 
@@ -19035,6 +19379,7 @@ msgstr "Where to find it in my favorite libraries"
 #: ../../library/Class/ListViewModeDescription/Pcdm4.php:57
 #: ../../library/Class/ListViewModeDescription/Pcdm4.php:65
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:68
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:72
 msgid "PCDM4"
 msgstr "PCDM4"
 
@@ -19072,6 +19417,7 @@ msgstr "PNB Dilicom deactivated"
 #: ../../application/modules/admin/controllers/ProfilController.php:305
 #: ../../application/modules/admin/controllers/ProfilController.php:308
 #: ../../application/modules/admin/controllers/ProfilController.php:305
+#: ../../application/modules/admin/controllers/ProfilController.php:309
 msgid "Page "
 msgstr "Page "
 
@@ -19131,8 +19477,7 @@ msgstr "Next page of kiosk \"%s\""
 msgid "Page: "
 msgstr "Page: "
 
-#: ../../library/Class/NoticeHtml.php:82
-#: ../../library/Class/NoticeHtml.php:82
+#: ../../library/Class/NoticeHtml.php:82
 ../../library/Class/NoticeHtml.php:82
 msgid "Pagination"
 msgstr "Pagination"
 
@@ -19316,6 +19661,7 @@ msgstr "Barcode parameter is mandatory"
 #: ../../library/Class/AdminVar.php:200
 ../../library/Class/AdminVar.php:201
 #: ../../library/Class/AdminVar.php:198 ../../library/Class/AdminVar.php:217
 #: ../../library/Class/AdminVar.php:219 ../../library/Class/AdminVar.php:211
+#: ../../library/Class/AdminVar.php:208
 msgid ""
 "Paramètre permettant de choisir la langue des des ressources. La liste des "
 "codes disponibles se trouve à cette adresse http://help.orphea.com/43/"
@@ -19408,6 +19754,16 @@ msgstr "Set this page"
 msgid "Paramétrer la page \"%s\""
 msgstr "Settings of page \"%s\""
 
+#: ../../library/ZendAfi/Controller/Plugin/Manager/Template.php:33
+#, php-format
+msgid "Paramétrer le modèle \"%s\""
+msgstr "Configure \"%s\" template"
+
+#: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Template.php:34
+#, php-format
+msgid "Paramétrer le template %s"
+msgstr "Configure %s template"
+
 #: ../../library/Class/Feature/List.php:85
 msgid "Paramétrer les impressions"
 msgstr "Print settings"
@@ -19444,6 +19800,7 @@ msgstr "Browse authors"
 
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Codification.php:32
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:172
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:174
 msgid "Parcourir les codifications"
 msgstr "Browse codifications"
 
@@ -19451,6 +19808,10 @@ msgstr "Browse codifications"
 msgid "Parcourir les emplacements"
 msgstr "Browse locations"
 
+#: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/AuthorFunction.php:34
+msgid "Parcourir les fonctions auteurs"
+msgstr "Browse authors jobs"
+
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Genre.php:36
 msgid "Parcourir les genres"
 msgstr "Browse kinds"
@@ -19590,14 +19951,14 @@ msgstr "Active responsive design"
 #: ../../library/Class/AdminVar.php:214
 ../../library/Class/AdminVar.php:215
 #: ../../library/Class/AdminVar.php:212 ../../library/Class/AdminVar.php:231
 #: ../../library/Class/AdminVar.php:233 ../../library/Class/AdminVar.php:225
-#: ../../library/Class/AdminVar.php:223
+#: ../../library/Class/AdminVar.php:223 ../../library/Class/AdminVar.php:220
 msgid "Password du portail fourni par Kidilangues."
 msgstr "OPAC password provided by Kidilangues."
 
 #: ../../library/Class/AdminVar.php:218
 ../../library/Class/AdminVar.php:219
 #: ../../library/Class/AdminVar.php:216 ../../library/Class/AdminVar.php:235
 #: ../../library/Class/AdminVar.php:237 ../../library/Class/AdminVar.php:229
-#: ../../library/Class/AdminVar.php:227
+#: ../../library/Class/AdminVar.php:227 ../../library/Class/AdminVar.php:224
 msgid "Password du portail fourni par Premier-Chapitre"
 msgstr "Premier chapitre password"
 
@@ -19789,10 +20150,12 @@ msgstr "Icon"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:102
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:102
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:99
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:101
 msgid "Pictogrammes des genres"
 msgstr "Genre icons"
 
 #: ../../application/modules/admin/controllers/ProfilController.php:386
+#: ../../application/modules/admin/controllers/ProfilController.php:390
 msgid "Pictogrammes pour les genres"
 msgstr "Genre icons"
 
@@ -19815,6 +20178,7 @@ msgstr "Pivot down"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:113
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:113
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:110
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:112
 msgid "Piwik"
 msgstr "Piwik"
 
@@ -20039,6 +20403,7 @@ msgstr "Point"
 #: ../../library/ZendAfi/Form/Admin/User.php:132
 #: ../../library/Class/AdminVar.php:495 ../../library/Class/AdminVar.php:489
 #: ../../library/Class/AdminVar.php:490
+#: ../../library/ZendAfi/View/Helper/TagListeCoches.php:278
 msgid "Portail"
 msgstr "Portal"
 
@@ -20052,6 +20417,7 @@ msgstr "Portal"
 #: ../../library/Class/AdminVar.php:252
 #: ../../library/ZendAfi/Form/Configuration/SearchResult.php:152
 #: ../../library/Class/AdminVar.php:255 ../../library/Class/AdminVar.php:253
+#: ../../library/Class/AdminVar.php:250
 msgid "Position"
 msgstr "Location"
 
@@ -20066,7 +20432,7 @@ msgstr "Pager position"
 #: ../../library/Class/AdminVar.php:236 ../../library/Class/AdminVar.php:238
 #: ../../library/Class/AdminVar.php:257 ../../library/Class/AdminVar.php:259
 #: ../../library/Class/AdminVar.php:251 ../../library/Class/AdminVar.php:254
-#: ../../library/Class/AdminVar.php:252
+#: ../../library/Class/AdminVar.php:252 ../../library/Class/AdminVar.php:249
 msgid "Position de la pagination en résultat de recherche"
 msgstr "Pager position on search results page"
 
@@ -20120,6 +20486,7 @@ msgstr "Posted by"
 #: ../../library/Class/Users.php:1075 ../../library/Class/Users.php:1079
 #: ../../library/Class/Users.php:1100 ../../library/Class/Users.php:1095
 #: ../../library/Class/Users.php:1097 ../../library/Class/Users.php:1085
+#: ../../library/Class/Users.php:1080
 msgid "Pour activer votre compte, merci de cliquer sur le lien suivant:"
 msgstr "To activate your account, thank you to click on the following link :"
 
@@ -20218,6 +20585,10 @@ msgstr "Premier-Chapitre"
 msgid "Première boite"
 msgstr "First widget"
 
+#: ../../library/Class/Systeme/ModulesAccueil/Section/FirstSide.php:25
+msgid "Première division optionnelle"
+msgstr "Optional first division"
+
 #: ../../library/ZendAfi/Form/Cosmo/DataProfile.php:247
 msgid ""
 "Prendre l'identifiant pour les webservices en (si différent de la zone 001)"
@@ -20293,6 +20664,10 @@ msgid ""
 "nouveauté pour vous"
 msgstr "Save error. Feature \"%s\" is still not marked as new"
 
+#: ../../library/Class/Feature/List.php:442
+msgid "Processus de ré-initialisation du mot de passe"
+msgstr "Password reset process"
+
 #: ../../library/ZendAfi/View/Helper/CalendarContent.php:129
 #: ../../library/ZendAfi/View/Helper/CalendarContent.php:129
 msgid "Prochains évènements"
@@ -20324,6 +20699,7 @@ msgstr "Data profile \"%s\" added"
 #: ../../application/modules/admin/controllers/ProfilController.php:434
 #: ../../application/modules/admin/controllers/ProfilController.php:425
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/DataProfile.php:30
+#: ../../application/modules/admin/controllers/ProfilController.php:429
 #, php-format
 msgid "Profil \"%s\" sauvegardé"
 msgstr "Data profile \"%s\" saved"
@@ -20358,6 +20734,7 @@ msgstr "Data profile %s (%d) not set or misconfigured"
 #: ../../library/Class/AdminVar.php:294 ../../library/Class/AdminVar.php:296
 #: ../../library/Class/AdminVar.php:298 ../../library/Class/AdminVar.php:290
 #: ../../library/Class/AdminVar.php:293 ../../library/Class/AdminVar.php:291
+#: ../../library/Class/AdminVar.php:288
 msgid ""
 "Profil de la page de désinscription<br/>Par défaut : page d'accueil du "
 "portail"
@@ -20533,6 +20910,7 @@ msgstr "Records display properties"
 #: ../../application/modules/admin/controllers/FileManagerController.php:310
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:125
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:126
+#: ../../application/modules/admin/controllers/FileManagerController.php:319
 #, php-format
 msgid "Propriétés de \"%s\""
 msgstr "Properties of \"%s\""
@@ -20550,6 +20928,11 @@ msgstr "Properties of \"%s\""
 msgid "Propriétés de l'objet"
 msgstr "Object Properties"
 
+#: ../../library/ZendAfi/View/Helper/FonctionsAdmin.php:96
+#, php-format
+msgid "Propriétés de la boite \"%s\""
+msgstr "\"%s\" widget propreties"
+
 #: ../../library/ZendAfi/Form/Configuration/LoginWidget.php:31
 msgid "Propriétés de la boite de connexion"
 msgstr "Login box properties"
@@ -20648,6 +21031,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:608
 #: ../../application/modules/opac/controllers/AuthController.php:603
 #: ../../application/modules/opac/controllers/AuthController.php:615
+#: ../../application/modules/opac/controllers/AuthController.php:607
 msgid "Préinscription"
 msgstr "Preregistration"
 
@@ -20658,6 +21042,7 @@ msgstr "Preregistration"
 #: ../../application/modules/opac/controllers/AuthController.php:582
 #: ../../application/modules/opac/controllers/AuthController.php:577
 #: ../../application/modules/opac/controllers/AuthController.php:589
+#: ../../application/modules/opac/controllers/AuthController.php:581
 #, php-format
 msgid "Préinscription à %s"
 msgstr "Preregistration to %s"
@@ -20755,7 +21140,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:224
 ../../library/Class/AdminVar.php:225
 #: ../../library/Class/AdminVar.php:222 ../../library/Class/AdminVar.php:241
 #: ../../library/Class/AdminVar.php:243 ../../library/Class/AdminVar.php:235
-#: ../../library/Class/AdminVar.php:233
+#: ../../library/Class/AdminVar.php:233 ../../library/Class/AdminVar.php:230
 msgid ""
 "Prévenir l'utilisateur xx jour(s) avant l'expiration de son abonnement (par "
 "défaut 30 jours)."
@@ -20804,8 +21189,7 @@ msgstr "Preview of the selection %s in the search result"
 msgid "Prêt"
 msgstr "Loan"
 
-#: ../../library/Class/User/Cards.php:67
-#: ../../library/Class/User/Cards.php:67
+#: ../../library/Class/User/Cards.php:67
 ../../library/Class/User/Cards.php:67
 msgid "Prêt introuvable"
 msgstr "Unknown loan"
 
@@ -21051,9 +21435,15 @@ msgstr "RSS"
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/Flat.php:84
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Album.php:98
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Article.php:292
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:128
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/Flat.php:83
 msgid "Racine"
 msgstr "Root"
 
+#: ../../library/ZendAfi/Form/Configuration/Widget/Breadcrumb.php:29
+msgid "Racine personnalisée"
+msgstr "Custom root"
+
 #: ../../library/ZendAfi/View/Helper/Abonne/ReservationsTable.php:49
 #: ../../library/ZendAfi/View/Helper/Abonne/ReservationsTable.php:49
 #: ../../library/ZendAfi/View/Helper/Abonne/ReservationsTable.php:52
@@ -21092,6 +21482,7 @@ msgstr "Reports"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:164
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:160
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:157
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:159
 msgid "Rapports statistiques"
 msgstr "Statistic reports"
 
@@ -21110,6 +21501,7 @@ msgstr "Attach a custom fields"
 #: ../../library/Class/Codification.php:222
 #: ../../application/modules/telephone/controllers/RechercheController.php:66
 #: ../../library/Class/Codification.php:222
+#: ../../application/modules/telephone/controllers/RechercheController.php:63
 msgid "Rebondir dans le catalogue"
 msgstr "Go to catalog"
 
@@ -21239,6 +21631,7 @@ msgid "Rechercher aussi sur "
 msgstr "Search also on "
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:420
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:445
 #, php-format
 msgid "Rechercher dans \"%s\""
 msgstr "Search in \"%s\""
@@ -21260,12 +21653,13 @@ msgstr "Search users "
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:419
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:425
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:450
 msgid "Rechercher le terme saisie"
 msgstr "Search provided term"
 
 #: ../../library/Class/Notice.php:698
 ../../library/Class/Notice.php:698
 #: ../../library/Class/Notice.php:701 ../../library/Class/Notice.php:711
-#: ../../library/Class/Notice.php:721
+#: ../../library/Class/Notice.php:721 ../../library/Class/Notice.php:716
 #, php-format
 msgid "Rechercher tous les documents ayant comme %s: %s"
 msgstr "Search all documents with %s : %s"
@@ -21314,6 +21708,7 @@ msgstr "Search library"
 #: ../../application/modules/admin/controllers/StatController.php:41
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:114
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:111
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:113
 msgid "Recherches infructueuses"
 msgstr "Fruitless search"
 
@@ -21409,7 +21804,7 @@ msgstr "Publish site online"
 #: ../../library/Class/AdminVar.php:334 ../../library/Class/AdminVar.php:340
 #: ../../library/Class/AdminVar.php:359 ../../library/Class/AdminVar.php:361
 #: ../../library/Class/AdminVar.php:364 ../../library/Class/AdminVar.php:356
-#: ../../library/Class/AdminVar.php:357
+#: ../../library/Class/AdminVar.php:357 ../../library/Class/AdminVar.php:354
 #, php-format
 msgid ""
 "Remplacement de textes à la volée. <br/>Ex:<br/>Panier;Sélection<br/>Vous "
@@ -21496,6 +21891,7 @@ msgstr "Rename"
 #: ../../application/modules/admin/controllers/FileManagerController.php:270
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:93
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:94
+#: ../../application/modules/admin/controllers/FileManagerController.php:279
 #, php-format
 msgid "Renommer \"%s\""
 msgstr "Rename \"%s\""
@@ -21939,9 +22335,15 @@ msgstr "Edit XML sitemap"
 #: ../../application/modules/opac/controllers/AuthController.php:333
 #: ../../application/modules/opac/controllers/AuthController.php:328
 #: ../../application/modules/opac/controllers/AuthController.php:340
+#: ../../application/modules/opac/controllers/AuthController.php:325
 msgid "Réinitialisation du mot de passe"
 msgstr "Password reset"
 
+#: ../../library/ZendAfi/Controller/Plugin/Manager/Template.php:38
+#, php-format
+msgid "Réinitialiser le modèle \"%s\""
+msgstr "Reset \"%s\" template"
+
 #: ../../application/modules/admin/views/scripts/systeme/cacheimages.phtml:21
 #: ../../application/modules/admin/views/scripts/systeme/cacheimages.phtml:19
 #: ../../application/modules/admin/views/scripts/systeme/cacheimages.phtml:19
@@ -22017,6 +22419,7 @@ msgstr "Hold"
 
 #: ../../application/modules/telephone/controllers/RechercheController.php:134
 #: ../../application/modules/telephone/controllers/RechercheController.php:134
+#: ../../application/modules/telephone/controllers/RechercheController.php:131
 msgid "Réservation en ligne non supportée pour cette bibliothèque."
 msgstr "Online booking is not supported for this library."
 
@@ -22072,8 +22475,7 @@ msgstr "Cannot hold. Authorized only on \"%s\""
 msgid "Réservation interdite pour l'abonné."
 msgstr "Holding forbidden for the patron."
 
-#: ../../library/Class/User/Cards.php:77
-#: ../../library/Class/User/Cards.php:77
+#: ../../library/Class/User/Cards.php:77
 ../../library/Class/User/Cards.php:77
 msgid "Réservation introuvable"
 msgstr "Hold not found"
 
@@ -22115,6 +22517,7 @@ msgstr "Bookings for on premises loans"
 #: ../../library/ZendAfi/View/Helper/Notice/ReservationLink.php:29
 #: ../../library/ZendAfi/View/Helper/Notice/LienReserver.php:42
 #: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:395
+#: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:398
 msgid "Réserver"
 msgstr "Book"
 
@@ -22209,6 +22612,7 @@ msgstr "CVS results"
 #: ../../application/modules/telephone/controllers/RechercheController.php:64
 #: ../../library/Class/NoticeHtml.php:94
 #: ../../library/Class/Codification.php:138
+#: ../../application/modules/telephone/controllers/RechercheController.php:61
 msgid "Résumé"
 msgstr "Summary"
 
@@ -22320,14 +22724,20 @@ msgstr "Subscribe to session : %s"
 #: ../../application/modules/opac/controllers/AbonneController.php:1186
 #: ../../application/modules/opac/controllers/AbonneController.php:1272
 #: ../../application/modules/opac/controllers/AbonneController.php:1274
+#: ../../application/modules/opac/controllers/AbonneController.php:1276
 msgid "S'inscrire à une activité"
 msgstr "Subscribe to activity"
 
 #: ../../library/Class/Systeme/Report.php:45
 #: ../../library/Class/Systeme/Report.php:45
+#: ../../library/Class/Feature/List.php:458
 msgid "SIGB"
 msgstr "ILS"
 
+#: ../../library/Class/Feature/List.php:454
+msgid "SIGB OrpheeMedia: évolution du connecteur"
+msgstr "OrpheeMedia ILS : connection improvement"
+
 #: ../../application/modules/admin/views/scripts/index/index.phtml:57
 #: ../../application/modules/admin/views/scripts/index/index.phtml:85
 #: ../../application/modules/admin/views/scripts/index/index.phtml:85
@@ -22402,6 +22812,11 @@ msgstr "Logout"
 msgid "Se déconnecter de \"%s\""
 msgstr "Sign out from : \"%s\""
 
+#: ../../library/ZendAfi/View/Helper/Widget/Login.php:55
+#, php-format
+msgid "Se déconnecter de la session %s"
+msgstr "Logout from %s session"
+
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:130
 #, php-format
 msgid "Se déconnecter du compte : \"%s\" (%s) "
@@ -22436,6 +22851,10 @@ msgstr "Reconnect as : "
 msgid "Seconde boite"
 msgstr "Second widget"
 
+#: ../../library/Class/Systeme/ModulesAccueil/Section/SecondSide.php:25
+msgid "Seconde division optionnelle"
+msgstr "Second optional division"
+
 #: ../../application/modules/opac/views/scripts/abonne/multimedia-hold-device.phtml:12
 #: ../../application/modules/opac/controllers/AbonneController.php:870
 #: ../../application/modules/opac/controllers/AbonneController.php:869
@@ -22508,6 +22927,7 @@ msgstr "Sections: %s"
 #: ../../application/modules/admin/views/scripts/bib/localisationsmaj.phtml:154
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:72
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Section.php:32
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:76
 msgid "Sections"
 msgstr "Sections"
 
@@ -22531,6 +22951,7 @@ msgstr "Forbid internet access from Opac located in library"
 #: ../../library/Class/AdminVar.php:177
 ../../library/Class/AdminVar.php:178
 #: ../../library/Class/AdminVar.php:175 ../../library/Class/AdminVar.php:194
 #: ../../library/Class/AdminVar.php:196 ../../library/Class/AdminVar.php:188
+#: ../../library/Class/AdminVar.php:185
 msgid "Serveur FTP de diffusion des offres PNB Dilicom"
 msgstr "Dilicom FTP server"
 
@@ -22657,6 +23078,7 @@ msgstr "Session not found"
 #: ../../library/Class/AdminVar.php:195
 ../../library/Class/AdminVar.php:196
 #: ../../library/Class/AdminVar.php:193 ../../library/Class/AdminVar.php:212
 #: ../../library/Class/AdminVar.php:214 ../../library/Class/AdminVar.php:206
+#: ../../library/Class/AdminVar.php:203
 msgid "Sets du serveur OAI Cité de la Musique à moissonner"
 msgstr "Server Sets OAI \"La Cité de la Musique\" harvesting"
 
@@ -22680,7 +23102,7 @@ msgstr ""
 #: ../../library/Class/Users.php:1073 ../../library/Class/Users.php:1076
 #: ../../library/Class/Users.php:1080 ../../library/Class/Users.php:1101
 #: ../../library/Class/Users.php:1096 ../../library/Class/Users.php:1098
-#: ../../library/Class/Users.php:1086
+#: ../../library/Class/Users.php:1086 ../../library/Class/Users.php:1081
 msgid ""
 "Si vous n'êtes pas à l'origine de cette demande d'inscription, merci de ne "
 "pas tenir compte de cet e-mail, et l'inscription ne sera pas activée."
@@ -22960,6 +23382,7 @@ msgstr "Attendees"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:112
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:112
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:109
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:111
 msgid "Statistiques"
 msgstr "Statistics"
 
@@ -23072,6 +23495,10 @@ msgstr "Widget style"
 msgid "Style de la boite"
 msgstr "Widget style"
 
+#: ../../library/ZendAfi/Form/Configuration/Widget/Section.php:31
+msgid "Style de la section"
+msgstr "Section style"
+
 #: ../../library/ZendAfi/Form/Configuration/BibNumerique.php:100
 #: ../../library/ZendAfi/Form/Configuration/Widget/Articles.php:67
 #: ../../library/ZendAfi/Form/Configuration/Widget/Albums.php:51
@@ -23104,6 +23531,7 @@ msgstr "Purchase suggestion"
 #: ../../application/modules/opac/controllers/AbonneController.php:942
 #: ../../application/modules/opac/controllers/AbonneController.php:965
 #: ../../application/modules/opac/controllers/AbonneController.php:967
+#: ../../application/modules/opac/controllers/AbonneController.php:969
 msgid "Suggestion d'achat enregistrée"
 msgstr "Suggestion recorded"
 
@@ -23221,6 +23649,7 @@ msgstr "Topics"
 
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:76
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Subject.php:33
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:80
 msgid "Sujets et matières"
 msgstr "Subjects and maters"
 
@@ -23265,7 +23694,7 @@ msgstr "Delete hold"
 #: ../../library/Class/AdminVar.php:296 ../../library/Class/AdminVar.php:302
 #: ../../library/Class/AdminVar.php:321 ../../library/Class/AdminVar.php:323
 #: ../../library/Class/AdminVar.php:326 ../../library/Class/AdminVar.php:318
-#: ../../library/Class/AdminVar.php:319
+#: ../../library/Class/AdminVar.php:319 ../../library/Class/AdminVar.php:316
 msgid ""
 "Supprime l'affichage du lien d'enregistrement dans les différents "
 "formulaires de connexion et interdit l'enregistrement d'utilisateurs"
@@ -23449,6 +23878,11 @@ msgstr "Delete library"
 msgid "Supprimer la bibliothèque: %s"
 msgstr "Delete library: %s"
 
+#: ../../library/ZendAfi/View/Helper/FonctionsAdmin.php:176
+#, php-format
+msgid "Supprimer la boite \"%s\""
+msgstr "Delete \"%s\" widget"
+
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Album.php:699
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Album.php:698
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Album.php:698
@@ -23571,6 +24005,7 @@ msgstr "Delete all events"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:256
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:281
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:355
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:360
 msgid "Synchronisation du CSS avec GIT"
 msgstr "Synchronise CSS with GIT"
 
@@ -23579,6 +24014,7 @@ msgstr "Synchronise CSS with GIT"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:137
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:134
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:133
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:135
 msgid "Système"
 msgstr "System"
 
@@ -23759,6 +24195,7 @@ msgstr "Tag (s)"
 #: ../../library/Class/Systeme/Report.php:95
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:80
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Tag.php:33
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:84
 msgid "Tags"
 msgstr "Tags"
 
@@ -23785,6 +24222,7 @@ msgid "Tags utilisateur"
 msgstr "User tags"
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:383
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:408
 msgid "Taille"
 msgstr "Size"
 
@@ -23817,6 +24255,22 @@ msgstr "Phone"
 msgid "Tel. :"
 msgstr "Tel. :"
 
+#: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Template.php:30
+msgid "Template ajoutée"
+msgstr "Template added"
+
+#: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Template.php:29
+msgid "Template sauvegardée"
+msgstr "Template saved"
+
+#: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Template.php:31
+msgid "Template supprimée"
+msgstr "Template deleted"
+
+#: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Template.php:35
+msgid "Templates"
+msgstr "Templates"
+
 #: ../../application/modules/admin/views/scripts/catalogue/tester.phtml:13
 msgid "Temps d'éxécution de la requête"
 msgstr "Request time"
@@ -23873,9 +24327,15 @@ msgstr "Territory"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:122
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:122
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:119
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:121
 msgid "Territoires"
 msgstr "Territories"
 
+#: ../../library/Class/Template.php:126
+#, php-format
+msgid "Test charte : \"%s\""
+msgstr "Test template : \"%s\""
+
 #: ../../application/modules/admin/controllers/SystemeController.php:268
 #: ../../application/modules/admin/controllers/SystemeController.php:274
 #: ../../application/modules/admin/controllers/SystemeController.php:274
@@ -23898,6 +24358,7 @@ msgstr "Web services test"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:144
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:141
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:140
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:142
 msgid "Test des web-services"
 msgstr "Testing web services"
 
@@ -23912,6 +24373,7 @@ msgstr "Test of domain: %s"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:147
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:144
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:143
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:145
 msgid "Test envoi mails"
 msgstr "Test sending mail"
 
@@ -23975,7 +24437,7 @@ msgstr "Help text"
 #: ../../library/Class/AdminVar.php:295 ../../library/Class/AdminVar.php:301
 #: ../../library/Class/AdminVar.php:320 ../../library/Class/AdminVar.php:322
 #: ../../library/Class/AdminVar.php:325 ../../library/Class/AdminVar.php:317
-#: ../../library/Class/AdminVar.php:318
+#: ../../library/Class/AdminVar.php:318 ../../library/Class/AdminVar.php:315
 msgid "Texte d'aide affiché dans la fiche abonné"
 msgstr "Patron form help text"
 
@@ -24004,6 +24466,7 @@ msgstr "Confirmation text"
 #: ../../library/Class/AdminVar.php:299 ../../library/Class/AdminVar.php:301
 #: ../../library/Class/AdminVar.php:303 ../../library/Class/AdminVar.php:295
 #: ../../library/Class/AdminVar.php:298 ../../library/Class/AdminVar.php:296
+#: ../../library/Class/AdminVar.php:293
 msgid ""
 "Texte de désinscription version HTML<br/>Le lien de désinscription est "
 "appliqué sur tout ce texte<br/>Par défaut : Je ne veux plus recevoir cette "
@@ -24017,6 +24480,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:297 ../../library/Class/AdminVar.php:299
 #: ../../library/Class/AdminVar.php:301 ../../library/Class/AdminVar.php:293
 #: ../../library/Class/AdminVar.php:296 ../../library/Class/AdminVar.php:294
+#: ../../library/Class/AdminVar.php:291
 msgid ""
 "Texte de désinscription version texte<br/>Le lien est inséré à la place de "
 "{{URL}}<br/>Par défaut : Lien pour se désinscrire de cette lettre "
@@ -24035,7 +24499,7 @@ msgstr "Breadcrumb text"
 #: ../../library/Class/AdminVar.php:290 ../../library/Class/AdminVar.php:296
 #: ../../library/Class/AdminVar.php:315 ../../library/Class/AdminVar.php:317
 #: ../../library/Class/AdminVar.php:320 ../../library/Class/AdminVar.php:312
-#: ../../library/Class/AdminVar.php:313
+#: ../../library/Class/AdminVar.php:313 ../../library/Class/AdminVar.php:310
 msgid "Texte visible après l'envoi d'e-mail de demande de réservation."
 msgstr "Text displayed upon holding confirmation email sent."
 
@@ -24043,7 +24507,7 @@ msgstr "Text displayed upon holding confirmation email sent."
 #: ../../library/Class/AdminVar.php:289 ../../library/Class/AdminVar.php:295
 #: ../../library/Class/AdminVar.php:314 ../../library/Class/AdminVar.php:316
 #: ../../library/Class/AdminVar.php:319 ../../library/Class/AdminVar.php:311
-#: ../../library/Class/AdminVar.php:312
+#: ../../library/Class/AdminVar.php:312 ../../library/Class/AdminVar.php:309
 msgid "Texte visible par l'internaute après son inscription."
 msgstr "Text displayed upon registration."
 
@@ -24062,6 +24526,7 @@ msgstr ""
 #: ../../library/Class/ListViewModeDescription/Thesauri.php:53
 #: ../../library/Class/ListViewModeDescription/Thesauri.php:63
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:84
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:88
 msgid "Thesaurus"
 msgstr "Thesauri"
 
@@ -24371,6 +24836,10 @@ msgstr "Hidden title"
 msgid "Titre de la boite"
 msgstr "Box title"
 
+#: ../../library/ZendAfi/Form/Configuration/Widget/Login.php:29
+msgid "Titre de la boite une fois connecté"
+msgstr "Title after sign in"
+
 #: ../../library/ZendAfi/Form/Configuration/SearchResult.php:267
 #: ../../library/ZendAfi/Form/Configuration/SearchResult.php:267
 #: ../../library/ZendAfi/Form/Configuration/SearchResult.php:269
@@ -24450,6 +24919,7 @@ msgstr "Titles"
 
 #: ../../library/Class/FileManager/FileSystem.php:271
 #: ../../library/Class/FileManager/FileSystem.php:272
+#: ../../library/Class/FileManager/FileSystem.php:273
 msgid "To"
 msgstr "TB"
 
@@ -24553,6 +25023,7 @@ msgstr "Tout Apprendre"
 #: ../../application/modules/opac/views/scripts/bib/selection.phtml:8
 #: ../../application/modules/opac/views/scripts/bib/selection.phtml:8
 #: ../../library/ZendAfi/View/Helper/TagListeCoches.php:122
+#: ../../library/ZendAfi/View/Helper/TagListeCoches.php:121
 msgid "Tout cocher"
 msgstr "Select all"
 
@@ -24564,6 +25035,7 @@ msgstr "Select all"
 #: ../../application/modules/opac/views/scripts/bib/selection.phtml:11
 #: ../../application/modules/opac/views/scripts/bib/selection.phtml:11
 #: ../../library/ZendAfi/View/Helper/TagListeCoches.php:124
+#: ../../library/ZendAfi/View/Helper/TagListeCoches.php:123
 msgid "Tout décocher"
 msgstr "Deselect all"
 
@@ -24641,6 +25113,7 @@ msgstr "Translate"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:103
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:100
 #: ../../application/modules/admin/controllers/I18nController.php:61
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:102
 msgid "Traductions"
 msgstr "Translations"
 
@@ -24673,6 +25146,7 @@ msgstr "Handling page %s"
 
 #: ../../library/Class/WebService/BibNumerique/Abstract.php:118
 #: ../../library/Class/WebService/BibNumerique/Abstract.php:121
+#: ../../library/Class/WebService/BibNumerique/Abstract.php:123
 #, php-format
 msgid "Traitement de la page %s / %s"
 msgstr "Working on page %s / %s"
@@ -24742,7 +25216,7 @@ msgstr "Search result order"
 msgid "Tri du résultat par"
 msgstr "Result order"
 
-#: ../../library/Class/Album.php:350
+#: ../../library/Class/Album.php:350 ../../library/Class/Album.php:351
 #, php-format
 msgid "Tried to call unknown method Class_Album::get%s"
 msgstr "Tried to call unknown method Class_Album::get%s"
@@ -24766,6 +25240,7 @@ msgid "Trié par: "
 msgstr "Sort by: "
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:344
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:369
 #, php-format
 msgid ""
 "Trop d'éléments dans ce dossiers... Seuls les %d premiers éléments sont "
@@ -24789,6 +25264,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:382
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager/Models.php:30
 #: ../../library/Class/Systeme/Report.php:162
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:407
 msgid "Type"
 msgstr "Type"
 
@@ -24815,6 +25291,7 @@ msgstr "Interface target"
 #: ../../library/Class/AdminVar.php:188
 ../../library/Class/AdminVar.php:189
 #: ../../library/Class/AdminVar.php:186 ../../library/Class/AdminVar.php:205
 #: ../../library/Class/AdminVar.php:207 ../../library/Class/AdminVar.php:199
+#: ../../library/Class/AdminVar.php:196
 msgid "Type de SSO OneDTouch"
 msgstr "SSO type OneDTouch"
 
@@ -25004,6 +25481,8 @@ msgstr "Custom fields types"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:165
 #: ../../application/modules/admin/views/scripts/bib/localisationsmaj.phtml:144
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:88
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:167
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:92
 msgid "Types de documents"
 msgstr "Doc types"
 
@@ -25287,7 +25766,7 @@ msgstr "Author's wikepedia URL"
 #: ../../library/Class/AdminVar.php:309 ../../library/Class/AdminVar.php:315
 #: ../../library/Class/AdminVar.php:334 ../../library/Class/AdminVar.php:336
 #: ../../library/Class/AdminVar.php:339 ../../library/Class/AdminVar.php:331
-#: ../../library/Class/AdminVar.php:332
+#: ../../library/Class/AdminVar.php:332 ../../library/Class/AdminVar.php:329
 msgid "URL d'accès à l'interface de réservation des postes Aesis Webkiosk"
 msgstr "Search URL"
 
@@ -25303,12 +25782,14 @@ msgstr "Page url"
 #: ../../application/modules/admin/controllers/HarvestController.php:147
 #: ../../application/modules/admin/controllers/HarvestController.php:125
 #: ../../application/modules/admin/controllers/HarvestController.php:125
+#: ../../application/modules/admin/controllers/HarvestController.php:124
 msgid "URL de la page Jamendo"
 msgstr "Jamendo page URL"
 
 #: ../../application/modules/admin/controllers/HarvestController.php:204
 #: ../../application/modules/admin/controllers/HarvestController.php:182
 #: ../../application/modules/admin/controllers/HarvestController.php:182
+#: ../../application/modules/admin/controllers/HarvestController.php:181
 msgid "URL de la piste SoundCloud"
 msgstr "Jamendo track URL"
 
@@ -25338,7 +25819,7 @@ msgstr "User \"%s\" ticket validation url"
 #: ../../library/Class/AdminVar.php:339 ../../library/Class/AdminVar.php:345
 #: ../../library/Class/AdminVar.php:364 ../../library/Class/AdminVar.php:366
 #: ../../library/Class/AdminVar.php:369 ../../library/Class/AdminVar.php:361
-#: ../../library/Class/AdminVar.php:362
+#: ../../library/Class/AdminVar.php:362 ../../library/Class/AdminVar.php:359
 msgid "URL destinataire du rapport d'état du système (0 pour désactiver)"
 msgstr "URL to publish system status report (set to 0 to disable)"
 
@@ -25346,7 +25827,7 @@ msgstr "URL to publish system status report (set to 0 to disable)"
 #: ../../library/Class/AdminVar.php:305 ../../library/Class/AdminVar.php:311
 #: ../../library/Class/AdminVar.php:330 ../../library/Class/AdminVar.php:332
 #: ../../library/Class/AdminVar.php:335 ../../library/Class/AdminVar.php:327
-#: ../../library/Class/AdminVar.php:328
+#: ../../library/Class/AdminVar.php:328 ../../library/Class/AdminVar.php:325
 msgid "URL du javascript Babelthèque à insérer dans l'OPAC"
 msgstr "Babelio URL"
 
@@ -25367,13 +25848,11 @@ msgstr "Profile URL"
 msgid "URL du site web"
 msgstr "Website URL"
 
-#: ../../library/Class/FRBR/Link.php:159
-#: ../../library/Class/FRBR/Link.php:159
+#: ../../library/Class/FRBR/Link.php:159
 ../../library/Class/FRBR/Link.php:159
 msgid "URL objet A est requis"
 msgstr "A URL object is required"
 
-#: ../../library/Class/FRBR/Link.php:161
-#: ../../library/Class/FRBR/Link.php:161
+#: ../../library/Class/FRBR/Link.php:161
 ../../library/Class/FRBR/Link.php:161
 msgid "URL objet B est requis"
 msgstr "URL object B is required"
 
@@ -25442,6 +25921,7 @@ msgstr "A mail has been sent."
 #: ../../application/modules/opac/controllers/AuthController.php:594
 #: ../../application/modules/opac/controllers/AuthController.php:589
 #: ../../application/modules/opac/controllers/AuthController.php:601
+#: ../../application/modules/opac/controllers/AuthController.php:593
 #, php-format
 msgid ""
 "Un email de confirmation de préinscription vous a été envoyé à l'adresse %s ."
@@ -25463,11 +25943,10 @@ msgid "Un libellé est requis"
 msgstr "A label is required"
 
 #: ../../library/Class/Users.php:1142
 ../../library/Class/Users.php:1142
-#: ../../library/Class/User/LostPass.php:110
-#: ../../library/Class/Users.php:1151 ../../library/Class/Users.php:1130
-#: ../../library/Class/Users.php:1133 ../../library/Class/Users.php:1137
-#: ../../library/Class/Users.php:1158 ../../library/Class/Users.php:1153
-#: ../../library/Class/Users.php:1155
+#: ../../library/Class/User/LostPass.php:110 ../../library/Class/Users.php:1151
+#: ../../library/Class/Users.php:1130 ../../library/Class/Users.php:1133
+#: ../../library/Class/Users.php:1137 ../../library/Class/Users.php:1158
+#: ../../library/Class/Users.php:1153 ../../library/Class/Users.php:1155
 msgid "Un mail vient de vous être envoyé avec vos paramètres de connexion."
 msgstr "An email has been sent to you with your connection settings."
 
@@ -25502,6 +25981,7 @@ msgstr "Only one file should be transfered."
 #: ../../application/modules/opac/controllers/AuthController.php:437
 #: ../../application/modules/opac/controllers/AuthController.php:432
 #: ../../application/modules/opac/controllers/AuthController.php:444
+#: ../../application/modules/opac/controllers/AuthController.php:436
 msgid ""
 "Un utilisateur a déjà renseigné cet email. Merci de vous identifier avec le "
 "compte qui utilise cet email."
@@ -25520,6 +26000,7 @@ msgstr "A category is required"
 #: ../../application/modules/opac/controllers/AuthController.php:465
 #: ../../application/modules/opac/controllers/AuthController.php:460
 #: ../../application/modules/opac/controllers/AuthController.php:472
+#: ../../application/modules/opac/controllers/AuthController.php:464
 msgid ""
 "Une demande de confirmation d'inscription vous a été envoyée à l'adresse "
 "mail renseignée."
@@ -25543,6 +26024,12 @@ msgstr "An error has occured, menu could not be deleted"
 msgid "Une erreur c'est produite. Le téléversement ne sera pas effectué."
 msgstr "An error has occured. Upload could not be completed."
 
+#: ../../application/modules/admin/controllers/TemplateController.php:50
+#: ../../application/modules/admin/controllers/TemplateController.php:55
+#: ../../application/modules/admin/controllers/TemplateController.php:60
+msgid "Une erreur c'est produite. Vous ne pouvez pas tester le template"
+msgstr "An error occured. You cannot try this template"
+
 #: ../../library/Class/CommSigb.php:226
 ../../library/Class/CommSigb.php:226
 #: ../../library/Class/CommSigb.php:240 ../../library/Class/CommSigb.php:243
 msgid ""
@@ -25583,6 +26070,7 @@ msgstr "An error has occurred"
 #: ../../application/modules/opac/controllers/AuthController.php:461
 #: ../../application/modules/opac/controllers/AuthController.php:456
 #: ../../application/modules/opac/controllers/AuthController.php:468
+#: ../../application/modules/opac/controllers/AuthController.php:460
 msgid ""
 "Une erreur est survenue à l'envoi du mail de confirmation. Veuillez "
 "réessayer. Si le problème persiste, veuillez contacter votre médiathèque."
@@ -25599,6 +26087,7 @@ msgstr "Mail was not sent. Please try again."
 #: ../../application/modules/opac/controllers/AbonneController.php:1163
 #: ../../application/modules/opac/controllers/AbonneController.php:1249
 #: ../../application/modules/opac/controllers/AbonneController.php:1251
+#: ../../application/modules/opac/controllers/AbonneController.php:1253
 #, php-format
 msgid "Une erreur s'est produite en ajoutant la carte de \"%s\" : %s"
 msgstr "An error occurred while adding card of %s : %s"
@@ -25619,7 +26108,8 @@ msgstr "A PHP extension stopped the download"
 #: ../../library/Class/Profil.php:1397 ../../library/Class/Profil.php:1390
 #: ../../library/Class/Profil.php:1394 ../../library/Class/Profil.php:1398
 #: ../../library/Class/Profil.php:1400 ../../library/Class/Profil.php:1404
-#: ../../library/Class/Profil.php:1408
+#: ../../library/Class/Profil.php:1408 ../../library/Class/Profil.php:1410
+#: ../../library/Class/Profil.php:1414 ../../library/Class/Profil.php:1418
 msgid "Une marge interne de division ne peut pas excéder 20 pixels."
 msgstr "Division margin cannot exceed 20 px."
 
@@ -25698,7 +26188,7 @@ msgstr "Direct access URL"
 #: ../../library/Class/AdminVar.php:314 ../../library/Class/AdminVar.php:320
 #: ../../library/Class/AdminVar.php:339 ../../library/Class/AdminVar.php:341
 #: ../../library/Class/AdminVar.php:344 ../../library/Class/AdminVar.php:336
-#: ../../library/Class/AdminVar.php:337
+#: ../../library/Class/AdminVar.php:337 ../../library/Class/AdminVar.php:334
 msgid "Url d'import d'un agenda TYPO3"
 msgstr "TYPO3 feed URL"
 
@@ -25710,7 +26200,7 @@ msgstr "Dilicom resource external URL"
 #: ../../library/Class/AdminVar.php:244 ../../library/Class/AdminVar.php:246
 #: ../../library/Class/AdminVar.php:265 ../../library/Class/AdminVar.php:267
 #: ../../library/Class/AdminVar.php:259 ../../library/Class/AdminVar.php:262
-#: ../../library/Class/AdminVar.php:260
+#: ../../library/Class/AdminVar.php:260 ../../library/Class/AdminVar.php:257
 msgid "Url de recherche"
 msgstr "search URL"
 
@@ -25731,13 +26221,14 @@ msgstr "DRM file URL"
 #: ../../library/Class/AdminVar.php:230 ../../library/Class/AdminVar.php:232
 #: ../../library/Class/AdminVar.php:251 ../../library/Class/AdminVar.php:253
 #: ../../library/Class/AdminVar.php:245 ../../library/Class/AdminVar.php:248
-#: ../../library/Class/AdminVar.php:246
+#: ../../library/Class/AdminVar.php:246 ../../library/Class/AdminVar.php:243
 msgid "Url du proxy Redmine"
 msgstr "Redmine proxy URL"
 
 #: ../../library/Class/AdminVar.php:174
 ../../library/Class/AdminVar.php:175
 #: ../../library/Class/AdminVar.php:172 ../../library/Class/AdminVar.php:191
 #: ../../library/Class/AdminVar.php:193 ../../library/Class/AdminVar.php:185
+#: ../../library/Class/AdminVar.php:182
 msgid "Url du serveur PNB Dilicom"
 msgstr "Dilicom server URL"
 
@@ -25745,7 +26236,7 @@ msgstr "Dilicom server URL"
 #: ../../library/Class/AdminVar.php:229 ../../library/Class/AdminVar.php:231
 #: ../../library/Class/AdminVar.php:250 ../../library/Class/AdminVar.php:252
 #: ../../library/Class/AdminVar.php:244 ../../library/Class/AdminVar.php:247
-#: ../../library/Class/AdminVar.php:245
+#: ../../library/Class/AdminVar.php:245 ../../library/Class/AdminVar.php:242
 msgid "Url du serveur redmine"
 msgstr "Redmine server URL"
 
@@ -25783,6 +26274,7 @@ msgstr "User"
 #: ../../library/Class/AdminVar.php:178
 ../../library/Class/AdminVar.php:179
 #: ../../library/Class/AdminVar.php:176 ../../library/Class/AdminVar.php:195
 #: ../../library/Class/AdminVar.php:197 ../../library/Class/AdminVar.php:189
+#: ../../library/Class/AdminVar.php:186
 msgid "Utilisateur FTP de diffusion des offres PNB Dilicom"
 msgstr "PNB user FTP"
 
@@ -25809,6 +26301,7 @@ msgstr "Generated user for this test"
 #: ../../application/modules/opac/controllers/AuthController.php:336
 #: ../../application/modules/opac/controllers/AuthController.php:331
 #: ../../application/modules/opac/controllers/AuthController.php:343
+#: ../../application/modules/opac/controllers/AuthController.php:328
 msgid "Utilisateur inconnu"
 msgstr "Unknown user"
 
@@ -25823,6 +26316,7 @@ msgstr "Unknown user"
 #: ../../application/modules/admin/controllers/IndexController.php:169
 #: ../../application/modules/opac/controllers/AuthController.php:636
 #: ../../application/modules/opac/controllers/AuthController.php:629
+#: ../../application/modules/opac/controllers/AuthController.php:628
 msgid "Utilisateur invalide"
 msgstr "Invalid user"
 
@@ -25846,6 +26340,7 @@ msgstr "Users without mail"
 #: ../../library/Class/Systeme/Report.php:41
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:124
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:121
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:123
 msgid "Utilisateurs"
 msgstr "Users"
 
@@ -26016,6 +26511,7 @@ msgid "Validité"
 msgstr "Validity"
 
 #: ../../library/Class/Article.php:1234 ../../library/Class/Album.php:214
+#: ../../library/Class/Album.php:215
 msgid "Validé"
 msgstr "Validated"
 
@@ -26045,6 +26541,7 @@ msgstr "Variable \"%s\" saved"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:142
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:139
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:138
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:140
 msgid "Variables"
 msgstr "Variables"
 
@@ -26071,7 +26568,8 @@ msgstr "Friday"
 #: ../../library/Class/AdminVar.php:206 ../../library/Class/AdminVar.php:226
 #: ../../library/Class/AdminVar.php:208 ../../library/Class/AdminVar.php:228
 #: ../../library/Class/AdminVar.php:200 ../../library/Class/AdminVar.php:220
-#: ../../library/Class/AdminVar.php:218
+#: ../../library/Class/AdminVar.php:218 ../../library/Class/AdminVar.php:197
+#: ../../library/Class/AdminVar.php:215
 msgid "Version"
 msgstr "Version"
 
@@ -26098,7 +26596,7 @@ msgstr "Version of : \"%s\""
 #: ../../library/Class/AdminVar.php:208
 ../../library/Class/AdminVar.php:209
 #: ../../library/Class/AdminVar.php:206 ../../library/Class/AdminVar.php:225
 #: ../../library/Class/AdminVar.php:227 ../../library/Class/AdminVar.php:219
-#: ../../library/Class/AdminVar.php:217
+#: ../../library/Class/AdminVar.php:217 ../../library/Class/AdminVar.php:214
 msgid "Version de Kidilangues."
 msgstr "Kidilangues version."
 
@@ -26318,6 +26816,7 @@ msgstr "Videos"
 
 #: ../../application/modules/telephone/controllers/RechercheController.php:65
 #: ../../application/modules/telephone/controllers/RechercheController.php:65
+#: ../../application/modules/telephone/controllers/RechercheController.php:62
 msgid "Vidéos associées"
 msgstr "Related Videos"
 
@@ -26358,6 +26857,8 @@ msgstr "Album thumbnail: "
 
 #: ../../library/Class/Notice/Thumbnail/ResizeImage.php:74
 #: ../../library/Class/Notice/Thumbnail/ResizeImage.php:100
+#: ../../library/Class/Notice/Thumbnail/ResizeImage.php:75
+#: ../../library/Class/Notice/Thumbnail/ResizeImage.php:93
 #, php-format
 msgid "Vignette de l'image \"%s\""
 msgstr "Thumbnail for '%s'"
@@ -26520,6 +27021,7 @@ msgstr "Here come the \"%s\" firsts"
 #: ../../library/ZendAfi/View/Helper/RenderSession.php:206
 #: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:420
 #: ../../library/ZendAfi/View/Helper/Admin/Versions.php:67
+#: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:423
 msgid "Voir"
 msgstr "See"
 
@@ -26824,6 +27326,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AbonneController.php:968
 #: ../../application/modules/opac/controllers/AbonneController.php:991
 #: ../../application/modules/opac/controllers/AbonneController.php:993
+#: ../../application/modules/opac/controllers/AbonneController.php:995
 msgid "Votre abonnement ne vous permet pas de réserver un poste multimédia"
 msgstr "Your subscription does not allow multimedia station holding"
 
@@ -26899,6 +27402,7 @@ msgstr "Your review has been successfully saved"
 #: ../../application/modules/opac/controllers/AbonneController.php:1086
 #: ../../application/modules/opac/controllers/AbonneController.php:1172
 #: ../../application/modules/opac/controllers/AbonneController.php:1174
+#: ../../application/modules/opac/controllers/AbonneController.php:1176
 #, php-format
 msgid "Votre carte a été retirée à %s"
 msgstr "Your card has been removed from %s"
@@ -26930,6 +27434,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:184
 ../../library/Class/AdminVar.php:185
 #: ../../library/Class/AdminVar.php:182 ../../library/Class/AdminVar.php:201
 #: ../../library/Class/AdminVar.php:203 ../../library/Class/AdminVar.php:195
+#: ../../library/Class/AdminVar.php:192
 msgid ""
 "Votre compte sera mis à jour dans un délai de 15 minutes après le retour "
 "anticipé du document."
@@ -26957,6 +27462,7 @@ msgstr "Your account will be updated in 15 minutes."
 #: ../../application/modules/opac/controllers/AuthController.php:379
 #: ../../application/modules/opac/controllers/AuthController.php:374
 #: ../../application/modules/opac/controllers/AuthController.php:386
+#: ../../application/modules/opac/controllers/AuthController.php:378
 msgid "Votre demande d'inscription"
 msgstr "Your application"
 
@@ -26972,11 +27478,10 @@ msgid "Votre fiche"
 msgstr "Your profile"
 
 #: ../../library/Class/Users.php:1133
 ../../library/Class/Users.php:1133
-#: ../../library/Class/User/LostPass.php:102
-#: ../../library/Class/Users.php:1142 ../../library/Class/Users.php:1121
-#: ../../library/Class/Users.php:1124 ../../library/Class/Users.php:1128
-#: ../../library/Class/Users.php:1149 ../../library/Class/Users.php:1144
-#: ../../library/Class/Users.php:1146
+#: ../../library/Class/User/LostPass.php:102 ../../library/Class/Users.php:1142
+#: ../../library/Class/Users.php:1121 ../../library/Class/Users.php:1124
+#: ../../library/Class/Users.php:1128 ../../library/Class/Users.php:1149
+#: ../../library/Class/Users.php:1144 ../../library/Class/Users.php:1146
 #, php-format
 msgid "Votre identifiant : %s\n"
 msgstr "Your login : %s\n"
@@ -27033,11 +27538,10 @@ msgid "Votre message a bien été envoyé."
 msgstr "The message has been sent."
 
 #: ../../library/Class/Users.php:1134
 ../../library/Class/Users.php:1134
-#: ../../library/Class/User/LostPass.php:103
-#: ../../library/Class/Users.php:1143 ../../library/Class/Users.php:1122
-#: ../../library/Class/Users.php:1125 ../../library/Class/Users.php:1129
-#: ../../library/Class/Users.php:1150 ../../library/Class/Users.php:1145
-#: ../../library/Class/Users.php:1147
+#: ../../library/Class/User/LostPass.php:103 ../../library/Class/Users.php:1143
+#: ../../library/Class/Users.php:1122 ../../library/Class/Users.php:1125
+#: ../../library/Class/Users.php:1129 ../../library/Class/Users.php:1150
+#: ../../library/Class/Users.php:1145 ../../library/Class/Users.php:1147
 #, php-format
 msgid "Votre mot de passe : %s\n"
 msgstr "Your password : %s\n"
@@ -27236,6 +27740,7 @@ msgstr "You have %s subscribers with at least one double."
 #: ../../application/modules/opac/controllers/AuthController.php:515
 #: ../../application/modules/opac/controllers/AuthController.php:510
 #: ../../application/modules/opac/controllers/AuthController.php:522
+#: ../../application/modules/opac/controllers/AuthController.php:514
 msgid "Vous avez bien été abonné à la newsletter: "
 msgstr "You have been subscribed to newsletter: "
 
@@ -27250,6 +27755,7 @@ msgstr "You have been subscribed to newsletter: "
 #: ../../application/modules/opac/controllers/AbonneController.php:1152
 #: ../../application/modules/opac/controllers/AbonneController.php:1238
 #: ../../application/modules/opac/controllers/AbonneController.php:1240
+#: ../../application/modules/opac/controllers/AbonneController.php:1242
 #, php-format
 msgid "Vous avez déjà ajouté la carte de \"%s\""
 msgstr "You already added the card of %s"
@@ -27271,6 +27777,7 @@ msgstr "You already have a booking for this timeslot"
 #: ../../library/Class/Users.php:1074 ../../library/Class/Users.php:1078
 #: ../../library/Class/Users.php:1099 ../../library/Class/Users.php:1094
 #: ../../library/Class/Users.php:1096 ../../library/Class/Users.php:1084
+#: ../../library/Class/Users.php:1079
 msgid "Vous avez fait une demande d'inscription sur le portail:"
 msgstr "You made an application for registration on the portal :"
 
@@ -27280,11 +27787,10 @@ msgid "Vous avez fait une demande d'inscription à la lettre d'information:"
 msgstr "You made an application for registration to the newsletter :"
 
 #: ../../library/Class/Users.php:1132
 ../../library/Class/Users.php:1132
-#: ../../library/Class/User/LostPass.php:101
-#: ../../library/Class/Users.php:1141 ../../library/Class/Users.php:1120
-#: ../../library/Class/Users.php:1123 ../../library/Class/Users.php:1127
-#: ../../library/Class/Users.php:1148 ../../library/Class/Users.php:1143
-#: ../../library/Class/Users.php:1145
+#: ../../library/Class/User/LostPass.php:101 ../../library/Class/Users.php:1141
+#: ../../library/Class/Users.php:1120 ../../library/Class/Users.php:1123
+#: ../../library/Class/Users.php:1127 ../../library/Class/Users.php:1148
+#: ../../library/Class/Users.php:1143 ../../library/Class/Users.php:1145
 msgid "Vous avez fait une demande de mot de passe sur le portail."
 msgstr "You have requested a password on the portal."
 
@@ -27315,7 +27821,7 @@ msgstr "URL field must be under 250 caracters"
 #: ../../library/Class/Users.php:1017
 ../../library/Class/Users.php:1017
 #: ../../library/Class/Users.php:1026 ../../library/Class/Users.php:1005
 #: ../../library/Class/Users.php:1007 ../../library/Class/Users.php:1011
-#: ../../library/Class/Users.php:1022
+#: ../../library/Class/Users.php:1022 ../../library/Class/Users.php:1000
 msgid "Vous devez compléter le champ 'Identifiant'"
 msgstr "You must complete the field 'id'"
 
@@ -27324,6 +27830,7 @@ msgstr "You must complete the field 'id'"
 #: ../../library/Class/Users.php:1008 ../../library/Class/Users.php:1012
 #: ../../library/Class/Users.php:1066 ../../library/Class/Users.php:1061
 #: ../../library/Class/Users.php:1063 ../../library/Class/Users.php:1051
+#: ../../library/Class/Users.php:1046
 msgid "Vous devez compléter le champ 'Mot de passe'"
 msgstr "You must complete the field 'Password'"
 
@@ -27411,6 +27918,7 @@ msgstr "You must provide a \"from\" parameter."
 #: ../../library/Class/Users.php:1038 ../../library/Class/Users.php:1042
 #: ../../library/Class/Users.php:1052 ../../library/Class/Users.php:1047
 #: ../../library/Class/Users.php:1049 ../../library/Class/Users.php:1037
+#: ../../library/Class/Users.php:1032
 msgid "Vous devez fournir une adresse mail valide"
 msgstr "You must provide a valid email address"
 
@@ -27451,6 +27959,7 @@ msgstr "You must enter a password"
 #: ../../library/Class/Users.php:1041 ../../library/Class/Users.php:1045
 #: ../../library/Class/Users.php:1055 ../../library/Class/Users.php:1050
 #: ../../library/Class/Users.php:1052 ../../library/Class/Users.php:1040
+#: ../../library/Class/Users.php:1035
 msgid "Vous devez saisir un numéro de téléphone"
 msgstr "You must enter a phone number"
 
@@ -27710,6 +28219,7 @@ msgstr "You do not have sufficient rights to edit selection %s"
 #: ../../library/Class/Users.php:1034 ../../library/Class/Users.php:1038
 #: ../../library/Class/Users.php:1048 ../../library/Class/Users.php:1043
 #: ../../library/Class/Users.php:1045 ../../library/Class/Users.php:1033
+#: ../../library/Class/Users.php:1028
 msgid "Vous n'avez pas les droits suffisants pour diriger une activité"
 msgstr "You do not have sufficient rights to lead an activity"
 
@@ -27718,6 +28228,7 @@ msgstr "You do not have sufficient rights to lead an activity"
 #: ../../library/Class/Users.php:1031 ../../library/Class/Users.php:1035
 #: ../../library/Class/Users.php:1045 ../../library/Class/Users.php:1040
 #: ../../library/Class/Users.php:1042 ../../library/Class/Users.php:1030
+#: ../../library/Class/Users.php:1025
 msgid "Vous n'avez pas les droits suffisants pour suivre une activité"
 msgstr "You do not have rights for activity subscription"
 
@@ -27791,6 +28302,7 @@ msgstr "You did not enter a key."
 #: ../../application/modules/opac/controllers/AbonneController.php:1075
 #: ../../application/modules/opac/controllers/AbonneController.php:1161
 #: ../../application/modules/opac/controllers/AbonneController.php:1163
+#: ../../application/modules/opac/controllers/AbonneController.php:1165
 #, php-format
 msgid "Vous n'utilisez plus la carte de %s"
 msgstr "You are no longer using the card of %s"
@@ -27818,6 +28330,7 @@ msgstr "You are not authorised to place a booking"
 #: ../../application/modules/opac/controllers/AuthController.php:469
 #: ../../application/modules/opac/controllers/AuthController.php:481
 #: ../../application/modules/opac/controllers/AuthController.php:474
+#: ../../application/modules/opac/controllers/AuthController.php:473
 msgid ""
 "Vous n'êtes plus inscrit à la lettre d'information, celle-ci n'existe plus."
 msgstr ""
@@ -27843,6 +28356,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AbonneController.php:1146
 #: ../../application/modules/opac/controllers/AbonneController.php:1232
 #: ../../application/modules/opac/controllers/AbonneController.php:1234
+#: ../../application/modules/opac/controllers/AbonneController.php:1236
 msgid "Vous ne pouvez pas ajouter votre propre carte"
 msgstr "You can't add your own card"
 
@@ -27850,6 +28364,7 @@ msgstr "You can't add your own card"
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:407
 #: ../../application/modules/admin/controllers/FileManagerController.php:344
 #: ../../application/modules/admin/controllers/FileManagerController.php:350
+#: ../../application/modules/admin/controllers/FileManagerController.php:359
 #, php-format
 msgid ""
 "Vous ne pouvez pas copier ou déplacer un élément avec lui-même : \"%s\" est "
@@ -27972,6 +28487,7 @@ msgstr "You subscribed to session taking place at %s of %s activity"
 #: ../../application/modules/admin/controllers/IndexController.php:189
 #: ../../application/modules/opac/controllers/AuthController.php:647
 #: ../../application/modules/opac/controllers/AuthController.php:640
+#: ../../application/modules/opac/controllers/AuthController.php:639
 #, php-format
 msgid "Vous êtes maintenant connecté avec l'utilisateur \"%s\""
 msgstr "You are now logged as \"%s\""
@@ -27996,7 +28512,7 @@ msgstr "Checked"
 #: ../../library/Class/AdminVar.php:332 ../../library/Class/AdminVar.php:338
 #: ../../library/Class/AdminVar.php:357 ../../library/Class/AdminVar.php:359
 #: ../../library/Class/AdminVar.php:362 ../../library/Class/AdminVar.php:354
-#: ../../library/Class/AdminVar.php:355
+#: ../../library/Class/AdminVar.php:355 ../../library/Class/AdminVar.php:352
 msgid "WS KOHA : Reservation d'exemplaires pour les multi sites"
 msgstr "Multi-site items booking for Koha ws"
 
@@ -28036,6 +28552,7 @@ msgstr "XML"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:272
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:297
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:371
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:376
 msgid "ZF Debug"
 msgstr "ZF Debug"
 
@@ -28142,6 +28659,7 @@ msgstr "[see record]"
 
 #: ../../library/Class/FileManager.php:119
 #: ../../library/Class/FileManager.php:121
+#: ../../library/Class/FileManager.php:143
 msgid "_copie"
 msgstr "copy"
 
@@ -28302,6 +28820,10 @@ msgstr "field"
 msgid "code barre : {getBarCode}"
 msgstr "barcode : {getBarCode}"
 
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/AuthorFunction.php:39
+msgid "code unimarc"
+msgstr "Unimarc code"
+
 #: ../../library/ZendAfi/View/Helper/GetSendProgressJsonFor.php:36
 #: ../../library/ZendAfi/View/Helper/GetSendProgressJsonFor.php:36
 msgid "collecte des destinataires"
@@ -28667,6 +29189,7 @@ msgstr "fluid"
 #: ../../library/ZendAfi/View/Helper/Accueil/Base.php:249
 #: ../../library/ZendAfi/View/Helper/Accueil/Base.php:249
 #: ../../library/ZendAfi/View/Helper/Accueil/Base.php:247
+#: ../../library/ZendAfi/View/Helper/Accueil/Base.php:265
 #, php-format
 msgid "flux RSS de la boite %s"
 msgstr "RSS of the box %s"
@@ -28704,6 +29227,7 @@ msgstr "hours"
 
 #: ../../application/modules/opac/controllers/AbonneController.php:1065
 #: ../../application/modules/opac/controllers/AbonneController.php:1067
+#: ../../application/modules/opac/controllers/AbonneController.php:1069
 #, php-format
 msgid "historique_prets_codes_barres_%s_%s%s"
 msgstr "loans_history_barcodes_%s_%s%s"
@@ -28844,8 +29368,7 @@ msgstr "calling %s is forbidden (line: %s)"
 msgid "l'appel à la méthode %s n'est pas autorisé (ligne : %s)"
 msgstr "calling %s is forbidden (line: %s)"
 
-#: ../../library/Class/Ouverture.php:180
-#: ../../library/Class/Ouverture.php:180
+#: ../../library/Class/Ouverture.php:180
 ../../library/Class/Ouverture.php:180
 #, php-format
 msgid "le %s"
 msgstr "%s"
@@ -29247,6 +29770,7 @@ msgstr "november"
 #: ../../library/ZendAfi/View/Helper/Abonne/ReservationsTable.php:136
 #: ../../library/Class/Profil/Preferences/Loans.php:612
 #: ../../library/Class/Profil/Preferences/Loans.php:613
+#: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:460
 msgid "n°"
 msgstr "No."
 
@@ -29263,6 +29787,7 @@ msgstr "Requires a compliant CSS"
 
 #: ../../library/Class/FileManager/FileSystem.php:267
 #: ../../library/Class/FileManager/FileSystem.php:268
+#: ../../library/Class/FileManager/FileSystem.php:269
 msgid "o"
 msgstr "B"
 
@@ -29510,6 +30035,7 @@ msgstr "percents"
 
 #: ../../application/modules/opac/controllers/AbonneController.php:1043
 #: ../../application/modules/opac/controllers/AbonneController.php:1045
+#: ../../application/modules/opac/controllers/AbonneController.php:1047
 #, php-format
 msgid "prets_codes_barres_%s_%s%s"
 msgstr "loans_barcodes_%s_%s%s"
@@ -29961,6 +30487,7 @@ msgstr "State"
 #: ../../application/modules/admin/controllers/ModulesController.php:496
 #: ../../application/modules/admin/controllers/ModulesController.php:501
 #: ../../application/modules/admin/controllers/ModulesController.php:548
+#: ../../library/ZendAfi/View/Helper/FonctionsAdmin.php:108
 msgid "Étendre le paramétrage"
 msgstr "Extend settings"
 
@@ -30036,6 +30563,11 @@ msgstr "Are you sure you want to delete this box ?"
 msgid "Êtes-vous sur de vouloir supprimer cette version de l\\'historique ?"
 msgstr "Are you sure you want to delete this version ?"
 
+#: ../../library/ZendAfi/View/Helper/FonctionsAdmin.php:186
+#, php-format
+msgid "Êtes-vous sur de vouloir supprimer la boite \"%s\" ?"
+msgstr "Are you sure you want to delete \"%s\" widget ?"
+
 #: ../../application/modules/telephone/views/scripts/abonne/cancel-hold.phtml:14
 #: ../../application/modules/telephone/views/scripts/abonne/cancel-hold.phtml:14
 #, php-format
@@ -30753,9 +31285,6 @@ msgstr "listen"
 #~ msgid "Les %s sélectionnés ont bien été sauvegardés"
 #~ msgstr "Selected %s were saved"
 
-#~ msgid "Libellé *"
-#~ msgstr "Label *"
-
 #~ msgid "Libellé pour document en prêt"
 #~ msgstr "Label for Holdings"
 
@@ -30810,9 +31339,6 @@ msgstr "listen"
 #~ msgid "Modifer les informations du panier"
 #~ msgstr "Edit information selection"
 
-#~ msgid "Modifier la formation"
-#~ msgstr "Edit the training"
-
 #~ msgid "Modifier la formation: %s"
 #~ msgstr "Edit the training : %s"
 
@@ -30822,9 +31348,6 @@ msgstr "listen"
 #~ msgid "Modifier le lieu: \"%s\""
 #~ msgstr "Edit place: \"%s\""
 
-#~ msgid "Modifier le modèle: %s"
-#~ msgstr "Edit model %s"
-
 #~ msgid "Modifier le utilisateur: %s"
 #~ msgstr "Edit user %s"
 
diff --git a/library/translation/es.mo b/library/translation/es.mo
index c24bc02f5903b64b9d2bb5a9a4c682b950fc51fc..d988f565ad018bc68bcad696b5a84587e426f2d6 100644
Binary files a/library/translation/es.mo and b/library/translation/es.mo differ
diff --git a/library/translation/es.po b/library/translation/es.po
index 45f145f604c296842c910c0c4b594293b1f4cdf8..1b2dfc2ae853a3d2b37491fe38de94829ddad5f2 100644
--- a/library/translation/es.po
+++ b/library/translation/es.po
@@ -2,7 +2,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Bokeh 2018\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-07-16 15:14+0200\n"
+"POT-Creation-Date: 2018-08-27 14:29+0200\n"
 "Language: es\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -90,6 +90,7 @@ msgstr " a los boletines:"
 #: ../../application/modules/opac/controllers/AuthController.php:515
 #: ../../application/modules/opac/controllers/AuthController.php:510
 #: ../../application/modules/opac/controllers/AuthController.php:522
+#: ../../application/modules/opac/controllers/AuthController.php:514
 msgid " avec l'adresse suivante: "
 msgstr " con la siguiente dirección:"
 
@@ -283,6 +284,7 @@ msgstr "\"%s\" ya no es una novedad para ti."
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:355
 #: ../../application/modules/admin/controllers/FileManagerController.php:292
 #: ../../application/modules/admin/controllers/FileManagerController.php:298
+#: ../../application/modules/admin/controllers/FileManagerController.php:307
 #, fuzzy, php-format
 msgid "\"%s\" renommé en \"%s\"."
 msgstr "Cesta \"%s\" renombrado a  \"%s\"."
@@ -406,6 +408,7 @@ msgid "%s #%s supprimé"
 msgstr "Comentarios %s removido"
 
 #: ../../library/Class/Systeme/Widget/Abstract.php:130
+#: ../../library/Class/Systeme/Widget/Abstract.php:143
 #, fuzzy, php-format
 msgid "%s ( %s )"
 msgstr "Desde %s para %s"
@@ -604,6 +607,8 @@ msgstr "%s préstamo(s) a comprobar "
 #: ../../library/Class/Systeme/ModulesMenu.php:244
 #: ../../library/Class/Systeme/ModulesMenu.php:213
 #: ../../library/Class/Systeme/ModulesMenu.php:243
+#: ../../library/Class/Systeme/ModulesMenu.php:212
+#: ../../library/Class/Systeme/ModulesMenu.php:242
 #, php-format
 msgid "%s%s : %s"
 msgstr "%s%s : %s"
@@ -739,6 +744,11 @@ msgstr "(Este comentario fue reportado a los moderadores)"
 msgid "(quotas max pour les nouveautés)"
 msgstr "(cuotas máx para novedades)"
 
+#: ../../library/ZendAfi/Form/Admin/AuthorFunction.php:39
+#, fuzzy
+msgid "** libellé **"
+msgstr "Redacción"
+
 #: ../../application/modules/admin/controllers/BibController.php:529
 #: ../../application/modules/admin/controllers/BibController.php:537
 #: ../../application/modules/admin/controllers/BibController.php:556
@@ -982,6 +992,7 @@ msgstr "7 - Creación de clases  Dewey "
 #: ../../application/modules/opac/views/scripts/head.phtml:87
 #: ../../application/modules/opac/views/scripts/head.phtml:86
 #: ../../application/modules/opac/views/scripts/head.phtml:86
+#: ../../application/modules/opac/views/scripts/head.phtml:85
 #, php-format
 msgid ""
 "<link rel=\"alternate stylesheet\" type=\"text/css\" href=\"\" title=\"%s\" "
@@ -1218,6 +1229,7 @@ msgstr "Aceptada"
 #: ../../library/ZendAfi/View/Helper/Telephone/Tags/Toolbar.php:35
 #: ../../library/ZendAfi/View/Helper/Admin/Nav.php:43
 #: ../../library/Class/MoteurRecherche.php:611
+#: ../../library/ZendAfi/View/Helper/ComboProfils.php:107
 msgid "Accueil"
 msgstr "Inicio"
 
@@ -1235,6 +1247,7 @@ msgstr "Acceso"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:224
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:239
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:313
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:318
 msgid "Accès pro."
 msgstr "Administración"
 
@@ -1243,6 +1256,7 @@ msgstr "Administración"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:138
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:135
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:134
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:136
 msgid "Accès à Cosmogramme"
 msgstr "Abrir cosmograma"
 
@@ -1262,12 +1276,22 @@ msgstr "La gestión de los recursos"
 msgid "Accéder au document Numérique Premium"
 msgstr "Obtener el documento digital premium"
 
+#: ../../library/ZendAfi/View/Helper/Accueil/Base.php:506
+#, fuzzy, php-format
+msgid "Accéder au flux RSS de %s"
+msgstr " a la cesta"
+
 #: ../../library/ZendAfi/View/Helper/ShareByMail.php:32
 #: ../../library/ZendAfi/View/Helper/ShareByMail.php:32
 #, fuzzy
 msgid "Accéder au formulaire de contact"
 msgstr "Formulario de contacto"
 
+#: ../../library/ZendAfi/View/Helper/TagRechercheSimple.php:55
+#, fuzzy
+msgid "Accéder au formulaire de recherche avancée"
+msgstr "Formulario de búsqueda"
+
 #: ../../library/ZendAfi/View/Helper/Search/Header.php:105
 #: ../../library/ZendAfi/View/Helper/Search/Header.php:105
 msgid "Accéder au formulaire de recherche pré-rempli avec les critères actuels"
@@ -1295,6 +1319,7 @@ msgstr "Leer el artículo completo"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:236
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:261
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:335
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:340
 msgid "Accéder aux articles dans l'interface d'administration"
 msgstr "Acceso al artículo en el interfaz de administración"
 
@@ -1304,6 +1329,7 @@ msgstr "Acceso al artículo en el interfaz de administración"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:244
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:269
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:343
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:348
 msgid "Accéder aux domaines dans l'interface d'administration"
 msgstr "Acceso a las selecciones en el interfaz de administración"
 
@@ -1317,6 +1343,11 @@ msgstr "La gestión de los recursos"
 msgid "Accéder aux titres seulement"
 msgstr "Sólo Título"
 
+#: ../../library/ZendAfi/View/Helper/Widget/Nav.php:169
+#, fuzzy, php-format
+msgid "Accéder à \"%s\""
+msgstr "La gestión de los recursos"
+
 #: ../../library/Class/DigitalResource/AlbumViewHelper.php:44
 #, fuzzy, php-format
 msgid "Accéder à \"%s\" dans un nouvel onglet"
@@ -1329,6 +1360,11 @@ msgstr "En una ficha"
 msgid "Accéder à \"%s\" dans un nouvel onglet."
 msgstr "En una ficha"
 
+#: ../../library/ZendAfi/View/Helper/Menu/Entry.php:83
+#, fuzzy, php-format
+msgid "Accéder à %s."
+msgstr "La gestión de los recursos"
+
 #: ../../application/modules/telephone/controllers/RechercheController.php:50
 #: ../../application/modules/telephone/controllers/RechercheController.php:50
 #, fuzzy
@@ -1337,6 +1373,7 @@ msgstr "La gestión de los recursos"
 
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:253
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:327
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:332
 msgid "Accéder à l'assistance"
 msgstr "Soporte"
 
@@ -1352,9 +1389,15 @@ msgstr "La gestión de los recursos"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:228
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:243
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:317
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:322
 msgid "Accéder à l'interface d'administration"
 msgstr "Abrir la página de administración"
 
+#: ../../library/ZendAfi/View/Helper/Widget/Login.php:42
+#, fuzzy, php-format
+msgid "Accéder à l'interface de gestion de %s."
+msgstr "Abrir la página de administración"
+
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:72
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:76
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:76
@@ -1365,6 +1408,7 @@ msgstr "Acceso a la página de edición de mi cuenta de administrador"
 
 #: ../../application/modules/telephone/controllers/RechercheController.php:55
 #: ../../application/modules/telephone/controllers/RechercheController.php:55
+#: ../../application/modules/telephone/controllers/RechercheController.php:52
 #, fuzzy
 msgid "Accéder à la ressource"
 msgstr "La gestión de los recursos"
@@ -1412,7 +1456,7 @@ msgstr "Acciones"
 #: ../../library/Class/AdminVar.php:240 ../../library/Class/AdminVar.php:242
 #: ../../library/Class/AdminVar.php:261 ../../library/Class/AdminVar.php:263
 #: ../../library/Class/AdminVar.php:255 ../../library/Class/AdminVar.php:258
-#: ../../library/Class/AdminVar.php:256
+#: ../../library/Class/AdminVar.php:256 ../../library/Class/AdminVar.php:253
 #, fuzzy
 msgid ""
 "Activation de la disponibilite dans le resultat de recherche au survol de la "
@@ -1423,7 +1467,7 @@ msgstr "Activación de la disponibilidad en el resultado de búsqueda"
 #: ../../library/Class/AdminVar.php:241 ../../library/Class/AdminVar.php:243
 #: ../../library/Class/AdminVar.php:262 ../../library/Class/AdminVar.php:264
 #: ../../library/Class/AdminVar.php:256 ../../library/Class/AdminVar.php:259
-#: ../../library/Class/AdminVar.php:257
+#: ../../library/Class/AdminVar.php:257 ../../library/Class/AdminVar.php:254
 #, fuzzy
 msgid ""
 "Activation de la disponibilite dans le resultat de recherche. Calculé grâce "
@@ -1434,13 +1478,14 @@ msgstr "Activación de la disponibilidad en el resultado de búsqueda"
 #: ../../library/Class/AdminVar.php:331 ../../library/Class/AdminVar.php:337
 #: ../../library/Class/AdminVar.php:356 ../../library/Class/AdminVar.php:358
 #: ../../library/Class/AdminVar.php:361 ../../library/Class/AdminVar.php:353
-#: ../../library/Class/AdminVar.php:354
+#: ../../library/Class/AdminVar.php:354 ../../library/Class/AdminVar.php:351
 msgid "Activation de la navigation collaborative"
 msgstr "Activación de la navegación colaborativa"
 
 #: ../../library/Class/AdminVar.php:202
 ../../library/Class/AdminVar.php:203
 #: ../../library/Class/AdminVar.php:200 ../../library/Class/AdminVar.php:219
 #: ../../library/Class/AdminVar.php:221 ../../library/Class/AdminVar.php:213
+#: ../../library/Class/AdminVar.php:210
 msgid "Activation de la ressource numérique PlanetNemo"
 msgstr "Activación del recurso digital PlanetNemo"
 
@@ -1448,7 +1493,7 @@ msgstr "Activación del recurso digital PlanetNemo"
 #: ../../library/Class/AdminVar.php:311 ../../library/Class/AdminVar.php:317
 #: ../../library/Class/AdminVar.php:336 ../../library/Class/AdminVar.php:338
 #: ../../library/Class/AdminVar.php:341 ../../library/Class/AdminVar.php:333
-#: ../../library/Class/AdminVar.php:334
+#: ../../library/Class/AdminVar.php:334 ../../library/Class/AdminVar.php:331
 msgid "Activation des boîtes dans les menus"
 msgstr "Activación de las bloques en los menús"
 
@@ -1456,7 +1501,7 @@ msgstr "Activación de las bloques en los menús"
 #: ../../library/Class/AdminVar.php:336 ../../library/Class/AdminVar.php:342
 #: ../../library/Class/AdminVar.php:361 ../../library/Class/AdminVar.php:363
 #: ../../library/Class/AdminVar.php:366 ../../library/Class/AdminVar.php:358
-#: ../../library/Class/AdminVar.php:359
+#: ../../library/Class/AdminVar.php:359 ../../library/Class/AdminVar.php:356
 msgid "Activation des fonctions avancées du téléphone"
 msgstr "Activación de las funciones avancadas del télefono"
 
@@ -1465,12 +1510,14 @@ msgstr "Activación de las funciones avancadas del télefono"
 #: ../../library/Class/AdminVar.php:274 ../../library/Class/AdminVar.php:276
 #: ../../library/Class/AdminVar.php:278 ../../library/Class/AdminVar.php:270
 #: ../../library/Class/AdminVar.php:273 ../../library/Class/AdminVar.php:271
+#: ../../library/Class/AdminVar.php:268
 msgid "Activation des formulaires"
 msgstr "Activación de los formularios"
 
 #: ../../library/Class/AdminVar.php:170
 ../../library/Class/AdminVar.php:171
 #: ../../library/Class/AdminVar.php:168 ../../library/Class/AdminVar.php:187
 #: ../../library/Class/AdminVar.php:189 ../../library/Class/AdminVar.php:181
+#: ../../library/Class/AdminVar.php:178
 msgid "Activation du PNB Dilicom"
 msgstr "Activación del PNB Dilicom"
 
@@ -1496,6 +1543,7 @@ msgid "Activer l'outil de parcours des Thesaurus"
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:369 ../../library/Class/AdminVar.php:367
+#: ../../library/Class/AdminVar.php:364
 #, fuzzy
 msgid "Activer l'outil de parcours des codifications"
 msgstr "Última modificación"
@@ -1528,7 +1576,7 @@ msgstr "Comienza la cosecha"
 
 #: ../../library/Class/AdminVar.php:268 ../../library/Class/AdminVar.php:270
 #: ../../library/Class/AdminVar.php:262 ../../library/Class/AdminVar.php:265
-#: ../../library/Class/AdminVar.php:263
+#: ../../library/Class/AdminVar.php:263 ../../library/Class/AdminVar.php:260
 msgid "Activer les formulaires de recherche configurables"
 msgstr "Habilitar formularios de búsqueda configurables"
 
@@ -1551,6 +1599,7 @@ msgstr "Habilitar herramientas de accesibilidad"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:175
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:190
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:264
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:269
 #, fuzzy, php-format
 msgid "Activer ou désactiver : %s"
 msgstr "Activar el módulo de formación"
@@ -1564,7 +1613,7 @@ msgstr "Activar la biblioteca digital"
 #: ../../library/Class/AdminVar.php:303 ../../library/Class/AdminVar.php:309
 #: ../../library/Class/AdminVar.php:328 ../../library/Class/AdminVar.php:330
 #: ../../library/Class/AdminVar.php:333 ../../library/Class/AdminVar.php:325
-#: ../../library/Class/AdminVar.php:326
+#: ../../library/Class/AdminVar.php:326 ../../library/Class/AdminVar.php:323
 #, fuzzy
 msgid "Activer ou désactiver le module d'activité"
 msgstr "Activar el módulo de formación"
@@ -1713,6 +1762,7 @@ msgstr "Administración"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:121
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:121
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:118
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:120
 msgid "Administration du portail"
 msgstr "Portal Administration"
 
@@ -1830,12 +1880,14 @@ msgstr "Destinatario ausente dirección."
 #: ../../library/Class/AdminVar.php:187
 ../../library/Class/AdminVar.php:188
 #: ../../library/Class/AdminVar.php:185 ../../library/Class/AdminVar.php:204
 #: ../../library/Class/AdminVar.php:206 ../../library/Class/AdminVar.php:198
+#: ../../library/Class/AdminVar.php:195
 msgid "Adresse du serveur OAI 1D touch"
 msgstr "Dirección del servidor OAI 1D touch"
 
 #: ../../library/Class/AdminVar.php:193
 ../../library/Class/AdminVar.php:194
 #: ../../library/Class/AdminVar.php:191 ../../library/Class/AdminVar.php:210
 #: ../../library/Class/AdminVar.php:212 ../../library/Class/AdminVar.php:204
+#: ../../library/Class/AdminVar.php:201
 #, fuzzy
 msgid "Adresse du serveur OAI Cité de la Musique"
 msgstr "Dirección del servidor OAI Cyberlibris"
@@ -1849,6 +1901,7 @@ msgstr "Dirección del servidor OAI Cyberlibris"
 #: ../../library/Class/AdminVar.php:197
 ../../library/Class/AdminVar.php:198
 #: ../../library/Class/AdminVar.php:195 ../../library/Class/AdminVar.php:214
 #: ../../library/Class/AdminVar.php:216 ../../library/Class/AdminVar.php:208
+#: ../../library/Class/AdminVar.php:205
 msgid "Adresse du serveur Orphea"
 msgstr "Dirección del servidor Orphea"
 
@@ -2044,6 +2097,8 @@ msgstr "Navigation Display"
 #: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:381
 #: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:380
 #: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:381
+#: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:383
+#: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:384
 msgid "Afficher la carte"
 msgstr "Ver mapa"
 
@@ -2059,6 +2114,8 @@ msgstr "Ver mapa"
 #: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:442
 #: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:441
 #: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:442
+#: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:444
+#: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:445
 msgid "Afficher la notice"
 msgstr "Ver registro"
 
@@ -2099,6 +2156,11 @@ msgstr "Mostrar resultados de búsqueda"
 msgid "Afficher le menu horizontal"
 msgstr "Mostrar menú horizontal"
 
+#: ../../library/ZendAfi/Form/Configuration/Widget/Breadcrumb.php:34
+#, fuzzy
+msgid "Afficher le profil courant"
+msgstr "Visualizar las etiquetas"
+
 #: ../../library/ZendAfi/View/Helper/CosmoLogs.php:95
 #: ../../library/ZendAfi/View/Helper/CosmoLogs.php:95
 #, fuzzy, php-format
@@ -2183,6 +2245,11 @@ msgstr "Visualizar las etiquetas"
 msgid "Afficher les titres"
 msgstr "Ver títulos"
 
+#: ../../library/ZendAfi/View/Helper/Widget/Nav.php:161
+#, fuzzy, php-format
+msgid "Afficher ou masquer le menu \"%s\""
+msgstr "Ver más facetas ..."
+
 #: ../../library/ZendAfi/View/Helper/Facettes.php:120
 #: ../../library/ZendAfi/View/Helper/Facettes.php:120
 #, fuzzy, php-format
@@ -2420,7 +2487,7 @@ msgstr "Añadir a la cesta"
 #: ../../library/Class/AdminVar.php:329 ../../library/Class/AdminVar.php:335
 #: ../../library/Class/AdminVar.php:354 ../../library/Class/AdminVar.php:356
 #: ../../library/Class/AdminVar.php:359 ../../library/Class/AdminVar.php:351
-#: ../../library/Class/AdminVar.php:352
+#: ../../library/Class/AdminVar.php:352 ../../library/Class/AdminVar.php:349
 msgid "Ajouter automatiquement une boîte panier dans la division flottante"
 msgstr "Añadir automáticamente una bloque cesta en la division flotante"
 
@@ -2624,6 +2691,7 @@ msgstr "Añadir al plan del sitio"
 #: ../../application/modules/admin/views/scripts/profil/index.phtml:11
 #: ../../application/modules/admin/views/scripts/profil/index.phtml:9
 #: ../../application/modules/admin/controllers/ProfilController.php:409
+#: ../../application/modules/admin/controllers/ProfilController.php:413
 msgid "Ajouter un profil"
 msgstr "Añadir portal"
 
@@ -2706,6 +2774,7 @@ msgstr "Añadir una bloque"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:119
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:134
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:208
+#: ../../application/modules/admin/controllers/WidgetController.php:185
 msgid "Ajouter une boîte"
 msgstr "Añadir una bloque"
 
@@ -2716,6 +2785,11 @@ msgstr "Añadir una bloque"
 msgid "Ajouter une boîte en-dessous"
 msgstr "Añadir una bloque por debajo"
 
+#: ../../library/ZendAfi/View/Helper/FonctionsAdmin.php:167
+#, fuzzy, php-format
+msgid "Ajouter une boîte en-dessous de \"%s\""
+msgstr "Añadir una bloque por debajo"
+
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:124
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:124
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:139
@@ -2737,6 +2811,7 @@ msgstr "Añadir una bloque"
 #: ../../application/modules/opac/controllers/AbonneController.php:1116
 #: ../../application/modules/opac/controllers/AbonneController.php:1202
 #: ../../application/modules/opac/controllers/AbonneController.php:1204
+#: ../../application/modules/opac/controllers/AbonneController.php:1206
 #, fuzzy
 msgid "Ajouter une carte"
 msgstr "Añadir un artículo"
@@ -2869,12 +2944,15 @@ msgstr "Añadir el entrenamiento"
 #: ../../library/ZendAfi/Form/Album.php:49
 #: ../../library/ZendAfi/Form/Album.php:50
 #: ../../library/ZendAfi/View/Helper/Notice/Dilicom.php:46
+#: ../../application/modules/admin/controllers/HarvestController.php:127
+#: ../../application/modules/admin/controllers/HarvestController.php:184
 msgid "Album"
 msgstr "Album"
 
 #: ../../application/modules/admin/controllers/HarvestController.php:155
 #: ../../application/modules/admin/controllers/HarvestController.php:133
 #: ../../application/modules/admin/controllers/HarvestController.php:133
+#: ../../application/modules/admin/controllers/HarvestController.php:132
 #, php-format
 msgid "Album \"%s\" importé de Jamendo"
 msgstr "Album \"%s\" importado desde Jamendo"
@@ -2882,6 +2960,7 @@ msgstr "Album \"%s\" importado desde Jamendo"
 #: ../../application/modules/admin/controllers/HarvestController.php:212
 #: ../../application/modules/admin/controllers/HarvestController.php:190
 #: ../../application/modules/admin/controllers/HarvestController.php:190
+#: ../../application/modules/admin/controllers/HarvestController.php:189
 #, fuzzy, php-format
 msgid "Album \"%s\" importé de SoundCloud"
 msgstr "Album \"%s\" importado desde Jamendo"
@@ -2964,6 +3043,7 @@ msgstr "Aleatorio"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:267
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:292
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:366
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:371
 msgid "Amber IDE"
 msgstr "Amber IDE"
 
@@ -3194,6 +3274,7 @@ msgstr "Dispositivos autorizados"
 
 #: ../../library/ZendAfi/Controller/Plugin/InspectorGadget.php:155
 #: ../../library/ZendAfi/Controller/Plugin/InspectorGadget.php:161
+#: ../../library/ZendAfi/Controller/Plugin/InspectorGadget.php:168
 #, fuzzy, php-format
 msgid "Appels webservices (%s)"
 msgstr "Servicios de pruebas web"
@@ -3339,6 +3420,7 @@ msgstr "Categoría del artículo"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:257
 #: ../../application/modules/admin/controllers/CmsController.php:103
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:331
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:336
 msgid "Articles"
 msgstr "Artículos"
 
@@ -3379,6 +3461,7 @@ msgstr "Asistencia"
 
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:252
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:326
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:331
 #, php-format
 msgid "Assistance (%d)"
 msgstr "Asistencia (%d)"
@@ -3395,6 +3478,7 @@ msgid "Associer à"
 msgstr "Asociar con"
 
 #: ../../library/ZendAfi/View/Helper/ProfileComposition.php:104
+#: ../../library/ZendAfi/View/Helper/ProfileComposition.php:105
 msgid ""
 "Attention. Cette division est partagée entre toutes les pages du profil."
 msgstr "Atención. Esta división se comparte entre todas las páginas del portal"
@@ -3429,8 +3513,7 @@ msgstr "Tipo de documento"
 #: ../../library/ZendAfi/View/Helper/Redmine/Header.php:124
 #: ../../library/ZendAfi/View/Helper/Abonne/Resume.php:77
 #: ../../library/ZendAfi/Form/Admin/ExternalAgenda.php:57
-#: ../../library/Class/ModeleFusion.php:75
-#: ../../library/Class/Ouverture.php:50
+#: ../../library/Class/ModeleFusion.php:75 ../../library/Class/Ouverture.php:50
 #: ../../library/ZendAfi/Form/Album.php:235
 #: ../../library/ZendAfi/Form/Admin/News.php:243
 #: ../../library/ZendAfi/Form/Admin/Library.php:263
@@ -3453,8 +3536,7 @@ msgstr "No"
 msgid "Aucun album présent pour cette ressource"
 msgstr "Sin reservas"
 
-#: ../../library/Class/NoticeHtml.php:69
-#: ../../library/Class/NoticeHtml.php:69
+#: ../../library/Class/NoticeHtml.php:69
 ../../library/Class/NoticeHtml.php:69
 msgid "Aucun article n'a été trouvé"
 msgstr "So se ha encontrado ningún artículo"
 
@@ -3509,6 +3591,11 @@ msgstr "Ningún contenido"
 msgid "Aucun courriel envoyé, erreur: "
 msgstr "No e-mail enviado, error:"
 
+#: ../../application/modules/opac/controllers/AbonneController.php:965
+#, fuzzy, php-format
+msgid "Aucun courriel envoyé, erreur: %s"
+msgstr "No e-mail enviado, error:"
+
 #: ../../application/modules/admin/controllers/ModoController.php:833
 #: ../../application/modules/admin/controllers/ModoController.php:833
 #: ../../application/modules/admin/controllers/ModoController.php:882
@@ -4071,6 +4158,7 @@ msgstr "Autores"
 #: ../../application/modules/opac/controllers/AuthController.php:237
 #: ../../application/modules/opac/controllers/AuthController.php:237
 #: ../../application/modules/opac/controllers/AuthController.php:242
+#: ../../application/modules/opac/controllers/AuthController.php:241
 msgid "Authentification"
 msgstr "Autenticación"
 
@@ -4093,7 +4181,7 @@ msgstr "Autorización no especificada"
 #: ../../library/Class/AdminVar.php:289 ../../library/Class/AdminVar.php:292
 #: ../../library/Class/AdminVar.php:311 ../../library/Class/AdminVar.php:313
 #: ../../library/Class/AdminVar.php:316 ../../library/Class/AdminVar.php:308
-#: ../../library/Class/AdminVar.php:309
+#: ../../library/Class/AdminVar.php:309 ../../library/Class/AdminVar.php:306
 msgid "Autoriser l'accès aux API OAUTH via HTTP (non sécurisé - déconseillé)"
 msgstr ""
 "Permitir el acceso a las API de OAUTH a través de HTTP (no seguro: obsoleto"
@@ -4289,6 +4377,7 @@ msgstr "Remolque"
 #: ../../library/ZendAfi/Form/Configuration/Profile.php:383
 #: ../../library/ZendAfi/Form/Configuration/Profile.php:383
 #: ../../library/ZendAfi/View/Helper/ProfileComposition.php:101
+#: ../../library/ZendAfi/View/Helper/ProfileComposition.php:102
 #, fuzzy
 msgid "Banniere"
 msgstr "Banner"
@@ -4380,6 +4469,7 @@ msgstr "Batches"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:141
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:138
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:137
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:139
 msgid "Batchs"
 msgstr "Batches"
 
@@ -4622,6 +4712,7 @@ msgstr "Biblioteca (s)"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:120
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:40
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Codification/Library.php:33
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:122
 msgid "Bibliothèques"
 msgstr "Bibliotecas"
 
@@ -4685,18 +4776,21 @@ msgstr "Biografía"
 #: ../../library/Class/Codification.php:223
 #: ../../application/modules/telephone/controllers/RechercheController.php:67
 #: ../../library/Class/Codification.php:223
+#: ../../application/modules/telephone/controllers/RechercheController.php:64
 msgid "Biographie de l'auteur"
 msgstr "Biografía del autor"
 
 #: ../../application/modules/opac/views/scripts/head.phtml:79
 #: ../../application/modules/opac/views/scripts/head.phtml:78
 #: ../../application/modules/opac/views/scripts/head.phtml:78
+#: ../../application/modules/opac/views/scripts/head.phtml:77
 msgid "Blanc sur noir"
 msgstr "Blanco sobre Negro"
 
 #: ../../application/modules/opac/views/scripts/head.phtml:85
 #: ../../application/modules/opac/views/scripts/head.phtml:84
 #: ../../application/modules/opac/views/scripts/head.phtml:84
+#: ../../application/modules/opac/views/scripts/head.phtml:83
 msgid "Bleu sur jaune"
 msgstr "Azul en amarillo"
 
@@ -4892,6 +4986,7 @@ msgstr "Ver Cesta"
 
 #: ../../library/Class/Profil/Templates.php:48
 #: ../../library/Class/Profil/Templates.php:48
+#: ../../library/Class/Profil/Templates.php:46
 msgid "Boite par défaut de la division"
 msgstr "División por defecto Transmisión"
 
@@ -4981,6 +5076,14 @@ msgstr ""
 "Bokeh guarda el último archivo SIGB recibido para cada registro. Este es "
 "descargable desde el Inspector. Requiere activación"
 
+#: ../../library/Class/Feature/List.php:443
+#, fuzzy
+msgid ""
+"Bokeh permet d'envoyer un lien de réinitialisation du mot de passe par mail."
+msgstr ""
+"Se le ha enviado un correo electrónico con un enlace para restablecer la "
+"contraseña."
+
 #: ../../library/Class/Feature/List.php:108
 msgid ""
 "Bokeh permet de créer des formulaires personnalisés destinés aux "
@@ -5042,7 +5145,7 @@ msgstr "Bokeh ofrece un interface para la gestión de usuarios duplicados"
 #: ../../library/Class/Users.php:1077 ../../library/Class/Users.php:1098
 #: ../../library/Class/Feature/Description.php:58
 #: ../../library/Class/Users.php:1093 ../../library/Class/Users.php:1095
-#: ../../library/Class/Users.php:1083
+#: ../../library/Class/Users.php:1083 ../../library/Class/Users.php:1078
 msgid "Bonjour,"
 msgstr "Hola,"
 
@@ -5091,11 +5194,10 @@ msgstr ""
 
 #: ../../library/Class/Users.php:1135
 ../../library/Class/Users.php:1135
 #: ../../library/Class/User/LostPass.php:104
-#: ../../library/Class/User/LostPass.php:137
-#: ../../library/Class/Users.php:1144 ../../library/Class/Users.php:1123
-#: ../../library/Class/Users.php:1126 ../../library/Class/Users.php:1130
-#: ../../library/Class/Users.php:1151 ../../library/Class/Users.php:1146
-#: ../../library/Class/Users.php:1148
+#: ../../library/Class/User/LostPass.php:137 ../../library/Class/Users.php:1144
+#: ../../library/Class/Users.php:1123 ../../library/Class/Users.php:1126
+#: ../../library/Class/Users.php:1130 ../../library/Class/Users.php:1151
+#: ../../library/Class/Users.php:1146 ../../library/Class/Users.php:1148
 #: ../../library/Class/User/LostPass.php:147
 msgid "Bonne navigation sur le portail"
 msgstr "Buena navegación en el portal"
@@ -5106,6 +5208,7 @@ msgid "Boutons précédent et suivant"
 msgstr "Iconos anterior y siguiente"
 
 #: ../../library/Class/Article.php:1232 ../../library/Class/Album.php:213
+#: ../../library/Class/Album.php:214
 #, fuzzy
 msgid "Brouillon"
 msgstr "Borrador ?"
@@ -5162,6 +5265,7 @@ msgstr "CSV con separador: coma"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:149
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:146
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:145
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:147
 msgid "Cache des images"
 msgstr "Caché de imagen"
 
@@ -5229,6 +5333,7 @@ msgstr "Carrusel vertical"
 #: ../../application/modules/opac/controllers/AbonneController.php:1129
 #: ../../application/modules/opac/controllers/AbonneController.php:1215
 #: ../../application/modules/opac/controllers/AbonneController.php:1217
+#: ../../application/modules/opac/controllers/AbonneController.php:1219
 msgid "Carte"
 msgstr "Mapa"
 
@@ -5243,6 +5348,7 @@ msgstr "Mapa"
 #: ../../application/modules/opac/controllers/AbonneController.php:1158
 #: ../../application/modules/opac/controllers/AbonneController.php:1244
 #: ../../application/modules/opac/controllers/AbonneController.php:1246
+#: ../../application/modules/opac/controllers/AbonneController.php:1248
 #, fuzzy, php-format
 msgid "Carte de \"%s\" ajoutée"
 msgstr "Cesta \"%s\", agregó"
@@ -5275,6 +5381,7 @@ msgstr "Enchufe de la biblioteca:"
 #: ../../application/modules/opac/controllers/AbonneController.php:1105
 #: ../../application/modules/opac/controllers/AbonneController.php:1191
 #: ../../application/modules/opac/controllers/AbonneController.php:1193
+#: ../../application/modules/opac/controllers/AbonneController.php:1195
 #, fuzzy
 msgid "Carte introuvable"
 msgstr "Usuario no encontrado"
@@ -5302,6 +5409,7 @@ msgstr "Catálogo"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:171
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:167
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:164
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:166
 #, fuzzy
 msgid "Catalogues"
 msgstr "Catálogo"
@@ -5454,6 +5562,7 @@ msgid "Cause"
 msgstr "Causa"
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:329
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:354
 msgid "Ce chemin n'existe pas"
 msgstr "Esta ruta no existe"
 
@@ -5481,6 +5590,7 @@ msgstr "El archivo no es de tipo %s"
 #: ../../application/modules/opac/controllers/ModulesController.php:86
 #: ../../application/modules/opac/controllers/ModulesController.php:79
 #: ../../application/modules/opac/controllers/ModulesController.php:78
+#: ../../application/modules/opac/controllers/ModulesController.php:77
 msgid ""
 "Ce document ne possède pas de configuration permettant d'utiliser cette URL."
 msgstr "Este documento no tiene una configuración para usar esta URL."
@@ -5490,11 +5600,13 @@ msgid "Ce domaine ne renvoie aucun résultat."
 msgstr "Esta selección no contiene ningún registro."
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:357
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:382
 #, fuzzy
 msgid "Ce dossier est vide."
 msgstr "La cesta está vacía"
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:354
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:379
 #, fuzzy
 msgid "Ce dossier ne contient pas de fichier."
 msgstr "Este menú no contiene ninguna entrada."
@@ -5607,7 +5719,7 @@ msgstr "Este artículo es un borrador"
 #: ../../library/Class/Users.php:1072 ../../library/Class/Users.php:1051
 #: ../../library/Class/Users.php:1053 ../../library/Class/Users.php:1057
 #: ../../library/Class/Users.php:1078 ../../library/Class/Users.php:1073
-#: ../../library/Class/Users.php:1075
+#: ../../library/Class/Users.php:1075 ../../library/Class/Users.php:1058
 msgid "Cet identifiant existe déjà."
 msgstr "Este identificador ya existe."
 
@@ -5618,6 +5730,7 @@ msgstr "Este identificador ya existe."
 #: ../../application/modules/opac/controllers/AuthController.php:542
 #: ../../application/modules/opac/controllers/AuthController.php:537
 #: ../../application/modules/opac/controllers/AuthController.php:549
+#: ../../application/modules/opac/controllers/AuthController.php:541
 #, fuzzy
 msgid "Cette fonctionnalité n'est pas activée."
 msgstr "Este servicio no puede pruebarse"
@@ -5827,6 +5940,7 @@ msgstr "Los campos disponibles"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:156
 #: ../../library/Class/Feature/List.php:52
 #: ../../library/ZendAfi/Form/Admin/Library.php:229
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:158
 msgid "Champs personnalisés"
 msgstr "Los campos personalizados"
 
@@ -5837,6 +5951,7 @@ msgid "Champs personnalisés: %s \"%s\""
 msgstr "Campos personalizados: %s \"%s\""
 
 #: ../../library/Class/AdminVar.php:240 ../../library/Class/AdminVar.php:238
+#: ../../library/Class/AdminVar.php:235
 #, php-format
 msgid "Champs servant à la détection des doublons. Champs possibles : %s"
 msgstr ""
@@ -5903,6 +6018,7 @@ msgid "Chaîne de caratères à remplacer"
 msgstr "Cadena a reemplazar"
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:385
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:410
 msgid "Chemin"
 msgstr "Ruta"
 
@@ -5910,7 +6026,7 @@ msgstr "Ruta"
 #: ../../library/Class/AdminVar.php:330 ../../library/Class/AdminVar.php:336
 #: ../../library/Class/AdminVar.php:355 ../../library/Class/AdminVar.php:357
 #: ../../library/Class/AdminVar.php:360 ../../library/Class/AdminVar.php:352
-#: ../../library/Class/AdminVar.php:353
+#: ../../library/Class/AdminVar.php:353 ../../library/Class/AdminVar.php:350
 #, php-format
 msgid "Chemin vers les skins personnalisées, relatif à %s"
 msgstr "Ruta a las máscaras personalizada, relativas a %s"
@@ -6056,7 +6172,7 @@ msgstr "Clave"
 #: ../../library/Class/AdminVar.php:288 ../../library/Class/AdminVar.php:294
 #: ../../library/Class/AdminVar.php:313 ../../library/Class/AdminVar.php:315
 #: ../../library/Class/AdminVar.php:318 ../../library/Class/AdminVar.php:310
-#: ../../library/Class/AdminVar.php:311
+#: ../../library/Class/AdminVar.php:311 ../../library/Class/AdminVar.php:308
 msgid ""
 "Clef d'activation pour le plan d'accès google map. <a target=\"_blank\" href="
 "\"http://code.google.com/apis/maps/signup.html\">Obtenir la clé google map</"
@@ -6106,7 +6222,7 @@ msgstr "Haga clic aquí para cambiar"
 #: ../../library/Class/AdminVar.php:294 ../../library/Class/AdminVar.php:300
 #: ../../library/Class/AdminVar.php:319 ../../library/Class/AdminVar.php:321
 #: ../../library/Class/AdminVar.php:324 ../../library/Class/AdminVar.php:316
-#: ../../library/Class/AdminVar.php:317
+#: ../../library/Class/AdminVar.php:317 ../../library/Class/AdminVar.php:314
 msgid ""
 "Clé API Bluga Webthumb <a target=\"_blank\" href=\"http://webthumb.bluga.net/"
 "home\">http://webthumb.bluga.net/home</a>"
@@ -6142,7 +6258,7 @@ msgstr "Llave alpha"
 #: ../../library/Class/AdminVar.php:211
 ../../library/Class/AdminVar.php:212
 #: ../../library/Class/AdminVar.php:209 ../../library/Class/AdminVar.php:228
 #: ../../library/Class/AdminVar.php:230 ../../library/Class/AdminVar.php:222
-#: ../../library/Class/AdminVar.php:220
+#: ../../library/Class/AdminVar.php:220 ../../library/Class/AdminVar.php:217
 msgid ""
 "Clé d'encodage Kidilangues pour le portail. Cette clé doit être fournie par "
 "Kidilangues."
@@ -6153,7 +6269,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:212
 ../../library/Class/AdminVar.php:213
 #: ../../library/Class/AdminVar.php:210 ../../library/Class/AdminVar.php:229
 #: ../../library/Class/AdminVar.php:231 ../../library/Class/AdminVar.php:223
-#: ../../library/Class/AdminVar.php:221
+#: ../../library/Class/AdminVar.php:221 ../../library/Class/AdminVar.php:218
 msgid ""
 "Clé d'identification Kidilangues pour le portail. Cette clé doit être "
 "fournie par Kidilangues."
@@ -6164,6 +6280,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:185
 ../../library/Class/AdminVar.php:186
 #: ../../library/Class/AdminVar.php:183 ../../library/Class/AdminVar.php:202
 #: ../../library/Class/AdminVar.php:204 ../../library/Class/AdminVar.php:196
+#: ../../library/Class/AdminVar.php:193
 msgid ""
 "Clé d'identification MyCOW.EU pour le portail. Cette clé doit être fournie "
 "par MyCOW.EU. Elle active la ressource numérique dans le portail."
@@ -6174,7 +6291,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:216
 ../../library/Class/AdminVar.php:217
 #: ../../library/Class/AdminVar.php:214 ../../library/Class/AdminVar.php:233
 #: ../../library/Class/AdminVar.php:235 ../../library/Class/AdminVar.php:227
-#: ../../library/Class/AdminVar.php:225
+#: ../../library/Class/AdminVar.php:225 ../../library/Class/AdminVar.php:222
 msgid ""
 "Clé d'identification Premier-Chapitre de la bibliothèque. Cette clé doit "
 "être fournie par Premier-Chapitre."
@@ -6185,6 +6302,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:166
 ../../library/Class/AdminVar.php:167
 #: ../../library/Class/AdminVar.php:164 ../../library/Class/AdminVar.php:183
 #: ../../library/Class/AdminVar.php:185 ../../library/Class/AdminVar.php:177
+#: ../../library/Class/AdminVar.php:174
 msgid "Clé de sécurité Vodeclic"
 msgstr "Llave de seguridad Vodeclic"
 
@@ -6199,7 +6317,7 @@ msgstr "Llave obra"
 #: ../../library/Class/AdminVar.php:306 ../../library/Class/AdminVar.php:312
 #: ../../library/Class/AdminVar.php:331 ../../library/Class/AdminVar.php:333
 #: ../../library/Class/AdminVar.php:336 ../../library/Class/AdminVar.php:328
-#: ../../library/Class/AdminVar.php:329
+#: ../../library/Class/AdminVar.php:329 ../../library/Class/AdminVar.php:326
 msgid "Clé publique pour le cryptage des données AFI-Multimédia"
 msgstr "Clave pública para cifrado de datos AFI-Multimedia"
 
@@ -6207,13 +6325,14 @@ msgstr "Clave pública para cifrado de datos AFI-Multimedia"
 #: ../../library/Class/AdminVar.php:308 ../../library/Class/AdminVar.php:314
 #: ../../library/Class/AdminVar.php:333 ../../library/Class/AdminVar.php:335
 #: ../../library/Class/AdminVar.php:338 ../../library/Class/AdminVar.php:330
-#: ../../library/Class/AdminVar.php:331
+#: ../../library/Class/AdminVar.php:331 ../../library/Class/AdminVar.php:328
 msgid "Clé publique pour le cryptage des données Aesis Webkiosk"
 msgstr "Clave pública para el cifrado de datos Aesis Webkiosk"
 
 #: ../../library/ZendAfi/Controller/Action/Helper/ThesauriListViewMode.php:125
 #: ../../library/ZendAfi/Controller/Action/Helper/ThesauriListViewMode.php:136
 #: ../../library/ZendAfi/Form/Admin/Thesauri.php:40
+#: ../../library/ZendAfi/Form/Admin/AuthorFunction.php:30
 msgid "Code"
 msgstr ""
 
@@ -6243,6 +6362,7 @@ msgstr "Biblioteca asociada"
 #: ../../library/Class/ListViewModeDescription/Pcdm4.php:59
 #: ../../library/Class/ListViewModeDescription/Pcdm4.php:67
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/Flat.php:73
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/Flat.php:72
 #, fuzzy
 msgid "Code facette"
 msgstr "Ver facetas"
@@ -6318,6 +6438,7 @@ msgstr "Código de barras / ISBN"
 
 #: ../../library/Class/Codification.php:403
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:106
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:111
 #, fuzzy
 msgid "Codification"
 msgstr "Identificación"
@@ -6492,6 +6613,7 @@ msgstr "Registrantes máximas: Completo"
 #: ../../application/modules/opac/controllers/AbonneController.php:1223
 #: ../../application/modules/opac/controllers/AbonneController.php:1309
 #: ../../application/modules/opac/controllers/AbonneController.php:1311
+#: ../../application/modules/opac/controllers/AbonneController.php:1313
 #, fuzzy
 msgid "Compléter votre adresse  email"
 msgstr "Su dirección de correo electrónico"
@@ -6565,6 +6687,7 @@ msgstr "Cuenta"
 #: ../../library/Class/Feature/List.php:133
 #: ../../library/Class/Feature/List.php:345
 #: ../../library/Class/Feature/List.php:424
+#: ../../library/Class/Feature/List.php:446
 #, fuzzy
 msgid "Compte lecteur"
 msgstr "No hay vacantes"
@@ -6639,6 +6762,7 @@ msgstr "Moderación de revisar los registros"
 #: ../../application/modules/admin/controllers/ProfilController.php:341
 #: ../../application/modules/admin/controllers/ProfilController.php:366
 #: ../../application/modules/admin/controllers/ProfilController.php:357
+#: ../../application/modules/admin/controllers/ProfilController.php:361
 #, fuzzy, php-format
 msgid "Configuration de la page: %s"
 msgstr "Moderación de revisar los registros"
@@ -6671,6 +6795,7 @@ msgstr "Configuración de menús del portal %s"
 #: ../../application/modules/admin/controllers/ProfilController.php:492
 #: ../../application/modules/admin/controllers/ProfilController.php:522
 #: ../../application/modules/admin/controllers/ProfilController.php:513
+#: ../../application/modules/admin/controllers/ProfilController.php:517
 msgid "Configuration des pages appliquée à tous les autres profils."
 msgstr "Página de configuración aplica a todos los demás portales."
 
@@ -6791,6 +6916,7 @@ msgstr "La confirmación de la inscripción al boletín de noticias:"
 #: ../../application/modules/opac/controllers/AuthController.php:506
 #: ../../application/modules/opac/controllers/AuthController.php:501
 #: ../../application/modules/opac/controllers/AuthController.php:513
+#: ../../application/modules/opac/controllers/AuthController.php:505
 msgid "Confirmation d'inscription à la newsletter: "
 msgstr "La confirmación de la inscripción al boletín de noticias:"
 
@@ -6929,6 +7055,7 @@ msgstr "Libro"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:246
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:271
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:345
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:350
 msgid "Console d'administration"
 msgstr "Administración"
 
@@ -6983,6 +7110,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/RechercheController.php:537
 #: ../../application/modules/opac/controllers/RechercheController.php:565
 #: ../../application/modules/opac/controllers/RechercheController.php:559
+#: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:410
 msgid "Consultation sur place"
 msgstr "Consulta en el sitio"
 
@@ -7058,6 +7186,7 @@ msgstr "Contenido del aviso cambiaron"
 #: ../../library/Class/AdminVar.php:284 ../../library/Class/AdminVar.php:286
 #: ../../library/Class/AdminVar.php:288 ../../library/Class/AdminVar.php:280
 #: ../../library/Class/AdminVar.php:283 ../../library/Class/AdminVar.php:281
+#: ../../library/Class/AdminVar.php:278
 msgid ""
 "Contenu de l'email de notification d'article en attente de validation. "
 "Termes substitués: TITRE_ARTICLE, URL_ARTICLE, AUTHOR_ARTICLE, "
@@ -7072,6 +7201,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:285 ../../library/Class/AdminVar.php:287
 #: ../../library/Class/AdminVar.php:289 ../../library/Class/AdminVar.php:281
 #: ../../library/Class/AdminVar.php:284 ../../library/Class/AdminVar.php:282
+#: ../../library/Class/AdminVar.php:279
 msgid ""
 "Contenu de l'email de notification de refus d'un article à valider. Termes "
 "substitués: TITRE_ARTICLE, URL_ARTICLE, AUTHOR_ARTICLE, SAVED_BY_ARTICLE"
@@ -7085,6 +7215,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:286 ../../library/Class/AdminVar.php:288
 #: ../../library/Class/AdminVar.php:290 ../../library/Class/AdminVar.php:282
 #: ../../library/Class/AdminVar.php:285 ../../library/Class/AdminVar.php:283
+#: ../../library/Class/AdminVar.php:280
 msgid ""
 "Contenu de l'email de notification de validation d'un article. Termes "
 "substitués: TITRE_ARTICLE, URL_ARTICLE, AUTHOR_ARTICLE, SAVED_BY_ARTICLE"
@@ -7159,6 +7290,7 @@ msgstr "Contiene"
 #: ../../library/Class/AdminVar.php:173
 ../../library/Class/AdminVar.php:174
 #: ../../library/Class/AdminVar.php:171 ../../library/Class/AdminVar.php:190
 #: ../../library/Class/AdminVar.php:192 ../../library/Class/AdminVar.php:184
+#: ../../library/Class/AdminVar.php:181
 msgid "Contracteur du PNB Dilicom"
 msgstr "Configuración PNB Dilicom"
 
@@ -7381,6 +7513,7 @@ msgstr "Críticos"
 #: ../../application/modules/telephone/views/scripts/blog/viewcritiques.phtml:2
 #: ../../application/modules/telephone/controllers/RechercheController.php:63
 #: ../../library/Class/Codification.php:219
+#: ../../application/modules/telephone/controllers/RechercheController.php:60
 msgid "Critiques"
 msgstr "Comentarios"
 
@@ -7813,7 +7946,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:301 ../../library/Class/AdminVar.php:307
 #: ../../library/Class/AdminVar.php:326 ../../library/Class/AdminVar.php:328
 #: ../../library/Class/AdminVar.php:331 ../../library/Class/AdminVar.php:323
-#: ../../library/Class/AdminVar.php:324
+#: ../../library/Class/AdminVar.php:324 ../../library/Class/AdminVar.php:321
 msgid "Date du dernier vidage manuel du cache"
 msgstr "Fecha del último vaciado manual del caché"
 
@@ -7871,6 +8004,7 @@ msgstr "de B a A"
 #: ../../library/Class/AdminVar.php:291 ../../library/Class/AdminVar.php:310
 #: ../../library/Class/AdminVar.php:312 ../../library/Class/AdminVar.php:315
 #: ../../library/Class/AdminVar.php:307 ../../library/Class/AdminVar.php:308
+#: ../../library/Class/AdminVar.php:305
 msgid ""
 "De plus, à la connexion, l'enregistrement des mots de passes des abonnés est "
 "désactivé."
@@ -7909,6 +8043,7 @@ msgstr "Solicitud de soporte para configurar o usar la funcionalidad Bokeh: %s"
 #: ../../application/modules/opac/controllers/AuthController.php:444
 #: ../../application/modules/opac/controllers/AuthController.php:439
 #: ../../application/modules/opac/controllers/AuthController.php:451
+#: ../../application/modules/opac/controllers/AuthController.php:443
 msgid "Demande d'inscription à la lettre d'information: "
 msgstr "Solicitud de inclusión en el boletín de noticias:"
 
@@ -7919,6 +8054,7 @@ msgstr "Solicitud de inclusión en el boletín de noticias:"
 #: ../../application/modules/opac/controllers/AuthController.php:538
 #: ../../application/modules/opac/controllers/AuthController.php:533
 #: ../../application/modules/opac/controllers/AuthController.php:545
+#: ../../application/modules/opac/controllers/AuthController.php:537
 #, fuzzy
 msgid "Demande de préinscription"
 msgstr "Las solicitudes de inscripción"
@@ -8205,6 +8341,7 @@ msgstr "Descripción del Documento"
 #: ../../library/Class/Codification.php:218
 #: ../../application/modules/telephone/controllers/RechercheController.php:61
 #: ../../library/Class/Codification.php:218
+#: ../../application/modules/telephone/controllers/RechercheController.php:58
 msgid "Description du document"
 msgstr "Descripción del Documento"
 
@@ -8301,6 +8438,7 @@ msgid "Dimanche"
 msgstr "Domingo"
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:384
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:409
 #, fuzzy
 msgid "Dimensions"
 msgstr "Version"
@@ -8402,8 +8540,14 @@ msgstr ""
 "Diversas mejoras en línea con las recomendaciones del BNF para la "
 "integración en Gallica y Europeana"
 
+#: ../../library/Class/Systeme/ModulesAccueil/Section.php:27
+#, fuzzy
+msgid "Division"
+msgstr "Division %d"
+
 #: ../../library/ZendAfi/View/Helper/ProfileComposition.php:126
 #: ../../library/ZendAfi/View/Helper/ProfileComposition.php:118
+#: ../../library/ZendAfi/View/Helper/ProfileComposition.php:126
 #, php-format
 msgid "Division %d"
 msgstr "Division %d"
@@ -8413,11 +8557,33 @@ msgstr "Division %d"
 msgid "Division 3 toujours visible"
 msgstr "División 3 siempre visible"
 
+#: ../../library/Class/Systeme/ModulesAccueil/Section/Header.php:25
+#, fuzzy
+msgid "Division bannière"
+msgstr "División flotante"
+
 #: ../../library/ZendAfi/View/Helper/ProfileComposition.php:118
 #: ../../library/ZendAfi/View/Helper/ProfileComposition.php:110
+#: ../../library/ZendAfi/View/Helper/ProfileComposition.php:111
 msgid "Division flottante"
 msgstr "División flotante"
 
+#: ../../library/Class/Systeme/ModulesAccueil/Section/FloatSide.php:25
+#, fuzzy
+msgid "Division optionnelle flottante"
+msgstr "División flotante"
+
+#: ../../library/Class/Systeme/ModulesAccueil/Section/Footer.php:25
+#: ../../library/ZendAfi/View/Helper/ProfileComposition.php:117
+#, fuzzy
+msgid "Division pied de page"
+msgstr "Division %d"
+
+#: ../../library/Class/Systeme/ModulesAccueil/Section/Main.php:25
+#, fuzzy
+msgid "Division principale"
+msgstr "Título cesta"
+
 #: ../../library/ZendAfi/View/Helper/ProfileComposition.php:104
 #: ../../library/ZendAfi/View/Helper/ProfileComposition.php:92
 #, fuzzy
@@ -8500,6 +8666,7 @@ msgstr "Documentos emitidos"
 #: ../../library/Class/Codification.php:226
 #: ../../application/modules/telephone/controllers/RechercheController.php:68
 #: ../../library/Class/Codification.php:226
+#: ../../application/modules/telephone/controllers/RechercheController.php:65
 msgid "Documents similaires"
 msgstr "Documentos similares"
 
@@ -8545,14 +8712,14 @@ msgstr "Selección primaria"
 #: ../../library/Class/Album.php:1604 ../../library/Class/Album.php:1614
 #: ../../library/Class/Album.php:1630 ../../library/Class/Album.php:1631
 #: ../../library/Class/Album.php:1633 ../../library/Class/Album.php:1623
-#: ../../library/Class/Album.php:1626
+#: ../../library/Class/Album.php:1626 ../../library/Class/Album.php:1617
 msgid "Domaine public"
 msgstr "Selección pública"
 
 #: ../../library/Class/AdminVar.php:206
 ../../library/Class/AdminVar.php:207
 #: ../../library/Class/AdminVar.php:204 ../../library/Class/AdminVar.php:223
 #: ../../library/Class/AdminVar.php:225 ../../library/Class/AdminVar.php:217
-#: ../../library/Class/AdminVar.php:215
+#: ../../library/Class/AdminVar.php:215 ../../library/Class/AdminVar.php:212
 msgid "Domaine utilisée par le serveur lectura pour authentification"
 msgstr "Selección utilizada por el servicio Lectura para la autenticación"
 
@@ -8582,6 +8749,7 @@ msgstr "Selección utilizada por el servicio Lectura para la autenticación"
 #: ../../library/Class/Catalogue.php:1200
 #: ../../library/Class/Catalogue.php:1238
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:339
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:344
 msgid "Domaines"
 msgstr "Selecciones temáticas"
 
@@ -8703,6 +8871,7 @@ msgstr "Duplicación de la selección: %s"
 #: ../../application/modules/admin/controllers/ProfilController.php:254
 #: ../../application/modules/admin/controllers/ProfilController.php:261
 #: ../../application/modules/admin/controllers/ProfilController.php:261
+#: ../../application/modules/admin/controllers/ProfilController.php:265
 msgid "Duplication impossible: "
 msgstr "Duplicación no posible"
 
@@ -8786,6 +8955,7 @@ msgstr "Duración de préstamo en días"
 #: ../../library/Class/AdminVar.php:180
 ../../library/Class/AdminVar.php:181
 #: ../../library/Class/AdminVar.php:178 ../../library/Class/AdminVar.php:197
 #: ../../library/Class/AdminVar.php:199 ../../library/Class/AdminVar.php:191
+#: ../../library/Class/AdminVar.php:188
 msgid "Durée maximale (en jours) d'un prêt PNB Dilicom"
 msgstr "Duración máxima (en días) de un préstamo PNB Dilicom"
 
@@ -8903,6 +9073,7 @@ msgstr "Se ha desplazado  \"%s\" en \"%s\"."
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:296
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:321
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:395
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:400
 msgid "Déplacement des boites"
 msgstr "Dezplazar bloques"
 
@@ -8928,7 +9099,7 @@ msgstr "Artículos"
 #: ../../library/Class/AdminVar.php:225
 ../../library/Class/AdminVar.php:226
 #: ../../library/Class/AdminVar.php:223 ../../library/Class/AdminVar.php:242
 #: ../../library/Class/AdminVar.php:244 ../../library/Class/AdminVar.php:236
-#: ../../library/Class/AdminVar.php:234
+#: ../../library/Class/AdminVar.php:234 ../../library/Class/AdminVar.php:231
 msgid "Désactivation des suggestions d'achats"
 msgstr "Desactivar sugerencias de compras"
 
@@ -8951,7 +9122,7 @@ msgstr "Desactivar la tarea"
 #: ../../library/Class/AdminVar.php:291 ../../library/Class/AdminVar.php:297
 #: ../../library/Class/AdminVar.php:316 ../../library/Class/AdminVar.php:318
 #: ../../library/Class/AdminVar.php:321 ../../library/Class/AdminVar.php:313
-#: ../../library/Class/AdminVar.php:314
+#: ../../library/Class/AdminVar.php:314 ../../library/Class/AdminVar.php:311
 msgid "Désactiver pour passer le site en maintenance"
 msgstr "Poner el portal en mantenimiento"
 
@@ -9011,6 +9182,7 @@ msgstr "Dejar de recibir el boletín de noticias:"
 #: ../../application/modules/opac/controllers/AuthController.php:483
 #: ../../application/modules/opac/controllers/AuthController.php:478
 #: ../../application/modules/opac/controllers/AuthController.php:490
+#: ../../application/modules/opac/controllers/AuthController.php:482
 msgid "Désinscription de la lettre d'information: "
 msgstr "Dejar de recibir el boletín de noticias:"
 
@@ -9076,6 +9248,7 @@ msgstr "Detalles de la sesión"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:279
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:304
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:378
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:383
 msgid "Développement"
 msgstr "Dessarrollo"
 
@@ -9188,6 +9361,7 @@ msgstr "Cambio de la relación de aspecto: %s"
 #: ../../application/modules/admin/controllers/WidgetController.php:227
 #: ../../application/modules/admin/controllers/WidgetController.php:257
 #: ../../application/modules/admin/controllers/WidgetController.php:247
+#: ../../application/modules/admin/controllers/WidgetController.php:273
 #, php-format
 msgid "Echec de la sauvegarde de la configuration de %s"
 msgstr "Error al guardar la configuración de %s"
@@ -9263,6 +9437,7 @@ msgstr "Editor: {notice.editeur}"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:144
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:159
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:233
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:237
 msgid "Editeur CSS"
 msgstr "Modificar CSS"
 
@@ -9354,7 +9529,7 @@ msgstr "Email del moderador"
 
 #: ../../library/Class/AdminVar.php:370 ../../library/Class/AdminVar.php:373
 #: ../../library/Class/AdminVar.php:365 ../../library/Class/AdminVar.php:368
-#: ../../library/Class/AdminVar.php:366
+#: ../../library/Class/AdminVar.php:366 ../../library/Class/AdminVar.php:363
 msgid ""
 "Email utilisé pour les demandes d'accompagnement de mise en place ou "
 "d'utilisation des fonctionnalités du logiciel"
@@ -9371,6 +9546,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Notice/Unimarc.php:118
 #: ../../library/ZendAfi/View/Helper/Notice/Unimarc.php:109
 #: ../../library/ZendAfi/View/Helper/Notice/Unimarc.php:115
+#: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:472
 msgid "Emplacement"
 msgstr "Ubicación"
 
@@ -9784,6 +9960,16 @@ msgstr "Publicado"
 msgid "Erreur"
 msgstr "Error"
 
+#: ../../application/modules/admin/controllers/FileManagerController.php:268
+#, fuzzy, php-format
+msgid "Erreur : \"%s\". L'image \"%s\" n'a pas été compressée."
+msgstr "Error. La imagen \"%s\" no se ha comprimido."
+
+#: ../../application/modules/admin/controllers/FileManagerController.php:251
+#, fuzzy, php-format
+msgid "Erreur : \"%s\". L'image \"%s\" n'a pas été redimensionnée."
+msgstr "Error. La imagen  \"%s\" no se ha redimensionado"
+
 #: ../../library/Class/Cosmogramme/Integration/PhasePrepareIntegrations.php:79
 #: ../../library/Class/Cosmogramme/Integration/PhasePrepareIntegrations.php:79
 #, php-format
@@ -9847,6 +10033,7 @@ msgstr "Enviar error: %s"
 #: ../../library/ZendAfi/View/Helper/Accueil/Base.php:128
 #: ../../library/ZendAfi/View/Helper/Accueil/Base.php:129
 #: ../../library/ZendAfi/View/Helper/Accueil/Base.php:129
+#: ../../library/ZendAfi/View/Helper/Accueil/Base.php:148
 msgid "Erreur de configuration"
 msgstr "Error de configuración"
 
@@ -9906,6 +10093,7 @@ msgstr "Error al crear miniatura %s"
 #: ../../application/modules/opac/controllers/AuthController.php:516
 #: ../../application/modules/opac/controllers/AuthController.php:511
 #: ../../application/modules/opac/controllers/AuthController.php:523
+#: ../../application/modules/opac/controllers/AuthController.php:515
 msgid "Erreur lors de l\\inscription à la newsletter."
 msgstr "Error al \\ boletín de suscripción."
 
@@ -9924,6 +10112,8 @@ msgid "Erreur lors de la création du ticket"
 msgstr "Error al crear miniatura %s"
 
 #: ../../library/Class/Notice/Thumbnail/ResizeImage.php:95
+#: ../../library/Class/Notice/Thumbnail/ResizeImage.php:88
+#: ../../library/Class/Notice/Thumbnail/ResizeImage.php:105
 #, fuzzy, php-format
 msgid "Erreur lors du vignettage de l'image \"%s\". %s"
 msgstr "Generar todas las miniaturas"
@@ -9953,6 +10143,7 @@ msgstr "Error(es): %s, variable %s NO guardada"
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:402
 #: ../../application/modules/admin/controllers/FileManagerController.php:339
 #: ../../application/modules/admin/controllers/FileManagerController.php:345
+#: ../../application/modules/admin/controllers/FileManagerController.php:354
 #, fuzzy, php-format
 msgid "Erreur. Impossible de faire cette opération vers \"%s\"."
 msgstr "No se puede encontrar esta dirección"
@@ -9961,6 +10152,7 @@ msgstr "No se puede encontrar esta dirección"
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:356
 #: ../../application/modules/admin/controllers/FileManagerController.php:293
 #: ../../application/modules/admin/controllers/FileManagerController.php:299
+#: ../../application/modules/admin/controllers/FileManagerController.php:308
 #, php-format
 msgid "Erreur. Impossible de renommer \"%s\"."
 msgstr "Error. No se puede renombrado \"%s\"."
@@ -9985,6 +10177,7 @@ msgstr "Error. La imagen  \"%s\" no se ha redimensionado"
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:397
 #: ../../application/modules/admin/controllers/FileManagerController.php:334
 #: ../../application/modules/admin/controllers/FileManagerController.php:340
+#: ../../application/modules/admin/controllers/FileManagerController.php:349
 #, php-format
 msgid "Erreur. Le chemin \"%s\" n'existe pas."
 msgstr "Error. La ruta  \"%s\" no existe."
@@ -9993,6 +10186,7 @@ msgstr "Error. La ruta  \"%s\" no existe."
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:414
 #: ../../application/modules/admin/controllers/FileManagerController.php:351
 #: ../../application/modules/admin/controllers/FileManagerController.php:357
+#: ../../application/modules/admin/controllers/FileManagerController.php:366
 #, php-format
 msgid ""
 "Erreur. Vous ne pouvez pas téléverser un nouveau fichier car vous avez "
@@ -10045,6 +10239,11 @@ msgstr "Espacio en disco libre :"
 msgid "Espace utilisé :"
 msgstr "Espacio utilizado"
 
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:68
+#, fuzzy, php-format
+msgid "Espace utilisé par le dossier \"%s\" :"
+msgstr "Espacio utilizado"
+
 #: ../../application/modules/admin/views/scripts/feature/index.phtml:38
 #: ../../application/modules/admin/views/scripts/feature/index.phtml:63
 #: ../../application/modules/admin/views/scripts/feature/index.phtml:65
@@ -10068,6 +10267,11 @@ msgstr "Editar el grupo de usuarios: %s"
 msgid "Essayer le SSO avec l'utilisateur \"%s\" pour l'album \"%s\""
 msgstr "Editar el grupo de usuarios: %s"
 
+#: ../../library/ZendAfi/Controller/Plugin/Manager/Template.php:28
+#, fuzzy, php-format
+msgid "Essayer le modèle \"%s\""
+msgstr "Plantillas de impresión"
+
 #: ../../library/ZendAfi/Feed/SearchResultHeader.php:49
 #: ../../library/ZendAfi/Feed/SearchResultHeader.php:49
 msgid "Et "
@@ -10108,7 +10312,7 @@ msgstr "Aspecto del sitio"
 #: ../../library/Class/AdminVar.php:239 ../../library/Class/AdminVar.php:241
 #: ../../library/Class/AdminVar.php:260 ../../library/Class/AdminVar.php:262
 #: ../../library/Class/AdminVar.php:254 ../../library/Class/AdminVar.php:257
-#: ../../library/Class/AdminVar.php:255
+#: ../../library/Class/AdminVar.php:255 ../../library/Class/AdminVar.php:252
 msgid ""
 "Etendre automatiquement le résultat de recherche en rajoutant des \"OU\" "
 "entre les mots saisis"
@@ -10135,6 +10339,11 @@ msgstr "¿Seguro que quieres eliminar esta reserva?"
 msgid "Etes-vous sur de vouloir désactiver cette tâche ?"
 msgstr "¿Seguro que quieres eliminar esta capa?"
 
+#: ../../library/ZendAfi/Controller/Plugin/Manager/Template.php:39
+#, fuzzy, php-format
+msgid "Etes-vous sur de vouloir réinitialiser le modèle \"%s\" ?"
+msgstr "¿Seguro que quieres eliminar esta capa?"
+
 #: ../../application/modules/admin/views/scripts/bib/planacces.phtml:12
 msgid "Etes-vous sur de vouloir supprimer ce point ?"
 msgstr "¿Seguro que quieres borrar esto?"
@@ -10264,6 +10473,7 @@ msgstr "Explorador de archivos"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:154
 #: ../../library/Class/Feature/List.php:206
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:153
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:155
 msgid "Explorateur de fichiers"
 msgstr "Explorador de archivos"
 
@@ -10545,6 +10755,7 @@ msgstr "Crear selecciones"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:261
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:286
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:360
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:365
 msgid "Faire une demande de mise à jour de la charte graphique"
 msgstr "Actualización de la CSS"
 
@@ -10564,6 +10775,7 @@ msgstr "Documento Familia"
 #: ../../application/modules/opac/controllers/AbonneController.php:1011
 #: ../../application/modules/opac/controllers/AbonneController.php:1097
 #: ../../application/modules/opac/controllers/AbonneController.php:1099
+#: ../../application/modules/opac/controllers/AbonneController.php:1101
 msgid "Favoris sauvegardés"
 msgstr "Favoritos guar"
 
@@ -10587,6 +10799,7 @@ msgstr "Favoritos"
 #: ../../library/ZendAfi/View/Helper/TagUploadMultiple.php:83
 #: ../../library/ZendAfi/View/Helper/TagUploadMultiple.php:88
 #: ../../library/ZendAfi/View/Helper/Button/Back.php:44
+#: ../../library/ZendAfi/View/Helper/Widget/Notify.php:48
 msgid "Fermer"
 msgstr "Cerrar"
 
@@ -10901,6 +11114,12 @@ msgstr "Función"
 msgid "Fonctionnalités : "
 msgstr "Funcionalidades : "
 
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:60
+#: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/AuthorFunction.php:31
+#, fuzzy
+msgid "Fonctions auteurs"
+msgstr "Función"
+
 #: ../../library/ZendAfi/Form/Configuration/Widget/Libraries.php:98
 msgid "Fond de carte GeoJSON"
 msgstr "Mapa GeoJSON"
@@ -10932,7 +11151,7 @@ msgstr "Fondos"
 #: ../../library/Class/AdminVar.php:286 ../../library/Class/AdminVar.php:288
 #: ../../library/Class/AdminVar.php:307 ../../library/Class/AdminVar.php:309
 #: ../../library/Class/AdminVar.php:312 ../../library/Class/AdminVar.php:304
-#: ../../library/Class/AdminVar.php:305
+#: ../../library/Class/AdminVar.php:305 ../../library/Class/AdminVar.php:302
 msgid ""
 "Forcer l'accès au site par le protocole HTTPS. Nécessite l'installation et "
 "la configuration appropriée du serveur Web"
@@ -11041,6 +11260,7 @@ msgstr "Formularios"
 
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/SearchForm.php:38
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:154
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:156
 #, fuzzy
 msgid "Formulaires de recherche"
 msgstr "Formulario de búsqueda"
@@ -11123,6 +11343,7 @@ msgstr "Kind"
 #: ../../library/ZendAfi/View/Helper/LegacyAdvancedSearch.php:144
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:60
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Genre.php:33
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:64
 msgid "Genres"
 msgstr "Géneros"
 
@@ -11209,11 +11430,13 @@ msgstr "Gestion de contenido"
 #: ../../library/Class/AdminVar.php:171
 ../../library/Class/AdminVar.php:172
 #: ../../library/Class/AdminVar.php:169 ../../library/Class/AdminVar.php:188
 #: ../../library/Class/AdminVar.php:190 ../../library/Class/AdminVar.php:182
+#: ../../library/Class/AdminVar.php:179
 msgid "Gln de la collectivité, il est fourni par Dilicom."
 msgstr "Gln de la comunidad, es provisto por Dilicom."
 
 #: ../../library/Class/FileManager/FileSystem.php:270
 #: ../../library/Class/FileManager/FileSystem.php:271
+#: ../../library/Class/FileManager/FileSystem.php:272
 msgid "Go"
 msgstr "Ir"
 
@@ -11278,6 +11501,7 @@ msgstr "Agrupar por bibliotecas y por calificación"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:125
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:122
 #: ../../library/ZendAfi/Form/Admin/User.php:137
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:124
 msgid "Groupes"
 msgstr "Grupos"
 
@@ -11331,6 +11555,7 @@ msgstr "Generar todas las miniaturas"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:154
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:151
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:150
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:152
 msgid "Génération du site"
 msgstr "Generación del Sitio"
 
@@ -11452,6 +11677,7 @@ msgstr "Gestión manual de los duplicados"
 #: ../../application/modules/opac/controllers/AbonneController.php:1012
 #: ../../application/modules/opac/controllers/AbonneController.php:1101
 #: ../../application/modules/opac/controllers/AbonneController.php:1103
+#: ../../application/modules/opac/controllers/AbonneController.php:1105
 msgid "Gérer mes favoris"
 msgstr "Administrar favoritos"
 
@@ -11583,6 +11809,7 @@ msgstr "Última modificación"
 #: ../../library/ZendAfi/View/Helper/FonctionsAdmin.php:130
 #: ../../library/ZendAfi/View/Helper/TagEditArticle.php:74
 #: ../../library/ZendAfi/Controller/Plugin/Versionning/Article.php:43
+#: ../../library/ZendAfi/View/Helper/FonctionsAdmin.php:145
 msgid "Historique des modifications"
 msgstr "Últimas modificacións"
 
@@ -11652,12 +11879,14 @@ msgstr "Importación Thesaurus"
 #: ../../library/Class/AdminVar.php:163
 ../../library/Class/AdminVar.php:164
 #: ../../library/Class/AdminVar.php:161 ../../library/Class/AdminVar.php:180
 #: ../../library/Class/AdminVar.php:182 ../../library/Class/AdminVar.php:174
+#: ../../library/Class/AdminVar.php:171
 msgid "ID client Jamendo"
 msgstr "ID de cliente de Jamendo ID"
 
 #: ../../library/Class/AdminVar.php:164
 ../../library/Class/AdminVar.php:165
 #: ../../library/Class/AdminVar.php:162 ../../library/Class/AdminVar.php:181
 #: ../../library/Class/AdminVar.php:183 ../../library/Class/AdminVar.php:175
+#: ../../library/Class/AdminVar.php:172
 msgid "ID client SoundCloud"
 msgstr "ID de cliente de SoundCloud"
 
@@ -11785,6 +12014,7 @@ msgstr "SSO ID Cyberlibris"
 #: ../../library/Class/AdminVar.php:168
 ../../library/Class/AdminVar.php:169
 #: ../../library/Class/AdminVar.php:166 ../../library/Class/AdminVar.php:185
 #: ../../library/Class/AdminVar.php:187 ../../library/Class/AdminVar.php:179
+#: ../../library/Class/AdminVar.php:176
 msgid "Identifiant code bibliothèque Vodeclic"
 msgstr "Identificador de código de biblioteca Vodeclic"
 
@@ -11796,6 +12026,7 @@ msgstr "ID comienza con"
 #: ../../library/Class/AdminVar.php:194
 ../../library/Class/AdminVar.php:195
 #: ../../library/Class/AdminVar.php:192 ../../library/Class/AdminVar.php:211
 #: ../../library/Class/AdminVar.php:213 ../../library/Class/AdminVar.php:205
+#: ../../library/Class/AdminVar.php:202
 msgid "Identifiant d'accès au serveur OAI Cité de la Musique"
 msgstr "Acceso al servidor OAI ID Cité de la Musique"
 
@@ -11807,6 +12038,7 @@ msgstr "Código en ILS"
 #: ../../library/Class/AdminVar.php:192
 ../../library/Class/AdminVar.php:193
 #: ../../library/Class/AdminVar.php:190 ../../library/Class/AdminVar.php:209
 #: ../../library/Class/AdminVar.php:211 ../../library/Class/AdminVar.php:203
+#: ../../library/Class/AdminVar.php:200
 msgid "Identifiant du portail chez 1D touch"
 msgstr "ID de portal en 1D touch"
 
@@ -11814,7 +12046,7 @@ msgstr "ID de portal en 1D touch"
 #: ../../library/Class/AdminVar.php:231 ../../library/Class/AdminVar.php:233
 #: ../../library/Class/AdminVar.php:252 ../../library/Class/AdminVar.php:254
 #: ../../library/Class/AdminVar.php:246 ../../library/Class/AdminVar.php:249
-#: ../../library/Class/AdminVar.php:247
+#: ../../library/Class/AdminVar.php:247 ../../library/Class/AdminVar.php:244
 msgid "Identifiant du project Redmine"
 msgstr "Proyecto ID Redmine"
 
@@ -11834,6 +12066,7 @@ msgstr "ID comienza con"
 #: ../../application/modules/opac/controllers/AbonneController.php:1141
 #: ../../application/modules/opac/controllers/AbonneController.php:1227
 #: ../../application/modules/opac/controllers/AbonneController.php:1229
+#: ../../application/modules/opac/controllers/AbonneController.php:1231
 #, fuzzy
 msgid "Identifiant et/ou mot de passe incorrect"
 msgstr "Nombre de usuario o contraseña incorrecta."
@@ -11872,6 +12105,7 @@ msgstr "Nombre de usuario o contraseña incorrecta."
 #: ../../library/Class/AdminVar.php:167
 ../../library/Class/AdminVar.php:168
 #: ../../library/Class/AdminVar.php:165 ../../library/Class/AdminVar.php:184
 #: ../../library/Class/AdminVar.php:186 ../../library/Class/AdminVar.php:178
+#: ../../library/Class/AdminVar.php:175
 msgid "Identifiant partenaire Vodeclic"
 msgstr "ID de cuenta Vodeclic"
 
@@ -11890,7 +12124,7 @@ msgstr "Iniciar sesión"
 #: ../../library/Class/AdminVar.php:338 ../../library/Class/AdminVar.php:344
 #: ../../library/Class/AdminVar.php:363 ../../library/Class/AdminVar.php:365
 #: ../../library/Class/AdminVar.php:368 ../../library/Class/AdminVar.php:360
-#: ../../library/Class/AdminVar.php:361
+#: ../../library/Class/AdminVar.php:361 ../../library/Class/AdminVar.php:358
 msgid ""
 "Identifiant unique (attention: la modification de cette variable impactera "
 "les outils de suivi de cette installation)"
@@ -11964,21 +12198,21 @@ msgstr "Debe completar todos los campos."
 
 #: ../../library/Class/Profil.php:1356 ../../library/Class/Profil.php:1357
 #: ../../library/Class/Profil.php:1377 ../../library/Class/Profil.php:1378
-#: ../../library/Class/Profil.php:1388
+#: ../../library/Class/Profil.php:1388 ../../library/Class/Profil.php:1398
 #, fuzzy
 msgid "Il manque la largeur de la division 1."
 msgstr "División por defecto Transmisión"
 
 #: ../../library/Class/Profil.php:1360 ../../library/Class/Profil.php:1361
 #: ../../library/Class/Profil.php:1381 ../../library/Class/Profil.php:1382
-#: ../../library/Class/Profil.php:1392
+#: ../../library/Class/Profil.php:1392 ../../library/Class/Profil.php:1402
 #, fuzzy
 msgid "Il manque la largeur de la division 2."
 msgstr "División por defecto Transmisión"
 
 #: ../../library/Class/Profil.php:1364 ../../library/Class/Profil.php:1365
 #: ../../library/Class/Profil.php:1385 ../../library/Class/Profil.php:1386
-#: ../../library/Class/Profil.php:1396
+#: ../../library/Class/Profil.php:1396 ../../library/Class/Profil.php:1406
 #, fuzzy
 msgid "Il manque la largeur de la division 3."
 msgstr "División por defecto Transmisión"
@@ -12005,8 +12239,7 @@ msgstr "Hay más de subnivel"
 msgid "Il n'y a plus de sous-niveau"
 msgstr "Hay más de subnivel"
 
-#: ../../library/Class/NoticeOAI.php:230
-#: ../../library/Class/NoticeOAI.php:230
+#: ../../library/Class/NoticeOAI.php:230
 ../../library/Class/NoticeOAI.php:230
 msgid "Il n'y aucun mot assez significatif pour la recherche"
 msgstr "No hay palabra lo suficientemente importantes como para buscar"
 
@@ -12041,6 +12274,11 @@ msgstr "Ver resultados anteriores"
 msgid "Il y a un problème avec l'adresse du flux RSS"
 msgstr "Hay un problema con la dirección del feed RSS"
 
+#: ../../library/Class/Notice/Thumbnail/ResizeImage.php:54
+#, fuzzy
+msgid "Il y a un problème avec le fichier source."
+msgstr "Hay un problema con la dirección del feed RSS"
+
 #: ../../application/modules/admin/views/scripts/bib/plansmaj.phtml:28
 #: ../../application/modules/admin/views/scripts/zone/_form.phtml:29
 #: ../../application/modules/admin/views/scripts/zone/_form.phtml:35
@@ -12093,6 +12331,7 @@ msgstr "Importar EAD"
 #: ../../application/modules/admin/controllers/HarvestController.php:223
 #: ../../application/modules/admin/controllers/HarvestController.php:201
 #: ../../application/modules/admin/controllers/HarvestController.php:201
+#: ../../application/modules/admin/controllers/HarvestController.php:200
 msgid "Import SoundCloud"
 msgstr "Importación de SoundCloud"
 
@@ -12101,6 +12340,7 @@ msgstr "Importación de SoundCloud"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:175
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:171
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:168
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:170
 msgid "Import Thesaurus"
 msgstr "Importación Thesaurus"
 
@@ -12109,6 +12349,7 @@ msgstr "Importación Thesaurus"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:151
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:148
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:147
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:149
 msgid "Import avis opac2"
 msgstr "Importación de comentarios opac2"
 
@@ -12162,6 +12403,8 @@ msgstr "Importar un thesauro"
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Album.php:568
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Album.php:567
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Album.php:566
+#: ../../application/modules/admin/controllers/HarvestController.php:128
+#: ../../application/modules/admin/controllers/HarvestController.php:185
 msgid "Importer"
 msgstr "Importar"
 
@@ -12215,6 +12458,11 @@ msgstr "No se puede escribir el archivo en la ruta del servidor [ %s]"
 msgid "Impossible d\\`écrire le fichier sur le disque"
 msgstr "No se puede escribir el archivo en la ruta del servidor [ %s]"
 
+#: ../../application/modules/admin/controllers/WidgetController.php:222
+#, fuzzy, php-format
+msgid "Impossible de configurer l'élément : \"%s\""
+msgstr "No se puede encontrar esta dirección"
+
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:184
 #: ../../application/modules/admin/controllers/FileManagerController.php:116
 #, fuzzy, php-format
@@ -12594,6 +12842,7 @@ msgstr "Información del documento"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:145
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:144
 #: ../../application/modules/admin/controllers/SystemeController.php:229
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:146
 msgid "Informations système"
 msgstr "Información del sistema"
 
@@ -12654,6 +12903,7 @@ msgstr "Registro"
 #: ../../application/modules/opac/controllers/AuthController.php:427
 #: ../../application/modules/opac/controllers/AuthController.php:422
 #: ../../application/modules/opac/controllers/AuthController.php:434
+#: ../../application/modules/opac/controllers/AuthController.php:426
 msgid "Inscription à la lettre d'information: "
 msgstr "Suscríbete al boletín:"
 
@@ -12664,6 +12914,7 @@ msgstr "Suscríbete al boletín:"
 #: ../../application/modules/opac/controllers/AuthController.php:509
 #: ../../application/modules/opac/controllers/AuthController.php:504
 #: ../../application/modules/opac/controllers/AuthController.php:516
+#: ../../application/modules/opac/controllers/AuthController.php:508
 msgid "Inscription à la newsletter invalide."
 msgstr "Suscríbete a nuestro boletín deshabilitado."
 
@@ -12695,7 +12946,7 @@ msgstr "Agregar una registro a la cesta"
 #: ../../library/Class/AdminVar.php:312 ../../library/Class/AdminVar.php:318
 #: ../../library/Class/AdminVar.php:337 ../../library/Class/AdminVar.php:339
 #: ../../library/Class/AdminVar.php:342 ../../library/Class/AdminVar.php:334
-#: ../../library/Class/AdminVar.php:335
+#: ../../library/Class/AdminVar.php:335 ../../library/Class/AdminVar.php:332
 msgid "Interdire la modification de la fiche abonne"
 msgstr "Convertir la ficha de usuario a solo lectura"
 
@@ -12855,6 +13106,7 @@ msgstr "Código Javascript para estadísticas"
 #: ../../library/Class/AdminVar.php:300 ../../library/Class/AdminVar.php:302
 #: ../../library/Class/AdminVar.php:304 ../../library/Class/AdminVar.php:296
 #: ../../library/Class/AdminVar.php:299 ../../library/Class/AdminVar.php:297
+#: ../../library/Class/AdminVar.php:294
 msgid "Je ne veux plus recevoir cette lettre d'information"
 msgstr "Ya no quiero recibir este boletín"
 
@@ -12887,6 +13139,7 @@ msgstr "Token de autorización no disponible"
 #: ../../application/modules/opac/controllers/AuthController.php:344
 #: ../../application/modules/opac/controllers/AuthController.php:339
 #: ../../application/modules/opac/controllers/AuthController.php:351
+#: ../../application/modules/opac/controllers/AuthController.php:336
 msgid "Jeton de réinitialisation expiré"
 msgstr "Token de restablecimiento expirado"
 
@@ -12894,6 +13147,7 @@ msgstr "Token de restablecimiento expirado"
 #: ../../application/modules/opac/controllers/AuthController.php:341
 #: ../../application/modules/opac/controllers/AuthController.php:336
 #: ../../application/modules/opac/controllers/AuthController.php:348
+#: ../../application/modules/opac/controllers/AuthController.php:333
 #, fuzzy
 msgid "Jeton de réinitialisation invalide"
 msgstr "El código anti-spam no es válido."
@@ -12968,6 +13222,7 @@ msgstr "Avisos Booth, carrusel horizontal"
 
 #: ../../library/Class/FileManager/FileSystem.php:268
 #: ../../library/Class/FileManager/FileSystem.php:269
+#: ../../library/Class/FileManager/FileSystem.php:270
 msgid "Ko"
 msgstr "Ko"
 
@@ -13059,13 +13314,14 @@ msgstr "Ha fallado la carga del fichero"
 
 #: ../../application/modules/admin/controllers/OaiController.php:117
 #: ../../application/modules/admin/controllers/OaiController.php:117
+#: ../../application/modules/admin/controllers/OaiController.php:119
 #, php-format
 msgid "L'album \"%s\" a été créé"
 msgstr "El álbum \"%s\" se ha creado"
 
 #: ../../library/Class/Album.php:1133
 ../../library/Class/Album.php:1133
 #: ../../library/Class/Album.php:1138 ../../library/Class/Album.php:1140
-#: ../../library/Class/Album.php:1141
+#: ../../library/Class/Album.php:1141 ../../library/Class/Album.php:1132
 msgid "L'album doit avoir un type de document"
 msgstr "El álbum debe tener un tipo de documento"
 
@@ -13089,7 +13345,7 @@ msgstr "El sitio \"%s\" se ha eliminado"
 
 #: ../../library/Class/Album.php:1126
 ../../library/Class/Album.php:1126
 #: ../../library/Class/Album.php:1131 ../../library/Class/Album.php:1133
-#: ../../library/Class/Album.php:1134
+#: ../../library/Class/Album.php:1134 ../../library/Class/Album.php:1125
 #, fuzzy, php-format
 msgid "L'année doit être comprise entre %s et %s"
 msgstr "El comentario debe tener una longitud entre %s y %s caracteres"
@@ -13184,6 +13440,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/ModulesController.php:79
 #: ../../application/modules/opac/controllers/ModulesController.php:72
 #: ../../application/modules/opac/controllers/ModulesController.php:71
+#: ../../application/modules/opac/controllers/ModulesController.php:70
 msgid "L'identifiant du document demandé n'existe pas"
 msgstr "El identificador el registro no existe"
 
@@ -13191,7 +13448,7 @@ msgstr "El identificador el registro no existe"
 #: ../../library/Class/Users.php:1033 ../../library/Class/Users.php:1012
 #: ../../library/Class/Users.php:1014 ../../library/Class/Users.php:1018
 #: ../../library/Class/Users.php:1030 ../../library/Class/Users.php:1025
-#: ../../library/Class/Users.php:1013
+#: ../../library/Class/Users.php:1013 ../../library/Class/Users.php:1008
 msgid "L'identifiant que vous avez choisi existe déjà."
 msgstr "El nombre de usuario que eligió ya existe."
 
@@ -13199,6 +13456,7 @@ msgstr "El nombre de usuario que eligió ya existe."
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:323
 #: ../../application/modules/admin/controllers/FileManagerController.php:260
 #: ../../application/modules/admin/controllers/FileManagerController.php:261
+#: ../../application/modules/admin/controllers/FileManagerController.php:271
 #, fuzzy, php-format
 msgid "L'image \"%s\" a été compressée."
 msgstr "El álbum \"%s\" se ha creado"
@@ -13207,6 +13465,7 @@ msgstr "El álbum \"%s\" se ha creado"
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:311
 #: ../../application/modules/admin/controllers/FileManagerController.php:248
 #: ../../application/modules/admin/controllers/FileManagerController.php:249
+#: ../../application/modules/admin/controllers/FileManagerController.php:254
 #, fuzzy, php-format
 msgid "L'image \"%s\" a été redimensionnée."
 msgstr "La sesión \"%s\" se ha guardado"
@@ -13292,6 +13551,7 @@ msgid "L'utilisateur n'a pas renseigné son adresse e-mail."
 msgstr "El usuario no ha actualizado su dirección de correo electrónico."
 
 #: ../../application/modules/admin/controllers/FileManagerController.php:274
+#: ../../application/modules/admin/controllers/FileManagerController.php:283
 #, php-format
 msgid ""
 "L'élément \"%s\" ne peut pas être renommé car il est lié à des éléments "
@@ -13358,6 +13618,7 @@ msgstr "La biblioteca contiene los registros %s."
 #: ../../library/Class/Users.php:1023 ../../library/Class/Users.php:1027
 #: ../../library/Class/Users.php:1037 ../../library/Class/Users.php:1032
 #: ../../library/Class/Users.php:1034 ../../library/Class/Users.php:1022
+#: ../../library/Class/Users.php:1017
 #, php-format
 msgid "La bibliothèque est obligatoire pour le rôle : %s"
 msgstr "Se requiere que la biblioteca de la función: %s"
@@ -13446,6 +13707,11 @@ msgstr "Formación \"%s\" se ha guardado"
 msgid "La configuration de la boite %s a été sauvegardée"
 msgstr "Formación \"%s\" se ha guardado"
 
+#: ../../library/Class/Systeme/Widget/Section.php:72
+#, fuzzy, php-format
+msgid "La configuration de la section %s a été sauvegardée"
+msgstr "Formación \"%s\" se ha guardado"
+
 #: ../../library/Class/Systeme/Widget/Menu.php:163
 #: ../../library/Class/Systeme/Widget/Menu.php:169
 #: ../../library/Class/Systeme/Widget/Menu.php:169
@@ -13455,13 +13721,13 @@ msgstr "Formación \"%s\" se ha guardado"
 
 #: ../../library/Class/Profil.php:1384 ../../library/Class/Profil.php:1385
 #: ../../library/Class/Profil.php:1405 ../../library/Class/Profil.php:1406
-#: ../../library/Class/Profil.php:1416
+#: ../../library/Class/Profil.php:1416 ../../library/Class/Profil.php:1426
 msgid "La couleur des liens du bandeau doit être au format #001122"
 msgstr "El color de los enlaces del banner debe estar en formato #001122"
 
 #: ../../library/Class/Profil.php:1380 ../../library/Class/Profil.php:1381
 #: ../../library/Class/Profil.php:1401 ../../library/Class/Profil.php:1402
-#: ../../library/Class/Profil.php:1412
+#: ../../library/Class/Profil.php:1412 ../../library/Class/Profil.php:1422
 msgid "La couleur du texte bandeau doit être au format #001122"
 msgstr "El color del texto del banner debe tener el formato # 001122"
 
@@ -13489,7 +13755,7 @@ msgstr "La gestión de permisos se habilitará después de crear esta categoría
 
 #: ../../library/Class/Profil.php:1345 ../../library/Class/Profil.php:1346
 #: ../../library/Class/Profil.php:1366 ../../library/Class/Profil.php:1367
-#: ../../library/Class/Profil.php:1377
+#: ../../library/Class/Profil.php:1377 ../../library/Class/Profil.php:1387
 #, fuzzy
 msgid "La largeur du site doit être comprise entre 800 et 2000 pixels."
 msgstr "El comentario debe tener una longitud entre %s y %s caracteres"
@@ -13643,7 +13909,7 @@ msgstr "La sesión \"%s\" se ha guardado"
 
 #: ../../library/Class/Profil.php:1352 ../../library/Class/Profil.php:1353
 #: ../../library/Class/Profil.php:1373 ../../library/Class/Profil.php:1374
-#: ../../library/Class/Profil.php:1384
+#: ../../library/Class/Profil.php:1384 ../../library/Class/Profil.php:1394
 msgid ""
 "La somme des largeurs des divisions ne doit pas excéder la largeur du site."
 msgstr ""
@@ -13831,6 +14097,7 @@ msgstr "Idioma"
 
 #: ../../library/Class/AdminVar.php:311 ../../library/Class/AdminVar.php:303
 #: ../../library/Class/AdminVar.php:306 ../../library/Class/AdminVar.php:304
+#: ../../library/Class/AdminVar.php:301
 #, fuzzy
 msgid "Langue par défaut"
 msgstr "Permisos por defecto"
@@ -13853,6 +14120,7 @@ msgstr "Idioma (s)"
 #: ../../library/ZendAfi/Form/Configuration/Domain.php:85
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:64
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Language.php:33
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:68
 msgid "Langues"
 msgstr "Idiomas"
 
@@ -14001,14 +14269,14 @@ msgstr "'Url' El campo debe ser inferior a 250 caracteres"
 #: ../../library/Class/Users.php:1029 ../../library/Class/Users.php:1008
 #: ../../library/Class/Users.php:1010 ../../library/Class/Users.php:1014
 #: ../../library/Class/Users.php:1026 ../../library/Class/Users.php:1021
-#: ../../library/Class/Users.php:1009
+#: ../../library/Class/Users.php:1009 ../../library/Class/Users.php:1004
 msgid "Le champ 'Identifiant' doit être inférieur à 50 caractères"
 msgstr "El campo 'id' debe ser menor de 50 caracteres"
 
 #: ../../library/Class/Users.php:1028
 ../../library/Class/Users.php:1028
 #: ../../library/Class/Users.php:1037 ../../library/Class/Users.php:1016
 #: ../../library/Class/Users.php:1018 ../../library/Class/Users.php:1022
-#: ../../library/Class/Users.php:1033
+#: ../../library/Class/Users.php:1033 ../../library/Class/Users.php:1011
 msgid "Le champ 'Mot de passe' doit être inférieur à 255 caractères"
 msgstr "El campo 'Contraseña' debe tener menos de 255 caracteres"
 
@@ -14121,6 +14389,11 @@ msgstr "El archivo excede el límite de tamaño (upload_max_filesize of php.ini)
 msgid "Le fichier est trop petit : %s mo -> taille minimum attendue : %s mo"
 msgstr "El archivo es demasiado pequeño:%s mb -> tamaño mínimo esperado: %s mb"
 
+#: ../../library/Class/Notice/Thumbnail/ResizeImage.php:73
+#, fuzzy
+msgid "Le fichier existe déjà."
+msgstr "Este identificador ya existe."
+
 #: ../../library/Class/SearchForm.php:142
 #, php-format
 msgid "Le fichier lié à ce formulaire a provoqué une erreur d'exécution : %s"
@@ -14255,6 +14528,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:271 ../../library/Class/AdminVar.php:273
 #: ../../library/Class/AdminVar.php:275 ../../library/Class/AdminVar.php:267
 #: ../../library/Class/AdminVar.php:270 ../../library/Class/AdminVar.php:268
+#: ../../library/Class/AdminVar.php:265
 msgid ""
 "Le gestionnaire de contenu affiche les articles sous forme de liste paginée "
 "au lieu de d'une arborescence. Cet affichage est adapté lorsque le nombre "
@@ -14277,11 +14551,17 @@ msgstr "El campo no puede estar vacío"
 
 #: ../../library/Class/Profil.php:1341 ../../library/Class/Profil.php:1342
 #: ../../library/Class/Profil.php:1362 ../../library/Class/Profil.php:1363
-#: ../../library/Class/Profil.php:1373
+#: ../../library/Class/Profil.php:1373 ../../library/Class/Profil.php:1383
 #, fuzzy
 msgid "Le libellé est obligatoire."
 msgstr "el idioma es obligatorio."
 
+#: ../../application/modules/admin/controllers/TemplateController.php:36
+msgid ""
+"Le magasin de thèmes n'est pas activé. Vous n'avez pas accès à cette "
+"fonctionnalité."
+msgstr ""
+
 #: ../../application/modules/admin/controllers/SystemeController.php:298
 #: ../../application/modules/admin/controllers/SystemeController.php:304
 #: ../../application/modules/admin/controllers/SystemeController.php:304
@@ -14395,6 +14675,7 @@ msgstr "El número de etiquetas debe estar entre %s y %s"
 #: ../../library/Class/Users.php:1028 ../../library/Class/Users.php:1032
 #: ../../library/Class/Users.php:1042 ../../library/Class/Users.php:1037
 #: ../../library/Class/Users.php:1039 ../../library/Class/Users.php:1027
+#: ../../library/Class/Users.php:1022
 msgid ""
 "Le numéro de carte est obligatoire pour les abonnés identifiés dans un sigb."
 msgstr ""
@@ -14476,6 +14757,7 @@ msgstr "El código anti-spam no es válido."
 #: ../../application/modules/opac/controllers/ModulesController.php:61
 #: ../../application/modules/opac/controllers/ModulesController.php:54
 #: ../../application/modules/opac/controllers/ModulesController.php:53
+#: ../../application/modules/opac/controllers/ModulesController.php:52
 msgid "Le service est mal configuré. Il manque l'URL du service."
 msgstr "El servicio está mal configurado, se requiere una URL"
 
@@ -14518,7 +14800,7 @@ msgstr "El territorio contiene referencias %s"
 
 #: ../../library/Class/Album.php:1131
 ../../library/Class/Album.php:1131
 #: ../../library/Class/Album.php:1136 ../../library/Class/Album.php:1138
-#: ../../library/Class/Album.php:1139
+#: ../../library/Class/Album.php:1139 ../../library/Class/Album.php:1130
 #, fuzzy
 msgid "Le titre est obligatoire"
 msgstr "el idioma es obligatorio."
@@ -14554,6 +14836,7 @@ msgstr "Los %s seleccionados han sido eliminados"
 #: ../../library/Class/AdminVar.php:289 ../../library/Class/AdminVar.php:308
 #: ../../library/Class/AdminVar.php:310 ../../library/Class/AdminVar.php:313
 #: ../../library/Class/AdminVar.php:305 ../../library/Class/AdminVar.php:306
+#: ../../library/Class/AdminVar.php:303
 msgid "Les abonnées peuvent se connecter uniquement via le webservice du SIGB."
 msgstr ""
 "Los suscriptores pueden conectarse solo a través del servicio web de IMS."
@@ -14780,14 +15063,14 @@ msgstr "Los sitios más recientes"
 
 #: ../../library/Class/AdminVar.php:225 ../../library/Class/AdminVar.php:244
 #: ../../library/Class/AdminVar.php:246 ../../library/Class/AdminVar.php:238
-#: ../../library/Class/AdminVar.php:236
+#: ../../library/Class/AdminVar.php:236 ../../library/Class/AdminVar.php:233
 #, fuzzy
 msgid "Les utilisateurs peuvent enregister des recherches dans leurs favoris"
 msgstr "Puede seleccionar una o varias bibliotecas para buscar"
 
 #: ../../library/Class/AdminVar.php:226 ../../library/Class/AdminVar.php:245
 #: ../../library/Class/AdminVar.php:247 ../../library/Class/AdminVar.php:239
-#: ../../library/Class/AdminVar.php:237
+#: ../../library/Class/AdminVar.php:237 ../../library/Class/AdminVar.php:234
 #, fuzzy
 msgid ""
 "Les utilisateurs peuvent recevoir les nouveautés de leurs recherches "
@@ -14797,7 +15080,7 @@ msgstr "Puede seleccionar una o varias bibliotecas para buscar"
 #: ../../library/Class/AdminVar.php:226
 ../../library/Class/AdminVar.php:227
 #: ../../library/Class/AdminVar.php:224 ../../library/Class/AdminVar.php:243
 #: ../../library/Class/AdminVar.php:245 ../../library/Class/AdminVar.php:237
-#: ../../library/Class/AdminVar.php:235
+#: ../../library/Class/AdminVar.php:235 ../../library/Class/AdminVar.php:232
 #, fuzzy
 msgid ""
 "Les utilisateurs peuvent sélectionner des bibliothèques favorites pour leurs "
@@ -14950,6 +15233,9 @@ msgstr "Nombre"
 #: ../../library/Class/ListViewModeDescription/Domain.php:50
 #: ../../library/Class/ListViewModeDescription/Domain.php:59
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/Flat.php:68
+#: ../../library/ZendAfi/Form/Admin/AuthorFunction.php:36
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/AuthorFunction.php:40
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/Flat.php:67
 msgid "Libellé"
 msgstr "Redacción"
 
@@ -15068,7 +15354,7 @@ msgstr "Confirmar Contraseña"
 #: ../../library/Class/AdminVar.php:317 ../../library/Class/AdminVar.php:323
 #: ../../library/Class/AdminVar.php:342 ../../library/Class/AdminVar.php:344
 #: ../../library/Class/AdminVar.php:347 ../../library/Class/AdminVar.php:339
-#: ../../library/Class/AdminVar.php:340
+#: ../../library/Class/AdminVar.php:340 ../../library/Class/AdminVar.php:337
 msgid "Libellé pour la Dewey"
 msgstr "Etiqueta para Dewey"
 
@@ -15076,7 +15362,7 @@ msgstr "Etiqueta para Dewey"
 #: ../../library/Class/AdminVar.php:316 ../../library/Class/AdminVar.php:322
 #: ../../library/Class/AdminVar.php:341 ../../library/Class/AdminVar.php:343
 #: ../../library/Class/AdminVar.php:346 ../../library/Class/AdminVar.php:338
-#: ../../library/Class/AdminVar.php:339
+#: ../../library/Class/AdminVar.php:339 ../../library/Class/AdminVar.php:336
 msgid "Libellé pour la PCDM4"
 msgstr "Etiqueta para PCDM4"
 
@@ -15161,6 +15447,7 @@ msgstr "Permalink"
 #: ../../library/Class/AdminVar.php:298 ../../library/Class/AdminVar.php:300
 #: ../../library/Class/AdminVar.php:302 ../../library/Class/AdminVar.php:294
 #: ../../library/Class/AdminVar.php:297 ../../library/Class/AdminVar.php:295
+#: ../../library/Class/AdminVar.php:292
 msgid "Lien pour se désinscrire de cette lettre d'information : {{URL}}"
 msgstr "Enlace para darse de baja de este boletín: {{URL}}"
 
@@ -15649,6 +15936,7 @@ msgstr "Lista de valores"
 #: ../../library/Class/AdminVar.php:175
 ../../library/Class/AdminVar.php:176
 #: ../../library/Class/AdminVar.php:173 ../../library/Class/AdminVar.php:192
 #: ../../library/Class/AdminVar.php:194 ../../library/Class/AdminVar.php:186
+#: ../../library/Class/AdminVar.php:183
 msgid ""
 "Liste des adresses IP publiques autorisées pour la consultation des documents"
 msgstr "Lista de direcciones IP públicas permitidas para ver documentos"
@@ -15661,6 +15949,7 @@ msgstr "Lista de álbumes"
 
 #: ../../library/ZendAfi/Controller/Plugin/InspectorGadget.php:156
 #: ../../library/ZendAfi/Controller/Plugin/InspectorGadget.php:162
+#: ../../library/ZendAfi/Controller/Plugin/InspectorGadget.php:169
 #, fuzzy
 msgid "Liste des appels webservices"
 msgstr "Servicios de pruebas web"
@@ -15681,7 +15970,7 @@ msgstr "Lista de categorías"
 #: ../../library/Class/AdminVar.php:315 ../../library/Class/AdminVar.php:321
 #: ../../library/Class/AdminVar.php:340 ../../library/Class/AdminVar.php:342
 #: ../../library/Class/AdminVar.php:345 ../../library/Class/AdminVar.php:337
-#: ../../library/Class/AdminVar.php:338
+#: ../../library/Class/AdminVar.php:338 ../../library/Class/AdminVar.php:335
 msgid ""
 "Liste des champs que l'utilisateur peux modifier. <br/>Ex: nom;prenom;pseudo;"
 "adresse;<br/>code_postal;ville;mail;is_contact_mail;<br/>telephone;"
@@ -15695,7 +15984,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:328 ../../library/Class/AdminVar.php:334
 #: ../../library/Class/AdminVar.php:353 ../../library/Class/AdminVar.php:355
 #: ../../library/Class/AdminVar.php:358 ../../library/Class/AdminVar.php:350
-#: ../../library/Class/AdminVar.php:351
+#: ../../library/Class/AdminVar.php:351 ../../library/Class/AdminVar.php:348
 msgid ""
 "Liste des codes des facettes qui ne sont pas limitées à l'affichage dans le "
 "résultat de recherche<br/>Exemple : T => Type de doc, Y => Annexe, B => "
@@ -15709,7 +15998,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:297 ../../library/Class/AdminVar.php:303
 #: ../../library/Class/AdminVar.php:322 ../../library/Class/AdminVar.php:324
 #: ../../library/Class/AdminVar.php:327 ../../library/Class/AdminVar.php:319
-#: ../../library/Class/AdminVar.php:320
+#: ../../library/Class/AdminVar.php:320 ../../library/Class/AdminVar.php:317
 msgid ""
 "Liste des codes langue utilisées en plus du français séparées par des ;. "
 "Exemple: en;ro;es"
@@ -15793,7 +16082,7 @@ msgstr "Reservas avisos"
 #: ../../library/Class/AdminVar.php:242 ../../library/Class/AdminVar.php:244
 #: ../../library/Class/AdminVar.php:263 ../../library/Class/AdminVar.php:265
 #: ../../library/Class/AdminVar.php:257 ../../library/Class/AdminVar.php:260
-#: ../../library/Class/AdminVar.php:258
+#: ../../library/Class/AdminVar.php:258 ../../library/Class/AdminVar.php:255
 #, php-format
 msgid ""
 "Liste des sites de recherche élargie (la chaine '%s' dans l'url sera "
@@ -15806,7 +16095,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:340 ../../library/Class/AdminVar.php:346
 #: ../../library/Class/AdminVar.php:365 ../../library/Class/AdminVar.php:367
 #: ../../library/Class/AdminVar.php:370 ../../library/Class/AdminVar.php:362
-#: ../../library/Class/AdminVar.php:363
+#: ../../library/Class/AdminVar.php:363 ../../library/Class/AdminVar.php:360
 msgid "Liste des tags à ajouter au rapport d'état du système"
 msgstr "Lista de etiquetas para agregar al informe de estado del sistema"
 
@@ -15937,14 +16226,14 @@ msgstr "Iniciar sesión ARTE VOD"
 #: ../../library/Class/AdminVar.php:213
 ../../library/Class/AdminVar.php:214
 #: ../../library/Class/AdminVar.php:211 ../../library/Class/AdminVar.php:230
 #: ../../library/Class/AdminVar.php:232 ../../library/Class/AdminVar.php:224
-#: ../../library/Class/AdminVar.php:222
+#: ../../library/Class/AdminVar.php:222 ../../library/Class/AdminVar.php:219
 msgid "Login du portail fourni par Kidilangues."
 msgstr "Inicio de sesión del portal facilitado por Kidilangues."
 
 #: ../../library/Class/AdminVar.php:217
 ../../library/Class/AdminVar.php:218
 #: ../../library/Class/AdminVar.php:215 ../../library/Class/AdminVar.php:234
 #: ../../library/Class/AdminVar.php:236 ../../library/Class/AdminVar.php:228
-#: ../../library/Class/AdminVar.php:226
+#: ../../library/Class/AdminVar.php:226 ../../library/Class/AdminVar.php:223
 msgid "Login du portail fourni par Premier-Chapitre."
 msgstr "Inicio de sesión del portal proporcionado por Premier-Chapitre"
 
@@ -16011,6 +16300,11 @@ msgstr "Búsqueda Tipo"
 msgid "Madame"
 msgstr "Señora"
 
+#: ../../application/modules/admin/controllers/TemplateController.php:43
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:98
+msgid "Magasin de thèmes"
+msgstr ""
+
 #: ../../library/ZendAfi/View/Helper/Calendar/Months.php:13
 #: ../../library/ZendAfi/View/Helper/Calendar/Months.php:29
 #: ../../library/ZendAfi/View/Helper/Calendar/Months.php:13
@@ -16220,6 +16514,7 @@ msgstr "Carrusel horizontal"
 #: ../../application/modules/admin/controllers/ProfilController.php:485
 #: ../../application/modules/admin/controllers/ProfilController.php:515
 #: ../../application/modules/admin/controllers/ProfilController.php:506
+#: ../../application/modules/admin/controllers/ProfilController.php:510
 msgid "Menu horizontal dupliqué sur tous les autres profils."
 msgstr "Menú horizontal duplicado en todos los demás portales."
 
@@ -16233,6 +16528,7 @@ msgstr "Comentarios %s removido"
 
 #: ../../library/ZendAfi/Form/Configuration/Widget/Menu.php:45
 #: ../../library/ZendAfi/Form/Configuration/Widget/Menu.php:45
+#: ../../library/ZendAfi/Form/Configuration/Widget/Nav.php:28
 msgid "Menu utilisé"
 msgstr "Menú utilizado"
 
@@ -16300,6 +16596,7 @@ msgstr "Miercoles"
 #: ../../application/modules/opac/controllers/AbonneController.php:1198
 #: ../../application/modules/opac/controllers/AbonneController.php:1284
 #: ../../application/modules/opac/controllers/AbonneController.php:1286
+#: ../../application/modules/opac/controllers/AbonneController.php:1288
 #, fuzzy
 msgid "Mes activités suivies"
 msgstr "O cambiar su información de carrito de la compra"
@@ -16325,6 +16622,7 @@ msgstr "Bibliotecas"
 #: ../../application/modules/opac/controllers/AbonneController.php:1064
 #: ../../application/modules/opac/controllers/AbonneController.php:1150
 #: ../../application/modules/opac/controllers/AbonneController.php:1152
+#: ../../application/modules/opac/controllers/AbonneController.php:1154
 #, fuzzy
 msgid "Mes cartes"
 msgstr "Mi Carrito de Compras"
@@ -16341,6 +16639,7 @@ msgstr "Mis últimos cestas"
 #: ../../application/modules/opac/controllers/AbonneController.php:1020
 #: ../../application/modules/opac/controllers/AbonneController.php:1106
 #: ../../application/modules/opac/controllers/AbonneController.php:1108
+#: ../../application/modules/opac/controllers/AbonneController.php:1110
 #, fuzzy
 msgid "Mes favoris"
 msgstr "Mi Carrito de Compras"
@@ -16358,6 +16657,7 @@ msgstr "Mi Carrito de Compras"
 #: ../../application/modules/opac/controllers/AbonneController.php:1192
 #: ../../application/modules/opac/controllers/AbonneController.php:1278
 #: ../../application/modules/opac/controllers/AbonneController.php:1280
+#: ../../application/modules/opac/controllers/AbonneController.php:1282
 #, fuzzy
 msgid "Mes inscriptions en cours"
 msgstr "Las reservas actuales"
@@ -16367,6 +16667,7 @@ msgstr "Las reservas actuales"
 #: ../../library/Class/Users.php:1546 ../../library/Class/Users.php:1550
 #: ../../library/Class/Users.php:1571 ../../library/Class/Users.php:1566
 #: ../../library/Class/Users.php:1587 ../../library/Class/Users.php:1528
+#: ../../library/Class/Users.php:1523
 msgid "Mes paniers"
 msgstr "Mi Carrito de Compras"
 
@@ -16381,6 +16682,7 @@ msgstr "Su cesta de documentos"
 #: ../../library/Class/Users.php:1579 ../../library/Class/Users.php:1583
 #: ../../library/Class/Users.php:1604 ../../library/Class/Users.php:1599
 #: ../../library/Class/Users.php:1620 ../../library/Class/Users.php:1561
+#: ../../library/Class/Users.php:1556
 msgid "Mes paniers rattachés à un domaine"
 msgstr "Mis cestas unidos a una selección"
 
@@ -16389,12 +16691,14 @@ msgstr "Mis cestas unidos a una selección"
 #: ../../library/Class/Systeme/ModulesAccueil/Prets.php:35
 #: ../../application/modules/telephone/views/scripts/abonne/fiche.phtml:41
 #: ../../library/Class/Systeme/ModulesAccueil/Prets.php:35
+#: ../../application/modules/telephone/views/scripts/abonne/fiche.phtml:43
 #, fuzzy
 msgid "Mes prêts"
 msgstr "Préstamos"
 
 #: ../../application/modules/telephone/views/scripts/abonne/fiche.phtml:44
 #: ../../application/modules/telephone/views/scripts/abonne/fiche.phtml:44
+#: ../../application/modules/telephone/views/scripts/abonne/fiche.phtml:46
 #, fuzzy
 msgid "Mes prêts numériques"
 msgstr "Recursos digitales"
@@ -16457,6 +16761,7 @@ msgstr "Cuadro de mensaje por encima de la"
 #: ../../library/Class/AdminVar.php:183
 ../../library/Class/AdminVar.php:184
 #: ../../library/Class/AdminVar.php:181 ../../library/Class/AdminVar.php:200
 #: ../../library/Class/AdminVar.php:202 ../../library/Class/AdminVar.php:194
+#: ../../library/Class/AdminVar.php:191
 msgid "Message d'avertissement affiché sur la popup d'emprunt"
 msgstr ""
 "Mensaje de advertencia que se muestra en la ventana emergente de préstamos"
@@ -16643,6 +16948,7 @@ msgstr "Actualización de la ubicación"
 #: ../../application/modules/admin/controllers/IndexController.php:152
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:101
 #: ../../application/modules/admin/controllers/IndexController.php:143
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:103
 msgid "Mise à jour de la charte graphique"
 msgstr "Actualización de la CSS"
 
@@ -16746,6 +17052,7 @@ msgstr "Actualización de la base completado con éxito"
 
 #: ../../library/Class/FileManager/FileSystem.php:269
 #: ../../library/Class/FileManager/FileSystem.php:270
+#: ../../library/Class/FileManager/FileSystem.php:271
 msgid "Mo"
 msgstr "MB"
 
@@ -16980,6 +17287,7 @@ msgstr "Modificar el aviso \"%s\""
 
 #: ../../library/ZendAfi/View/Helper/TagEditMenu.php:48
 #: ../../library/ZendAfi/View/Helper/TagEditMenu.php:48
+#: ../../library/ZendAfi/View/Helper/TagEditMenu.php:45
 #, fuzzy, php-format
 msgid "Modifier l'entrée : %s"
 msgstr "Editar la Cesta"
@@ -17027,6 +17335,11 @@ msgstr "Modificar la biblioteca: %s"
 msgid "Modifier la biographie"
 msgstr "Edite la biografía"
 
+#: ../../library/ZendAfi/View/Helper/TagEditMenu.php:53
+#, fuzzy, php-format
+msgid "Modifier la boite : %s"
+msgstr "Editar sitio:% s"
+
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Album.php:692
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Album.php:691
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Album.php:691
@@ -17052,12 +17365,23 @@ msgstr "Cambie la configuración de las copias de mesa"
 msgid "Modifier la demande #%s"
 msgstr "Modificar la formación: %s"
 
+#: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/AuthorFunction.php:35
+#: ../../library/ZendAfi/Controller/Plugin/Manager/AuthorFunction.php:34
+#, fuzzy
+msgid "Modifier la fonction auteur"
+msgstr "Edite la sesión: %s"
+
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Newsletter.php:30
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Newsletter.php:30
 #, fuzzy
 msgid "Modifier la newsletter"
 msgstr "Editar miniaturas"
 
+#: ../../library/ZendAfi/View/Helper/Admin/TagEditSection.php:35
+#, fuzzy, php-format
+msgid "Modifier la section \"%s\""
+msgstr "Edite la sesión: %s"
+
 #: ../../application/modules/admin/views/scripts/activity/_session_actions.phtml:16
 #: ../../application/modules/admin/views/scripts/activity/_session_actions.phtml:11
 #: ../../application/modules/admin/views/scripts/activity/_session_actions.phtml:11
@@ -17192,6 +17516,7 @@ msgstr "Cambiar de ubicación: \"%s\""
 
 #: ../../library/ZendAfi/View/Helper/TagEditMenu.php:51
 #: ../../library/ZendAfi/View/Helper/TagEditMenu.php:51
+#: ../../library/ZendAfi/View/Helper/TagEditMenu.php:48
 #, fuzzy, php-format
 msgid "Modifier le menu : %s"
 msgstr "Cambiar de ubicación: \"%s\""
@@ -17231,6 +17556,7 @@ msgstr "Modificar el perfil de datos  %s"
 #: ../../application/modules/admin/controllers/ProfilController.php:430
 #: ../../application/modules/admin/controllers/ProfilController.php:460
 #: ../../application/modules/admin/controllers/ProfilController.php:451
+#: ../../application/modules/admin/controllers/ProfilController.php:455
 #, fuzzy, php-format
 msgid "Modifier le profil: %s"
 msgstr "Modificar el portal %s"
@@ -17410,6 +17736,7 @@ msgid "Modifier une relation"
 msgstr "Editar relación"
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:386
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:411
 #, fuzzy
 msgid "Modifié"
 msgstr "Cambiar"
@@ -17432,6 +17759,15 @@ msgstr "Módulo"
 msgid "Module Portail"
 msgstr "Portal"
 
+#: ../../application/modules/admin/views/scripts/template/index.phtml:3
+msgid "Modèle"
+msgstr ""
+
+#: ../../application/modules/admin/controllers/TemplateController.php:70
+#, fuzzy, php-format
+msgid "Modèle \"%s\" réinitialisé"
+msgstr "Plantilla \"% s\" eliminada"
+
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/ModeleFusion.php:30
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/ModeleFusion.php:30
 #, php-format
@@ -17480,6 +17816,7 @@ msgstr "Tarea eliminados"
 #: ../../application/modules/admin/controllers/PrintController.php:31
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:101
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:98
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:100
 msgid "Modèles d'impressions"
 msgstr "Plantillas de impresión"
 
@@ -17586,12 +17923,14 @@ msgstr "ArteVOD cosecha"
 #: ../../application/modules/admin/controllers/HarvestController.php:166
 #: ../../application/modules/admin/controllers/HarvestController.php:144
 #: ../../application/modules/admin/controllers/HarvestController.php:144
+#: ../../application/modules/admin/controllers/HarvestController.php:143
 msgid "Moissonnage Jamendo"
 msgstr "Moissonnage Jamendo"
 
 #: ../../application/modules/admin/controllers/HarvestController.php:132
 #: ../../application/modules/admin/controllers/HarvestController.php:110
 #: ../../application/modules/admin/controllers/HarvestController.php:110
+#: ../../application/modules/admin/controllers/HarvestController.php:109
 msgid "Moissonnage Orphea"
 msgstr "Captura de datos de Orfea"
 
@@ -17735,18 +18074,21 @@ msgstr "Contraseña"
 #: ../../library/Class/AdminVar.php:179
 ../../library/Class/AdminVar.php:180
 #: ../../library/Class/AdminVar.php:177 ../../library/Class/AdminVar.php:196
 #: ../../library/Class/AdminVar.php:198 ../../library/Class/AdminVar.php:190
+#: ../../library/Class/AdminVar.php:187
 msgid "Mot de passe FTP de diffusion des offres PNB Dilicom"
 msgstr "Contraseña de distribución FTP PNB Dilicom."
 
 #: ../../library/Class/AdminVar.php:199
 ../../library/Class/AdminVar.php:200
 #: ../../library/Class/AdminVar.php:197 ../../library/Class/AdminVar.php:216
 #: ../../library/Class/AdminVar.php:218 ../../library/Class/AdminVar.php:210
+#: ../../library/Class/AdminVar.php:207
 msgid "Mot de passe de l'utilisateur Orphea"
 msgstr "Contraseña del usuario Orphea"
 
 #: ../../library/Class/AdminVar.php:172
 ../../library/Class/AdminVar.php:173
 #: ../../library/Class/AdminVar.php:170 ../../library/Class/AdminVar.php:189
 #: ../../library/Class/AdminVar.php:191 ../../library/Class/AdminVar.php:183
+#: ../../library/Class/AdminVar.php:180
 msgid "Mot de passe de la collectivité, il est fourni par Dilicom."
 msgstr "Contraseña de la comunidad, es proporcionada por Dilicom."
 
@@ -17791,6 +18133,7 @@ msgstr "Use palabras clave"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:126
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:126
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:123
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:125
 msgid "Multimedia"
 msgstr "Multimedia"
 
@@ -17860,8 +18203,7 @@ msgstr "Páginas web"
 msgid "N'envoie pas de données"
 msgstr "No envíe datos"
 
-#: ../../library/Class/FRBR/Link.php:160
-#: ../../library/Class/FRBR/Link.php:162
+#: ../../library/Class/FRBR/Link.php:160 ../../library/Class/FRBR/Link.php:162
 #: ../../library/Class/FRBR/Link.php:162
 msgid "N'est pas une url valide"
 msgstr "¿No es una URL válida"
@@ -18051,6 +18393,7 @@ msgstr "Nivel jerárquico"
 
 #: ../../library/ZendAfi/View/Helper/BarreNav.php:46
 #: ../../library/ZendAfi/View/Helper/BarreNav.php:46
+#: ../../library/ZendAfi/View/Helper/Widget/Breadcrumb.php:93
 #, php-format
 msgid "Niveau supérieur: %s"
 msgstr "Nivel superior: %s"
@@ -18092,6 +18435,7 @@ msgstr ""
 #: ../../application/modules/opac/views/scripts/head.phtml:82
 #: ../../application/modules/opac/views/scripts/head.phtml:81
 #: ../../application/modules/opac/views/scripts/head.phtml:81
+#: ../../application/modules/opac/views/scripts/head.phtml:80
 msgid "Noir sur blanc"
 msgstr "Negro sobre blanco"
 
@@ -18204,6 +18548,7 @@ msgstr "Negro sobre blanco"
 #: ../../library/Class/AdminVar/UserDoubleDetectOn.php:62
 #: ../../library/ZendAfi/Form/PreRegistration/Nanook.php:35
 #: ../../application/modules/opac/controllers/AbonneController.php:482
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:403
 msgid "Nom"
 msgstr "Nombre"
 
@@ -18233,6 +18578,7 @@ msgstr "Nombre comienza con"
 #: ../../application/modules/admin/controllers/IndexController.php:185
 #: ../../application/modules/opac/controllers/AuthController.php:643
 #: ../../application/modules/opac/controllers/AuthController.php:636
+#: ../../application/modules/opac/controllers/AuthController.php:635
 #, fuzzy
 msgid "Nom d'utilisateur ou mot de passe invalide"
 msgstr "Nombre de usuario o contraseña incorrecta."
@@ -18241,7 +18587,7 @@ msgstr "Nombre de usuario o contraseña incorrecta."
 #: ../../library/Class/AdminVar.php:245 ../../library/Class/AdminVar.php:247
 #: ../../library/Class/AdminVar.php:266 ../../library/Class/AdminVar.php:268
 #: ../../library/Class/AdminVar.php:260 ../../library/Class/AdminVar.php:263
-#: ../../library/Class/AdminVar.php:261
+#: ../../library/Class/AdminVar.php:261 ../../library/Class/AdminVar.php:258
 msgid "Nom de domaine principal de l'OPAC, ex: monopac.macommune.fr"
 msgstr "Nombre de dominio principal del OPAC, p. Ej. Monopac.macommune.fr"
 
@@ -18254,6 +18600,7 @@ msgstr "Nombre del Propietario"
 #: ../../library/Class/AdminVar.php:198
 ../../library/Class/AdminVar.php:199
 #: ../../library/Class/AdminVar.php:196 ../../library/Class/AdminVar.php:215
 #: ../../library/Class/AdminVar.php:217 ../../library/Class/AdminVar.php:209
+#: ../../library/Class/AdminVar.php:206
 msgid "Nom de l'utilisateur Orphea"
 msgstr "Usuario Orphea"
 
@@ -18267,7 +18614,7 @@ msgstr "Nombre de biblioteca"
 #: ../../library/Class/AdminVar.php:292 ../../library/Class/AdminVar.php:298
 #: ../../library/Class/AdminVar.php:317 ../../library/Class/AdminVar.php:319
 #: ../../library/Class/AdminVar.php:322 ../../library/Class/AdminVar.php:314
-#: ../../library/Class/AdminVar.php:315
+#: ../../library/Class/AdminVar.php:315 ../../library/Class/AdminVar.php:312
 msgid "Nom de la bibliothèque chez bibliosurf (en minuscules)"
 msgstr "Nombre de la biblioteca en bibliosurf (minúscula)"
 
@@ -18310,7 +18657,7 @@ msgstr "Nombre del responsable"
 #: ../../library/Class/AdminVar.php:243 ../../library/Class/AdminVar.php:245
 #: ../../library/Class/AdminVar.php:264 ../../library/Class/AdminVar.php:266
 #: ../../library/Class/AdminVar.php:258 ../../library/Class/AdminVar.php:261
-#: ../../library/Class/AdminVar.php:259
+#: ../../library/Class/AdminVar.php:259 ../../library/Class/AdminVar.php:256
 msgid "Nom du site"
 msgstr "Nombre del portal"
 
@@ -18415,7 +18762,7 @@ msgstr "Avisos de suscriptores: %s"
 #: ../../library/Class/AdminVar.php:287 ../../library/Class/AdminVar.php:293
 #: ../../library/Class/AdminVar.php:312 ../../library/Class/AdminVar.php:314
 #: ../../library/Class/AdminVar.php:317 ../../library/Class/AdminVar.php:309
-#: ../../library/Class/AdminVar.php:310
+#: ../../library/Class/AdminVar.php:310 ../../library/Class/AdminVar.php:307
 msgid "Nombre d'avis maximum à afficher par utilisateur."
 msgstr "Número máximo de vistas para mostrar por usuario."
 
@@ -18662,6 +19009,7 @@ msgstr "Número de préstamos simultáneos"
 #: ../../library/Class/AdminVar.php:182
 ../../library/Class/AdminVar.php:183
 #: ../../library/Class/AdminVar.php:180 ../../library/Class/AdminVar.php:199
 #: ../../library/Class/AdminVar.php:201 ../../library/Class/AdminVar.php:193
+#: ../../library/Class/AdminVar.php:190
 msgid ""
 "Nombre de prêts simultanés maximum pour un abonné PNB Dilicom (par défaut 3)"
 msgstr ""
@@ -18671,6 +19019,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:181
 ../../library/Class/AdminVar.php:182
 #: ../../library/Class/AdminVar.php:179 ../../library/Class/AdminVar.php:198
 #: ../../library/Class/AdminVar.php:200 ../../library/Class/AdminVar.php:192
+#: ../../library/Class/AdminVar.php:189
 msgid "Nombre de prêts simultanés maximum pour un livre PNB Dilicom"
 msgstr "Número máximo de préstamos simultáneos para una libro PNB Dilicom"
 
@@ -18757,6 +19106,7 @@ msgstr "Número de divisiones"
 #: ../../library/Class/AdminVar.php:272 ../../library/Class/AdminVar.php:274
 #: ../../library/Class/AdminVar.php:276 ../../library/Class/AdminVar.php:268
 #: ../../library/Class/AdminVar.php:271 ../../library/Class/AdminVar.php:269
+#: ../../library/Class/AdminVar.php:266
 msgid "Nombre maximum d'articles  en sélection multiple"
 msgstr "Cantidad máxima de artículos en selección múltiple"
 
@@ -18826,6 +19176,7 @@ msgstr "Número de biblioteca por página"
 #: ../../library/Class/Profil/Preferences/Loans.php:570
 #: ../../library/ZendAfi/Form/User/LoanSearch.php:46
 #: ../../library/Class/Profil/Preferences/Loans.php:571
+#: ../../library/Class/Notice.php:736
 msgid "Non"
 msgstr "No"
 
@@ -19003,6 +19354,7 @@ msgstr "Registros:"
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/FRBRLink.php:36
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:91
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:88
+#: ../../application/modules/telephone/controllers/RechercheController.php:66
 msgid "Notices liées"
 msgstr "Registros vinculados"
 
@@ -19041,6 +19393,11 @@ msgstr ""
 "Solo usamos cookies para facilitar su navegación. Estas incluyen las "
 "siguientes cookies:"
 
+#: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Template.php:33
+#, fuzzy
+msgid "Nouveau Template"
+msgstr "Nueva cesta"
+
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/CustomFieldMeta.php:33
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/CustomField.php:36
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/CustomFieldMeta.php:33
@@ -19352,7 +19709,7 @@ msgstr "Número de carnet no válido"
 #: ../../library/Class/AdminVar.php:293 ../../library/Class/AdminVar.php:299
 #: ../../library/Class/AdminVar.php:318 ../../library/Class/AdminVar.php:320
 #: ../../library/Class/AdminVar.php:323 ../../library/Class/AdminVar.php:315
-#: ../../library/Class/AdminVar.php:316
+#: ../../library/Class/AdminVar.php:316 ../../library/Class/AdminVar.php:313
 msgid ""
 "Numéro de client Read Speaker <a target=\"_blank\" href=\"http://webreader."
 "readspeaker.com\">http://webreader.readspeaker.com</a>"
@@ -19665,6 +20022,7 @@ msgstr "O la clave API (en lugar de nombre de usuario / contraseña)"
 #: ../../library/Class/Profil/Preferences/Loans.php:569
 #: ../../library/ZendAfi/Form/User/LoanSearch.php:45
 #: ../../library/Class/Profil/Preferences/Loans.php:570
+#: ../../library/Class/Notice.php:736
 msgid "Oui"
 msgstr "Sí"
 
@@ -19713,6 +20071,7 @@ msgstr "Los campos disponibles"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:158
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:173
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:247
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:252
 msgid "Outils pour la page :"
 msgstr "Página actual:"
 
@@ -19782,6 +20141,7 @@ msgstr "Abrira a las %s"
 
 #: ../../application/modules/telephone/controllers/RechercheController.php:62
 #: ../../application/modules/telephone/controllers/RechercheController.php:62
+#: ../../application/modules/telephone/controllers/RechercheController.php:59
 msgid "Où le trouver ?"
 msgstr "Dónde está?"
 
@@ -19801,6 +20161,7 @@ msgstr "Busquar en la biblioteca de su elección"
 #: ../../library/Class/ListViewModeDescription/Pcdm4.php:57
 #: ../../library/Class/ListViewModeDescription/Pcdm4.php:65
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:68
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:72
 msgid "PCDM4"
 msgstr ""
 
@@ -19838,6 +20199,7 @@ msgstr "PNB Dilicom desactivado"
 #: ../../application/modules/admin/controllers/ProfilController.php:305
 #: ../../application/modules/admin/controllers/ProfilController.php:308
 #: ../../application/modules/admin/controllers/ProfilController.php:305
+#: ../../application/modules/admin/controllers/ProfilController.php:309
 msgid "Page "
 msgstr "Página"
 
@@ -19900,8 +20262,7 @@ msgstr "Página siguiente"
 msgid "Page: "
 msgstr "Página:"
 
-#: ../../library/Class/NoticeHtml.php:82
-#: ../../library/Class/NoticeHtml.php:82
+#: ../../library/Class/NoticeHtml.php:82
 ../../library/Class/NoticeHtml.php:82
 msgid "Pagination"
 msgstr "Paginación"
 
@@ -20091,6 +20452,7 @@ msgstr "Configuración del sitio"
 #: ../../library/Class/AdminVar.php:200
 ../../library/Class/AdminVar.php:201
 #: ../../library/Class/AdminVar.php:198 ../../library/Class/AdminVar.php:217
 #: ../../library/Class/AdminVar.php:219 ../../library/Class/AdminVar.php:211
+#: ../../library/Class/AdminVar.php:208
 msgid ""
 "Paramètre permettant de choisir la langue des des ressources. La liste des "
 "codes disponibles se trouve à cette adresse http://help.orphea.com/43/"
@@ -20185,6 +20547,16 @@ msgstr "Establezca esta página"
 msgid "Paramétrer la page \"%s\""
 msgstr "Establezca esta página"
 
+#: ../../library/ZendAfi/Controller/Plugin/Manager/Template.php:33
+#, fuzzy, php-format
+msgid "Paramétrer le modèle \"%s\""
+msgstr "Establezca esta página"
+
+#: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Template.php:34
+#, fuzzy, php-format
+msgid "Paramétrer le template %s"
+msgstr "Establezca esta página"
+
 #: ../../library/Class/Feature/List.php:85
 #, fuzzy
 msgid "Paramétrer les impressions"
@@ -20227,6 +20599,7 @@ msgstr "Importación Thesaurus"
 
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Codification.php:32
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:172
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:174
 #, fuzzy
 msgid "Parcourir les codifications"
 msgstr "Última modificación"
@@ -20236,6 +20609,11 @@ msgstr "Última modificación"
 msgid "Parcourir les emplacements"
 msgstr "Importación Thesaurus"
 
+#: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/AuthorFunction.php:34
+#, fuzzy
+msgid "Parcourir les fonctions auteurs"
+msgstr "Importación Thesaurus"
+
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Genre.php:36
 #, fuzzy
 msgid "Parcourir les genres"
@@ -20388,14 +20766,14 @@ msgstr "Activar la disposición responsive"
 #: ../../library/Class/AdminVar.php:214
 ../../library/Class/AdminVar.php:215
 #: ../../library/Class/AdminVar.php:212 ../../library/Class/AdminVar.php:231
 #: ../../library/Class/AdminVar.php:233 ../../library/Class/AdminVar.php:225
-#: ../../library/Class/AdminVar.php:223
+#: ../../library/Class/AdminVar.php:223 ../../library/Class/AdminVar.php:220
 msgid "Password du portail fourni par Kidilangues."
 msgstr "Contraseña del portal proporcionada por Kidilangues."
 
 #: ../../library/Class/AdminVar.php:218
 ../../library/Class/AdminVar.php:219
 #: ../../library/Class/AdminVar.php:216 ../../library/Class/AdminVar.php:235
 #: ../../library/Class/AdminVar.php:237 ../../library/Class/AdminVar.php:229
-#: ../../library/Class/AdminVar.php:227
+#: ../../library/Class/AdminVar.php:227 ../../library/Class/AdminVar.php:224
 msgid "Password du portail fourni par Premier-Chapitre"
 msgstr "Contraseña del portal proporcionada por el Premier-Chapitre"
 
@@ -20599,10 +20977,12 @@ msgstr "Pictograma"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:102
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:102
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:99
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:101
 msgid "Pictogrammes des genres"
 msgstr "Pictogramas tématicos"
 
 #: ../../application/modules/admin/controllers/ProfilController.php:386
+#: ../../application/modules/admin/controllers/ProfilController.php:390
 #, fuzzy
 msgid "Pictogrammes pour les genres"
 msgstr "Pictogramas tématicos"
@@ -20627,6 +21007,7 @@ msgstr "Mueva hacia abajo"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:113
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:113
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:110
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:112
 msgid "Piwik"
 msgstr "Piwik"
 
@@ -20858,6 +21239,7 @@ msgstr "Punto"
 #: ../../library/ZendAfi/Form/Admin/User.php:132
 #: ../../library/Class/AdminVar.php:495 ../../library/Class/AdminVar.php:489
 #: ../../library/Class/AdminVar.php:490
+#: ../../library/ZendAfi/View/Helper/TagListeCoches.php:278
 msgid "Portail"
 msgstr "Portal"
 
@@ -20871,6 +21253,7 @@ msgstr "Portal"
 #: ../../library/Class/AdminVar.php:252
 #: ../../library/ZendAfi/Form/Configuration/SearchResult.php:152
 #: ../../library/Class/AdminVar.php:255 ../../library/Class/AdminVar.php:253
+#: ../../library/Class/AdminVar.php:250
 msgid "Position"
 msgstr "Posición"
 
@@ -20885,7 +21268,7 @@ msgstr "Posición de la paginación"
 #: ../../library/Class/AdminVar.php:236 ../../library/Class/AdminVar.php:238
 #: ../../library/Class/AdminVar.php:257 ../../library/Class/AdminVar.php:259
 #: ../../library/Class/AdminVar.php:251 ../../library/Class/AdminVar.php:254
-#: ../../library/Class/AdminVar.php:252
+#: ../../library/Class/AdminVar.php:252 ../../library/Class/AdminVar.php:249
 msgid "Position de la pagination en résultat de recherche"
 msgstr "Posición de la paginación en el resultado de la búsqueda"
 
@@ -20942,6 +21325,7 @@ msgstr "Publicado por"
 #: ../../library/Class/Users.php:1075 ../../library/Class/Users.php:1079
 #: ../../library/Class/Users.php:1100 ../../library/Class/Users.php:1095
 #: ../../library/Class/Users.php:1097 ../../library/Class/Users.php:1085
+#: ../../library/Class/Users.php:1080
 msgid "Pour activer votre compte, merci de cliquer sur le lien suivant:"
 msgstr "Para activar su cuenta, gracias a hacer clic en el siguiente enlace:"
 
@@ -21046,6 +21430,10 @@ msgstr " Premier-Chapitre "
 msgid "Première boite"
 msgstr "Primera caja"
 
+#: ../../library/Class/Systeme/ModulesAccueil/Section/FirstSide.php:25
+msgid "Première division optionnelle"
+msgstr ""
+
 #: ../../library/ZendAfi/Form/Cosmo/DataProfile.php:247
 msgid ""
 "Prendre l'identifiant pour les webservices en (si différent de la zone 001)"
@@ -21124,6 +21512,11 @@ msgid ""
 msgstr ""
 "Problema de copia de seguridad La función \"%s\" aún no es nueva para ti"
 
+#: ../../library/Class/Feature/List.php:442
+#, fuzzy
+msgid "Processus de ré-initialisation du mot de passe"
+msgstr "Nueva contraseña"
+
 #: ../../library/ZendAfi/View/Helper/CalendarContent.php:129
 #: ../../library/ZendAfi/View/Helper/CalendarContent.php:129
 msgid "Prochains évènements"
@@ -21155,6 +21548,7 @@ msgstr "Portal \"%s\", añadido"
 #: ../../application/modules/admin/controllers/ProfilController.php:434
 #: ../../application/modules/admin/controllers/ProfilController.php:425
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/DataProfile.php:30
+#: ../../application/modules/admin/controllers/ProfilController.php:429
 #, fuzzy, php-format
 msgid "Profil \"%s\" sauvegardé"
 msgstr "Portal %s guardado"
@@ -21190,6 +21584,7 @@ msgstr "No se encuentran el perfil de datos %s (%d)"
 #: ../../library/Class/AdminVar.php:294 ../../library/Class/AdminVar.php:296
 #: ../../library/Class/AdminVar.php:298 ../../library/Class/AdminVar.php:290
 #: ../../library/Class/AdminVar.php:293 ../../library/Class/AdminVar.php:291
+#: ../../library/Class/AdminVar.php:288
 msgid ""
 "Profil de la page de désinscription<br/>Par défaut : page d'accueil du "
 "portail"
@@ -21377,6 +21772,7 @@ msgstr "Visualizar registros Inmuebles"
 #: ../../application/modules/admin/controllers/FileManagerController.php:310
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:125
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:126
+#: ../../application/modules/admin/controllers/FileManagerController.php:319
 #, fuzzy, php-format
 msgid "Propriétés de \"%s\""
 msgstr "Características del módulo"
@@ -21394,6 +21790,11 @@ msgstr "Características del módulo"
 msgid "Propriétés de l'objet"
 msgstr "Propiedades del objeto"
 
+#: ../../library/ZendAfi/View/Helper/FonctionsAdmin.php:96
+#, fuzzy, php-format
+msgid "Propriétés de la boite \"%s\""
+msgstr "Propiedades de la lista: %s"
+
 #: ../../library/ZendAfi/Form/Configuration/LoginWidget.php:31
 #, fuzzy
 msgid "Propriétés de la boite de connexion"
@@ -21497,6 +21898,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:608
 #: ../../application/modules/opac/controllers/AuthController.php:603
 #: ../../application/modules/opac/controllers/AuthController.php:615
+#: ../../application/modules/opac/controllers/AuthController.php:607
 #, fuzzy
 msgid "Préinscription"
 msgstr "Registro"
@@ -21508,6 +21910,7 @@ msgstr "Registro"
 #: ../../application/modules/opac/controllers/AuthController.php:582
 #: ../../application/modules/opac/controllers/AuthController.php:577
 #: ../../application/modules/opac/controllers/AuthController.php:589
+#: ../../application/modules/opac/controllers/AuthController.php:581
 #, fuzzy, php-format
 msgid "Préinscription à %s"
 msgstr "Registro"
@@ -21609,7 +22012,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:224
 ../../library/Class/AdminVar.php:225
 #: ../../library/Class/AdminVar.php:222 ../../library/Class/AdminVar.php:241
 #: ../../library/Class/AdminVar.php:243 ../../library/Class/AdminVar.php:235
-#: ../../library/Class/AdminVar.php:233
+#: ../../library/Class/AdminVar.php:233 ../../library/Class/AdminVar.php:230
 msgid ""
 "Prévenir l'utilisateur xx jour(s) avant l'expiration de son abonnement (par "
 "défaut 30 jours)."
@@ -21659,8 +22062,7 @@ msgstr "Activación de la disponibilidad en el resultado de búsqueda"
 msgid "Prêt"
 msgstr "Préstamo"
 
-#: ../../library/Class/User/Cards.php:67
-#: ../../library/Class/User/Cards.php:67
+#: ../../library/Class/User/Cards.php:67
 ../../library/Class/User/Cards.php:67
 #, fuzzy
 msgid "Prêt introuvable"
 msgstr "Usuario no encontrado"
@@ -21913,10 +22315,17 @@ msgstr "RSS"
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/Flat.php:84
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Album.php:98
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Article.php:292
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:128
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/Flat.php:83
 #, fuzzy
 msgid "Racine"
 msgstr "Raíz"
 
+#: ../../library/ZendAfi/Form/Configuration/Widget/Breadcrumb.php:29
+#, fuzzy
+msgid "Racine personnalisée"
+msgstr "Los campos personalizados"
+
 #: ../../library/ZendAfi/View/Helper/Abonne/ReservationsTable.php:49
 #: ../../library/ZendAfi/View/Helper/Abonne/ReservationsTable.php:49
 #: ../../library/ZendAfi/View/Helper/Abonne/ReservationsTable.php:52
@@ -21957,6 +22366,7 @@ msgstr "Relaciones"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:164
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:160
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:157
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:159
 msgid "Rapports statistiques"
 msgstr "Informes estadísticos"
 
@@ -21975,6 +22385,7 @@ msgstr "Adjuntar un campo personalizado"
 #: ../../library/Class/Codification.php:222
 #: ../../application/modules/telephone/controllers/RechercheController.php:66
 #: ../../library/Class/Codification.php:222
+#: ../../application/modules/telephone/controllers/RechercheController.php:63
 msgid "Rebondir dans le catalogue"
 msgstr "Rebotando en el catálogo"
 
@@ -22105,6 +22516,7 @@ msgid "Rechercher aussi sur "
 msgstr "Buscar también en "
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:420
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:445
 #, fuzzy, php-format
 msgid "Rechercher dans \"%s\""
 msgstr "Buscar"
@@ -22126,13 +22538,14 @@ msgstr "Encontrar Usuarios"
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:419
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:425
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:450
 #, fuzzy
 msgid "Rechercher le terme saisie"
 msgstr "Buscar Precios"
 
 #: ../../library/Class/Notice.php:698
 ../../library/Class/Notice.php:698
 #: ../../library/Class/Notice.php:701 ../../library/Class/Notice.php:711
-#: ../../library/Class/Notice.php:721
+#: ../../library/Class/Notice.php:721 ../../library/Class/Notice.php:716
 #, php-format
 msgid "Rechercher tous les documents ayant comme %s: %s"
 msgstr "Busque todos los documentos con %s: %s"
@@ -22183,6 +22596,7 @@ msgstr "Añadir una biblioteca"
 #: ../../application/modules/admin/controllers/StatController.php:41
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:114
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:111
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:113
 msgid "Recherches infructueuses"
 msgstr "Búsquedas fallidas"
 
@@ -22282,7 +22696,7 @@ msgstr "Publicar el portal"
 #: ../../library/Class/AdminVar.php:334 ../../library/Class/AdminVar.php:340
 #: ../../library/Class/AdminVar.php:359 ../../library/Class/AdminVar.php:361
 #: ../../library/Class/AdminVar.php:364 ../../library/Class/AdminVar.php:356
-#: ../../library/Class/AdminVar.php:357
+#: ../../library/Class/AdminVar.php:357 ../../library/Class/AdminVar.php:354
 #, php-format
 msgid ""
 "Remplacement de textes à la volée. <br/>Ex:<br/>Panier;Sélection<br/>Vous "
@@ -22370,6 +22784,7 @@ msgstr "Renombrar"
 #: ../../application/modules/admin/controllers/FileManagerController.php:270
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:93
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:94
+#: ../../application/modules/admin/controllers/FileManagerController.php:279
 #, fuzzy, php-format
 msgid "Renommer \"%s\""
 msgstr "Book %s"
@@ -22830,10 +23245,16 @@ msgstr "Regenera el mapa del sitio XML"
 #: ../../application/modules/opac/controllers/AuthController.php:333
 #: ../../application/modules/opac/controllers/AuthController.php:328
 #: ../../application/modules/opac/controllers/AuthController.php:340
+#: ../../application/modules/opac/controllers/AuthController.php:325
 #, fuzzy
 msgid "Réinitialisation du mot de passe"
 msgstr "Nueva contraseña"
 
+#: ../../library/ZendAfi/Controller/Plugin/Manager/Template.php:38
+#, fuzzy, php-format
+msgid "Réinitialiser le modèle \"%s\""
+msgstr "Nueva contraseña"
+
 #: ../../application/modules/admin/views/scripts/systeme/cacheimages.phtml:21
 #: ../../application/modules/admin/views/scripts/systeme/cacheimages.phtml:19
 #: ../../application/modules/admin/views/scripts/systeme/cacheimages.phtml:19
@@ -22911,6 +23332,7 @@ msgstr "Reserva"
 
 #: ../../application/modules/telephone/controllers/RechercheController.php:134
 #: ../../application/modules/telephone/controllers/RechercheController.php:134
+#: ../../application/modules/telephone/controllers/RechercheController.php:131
 msgid "Réservation en ligne non supportée pour cette bibliothèque."
 msgstr "Reservación en línea no se admite para esta biblioteca."
 
@@ -22969,8 +23391,7 @@ msgstr "Reservas imposible"
 msgid "Réservation interdite pour l'abonné."
 msgstr "Reserva prohibida para el suscriptor."
 
-#: ../../library/Class/User/Cards.php:77
-#: ../../library/Class/User/Cards.php:77
+#: ../../library/Class/User/Cards.php:77
 ../../library/Class/User/Cards.php:77
 #, fuzzy
 msgid "Réservation introuvable"
 msgstr "Reservas imposible"
@@ -23015,6 +23436,7 @@ msgstr "Reservas para la consulta en el sitio"
 #: ../../library/ZendAfi/View/Helper/Notice/ReservationLink.php:29
 #: ../../library/ZendAfi/View/Helper/Notice/LienReserver.php:42
 #: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:395
+#: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:398
 msgid "Réserver"
 msgstr "Libro"
 
@@ -23114,6 +23536,7 @@ msgstr "Resultados CVS"
 #: ../../application/modules/telephone/controllers/RechercheController.php:64
 #: ../../library/Class/NoticeHtml.php:94
 #: ../../library/Class/Codification.php:138
+#: ../../application/modules/telephone/controllers/RechercheController.php:61
 msgid "Résumé"
 msgstr "Resumen"
 
@@ -23225,15 +23648,21 @@ msgstr "Edite la sesión: %s"
 #: ../../application/modules/opac/controllers/AbonneController.php:1186
 #: ../../application/modules/opac/controllers/AbonneController.php:1272
 #: ../../application/modules/opac/controllers/AbonneController.php:1274
+#: ../../application/modules/opac/controllers/AbonneController.php:1276
 #, fuzzy
 msgid "S'inscrire à une activité"
 msgstr "Registrarse para la formación"
 
 #: ../../library/Class/Systeme/Report.php:45
 #: ../../library/Class/Systeme/Report.php:45
+#: ../../library/Class/Feature/List.php:458
 msgid "SIGB"
 msgstr "SIGB"
 
+#: ../../library/Class/Feature/List.php:454
+msgid "SIGB OrpheeMedia: évolution du connecteur"
+msgstr ""
+
 #: ../../application/modules/admin/views/scripts/index/index.phtml:57
 #: ../../application/modules/admin/views/scripts/index/index.phtml:85
 #: ../../application/modules/admin/views/scripts/index/index.phtml:85
@@ -23309,6 +23738,11 @@ msgstr "Desconectar"
 msgid "Se déconnecter de \"%s\""
 msgstr "Desconectar"
 
+#: ../../library/ZendAfi/View/Helper/Widget/Login.php:55
+#, fuzzy, php-format
+msgid "Se déconnecter de la session %s"
+msgstr "Dejar de recibir el boletín de noticias:"
+
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:130
 #, fuzzy, php-format
 msgid "Se déconnecter du compte : \"%s\" (%s) "
@@ -23345,6 +23779,10 @@ msgstr "Desconectar"
 msgid "Seconde boite"
 msgstr "Cuadro de estilo"
 
+#: ../../library/Class/Systeme/ModulesAccueil/Section/SecondSide.php:25
+msgid "Seconde division optionnelle"
+msgstr ""
+
 #: ../../application/modules/opac/views/scripts/abonne/multimedia-hold-device.phtml:12
 #: ../../application/modules/opac/controllers/AbonneController.php:870
 #: ../../application/modules/opac/controllers/AbonneController.php:869
@@ -23417,6 +23855,7 @@ msgstr "Sección: %s"
 #: ../../application/modules/admin/views/scripts/bib/localisationsmaj.phtml:154
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:72
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Section.php:32
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:76
 msgid "Sections"
 msgstr "Secciones"
 
@@ -23442,6 +23881,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:177
 ../../library/Class/AdminVar.php:178
 #: ../../library/Class/AdminVar.php:175 ../../library/Class/AdminVar.php:194
 #: ../../library/Class/AdminVar.php:196 ../../library/Class/AdminVar.php:188
+#: ../../library/Class/AdminVar.php:185
 msgid "Serveur FTP de diffusion des offres PNB Dilicom"
 msgstr "Transmisión FTP al servidor PNB Dilicom ofrece"
 
@@ -23570,6 +24010,7 @@ msgstr "Obra que no se encuentra"
 #: ../../library/Class/AdminVar.php:195
 ../../library/Class/AdminVar.php:196
 #: ../../library/Class/AdminVar.php:193 ../../library/Class/AdminVar.php:212
 #: ../../library/Class/AdminVar.php:214 ../../library/Class/AdminVar.php:206
+#: ../../library/Class/AdminVar.php:203
 #, fuzzy
 msgid "Sets du serveur OAI Cité de la Musique à moissonner"
 msgstr "Dirección del servidor OAI Cyberlibris"
@@ -23594,7 +24035,7 @@ msgstr ""
 #: ../../library/Class/Users.php:1073 ../../library/Class/Users.php:1076
 #: ../../library/Class/Users.php:1080 ../../library/Class/Users.php:1101
 #: ../../library/Class/Users.php:1096 ../../library/Class/Users.php:1098
-#: ../../library/Class/Users.php:1086
+#: ../../library/Class/Users.php:1086 ../../library/Class/Users.php:1081
 msgid ""
 "Si vous n'êtes pas à l'origine de cette demande d'inscription, merci de ne "
 "pas tenir compte de cet e-mail, et l'inscription ne sera pas activée."
@@ -23887,6 +24328,7 @@ msgstr "Pasantes"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:112
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:112
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:109
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:111
 #, fuzzy
 msgid "Statistiques"
 msgstr "Informes estadísticos"
@@ -24003,6 +24445,11 @@ msgstr "Estílo"
 msgid "Style de la boite"
 msgstr "Estílo de el bloque"
 
+#: ../../library/ZendAfi/Form/Configuration/Widget/Section.php:31
+#, fuzzy
+msgid "Style de la section"
+msgstr "Estílo de el bloque"
+
 #: ../../library/ZendAfi/Form/Configuration/BibNumerique.php:100
 #: ../../library/ZendAfi/Form/Configuration/Widget/Articles.php:67
 #: ../../library/ZendAfi/Form/Configuration/Widget/Albums.php:51
@@ -24036,6 +24483,7 @@ msgstr "Moderación de sugerencias de compra"
 #: ../../application/modules/opac/controllers/AbonneController.php:942
 #: ../../application/modules/opac/controllers/AbonneController.php:965
 #: ../../application/modules/opac/controllers/AbonneController.php:967
+#: ../../application/modules/opac/controllers/AbonneController.php:969
 #, fuzzy
 msgid "Suggestion d'achat enregistrée"
 msgstr "Solicitud registrada"
@@ -24163,6 +24611,7 @@ msgstr "Materias"
 
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:76
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Subject.php:33
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:80
 msgid "Sujets et matières"
 msgstr ""
 
@@ -24210,7 +24659,7 @@ msgstr "Préstamos y reservas:"
 #: ../../library/Class/AdminVar.php:296 ../../library/Class/AdminVar.php:302
 #: ../../library/Class/AdminVar.php:321 ../../library/Class/AdminVar.php:323
 #: ../../library/Class/AdminVar.php:326 ../../library/Class/AdminVar.php:318
-#: ../../library/Class/AdminVar.php:319
+#: ../../library/Class/AdminVar.php:319 ../../library/Class/AdminVar.php:316
 msgid ""
 "Supprime l'affichage du lien d'enregistrement dans les différents "
 "formulaires de connexion et interdit l'enregistrement d'utilisateurs"
@@ -24402,6 +24851,11 @@ msgstr "Modificar la biblioteca: %s"
 msgid "Supprimer la bibliothèque: %s"
 msgstr "Modificar la biblioteca: %s"
 
+#: ../../library/ZendAfi/View/Helper/FonctionsAdmin.php:176
+#, fuzzy, php-format
+msgid "Supprimer la boite \"%s\""
+msgstr "Cambiar de ubicación: \"%s\""
+
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Album.php:699
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Album.php:698
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Album.php:698
@@ -24535,6 +24989,7 @@ msgstr "Filtro de Eventos"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:256
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:281
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:355
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:360
 msgid "Synchronisation du CSS avec GIT"
 msgstr "Sincronización de CSS con GIT"
 
@@ -24543,6 +24998,7 @@ msgstr "Sincronización de CSS con GIT"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:137
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:134
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:133
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:135
 msgid "Système"
 msgstr "Sistema"
 
@@ -24735,6 +25191,7 @@ msgstr "Etiqueta(s)"
 #: ../../library/Class/Systeme/Report.php:95
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:80
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Tag.php:33
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:84
 msgid "Tags"
 msgstr "Etiquetas"
 
@@ -24763,6 +25220,7 @@ msgid "Tags utilisateur"
 msgstr "Etiquetas de los usuarios"
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:383
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:408
 #, fuzzy
 msgid "Taille"
 msgstr "Familia"
@@ -24797,6 +25255,26 @@ msgstr "Tel"
 msgid "Tel. :"
 msgstr "Tel. :"
 
+#: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Template.php:30
+#, fuzzy
+msgid "Template ajoutée"
+msgstr "Relación Alta"
+
+#: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Template.php:29
+#, fuzzy
+msgid "Template sauvegardée"
+msgstr "Relación salvó"
+
+#: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Template.php:31
+#, fuzzy
+msgid "Template supprimée"
+msgstr "Comentarios %s removido"
+
+#: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Template.php:35
+#, fuzzy
+msgid "Templates"
+msgstr "Copias"
+
 #: ../../application/modules/admin/views/scripts/catalogue/tester.phtml:13
 #, fuzzy
 msgid "Temps d'éxécution de la requête"
@@ -24855,9 +25333,15 @@ msgstr "Territorio"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:122
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:122
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:119
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:121
 msgid "Territoires"
 msgstr "Territorios"
 
+#: ../../library/Class/Template.php:126
+#, fuzzy, php-format
+msgid "Test charte : \"%s\""
+msgstr "Catálogo: &nbsp;"
+
 #: ../../application/modules/admin/controllers/SystemeController.php:268
 #: ../../application/modules/admin/controllers/SystemeController.php:274
 #: ../../application/modules/admin/controllers/SystemeController.php:274
@@ -24882,6 +25366,7 @@ msgstr "Servicios de pruebas web"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:144
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:141
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:140
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:142
 #, fuzzy
 msgid "Test des web-services"
 msgstr "Servicios de pruebas web"
@@ -24897,6 +25382,7 @@ msgstr "Ver contenido de la selección temática: %s"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:147
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:144
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:143
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:145
 msgid "Test envoi mails"
 msgstr "Prueba de envío de correos"
 
@@ -24963,7 +25449,7 @@ msgstr "Texto de ayuda"
 #: ../../library/Class/AdminVar.php:295 ../../library/Class/AdminVar.php:301
 #: ../../library/Class/AdminVar.php:320 ../../library/Class/AdminVar.php:322
 #: ../../library/Class/AdminVar.php:325 ../../library/Class/AdminVar.php:317
-#: ../../library/Class/AdminVar.php:318
+#: ../../library/Class/AdminVar.php:318 ../../library/Class/AdminVar.php:315
 #, fuzzy
 msgid "Texte d'aide affiché dans la fiche abonné"
 msgstr "Convertir la ficha de usuario a solo lectura"
@@ -24997,6 +25483,7 @@ msgstr "Error de configuración"
 #: ../../library/Class/AdminVar.php:299 ../../library/Class/AdminVar.php:301
 #: ../../library/Class/AdminVar.php:303 ../../library/Class/AdminVar.php:295
 #: ../../library/Class/AdminVar.php:298 ../../library/Class/AdminVar.php:296
+#: ../../library/Class/AdminVar.php:293
 msgid ""
 "Texte de désinscription version HTML<br/>Le lien de désinscription est "
 "appliqué sur tout ce texte<br/>Par défaut : Je ne veux plus recevoir cette "
@@ -25011,6 +25498,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:297 ../../library/Class/AdminVar.php:299
 #: ../../library/Class/AdminVar.php:301 ../../library/Class/AdminVar.php:293
 #: ../../library/Class/AdminVar.php:296 ../../library/Class/AdminVar.php:294
+#: ../../library/Class/AdminVar.php:291
 #, fuzzy
 msgid ""
 "Texte de désinscription version texte<br/>Le lien est inséré à la place de "
@@ -25031,7 +25519,7 @@ msgstr "Texto del breadcrumb"
 #: ../../library/Class/AdminVar.php:290 ../../library/Class/AdminVar.php:296
 #: ../../library/Class/AdminVar.php:315 ../../library/Class/AdminVar.php:317
 #: ../../library/Class/AdminVar.php:320 ../../library/Class/AdminVar.php:312
-#: ../../library/Class/AdminVar.php:313
+#: ../../library/Class/AdminVar.php:313 ../../library/Class/AdminVar.php:310
 msgid "Texte visible après l'envoi d'e-mail de demande de réservation."
 msgstr ""
 "Texto visible después de enviar una solicitud de reserva por correo "
@@ -25041,7 +25529,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:289 ../../library/Class/AdminVar.php:295
 #: ../../library/Class/AdminVar.php:314 ../../library/Class/AdminVar.php:316
 #: ../../library/Class/AdminVar.php:319 ../../library/Class/AdminVar.php:311
-#: ../../library/Class/AdminVar.php:312
+#: ../../library/Class/AdminVar.php:312 ../../library/Class/AdminVar.php:309
 msgid "Texte visible par l'internaute après son inscription."
 msgstr "Texto visible por el usuario después de su registro."
 
@@ -25060,6 +25548,7 @@ msgstr ""
 #: ../../library/Class/ListViewModeDescription/Thesauri.php:53
 #: ../../library/Class/ListViewModeDescription/Thesauri.php:63
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:84
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:88
 #, fuzzy
 msgid "Thesaurus"
 msgstr "Importación Thesaurus"
@@ -25372,6 +25861,11 @@ msgstr "Título escondido"
 msgid "Titre de la boite"
 msgstr "Título de el bloque"
 
+#: ../../library/ZendAfi/Form/Configuration/Widget/Login.php:29
+#, fuzzy
+msgid "Titre de la boite une fois connecté"
+msgstr "Título una vez conectado"
+
 #: ../../library/ZendAfi/Form/Configuration/SearchResult.php:267
 #: ../../library/ZendAfi/Form/Configuration/SearchResult.php:267
 #: ../../library/ZendAfi/Form/Configuration/SearchResult.php:269
@@ -25460,6 +25954,7 @@ msgstr ", Título"
 
 #: ../../library/Class/FileManager/FileSystem.php:271
 #: ../../library/Class/FileManager/FileSystem.php:272
+#: ../../library/Class/FileManager/FileSystem.php:273
 msgid "To"
 msgstr "Para"
 
@@ -25570,6 +26065,7 @@ msgstr " Tout Apprendre "
 #: ../../application/modules/opac/views/scripts/bib/selection.phtml:8
 #: ../../application/modules/opac/views/scripts/bib/selection.phtml:8
 #: ../../library/ZendAfi/View/Helper/TagListeCoches.php:122
+#: ../../library/ZendAfi/View/Helper/TagListeCoches.php:121
 msgid "Tout cocher"
 msgstr "Comprobar todo"
 
@@ -25581,6 +26077,7 @@ msgstr "Comprobar todo"
 #: ../../application/modules/opac/views/scripts/bib/selection.phtml:11
 #: ../../application/modules/opac/views/scripts/bib/selection.phtml:11
 #: ../../library/ZendAfi/View/Helper/TagListeCoches.php:124
+#: ../../library/ZendAfi/View/Helper/TagListeCoches.php:123
 msgid "Tout décocher"
 msgstr "Deseleccionar todo"
 
@@ -25663,6 +26160,7 @@ msgstr "Acción"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:103
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:100
 #: ../../application/modules/admin/controllers/I18nController.php:61
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:102
 msgid "Traductions"
 msgstr "Traducciones"
 
@@ -25695,6 +26193,7 @@ msgstr "Moderación de revisar los registros"
 
 #: ../../library/Class/WebService/BibNumerique/Abstract.php:118
 #: ../../library/Class/WebService/BibNumerique/Abstract.php:121
+#: ../../library/Class/WebService/BibNumerique/Abstract.php:123
 #, fuzzy, php-format
 msgid "Traitement de la page %s / %s"
 msgstr "Moderación de revisar los registros"
@@ -25770,7 +26269,7 @@ msgstr "Mostrar resultados de búsqueda"
 msgid "Tri du résultat par"
 msgstr "Número de resultados para mostrar"
 
-#: ../../library/Class/Album.php:350
+#: ../../library/Class/Album.php:350 ../../library/Class/Album.php:351
 #, fuzzy, php-format
 msgid "Tried to call unknown method Class_Album::get%s"
 msgstr "Class_Album :: get% s"
@@ -25794,6 +26293,7 @@ msgid "Trié par: "
 msgstr "Ordenado por:"
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:344
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:369
 #, php-format
 msgid ""
 "Trop d'éléments dans ce dossiers... Seuls les %d premiers éléments sont "
@@ -25817,6 +26317,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:382
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager/Models.php:30
 #: ../../library/Class/Systeme/Report.php:162
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:407
 msgid "Type"
 msgstr "Tipo"
 
@@ -25843,6 +26344,7 @@ msgstr "Tipo de interfaz"
 #: ../../library/Class/AdminVar.php:188
 ../../library/Class/AdminVar.php:189
 #: ../../library/Class/AdminVar.php:186 ../../library/Class/AdminVar.php:205
 #: ../../library/Class/AdminVar.php:207 ../../library/Class/AdminVar.php:199
+#: ../../library/Class/AdminVar.php:196
 msgid "Type de SSO OneDTouch"
 msgstr "Tipo de OneDTouch SSO"
 
@@ -26043,6 +26545,8 @@ msgstr "Los campos personalizados"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:165
 #: ../../application/modules/admin/views/scripts/bib/localisationsmaj.phtml:144
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:88
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:167
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:92
 msgid "Types de documents"
 msgstr "Tipo de documento"
 
@@ -26343,7 +26847,7 @@ msgstr "Biografía del autor"
 #: ../../library/Class/AdminVar.php:309 ../../library/Class/AdminVar.php:315
 #: ../../library/Class/AdminVar.php:334 ../../library/Class/AdminVar.php:336
 #: ../../library/Class/AdminVar.php:339 ../../library/Class/AdminVar.php:331
-#: ../../library/Class/AdminVar.php:332
+#: ../../library/Class/AdminVar.php:332 ../../library/Class/AdminVar.php:329
 #, fuzzy
 msgid "URL d'accès à l'interface de réservation des postes Aesis Webkiosk"
 msgstr "Reserve un mensaje Webkiosk"
@@ -26361,6 +26865,7 @@ msgstr "URL de la página"
 #: ../../application/modules/admin/controllers/HarvestController.php:147
 #: ../../application/modules/admin/controllers/HarvestController.php:125
 #: ../../application/modules/admin/controllers/HarvestController.php:125
+#: ../../application/modules/admin/controllers/HarvestController.php:124
 #, fuzzy
 msgid "URL de la page Jamendo"
 msgstr "Importar un álbum desde la página Jamendo"
@@ -26368,6 +26873,7 @@ msgstr "Importar un álbum desde la página Jamendo"
 #: ../../application/modules/admin/controllers/HarvestController.php:204
 #: ../../application/modules/admin/controllers/HarvestController.php:182
 #: ../../application/modules/admin/controllers/HarvestController.php:182
+#: ../../application/modules/admin/controllers/HarvestController.php:181
 msgid "URL de la piste SoundCloud"
 msgstr "URL de la pista de SoundCloud"
 
@@ -26398,7 +26904,7 @@ msgstr "URL de validación de ticket generada para el usuario \"%s\""
 #: ../../library/Class/AdminVar.php:339 ../../library/Class/AdminVar.php:345
 #: ../../library/Class/AdminVar.php:364 ../../library/Class/AdminVar.php:366
 #: ../../library/Class/AdminVar.php:369 ../../library/Class/AdminVar.php:361
-#: ../../library/Class/AdminVar.php:362
+#: ../../library/Class/AdminVar.php:362 ../../library/Class/AdminVar.php:359
 msgid "URL destinataire du rapport d'état du système (0 pour désactiver)"
 msgstr "URL de destino del informe de estado del sistema (0 para deshabilitar)"
 
@@ -26406,7 +26912,7 @@ msgstr "URL de destino del informe de estado del sistema (0 para deshabilitar)"
 #: ../../library/Class/AdminVar.php:305 ../../library/Class/AdminVar.php:311
 #: ../../library/Class/AdminVar.php:330 ../../library/Class/AdminVar.php:332
 #: ../../library/Class/AdminVar.php:335 ../../library/Class/AdminVar.php:327
-#: ../../library/Class/AdminVar.php:328
+#: ../../library/Class/AdminVar.php:328 ../../library/Class/AdminVar.php:325
 msgid "URL du javascript Babelthèque à insérer dans l'OPAC"
 msgstr "URL de la Babelthèque javascript para insertar en el OPAC"
 
@@ -26429,13 +26935,11 @@ msgstr "URL del portal"
 msgid "URL du site web"
 msgstr "El ancho total de la página"
 
-#: ../../library/Class/FRBR/Link.php:159
-#: ../../library/Class/FRBR/Link.php:159
+#: ../../library/Class/FRBR/Link.php:159
 ../../library/Class/FRBR/Link.php:159
 msgid "URL objet A est requis"
 msgstr "La URL del objeto A es obligatoria"
 
-#: ../../library/Class/FRBR/Link.php:161
-#: ../../library/Class/FRBR/Link.php:161
+#: ../../library/Class/FRBR/Link.php:161
 ../../library/Class/FRBR/Link.php:161
 msgid "URL objet B est requis"
 msgstr "La URL del objeto B es obligatoria"
 
@@ -26510,6 +27014,7 @@ msgstr "El e-mail ha sido enviado"
 #: ../../application/modules/opac/controllers/AuthController.php:594
 #: ../../application/modules/opac/controllers/AuthController.php:589
 #: ../../application/modules/opac/controllers/AuthController.php:601
+#: ../../application/modules/opac/controllers/AuthController.php:593
 #, php-format
 msgid ""
 "Un email de confirmation de préinscription vous a été envoyé à l'adresse %s ."
@@ -26536,11 +27041,10 @@ msgid "Un libellé est requis"
 msgstr "el idioma es obligatorio."
 
 #: ../../library/Class/Users.php:1142
 ../../library/Class/Users.php:1142
-#: ../../library/Class/User/LostPass.php:110
-#: ../../library/Class/Users.php:1151 ../../library/Class/Users.php:1130
-#: ../../library/Class/Users.php:1133 ../../library/Class/Users.php:1137
-#: ../../library/Class/Users.php:1158 ../../library/Class/Users.php:1153
-#: ../../library/Class/Users.php:1155
+#: ../../library/Class/User/LostPass.php:110 ../../library/Class/Users.php:1151
+#: ../../library/Class/Users.php:1130 ../../library/Class/Users.php:1133
+#: ../../library/Class/Users.php:1137 ../../library/Class/Users.php:1158
+#: ../../library/Class/Users.php:1153 ../../library/Class/Users.php:1155
 #, fuzzy
 msgid "Un mail vient de vous être envoyé avec vos paramètres de connexion."
 msgstr ""
@@ -26581,6 +27085,7 @@ msgstr "El archivo no es de tipo %s"
 #: ../../application/modules/opac/controllers/AuthController.php:437
 #: ../../application/modules/opac/controllers/AuthController.php:432
 #: ../../application/modules/opac/controllers/AuthController.php:444
+#: ../../application/modules/opac/controllers/AuthController.php:436
 msgid ""
 "Un utilisateur a déjà renseigné cet email. Merci de vous identifier avec le "
 "compte qui utilise cet email."
@@ -26602,6 +27107,7 @@ msgstr "Categorías de sitios"
 #: ../../application/modules/opac/controllers/AuthController.php:465
 #: ../../application/modules/opac/controllers/AuthController.php:460
 #: ../../application/modules/opac/controllers/AuthController.php:472
+#: ../../application/modules/opac/controllers/AuthController.php:464
 msgid ""
 "Une demande de confirmation d'inscription vous a été envoyée à l'adresse "
 "mail renseignée."
@@ -26627,6 +27133,13 @@ msgstr "Se produjo un error, el menú no se pudo eliminar"
 msgid "Une erreur c'est produite. Le téléversement ne sera pas effectué."
 msgstr "Se ha producido un error La carga no se realizará."
 
+#: ../../application/modules/admin/controllers/TemplateController.php:50
+#: ../../application/modules/admin/controllers/TemplateController.php:55
+#: ../../application/modules/admin/controllers/TemplateController.php:60
+#, fuzzy
+msgid "Une erreur c'est produite. Vous ne pouvez pas tester le template"
+msgstr "Se produjo un error al leer el registro."
+
 #: ../../library/Class/CommSigb.php:226
 ../../library/Class/CommSigb.php:226
 #: ../../library/Class/CommSigb.php:240 ../../library/Class/CommSigb.php:243
 msgid ""
@@ -26668,6 +27181,7 @@ msgstr "Ignorar el error y continuar"
 #: ../../application/modules/opac/controllers/AuthController.php:461
 #: ../../application/modules/opac/controllers/AuthController.php:456
 #: ../../application/modules/opac/controllers/AuthController.php:468
+#: ../../application/modules/opac/controllers/AuthController.php:460
 msgid ""
 "Une erreur est survenue à l'envoi du mail de confirmation. Veuillez "
 "réessayer. Si le problème persiste, veuillez contacter votre médiathèque."
@@ -26686,6 +27200,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AbonneController.php:1163
 #: ../../application/modules/opac/controllers/AbonneController.php:1249
 #: ../../application/modules/opac/controllers/AbonneController.php:1251
+#: ../../application/modules/opac/controllers/AbonneController.php:1253
 #, php-format
 msgid "Une erreur s'est produite en ajoutant la carte de \"%s\" : %s"
 msgstr "Se produjo un error al agregar el mapa de \"%s\":%s"
@@ -26706,7 +27221,8 @@ msgstr "Una extensión de PHP ha dejado de descargar el archivo"
 #: ../../library/Class/Profil.php:1397 ../../library/Class/Profil.php:1390
 #: ../../library/Class/Profil.php:1394 ../../library/Class/Profil.php:1398
 #: ../../library/Class/Profil.php:1400 ../../library/Class/Profil.php:1404
-#: ../../library/Class/Profil.php:1408
+#: ../../library/Class/Profil.php:1408 ../../library/Class/Profil.php:1410
+#: ../../library/Class/Profil.php:1414 ../../library/Class/Profil.php:1418
 #, fuzzy
 msgid "Une marge interne de division ne peut pas excéder 20 pixels."
 msgstr ""
@@ -26789,7 +27305,7 @@ msgstr "Plano de acceso"
 #: ../../library/Class/AdminVar.php:314 ../../library/Class/AdminVar.php:320
 #: ../../library/Class/AdminVar.php:339 ../../library/Class/AdminVar.php:341
 #: ../../library/Class/AdminVar.php:344 ../../library/Class/AdminVar.php:336
-#: ../../library/Class/AdminVar.php:337
+#: ../../library/Class/AdminVar.php:337 ../../library/Class/AdminVar.php:334
 msgid "Url d'import d'un agenda TYPO3"
 msgstr "Url para importar un calendario TYPO3"
 
@@ -26802,7 +27318,7 @@ msgstr "Añadir recursos"
 #: ../../library/Class/AdminVar.php:244 ../../library/Class/AdminVar.php:246
 #: ../../library/Class/AdminVar.php:265 ../../library/Class/AdminVar.php:267
 #: ../../library/Class/AdminVar.php:259 ../../library/Class/AdminVar.php:262
-#: ../../library/Class/AdminVar.php:260
+#: ../../library/Class/AdminVar.php:260 ../../library/Class/AdminVar.php:257
 #, fuzzy
 msgid "Url de recherche"
 msgstr "Formulario de búsqueda"
@@ -26826,13 +27342,14 @@ msgstr "Explorador de archivos"
 #: ../../library/Class/AdminVar.php:230 ../../library/Class/AdminVar.php:232
 #: ../../library/Class/AdminVar.php:251 ../../library/Class/AdminVar.php:253
 #: ../../library/Class/AdminVar.php:245 ../../library/Class/AdminVar.php:248
-#: ../../library/Class/AdminVar.php:246
+#: ../../library/Class/AdminVar.php:246 ../../library/Class/AdminVar.php:243
 msgid "Url du proxy Redmine"
 msgstr "URL proxy de Redmine"
 
 #: ../../library/Class/AdminVar.php:174
 ../../library/Class/AdminVar.php:175
 #: ../../library/Class/AdminVar.php:172 ../../library/Class/AdminVar.php:191
 #: ../../library/Class/AdminVar.php:193 ../../library/Class/AdminVar.php:185
+#: ../../library/Class/AdminVar.php:182
 #, fuzzy
 msgid "Url du serveur PNB Dilicom"
 msgstr "Configuración PNB Dilicom"
@@ -26841,7 +27358,7 @@ msgstr "Configuración PNB Dilicom"
 #: ../../library/Class/AdminVar.php:229 ../../library/Class/AdminVar.php:231
 #: ../../library/Class/AdminVar.php:250 ../../library/Class/AdminVar.php:252
 #: ../../library/Class/AdminVar.php:244 ../../library/Class/AdminVar.php:247
-#: ../../library/Class/AdminVar.php:245
+#: ../../library/Class/AdminVar.php:245 ../../library/Class/AdminVar.php:242
 #, fuzzy
 msgid "Url du serveur redmine"
 msgstr "Dirección del servidor Orphea"
@@ -26883,6 +27400,7 @@ msgstr "Usuarios"
 #: ../../library/Class/AdminVar.php:178
 ../../library/Class/AdminVar.php:179
 #: ../../library/Class/AdminVar.php:176 ../../library/Class/AdminVar.php:195
 #: ../../library/Class/AdminVar.php:197 ../../library/Class/AdminVar.php:189
+#: ../../library/Class/AdminVar.php:186
 msgid "Utilisateur FTP de diffusion des offres PNB Dilicom"
 msgstr "Usuario FTP para la transmisión de registros PNB Dilicom"
 
@@ -26910,6 +27428,7 @@ msgstr "Grupo creado para esta prueba"
 #: ../../application/modules/opac/controllers/AuthController.php:336
 #: ../../application/modules/opac/controllers/AuthController.php:331
 #: ../../application/modules/opac/controllers/AuthController.php:343
+#: ../../application/modules/opac/controllers/AuthController.php:328
 #, fuzzy
 msgid "Utilisateur inconnu"
 msgstr "Desconocido Newsletter"
@@ -26926,6 +27445,7 @@ msgstr "Usuario no encontrado"
 #: ../../application/modules/admin/controllers/IndexController.php:169
 #: ../../application/modules/opac/controllers/AuthController.php:636
 #: ../../application/modules/opac/controllers/AuthController.php:629
+#: ../../application/modules/opac/controllers/AuthController.php:628
 #, fuzzy
 msgid "Utilisateur invalide"
 msgstr "Nombre de usuario o contraseña incorrecta."
@@ -26952,6 +27472,7 @@ msgstr "Mensaje del usuario sin acceso"
 #: ../../library/Class/Systeme/Report.php:41
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:124
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:121
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:123
 #, fuzzy
 msgid "Utilisateurs"
 msgstr "Grupo de usuarios"
@@ -27130,6 +27651,7 @@ msgid "Validité"
 msgstr "Validez"
 
 #: ../../library/Class/Article.php:1234 ../../library/Class/Album.php:214
+#: ../../library/Class/Album.php:215
 msgid "Validé"
 msgstr "Validado"
 
@@ -27159,6 +27681,7 @@ msgstr "Cestas %s guardada"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:142
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:139
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:138
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:140
 msgid "Variables"
 msgstr "Variables"
 
@@ -27185,7 +27708,8 @@ msgstr "Viernes"
 #: ../../library/Class/AdminVar.php:206 ../../library/Class/AdminVar.php:226
 #: ../../library/Class/AdminVar.php:208 ../../library/Class/AdminVar.php:228
 #: ../../library/Class/AdminVar.php:200 ../../library/Class/AdminVar.php:220
-#: ../../library/Class/AdminVar.php:218
+#: ../../library/Class/AdminVar.php:218 ../../library/Class/AdminVar.php:197
+#: ../../library/Class/AdminVar.php:215
 #, fuzzy
 msgid "Version"
 msgstr "Versión"
@@ -27214,7 +27738,7 @@ msgstr "Version"
 #: ../../library/Class/AdminVar.php:208
 ../../library/Class/AdminVar.php:209
 #: ../../library/Class/AdminVar.php:206 ../../library/Class/AdminVar.php:225
 #: ../../library/Class/AdminVar.php:227 ../../library/Class/AdminVar.php:219
-#: ../../library/Class/AdminVar.php:217
+#: ../../library/Class/AdminVar.php:217 ../../library/Class/AdminVar.php:214
 msgid "Version de Kidilangues."
 msgstr "Versión de Kidilangues."
 
@@ -27445,6 +27969,7 @@ msgstr "Vídeos"
 
 #: ../../application/modules/telephone/controllers/RechercheController.php:65
 #: ../../application/modules/telephone/controllers/RechercheController.php:65
+#: ../../application/modules/telephone/controllers/RechercheController.php:62
 msgid "Vidéos associées"
 msgstr "Videos relacionados"
 
@@ -27485,6 +28010,8 @@ msgstr "Miniatura"
 
 #: ../../library/Class/Notice/Thumbnail/ResizeImage.php:74
 #: ../../library/Class/Notice/Thumbnail/ResizeImage.php:100
+#: ../../library/Class/Notice/Thumbnail/ResizeImage.php:75
+#: ../../library/Class/Notice/Thumbnail/ResizeImage.php:93
 #, fuzzy, php-format
 msgid "Vignette de l'image \"%s\""
 msgstr "Revisión Headline"
@@ -27651,6 +28178,7 @@ msgstr "Visualizar las etiquetas"
 #: ../../library/ZendAfi/View/Helper/RenderSession.php:206
 #: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:420
 #: ../../library/ZendAfi/View/Helper/Admin/Versions.php:67
+#: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:423
 msgid "Voir"
 msgstr "Ver"
 
@@ -27979,6 +28507,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AbonneController.php:968
 #: ../../application/modules/opac/controllers/AbonneController.php:991
 #: ../../application/modules/opac/controllers/AbonneController.php:993
+#: ../../application/modules/opac/controllers/AbonneController.php:995
 #, fuzzy
 msgid "Votre abonnement ne vous permet pas de réserver un poste multimédia"
 msgstr "Reserve una estación multimedia"
@@ -28059,6 +28588,7 @@ msgstr "Gracias. El formulario se ha guardado:"
 #: ../../application/modules/opac/controllers/AbonneController.php:1086
 #: ../../application/modules/opac/controllers/AbonneController.php:1172
 #: ../../application/modules/opac/controllers/AbonneController.php:1174
+#: ../../application/modules/opac/controllers/AbonneController.php:1176
 #, fuzzy, php-format
 msgid "Votre carte a été retirée à %s"
 msgstr "El mensaje ha sido enviado"
@@ -28089,6 +28619,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:184
 ../../library/Class/AdminVar.php:185
 #: ../../library/Class/AdminVar.php:182 ../../library/Class/AdminVar.php:201
 #: ../../library/Class/AdminVar.php:203 ../../library/Class/AdminVar.php:195
+#: ../../library/Class/AdminVar.php:192
 msgid ""
 "Votre compte sera mis à jour dans un délai de 15 minutes après le retour "
 "anticipé du document."
@@ -28118,6 +28649,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:379
 #: ../../application/modules/opac/controllers/AuthController.php:374
 #: ../../application/modules/opac/controllers/AuthController.php:386
+#: ../../application/modules/opac/controllers/AuthController.php:378
 msgid "Votre demande d'inscription"
 msgstr "Tu solicitud"
 
@@ -28133,11 +28665,10 @@ msgid "Votre fiche"
 msgstr "Su archivo"
 
 #: ../../library/Class/Users.php:1133
 ../../library/Class/Users.php:1133
-#: ../../library/Class/User/LostPass.php:102
-#: ../../library/Class/Users.php:1142 ../../library/Class/Users.php:1121
-#: ../../library/Class/Users.php:1124 ../../library/Class/Users.php:1128
-#: ../../library/Class/Users.php:1149 ../../library/Class/Users.php:1144
-#: ../../library/Class/Users.php:1146
+#: ../../library/Class/User/LostPass.php:102 ../../library/Class/Users.php:1142
+#: ../../library/Class/Users.php:1121 ../../library/Class/Users.php:1124
+#: ../../library/Class/Users.php:1128 ../../library/Class/Users.php:1149
+#: ../../library/Class/Users.php:1144 ../../library/Class/Users.php:1146
 #, fuzzy, php-format
 msgid "Votre identifiant : %s\n"
 msgstr "Introduzca su nombre de usuario S.V.P."
@@ -28200,11 +28731,10 @@ msgid "Votre message a bien été envoyé."
 msgstr "El mensaje ha sido enviado"
 
 #: ../../library/Class/Users.php:1134
 ../../library/Class/Users.php:1134
-#: ../../library/Class/User/LostPass.php:103
-#: ../../library/Class/Users.php:1143 ../../library/Class/Users.php:1122
-#: ../../library/Class/Users.php:1125 ../../library/Class/Users.php:1129
-#: ../../library/Class/Users.php:1150 ../../library/Class/Users.php:1145
-#: ../../library/Class/Users.php:1147
+#: ../../library/Class/User/LostPass.php:103 ../../library/Class/Users.php:1143
+#: ../../library/Class/Users.php:1122 ../../library/Class/Users.php:1125
+#: ../../library/Class/Users.php:1129 ../../library/Class/Users.php:1150
+#: ../../library/Class/Users.php:1145 ../../library/Class/Users.php:1147
 #, fuzzy, php-format
 msgid "Votre mot de passe : %s\n"
 msgstr "Contraseña"
@@ -28407,6 +28937,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:515
 #: ../../application/modules/opac/controllers/AuthController.php:510
 #: ../../application/modules/opac/controllers/AuthController.php:522
+#: ../../application/modules/opac/controllers/AuthController.php:514
 msgid "Vous avez bien été abonné à la newsletter: "
 msgstr "Usted se ha suscrito al boletín de noticias:"
 
@@ -28421,6 +28952,7 @@ msgstr "Usted se ha suscrito al boletín de noticias:"
 #: ../../application/modules/opac/controllers/AbonneController.php:1152
 #: ../../application/modules/opac/controllers/AbonneController.php:1238
 #: ../../application/modules/opac/controllers/AbonneController.php:1240
+#: ../../application/modules/opac/controllers/AbonneController.php:1242
 #, php-format
 msgid "Vous avez déjà ajouté la carte de \"%s\""
 msgstr "Ya ha agregado el mapa de \"%s\""
@@ -28442,6 +28974,7 @@ msgstr "Ya tienes una reserva en este horario"
 #: ../../library/Class/Users.php:1074 ../../library/Class/Users.php:1078
 #: ../../library/Class/Users.php:1099 ../../library/Class/Users.php:1094
 #: ../../library/Class/Users.php:1096 ../../library/Class/Users.php:1084
+#: ../../library/Class/Users.php:1079
 #, fuzzy
 msgid "Vous avez fait une demande d'inscription sur le portail:"
 msgstr "Su solicitud"
@@ -28453,11 +28986,10 @@ msgid "Vous avez fait une demande d'inscription à la lettre d'information:"
 msgstr "Solicitud de inclusión en el boletín de noticias:"
 
 #: ../../library/Class/Users.php:1132
 ../../library/Class/Users.php:1132
-#: ../../library/Class/User/LostPass.php:101
-#: ../../library/Class/Users.php:1141 ../../library/Class/Users.php:1120
-#: ../../library/Class/Users.php:1123 ../../library/Class/Users.php:1127
-#: ../../library/Class/Users.php:1148 ../../library/Class/Users.php:1143
-#: ../../library/Class/Users.php:1145
+#: ../../library/Class/User/LostPass.php:101 ../../library/Class/Users.php:1141
+#: ../../library/Class/Users.php:1120 ../../library/Class/Users.php:1123
+#: ../../library/Class/Users.php:1127 ../../library/Class/Users.php:1148
+#: ../../library/Class/Users.php:1143 ../../library/Class/Users.php:1145
 msgid "Vous avez fait une demande de mot de passe sur le portail."
 msgstr "Usted ha solicitado una contraseña en el portal."
 
@@ -28491,7 +29023,7 @@ msgstr "El campo 'id' debe ser menor de 50 caracteres"
 #: ../../library/Class/Users.php:1017
 ../../library/Class/Users.php:1017
 #: ../../library/Class/Users.php:1026 ../../library/Class/Users.php:1005
 #: ../../library/Class/Users.php:1007 ../../library/Class/Users.php:1011
-#: ../../library/Class/Users.php:1022
+#: ../../library/Class/Users.php:1022 ../../library/Class/Users.php:1000
 msgid "Vous devez compléter le champ 'Identifiant'"
 msgstr "Debes completar el campo 'Usuario'"
 
@@ -28500,6 +29032,7 @@ msgstr "Debes completar el campo 'Usuario'"
 #: ../../library/Class/Users.php:1008 ../../library/Class/Users.php:1012
 #: ../../library/Class/Users.php:1066 ../../library/Class/Users.php:1061
 #: ../../library/Class/Users.php:1063 ../../library/Class/Users.php:1051
+#: ../../library/Class/Users.php:1046
 msgid "Vous devez compléter le champ 'Mot de passe'"
 msgstr "Debe completar el campo 'Contraseña'"
 
@@ -28588,6 +29121,7 @@ msgstr "Desde es mandatorio"
 #: ../../library/Class/Users.php:1038 ../../library/Class/Users.php:1042
 #: ../../library/Class/Users.php:1052 ../../library/Class/Users.php:1047
 #: ../../library/Class/Users.php:1049 ../../library/Class/Users.php:1037
+#: ../../library/Class/Users.php:1032
 msgid "Vous devez fournir une adresse mail valide"
 msgstr "Debe proporcionar una dirección de correo electrónico válida"
 
@@ -28630,6 +29164,7 @@ msgstr "Introduce una contraseña"
 #: ../../library/Class/Users.php:1041 ../../library/Class/Users.php:1045
 #: ../../library/Class/Users.php:1055 ../../library/Class/Users.php:1050
 #: ../../library/Class/Users.php:1052 ../../library/Class/Users.php:1040
+#: ../../library/Class/Users.php:1035
 #, fuzzy
 msgid "Vous devez saisir un numéro de téléphone"
 msgstr "Debe ingresar un número de teléfono"
@@ -28906,6 +29441,7 @@ msgstr "No tiene permisos para editar la cesta %s"
 #: ../../library/Class/Users.php:1034 ../../library/Class/Users.php:1038
 #: ../../library/Class/Users.php:1048 ../../library/Class/Users.php:1043
 #: ../../library/Class/Users.php:1045 ../../library/Class/Users.php:1033
+#: ../../library/Class/Users.php:1028
 #, fuzzy
 msgid "Vous n'avez pas les droits suffisants pour diriger une activité"
 msgstr "No tienes suficientes derechos para ejecutar una actividad"
@@ -28915,6 +29451,7 @@ msgstr "No tienes suficientes derechos para ejecutar una actividad"
 #: ../../library/Class/Users.php:1031 ../../library/Class/Users.php:1035
 #: ../../library/Class/Users.php:1045 ../../library/Class/Users.php:1040
 #: ../../library/Class/Users.php:1042 ../../library/Class/Users.php:1030
+#: ../../library/Class/Users.php:1025
 #, fuzzy
 msgid "Vous n'avez pas les droits suffisants pour suivre une activité"
 msgstr "No tienes suficientes derechos para seguir una actividad"
@@ -28989,6 +29526,7 @@ msgstr "No ha definido ninguna contraseña."
 #: ../../application/modules/opac/controllers/AbonneController.php:1075
 #: ../../application/modules/opac/controllers/AbonneController.php:1161
 #: ../../application/modules/opac/controllers/AbonneController.php:1163
+#: ../../application/modules/opac/controllers/AbonneController.php:1165
 #, fuzzy, php-format
 msgid "Vous n'utilisez plus la carte de %s"
 msgstr "Yo uso los siguientes mapas"
@@ -29016,6 +29554,7 @@ msgstr "No está autorizado para realizar una reserva"
 #: ../../application/modules/opac/controllers/AuthController.php:469
 #: ../../application/modules/opac/controllers/AuthController.php:481
 #: ../../application/modules/opac/controllers/AuthController.php:474
+#: ../../application/modules/opac/controllers/AuthController.php:473
 #, fuzzy
 msgid ""
 "Vous n'êtes plus inscrit à la lettre d'information, celle-ci n'existe plus."
@@ -29041,6 +29580,7 @@ msgstr "Dejar de recibir el boletín de noticias:"
 #: ../../application/modules/opac/controllers/AbonneController.php:1146
 #: ../../application/modules/opac/controllers/AbonneController.php:1232
 #: ../../application/modules/opac/controllers/AbonneController.php:1234
+#: ../../application/modules/opac/controllers/AbonneController.php:1236
 #, fuzzy
 msgid "Vous ne pouvez pas ajouter votre propre carte"
 msgstr "No puedes agregar tu propia carta"
@@ -29049,6 +29589,7 @@ msgstr "No puedes agregar tu propia carta"
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:407
 #: ../../application/modules/admin/controllers/FileManagerController.php:344
 #: ../../application/modules/admin/controllers/FileManagerController.php:350
+#: ../../application/modules/admin/controllers/FileManagerController.php:359
 #, php-format
 msgid ""
 "Vous ne pouvez pas copier ou déplacer un élément avec lui-même : \"%s\" est "
@@ -29181,6 +29722,7 @@ msgstr "Dejar de recibir el boletín de noticias:"
 #: ../../application/modules/admin/controllers/IndexController.php:189
 #: ../../application/modules/opac/controllers/AuthController.php:647
 #: ../../application/modules/opac/controllers/AuthController.php:640
+#: ../../application/modules/opac/controllers/AuthController.php:639
 #, fuzzy, php-format
 msgid "Vous êtes maintenant connecté avec l'utilisateur \"%s\""
 msgstr "Editar el grupo de usuarios: %s"
@@ -29207,7 +29749,7 @@ msgstr "Verificado"
 #: ../../library/Class/AdminVar.php:332 ../../library/Class/AdminVar.php:338
 #: ../../library/Class/AdminVar.php:357 ../../library/Class/AdminVar.php:359
 #: ../../library/Class/AdminVar.php:362 ../../library/Class/AdminVar.php:354
-#: ../../library/Class/AdminVar.php:355
+#: ../../library/Class/AdminVar.php:355 ../../library/Class/AdminVar.php:352
 msgid "WS KOHA : Reservation d'exemplaires pour les multi sites"
 msgstr "WS KOHA: reserva de ejemplares para múltiples bibliotecas"
 
@@ -29249,6 +29791,7 @@ msgstr "XML"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:272
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:297
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:371
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:376
 #, fuzzy
 msgid "ZF Debug"
 msgstr "Depuración"
@@ -29363,6 +29906,7 @@ msgstr "Ver registro"
 
 #: ../../library/Class/FileManager.php:119
 #: ../../library/Class/FileManager.php:121
+#: ../../library/Class/FileManager.php:143
 #, fuzzy
 msgid "_copie"
 msgstr "_copie"
@@ -29538,6 +30082,11 @@ msgstr "Zona"
 msgid "code barre : {getBarCode}"
 msgstr ""
 
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/AuthorFunction.php:39
+#, fuzzy
+msgid "code unimarc"
+msgstr "Registro Unimarc"
+
 #: ../../library/ZendAfi/View/Helper/GetSendProgressJsonFor.php:36
 #: ../../library/ZendAfi/View/Helper/GetSendProgressJsonFor.php:36
 #, fuzzy
@@ -29936,6 +30485,7 @@ msgstr "líquido"
 #: ../../library/ZendAfi/View/Helper/Accueil/Base.php:249
 #: ../../library/ZendAfi/View/Helper/Accueil/Base.php:249
 #: ../../library/ZendAfi/View/Helper/Accueil/Base.php:247
+#: ../../library/ZendAfi/View/Helper/Accueil/Base.php:265
 #, fuzzy, php-format
 msgid "flux RSS de la boite %s"
 msgstr "Cuadro de estilo"
@@ -29975,6 +30525,7 @@ msgstr "horas"
 
 #: ../../application/modules/opac/controllers/AbonneController.php:1065
 #: ../../application/modules/opac/controllers/AbonneController.php:1067
+#: ../../application/modules/opac/controllers/AbonneController.php:1069
 #, php-format
 msgid "historique_prets_codes_barres_%s_%s%s"
 msgstr ""
@@ -30122,8 +30673,7 @@ msgstr ""
 msgid "l'appel à la méthode %s n'est pas autorisé (ligne : %s)"
 msgstr ""
 
-#: ../../library/Class/Ouverture.php:180
-#: ../../library/Class/Ouverture.php:180
+#: ../../library/Class/Ouverture.php:180
 ../../library/Class/Ouverture.php:180
 #, php-format
 msgid "le %s"
 msgstr "el %s"
@@ -30553,6 +31103,7 @@ msgstr "noviembre"
 #: ../../library/ZendAfi/View/Helper/Abonne/ReservationsTable.php:136
 #: ../../library/Class/Profil/Preferences/Loans.php:612
 #: ../../library/Class/Profil/Preferences/Loans.php:613
+#: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:460
 msgid "n°"
 msgstr "nº"
 
@@ -30569,6 +31120,7 @@ msgstr "Requiere un tema compatible"
 
 #: ../../library/Class/FileManager/FileSystem.php:267
 #: ../../library/Class/FileManager/FileSystem.php:268
+#: ../../library/Class/FileManager/FileSystem.php:269
 #, fuzzy
 msgid "o"
 msgstr "Ir"
@@ -30835,6 +31387,7 @@ msgstr "porcentaje"
 
 #: ../../application/modules/opac/controllers/AbonneController.php:1043
 #: ../../application/modules/opac/controllers/AbonneController.php:1045
+#: ../../application/modules/opac/controllers/AbonneController.php:1047
 #, php-format
 msgid "prets_codes_barres_%s_%s%s"
 msgstr ""
@@ -31317,6 +31870,7 @@ msgstr "estado"
 #: ../../application/modules/admin/controllers/ModulesController.php:496
 #: ../../application/modules/admin/controllers/ModulesController.php:501
 #: ../../application/modules/admin/controllers/ModulesController.php:548
+#: ../../library/ZendAfi/View/Helper/FonctionsAdmin.php:108
 #, fuzzy
 msgid "Étendre le paramétrage"
 msgstr "Establezca esta página"
@@ -31400,6 +31954,11 @@ msgstr "¿Seguro que quieres eliminar esta capa?"
 msgid "Êtes-vous sur de vouloir supprimer cette version de l\\'historique ?"
 msgstr "¿Seguro que quieres eliminar esta capa?"
 
+#: ../../library/ZendAfi/View/Helper/FonctionsAdmin.php:186
+#, fuzzy, php-format
+msgid "Êtes-vous sur de vouloir supprimer la boite \"%s\" ?"
+msgstr "¿Seguro que quieres eliminar esta capa?"
+
 #: ../../application/modules/telephone/views/scripts/abonne/cancel-hold.phtml:14
 #: ../../application/modules/telephone/views/scripts/abonne/cancel-hold.phtml:14
 #, fuzzy, php-format
diff --git a/library/translation/fr.mo b/library/translation/fr.mo
index 29919dfaba4d4532cf0bf82f878fa79d2cdabc00..6fa42c65f33701e5fbbe10389e89f8ed324c7bb8 100644
Binary files a/library/translation/fr.mo and b/library/translation/fr.mo differ
diff --git a/library/translation/fr.po b/library/translation/fr.po
index 473390cad3d2c256846fb0d6dd18be8080bf9f82..d6d0c9de86b1a39b67bcbc99305db4746cdf22ea 100644
--- a/library/translation/fr.po
+++ b/library/translation/fr.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 0.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-07-16 15:14+0200\n"
+"POT-Creation-Date: 2018-08-27 14:29+0200\n"
 "PO-Revision-Date: 2011-03-16 10:45+0100\n"
 "Last-Translator: Laurent Laffont <llaffont@afi-sa.fr>\n"
 "Language-Team: French\n"
@@ -97,6 +97,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:515
 #: ../../application/modules/opac/controllers/AuthController.php:510
 #: ../../application/modules/opac/controllers/AuthController.php:522
+#: ../../application/modules/opac/controllers/AuthController.php:514
 msgid " avec l'adresse suivante: "
 msgstr ""
 
@@ -290,6 +291,7 @@ msgstr ""
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:355
 #: ../../application/modules/admin/controllers/FileManagerController.php:292
 #: ../../application/modules/admin/controllers/FileManagerController.php:298
+#: ../../application/modules/admin/controllers/FileManagerController.php:307
 #, php-format
 msgid "\"%s\" renommé en \"%s\"."
 msgstr ""
@@ -413,6 +415,7 @@ msgid "%s #%s supprimé"
 msgstr ""
 
 #: ../../library/Class/Systeme/Widget/Abstract.php:130
+#: ../../library/Class/Systeme/Widget/Abstract.php:143
 #, php-format
 msgid "%s ( %s )"
 msgstr ""
@@ -606,6 +609,8 @@ msgstr ""
 #: ../../library/Class/Systeme/ModulesMenu.php:244
 #: ../../library/Class/Systeme/ModulesMenu.php:213
 #: ../../library/Class/Systeme/ModulesMenu.php:243
+#: ../../library/Class/Systeme/ModulesMenu.php:212
+#: ../../library/Class/Systeme/ModulesMenu.php:242
 #, php-format
 msgid "%s%s : %s"
 msgstr ""
@@ -731,6 +736,10 @@ msgstr ""
 msgid "(quotas max pour les nouveautés)"
 msgstr ""
 
+#: ../../library/ZendAfi/Form/Admin/AuthorFunction.php:39
+msgid "** libellé **"
+msgstr ""
+
 #: ../../application/modules/admin/controllers/BibController.php:529
 #: ../../application/modules/admin/controllers/BibController.php:537
 #: ../../application/modules/admin/controllers/BibController.php:556
@@ -963,6 +972,7 @@ msgstr ""
 #: ../../application/modules/opac/views/scripts/head.phtml:87
 #: ../../application/modules/opac/views/scripts/head.phtml:86
 #: ../../application/modules/opac/views/scripts/head.phtml:86
+#: ../../application/modules/opac/views/scripts/head.phtml:85
 #, php-format
 msgid ""
 "<link rel=\"alternate stylesheet\" type=\"text/css\" href=\"\" title=\"%s\" "
@@ -1195,6 +1205,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Telephone/Tags/Toolbar.php:35
 #: ../../library/ZendAfi/View/Helper/Admin/Nav.php:43
 #: ../../library/Class/MoteurRecherche.php:611
+#: ../../library/ZendAfi/View/Helper/ComboProfils.php:107
 msgid "Accueil"
 msgstr ""
 
@@ -1212,6 +1223,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:224
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:239
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:313
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:318
 msgid "Accès pro."
 msgstr ""
 
@@ -1220,6 +1232,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:138
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:135
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:134
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:136
 msgid "Accès à Cosmogramme"
 msgstr ""
 
@@ -1238,11 +1251,21 @@ msgstr ""
 msgid "Accéder au document Numérique Premium"
 msgstr ""
 
+#: ../../library/ZendAfi/View/Helper/Accueil/Base.php:506
+#, php-format
+msgid "Accéder au flux RSS de %s"
+msgstr ""
+
 #: ../../library/ZendAfi/View/Helper/ShareByMail.php:32
 #: ../../library/ZendAfi/View/Helper/ShareByMail.php:32
 msgid "Accéder au formulaire de contact"
 msgstr ""
 
+#: ../../library/ZendAfi/View/Helper/TagRechercheSimple.php:55
+#, fuzzy
+msgid "Accéder au formulaire de recherche avancée"
+msgstr "Vous avez attein le nombre maximum de réservations"
+
 #: ../../library/ZendAfi/View/Helper/Search/Header.php:105
 #: ../../library/ZendAfi/View/Helper/Search/Header.php:105
 msgid "Accéder au formulaire de recherche pré-rempli avec les critères actuels"
@@ -1269,6 +1292,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:236
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:261
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:335
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:340
 msgid "Accéder aux articles dans l'interface d'administration"
 msgstr ""
 
@@ -1278,6 +1302,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:244
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:269
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:343
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:348
 msgid "Accéder aux domaines dans l'interface d'administration"
 msgstr ""
 
@@ -1289,6 +1314,11 @@ msgstr ""
 msgid "Accéder aux titres seulement"
 msgstr ""
 
+#: ../../library/ZendAfi/View/Helper/Widget/Nav.php:169
+#, php-format
+msgid "Accéder à \"%s\""
+msgstr ""
+
 #: ../../library/Class/DigitalResource/AlbumViewHelper.php:44
 #, fuzzy, php-format
 msgid "Accéder à \"%s\" dans un nouvel onglet"
@@ -1301,6 +1331,11 @@ msgstr "Entrez votre identité S.V.P."
 msgid "Accéder à \"%s\" dans un nouvel onglet."
 msgstr ""
 
+#: ../../library/ZendAfi/View/Helper/Menu/Entry.php:83
+#, php-format
+msgid "Accéder à %s."
+msgstr ""
+
 #: ../../application/modules/telephone/controllers/RechercheController.php:50
 #: ../../application/modules/telephone/controllers/RechercheController.php:50
 msgid "Accéder à l'album"
@@ -1308,6 +1343,7 @@ msgstr ""
 
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:253
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:327
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:332
 msgid "Accéder à l'assistance"
 msgstr ""
 
@@ -1322,9 +1358,15 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:228
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:243
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:317
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:322
 msgid "Accéder à l'interface d'administration"
 msgstr ""
 
+#: ../../library/ZendAfi/View/Helper/Widget/Login.php:42
+#, php-format
+msgid "Accéder à l'interface de gestion de %s."
+msgstr ""
+
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:72
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:76
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:76
@@ -1335,6 +1377,7 @@ msgstr ""
 
 #: ../../application/modules/telephone/controllers/RechercheController.php:55
 #: ../../application/modules/telephone/controllers/RechercheController.php:55
+#: ../../application/modules/telephone/controllers/RechercheController.php:52
 msgid "Accéder à la ressource"
 msgstr ""
 
@@ -1378,7 +1421,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:240 ../../library/Class/AdminVar.php:242
 #: ../../library/Class/AdminVar.php:261 ../../library/Class/AdminVar.php:263
 #: ../../library/Class/AdminVar.php:255 ../../library/Class/AdminVar.php:258
-#: ../../library/Class/AdminVar.php:256
+#: ../../library/Class/AdminVar.php:256 ../../library/Class/AdminVar.php:253
 msgid ""
 "Activation de la disponibilite dans le resultat de recherche au survol de la "
 "couverture du document, calculé en temps réel."
@@ -1388,7 +1431,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:241 ../../library/Class/AdminVar.php:243
 #: ../../library/Class/AdminVar.php:262 ../../library/Class/AdminVar.php:264
 #: ../../library/Class/AdminVar.php:256 ../../library/Class/AdminVar.php:259
-#: ../../library/Class/AdminVar.php:257
+#: ../../library/Class/AdminVar.php:257 ../../library/Class/AdminVar.php:254
 msgid ""
 "Activation de la disponibilite dans le resultat de recherche. Calculé grâce "
 "à la facette \"En rayon\"."
@@ -1398,13 +1441,14 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:331 ../../library/Class/AdminVar.php:337
 #: ../../library/Class/AdminVar.php:356 ../../library/Class/AdminVar.php:358
 #: ../../library/Class/AdminVar.php:361 ../../library/Class/AdminVar.php:353
-#: ../../library/Class/AdminVar.php:354
+#: ../../library/Class/AdminVar.php:354 ../../library/Class/AdminVar.php:351
 msgid "Activation de la navigation collaborative"
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:202
 ../../library/Class/AdminVar.php:203
 #: ../../library/Class/AdminVar.php:200 ../../library/Class/AdminVar.php:219
 #: ../../library/Class/AdminVar.php:221 ../../library/Class/AdminVar.php:213
+#: ../../library/Class/AdminVar.php:210
 msgid "Activation de la ressource numérique PlanetNemo"
 msgstr ""
 
@@ -1412,7 +1456,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:311 ../../library/Class/AdminVar.php:317
 #: ../../library/Class/AdminVar.php:336 ../../library/Class/AdminVar.php:338
 #: ../../library/Class/AdminVar.php:341 ../../library/Class/AdminVar.php:333
-#: ../../library/Class/AdminVar.php:334
+#: ../../library/Class/AdminVar.php:334 ../../library/Class/AdminVar.php:331
 msgid "Activation des boîtes dans les menus"
 msgstr ""
 
@@ -1420,7 +1464,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:336 ../../library/Class/AdminVar.php:342
 #: ../../library/Class/AdminVar.php:361 ../../library/Class/AdminVar.php:363
 #: ../../library/Class/AdminVar.php:366 ../../library/Class/AdminVar.php:358
-#: ../../library/Class/AdminVar.php:359
+#: ../../library/Class/AdminVar.php:359 ../../library/Class/AdminVar.php:356
 msgid "Activation des fonctions avancées du téléphone"
 msgstr ""
 
@@ -1429,12 +1473,14 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:274 ../../library/Class/AdminVar.php:276
 #: ../../library/Class/AdminVar.php:278 ../../library/Class/AdminVar.php:270
 #: ../../library/Class/AdminVar.php:273 ../../library/Class/AdminVar.php:271
+#: ../../library/Class/AdminVar.php:268
 msgid "Activation des formulaires"
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:170
 ../../library/Class/AdminVar.php:171
 #: ../../library/Class/AdminVar.php:168 ../../library/Class/AdminVar.php:187
 #: ../../library/Class/AdminVar.php:189 ../../library/Class/AdminVar.php:181
+#: ../../library/Class/AdminVar.php:178
 msgid "Activation du PNB Dilicom"
 msgstr ""
 
@@ -1457,6 +1503,7 @@ msgid "Activer l'outil de parcours des Thesaurus"
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:369 ../../library/Class/AdminVar.php:367
+#: ../../library/Class/AdminVar.php:364
 msgid "Activer l'outil de parcours des codifications"
 msgstr ""
 
@@ -1486,7 +1533,7 @@ msgstr ""
 
 #: ../../library/Class/AdminVar.php:268 ../../library/Class/AdminVar.php:270
 #: ../../library/Class/AdminVar.php:262 ../../library/Class/AdminVar.php:265
-#: ../../library/Class/AdminVar.php:263
+#: ../../library/Class/AdminVar.php:263 ../../library/Class/AdminVar.php:260
 msgid "Activer les formulaires de recherche configurables"
 msgstr ""
 
@@ -1509,6 +1556,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:175
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:190
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:264
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:269
 #, php-format
 msgid "Activer ou désactiver : %s"
 msgstr ""
@@ -1522,7 +1570,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:303 ../../library/Class/AdminVar.php:309
 #: ../../library/Class/AdminVar.php:328 ../../library/Class/AdminVar.php:330
 #: ../../library/Class/AdminVar.php:333 ../../library/Class/AdminVar.php:325
-#: ../../library/Class/AdminVar.php:326
+#: ../../library/Class/AdminVar.php:326 ../../library/Class/AdminVar.php:323
 msgid "Activer ou désactiver le module d'activité"
 msgstr ""
 
@@ -1668,6 +1716,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:121
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:121
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:118
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:120
 msgid "Administration du portail"
 msgstr ""
 
@@ -1785,12 +1834,14 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:187
 ../../library/Class/AdminVar.php:188
 #: ../../library/Class/AdminVar.php:185 ../../library/Class/AdminVar.php:204
 #: ../../library/Class/AdminVar.php:206 ../../library/Class/AdminVar.php:198
+#: ../../library/Class/AdminVar.php:195
 msgid "Adresse du serveur OAI 1D touch"
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:193
 ../../library/Class/AdminVar.php:194
 #: ../../library/Class/AdminVar.php:191 ../../library/Class/AdminVar.php:210
 #: ../../library/Class/AdminVar.php:212 ../../library/Class/AdminVar.php:204
+#: ../../library/Class/AdminVar.php:201
 msgid "Adresse du serveur OAI Cité de la Musique"
 msgstr ""
 
@@ -1803,6 +1854,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:197
 ../../library/Class/AdminVar.php:198
 #: ../../library/Class/AdminVar.php:195 ../../library/Class/AdminVar.php:214
 #: ../../library/Class/AdminVar.php:216 ../../library/Class/AdminVar.php:208
+#: ../../library/Class/AdminVar.php:205
 msgid "Adresse du serveur Orphea"
 msgstr ""
 
@@ -1989,6 +2041,8 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:381
 #: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:380
 #: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:381
+#: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:383
+#: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:384
 msgid "Afficher la carte"
 msgstr ""
 
@@ -2003,6 +2057,8 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:442
 #: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:441
 #: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:442
+#: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:444
+#: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:445
 msgid "Afficher la notice"
 msgstr ""
 
@@ -2040,6 +2096,11 @@ msgstr ""
 msgid "Afficher le menu horizontal"
 msgstr ""
 
+#: ../../library/ZendAfi/Form/Configuration/Widget/Breadcrumb.php:34
+#, fuzzy
+msgid "Afficher le profil courant"
+msgstr "Entrez votre identité S.V.P."
+
 #: ../../library/ZendAfi/View/Helper/CosmoLogs.php:95
 #: ../../library/ZendAfi/View/Helper/CosmoLogs.php:95
 #, php-format
@@ -2121,6 +2182,11 @@ msgstr ""
 msgid "Afficher les titres"
 msgstr ""
 
+#: ../../library/ZendAfi/View/Helper/Widget/Nav.php:161
+#, php-format
+msgid "Afficher ou masquer le menu \"%s\""
+msgstr ""
+
 #: ../../library/ZendAfi/View/Helper/Facettes.php:120
 #: ../../library/ZendAfi/View/Helper/Facettes.php:120
 #, php-format
@@ -2350,7 +2416,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:329 ../../library/Class/AdminVar.php:335
 #: ../../library/Class/AdminVar.php:354 ../../library/Class/AdminVar.php:356
 #: ../../library/Class/AdminVar.php:359 ../../library/Class/AdminVar.php:351
-#: ../../library/Class/AdminVar.php:352
+#: ../../library/Class/AdminVar.php:352 ../../library/Class/AdminVar.php:349
 msgid "Ajouter automatiquement une boîte panier dans la division flottante"
 msgstr ""
 
@@ -2545,6 +2611,7 @@ msgstr ""
 #: ../../application/modules/admin/views/scripts/profil/index.phtml:11
 #: ../../application/modules/admin/views/scripts/profil/index.phtml:9
 #: ../../application/modules/admin/controllers/ProfilController.php:409
+#: ../../application/modules/admin/controllers/ProfilController.php:413
 msgid "Ajouter un profil"
 msgstr ""
 
@@ -2625,6 +2692,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:119
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:134
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:208
+#: ../../application/modules/admin/controllers/WidgetController.php:185
 msgid "Ajouter une boîte"
 msgstr ""
 
@@ -2635,6 +2703,11 @@ msgstr ""
 msgid "Ajouter une boîte en-dessous"
 msgstr ""
 
+#: ../../library/ZendAfi/View/Helper/FonctionsAdmin.php:167
+#, fuzzy, php-format
+msgid "Ajouter une boîte en-dessous de \"%s\""
+msgstr "Vous avez attein le nombre maximum de réservations"
+
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:124
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:124
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:139
@@ -2655,6 +2728,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AbonneController.php:1116
 #: ../../application/modules/opac/controllers/AbonneController.php:1202
 #: ../../application/modules/opac/controllers/AbonneController.php:1204
+#: ../../application/modules/opac/controllers/AbonneController.php:1206
 msgid "Ajouter une carte"
 msgstr ""
 
@@ -2782,12 +2856,15 @@ msgstr ""
 #: ../../library/ZendAfi/Form/Album.php:49
 #: ../../library/ZendAfi/Form/Album.php:50
 #: ../../library/ZendAfi/View/Helper/Notice/Dilicom.php:46
+#: ../../application/modules/admin/controllers/HarvestController.php:127
+#: ../../application/modules/admin/controllers/HarvestController.php:184
 msgid "Album"
 msgstr ""
 
 #: ../../application/modules/admin/controllers/HarvestController.php:155
 #: ../../application/modules/admin/controllers/HarvestController.php:133
 #: ../../application/modules/admin/controllers/HarvestController.php:133
+#: ../../application/modules/admin/controllers/HarvestController.php:132
 #, php-format
 msgid "Album \"%s\" importé de Jamendo"
 msgstr ""
@@ -2795,6 +2872,7 @@ msgstr ""
 #: ../../application/modules/admin/controllers/HarvestController.php:212
 #: ../../application/modules/admin/controllers/HarvestController.php:190
 #: ../../application/modules/admin/controllers/HarvestController.php:190
+#: ../../application/modules/admin/controllers/HarvestController.php:189
 #, php-format
 msgid "Album \"%s\" importé de SoundCloud"
 msgstr ""
@@ -2872,6 +2950,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:267
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:292
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:366
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:371
 msgid "Amber IDE"
 msgstr ""
 
@@ -3095,6 +3174,7 @@ msgstr ""
 
 #: ../../library/ZendAfi/Controller/Plugin/InspectorGadget.php:155
 #: ../../library/ZendAfi/Controller/Plugin/InspectorGadget.php:161
+#: ../../library/ZendAfi/Controller/Plugin/InspectorGadget.php:168
 #, php-format
 msgid "Appels webservices (%s)"
 msgstr ""
@@ -3235,6 +3315,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:257
 #: ../../application/modules/admin/controllers/CmsController.php:103
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:331
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:336
 msgid "Articles"
 msgstr ""
 
@@ -3273,6 +3354,7 @@ msgstr ""
 
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:252
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:326
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:331
 #, php-format
 msgid "Assistance (%d)"
 msgstr ""
@@ -3288,6 +3370,7 @@ msgid "Associer à"
 msgstr ""
 
 #: ../../library/ZendAfi/View/Helper/ProfileComposition.php:104
+#: ../../library/ZendAfi/View/Helper/ProfileComposition.php:105
 msgid ""
 "Attention. Cette division est partagée entre toutes les pages du profil."
 msgstr ""
@@ -3321,8 +3404,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Redmine/Header.php:124
 #: ../../library/ZendAfi/View/Helper/Abonne/Resume.php:77
 #: ../../library/ZendAfi/Form/Admin/ExternalAgenda.php:57
-#: ../../library/Class/ModeleFusion.php:75
-#: ../../library/Class/Ouverture.php:50
+#: ../../library/Class/ModeleFusion.php:75 ../../library/Class/Ouverture.php:50
 #: ../../library/ZendAfi/Form/Album.php:235
 #: ../../library/ZendAfi/Form/Admin/News.php:243
 #: ../../library/ZendAfi/Form/Admin/Library.php:263
@@ -3345,8 +3427,7 @@ msgstr ""
 msgid "Aucun album présent pour cette ressource"
 msgstr "Vous avez attein le nombre maximum de réservations"
 
-#: ../../library/Class/NoticeHtml.php:69
-#: ../../library/Class/NoticeHtml.php:69
+#: ../../library/Class/NoticeHtml.php:69
 ../../library/Class/NoticeHtml.php:69
 msgid "Aucun article n'a été trouvé"
 msgstr ""
 
@@ -3401,6 +3482,11 @@ msgstr ""
 msgid "Aucun courriel envoyé, erreur: "
 msgstr ""
 
+#: ../../application/modules/opac/controllers/AbonneController.php:965
+#, php-format
+msgid "Aucun courriel envoyé, erreur: %s"
+msgstr ""
+
 #: ../../application/modules/admin/controllers/ModoController.php:833
 #: ../../application/modules/admin/controllers/ModoController.php:833
 #: ../../application/modules/admin/controllers/ModoController.php:882
@@ -3946,6 +4032,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:237
 #: ../../application/modules/opac/controllers/AuthController.php:237
 #: ../../application/modules/opac/controllers/AuthController.php:242
+#: ../../application/modules/opac/controllers/AuthController.php:241
 msgid "Authentification"
 msgstr ""
 
@@ -3968,7 +4055,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:289 ../../library/Class/AdminVar.php:292
 #: ../../library/Class/AdminVar.php:311 ../../library/Class/AdminVar.php:313
 #: ../../library/Class/AdminVar.php:316 ../../library/Class/AdminVar.php:308
-#: ../../library/Class/AdminVar.php:309
+#: ../../library/Class/AdminVar.php:309 ../../library/Class/AdminVar.php:306
 msgid "Autoriser l'accès aux API OAUTH via HTTP (non sécurisé - déconseillé)"
 msgstr ""
 
@@ -4157,6 +4244,7 @@ msgstr ""
 #: ../../library/ZendAfi/Form/Configuration/Profile.php:383
 #: ../../library/ZendAfi/Form/Configuration/Profile.php:383
 #: ../../library/ZendAfi/View/Helper/ProfileComposition.php:101
+#: ../../library/ZendAfi/View/Helper/ProfileComposition.php:102
 msgid "Banniere"
 msgstr ""
 
@@ -4243,6 +4331,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:141
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:138
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:137
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:139
 msgid "Batchs"
 msgstr ""
 
@@ -4481,6 +4570,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:120
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:40
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Codification/Library.php:33
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:122
 msgid "Bibliothèques"
 msgstr ""
 
@@ -4543,18 +4633,21 @@ msgstr ""
 #: ../../library/Class/Codification.php:223
 #: ../../application/modules/telephone/controllers/RechercheController.php:67
 #: ../../library/Class/Codification.php:223
+#: ../../application/modules/telephone/controllers/RechercheController.php:64
 msgid "Biographie de l'auteur"
 msgstr ""
 
 #: ../../application/modules/opac/views/scripts/head.phtml:79
 #: ../../application/modules/opac/views/scripts/head.phtml:78
 #: ../../application/modules/opac/views/scripts/head.phtml:78
+#: ../../application/modules/opac/views/scripts/head.phtml:77
 msgid "Blanc sur noir"
 msgstr ""
 
 #: ../../application/modules/opac/views/scripts/head.phtml:85
 #: ../../application/modules/opac/views/scripts/head.phtml:84
 #: ../../application/modules/opac/views/scripts/head.phtml:84
+#: ../../application/modules/opac/views/scripts/head.phtml:83
 msgid "Bleu sur jaune"
 msgstr ""
 
@@ -4732,6 +4825,7 @@ msgstr ""
 
 #: ../../library/Class/Profil/Templates.php:48
 #: ../../library/Class/Profil/Templates.php:48
+#: ../../library/Class/Profil/Templates.php:46
 msgid "Boite par défaut de la division"
 msgstr ""
 
@@ -4807,6 +4901,11 @@ msgid ""
 "est téléchargeable à partir d'Inspector Gadget. Nécessite une activation."
 msgstr ""
 
+#: ../../library/Class/Feature/List.php:443
+msgid ""
+"Bokeh permet d'envoyer un lien de réinitialisation du mot de passe par mail."
+msgstr ""
+
 #: ../../library/Class/Feature/List.php:108
 msgid ""
 "Bokeh permet de créer des formulaires personnalisés destinés aux "
@@ -4856,7 +4955,7 @@ msgstr ""
 #: ../../library/Class/Users.php:1077 ../../library/Class/Users.php:1098
 #: ../../library/Class/Feature/Description.php:58
 #: ../../library/Class/Users.php:1093 ../../library/Class/Users.php:1095
-#: ../../library/Class/Users.php:1083
+#: ../../library/Class/Users.php:1083 ../../library/Class/Users.php:1078
 msgid "Bonjour,"
 msgstr ""
 
@@ -4892,11 +4991,10 @@ msgstr ""
 
 #: ../../library/Class/Users.php:1135
 ../../library/Class/Users.php:1135
 #: ../../library/Class/User/LostPass.php:104
-#: ../../library/Class/User/LostPass.php:137
-#: ../../library/Class/Users.php:1144 ../../library/Class/Users.php:1123
-#: ../../library/Class/Users.php:1126 ../../library/Class/Users.php:1130
-#: ../../library/Class/Users.php:1151 ../../library/Class/Users.php:1146
-#: ../../library/Class/Users.php:1148
+#: ../../library/Class/User/LostPass.php:137 ../../library/Class/Users.php:1144
+#: ../../library/Class/Users.php:1123 ../../library/Class/Users.php:1126
+#: ../../library/Class/Users.php:1130 ../../library/Class/Users.php:1151
+#: ../../library/Class/Users.php:1146 ../../library/Class/Users.php:1148
 #: ../../library/Class/User/LostPass.php:147
 msgid "Bonne navigation sur le portail"
 msgstr ""
@@ -4907,6 +5005,7 @@ msgid "Boutons précédent et suivant"
 msgstr ""
 
 #: ../../library/Class/Article.php:1232 ../../library/Class/Album.php:213
+#: ../../library/Class/Album.php:214
 msgid "Brouillon"
 msgstr ""
 
@@ -4962,6 +5061,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:149
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:146
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:145
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:147
 msgid "Cache des images"
 msgstr ""
 
@@ -5029,6 +5129,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AbonneController.php:1129
 #: ../../application/modules/opac/controllers/AbonneController.php:1215
 #: ../../application/modules/opac/controllers/AbonneController.php:1217
+#: ../../application/modules/opac/controllers/AbonneController.php:1219
 msgid "Carte"
 msgstr ""
 
@@ -5043,6 +5144,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AbonneController.php:1158
 #: ../../application/modules/opac/controllers/AbonneController.php:1244
 #: ../../application/modules/opac/controllers/AbonneController.php:1246
+#: ../../application/modules/opac/controllers/AbonneController.php:1248
 #, php-format
 msgid "Carte de \"%s\" ajoutée"
 msgstr ""
@@ -5073,6 +5175,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AbonneController.php:1105
 #: ../../application/modules/opac/controllers/AbonneController.php:1191
 #: ../../application/modules/opac/controllers/AbonneController.php:1193
+#: ../../application/modules/opac/controllers/AbonneController.php:1195
 msgid "Carte introuvable"
 msgstr ""
 
@@ -5099,6 +5202,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:171
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:167
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:164
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:166
 msgid "Catalogues"
 msgstr ""
 
@@ -5247,6 +5351,7 @@ msgid "Cause"
 msgstr ""
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:329
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:354
 msgid "Ce chemin n'existe pas"
 msgstr ""
 
@@ -5273,6 +5378,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/ModulesController.php:86
 #: ../../application/modules/opac/controllers/ModulesController.php:79
 #: ../../application/modules/opac/controllers/ModulesController.php:78
+#: ../../application/modules/opac/controllers/ModulesController.php:77
 msgid ""
 "Ce document ne possède pas de configuration permettant d'utiliser cette URL."
 msgstr ""
@@ -5282,10 +5388,12 @@ msgid "Ce domaine ne renvoie aucun résultat."
 msgstr ""
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:357
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:382
 msgid "Ce dossier est vide."
 msgstr ""
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:354
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:379
 msgid "Ce dossier ne contient pas de fichier."
 msgstr ""
 
@@ -5391,7 +5499,7 @@ msgstr ""
 #: ../../library/Class/Users.php:1072 ../../library/Class/Users.php:1051
 #: ../../library/Class/Users.php:1053 ../../library/Class/Users.php:1057
 #: ../../library/Class/Users.php:1078 ../../library/Class/Users.php:1073
-#: ../../library/Class/Users.php:1075
+#: ../../library/Class/Users.php:1075 ../../library/Class/Users.php:1058
 msgid "Cet identifiant existe déjà."
 msgstr ""
 
@@ -5402,6 +5510,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:542
 #: ../../application/modules/opac/controllers/AuthController.php:537
 #: ../../application/modules/opac/controllers/AuthController.php:549
+#: ../../application/modules/opac/controllers/AuthController.php:541
 msgid "Cette fonctionnalité n'est pas activée."
 msgstr ""
 
@@ -5601,6 +5710,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:156
 #: ../../library/Class/Feature/List.php:52
 #: ../../library/ZendAfi/Form/Admin/Library.php:229
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:158
 msgid "Champs personnalisés"
 msgstr ""
 
@@ -5611,6 +5721,7 @@ msgid "Champs personnalisés: %s \"%s\""
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:240 ../../library/Class/AdminVar.php:238
+#: ../../library/Class/AdminVar.php:235
 #, php-format
 msgid "Champs servant à la détection des doublons. Champs possibles : %s"
 msgstr ""
@@ -5676,6 +5787,7 @@ msgid "Chaîne de caratères à remplacer"
 msgstr ""
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:385
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:410
 msgid "Chemin"
 msgstr ""
 
@@ -5683,7 +5795,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:330 ../../library/Class/AdminVar.php:336
 #: ../../library/Class/AdminVar.php:355 ../../library/Class/AdminVar.php:357
 #: ../../library/Class/AdminVar.php:360 ../../library/Class/AdminVar.php:352
-#: ../../library/Class/AdminVar.php:353
+#: ../../library/Class/AdminVar.php:353 ../../library/Class/AdminVar.php:350
 #, php-format
 msgid "Chemin vers les skins personnalisées, relatif à %s"
 msgstr ""
@@ -5820,7 +5932,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:288 ../../library/Class/AdminVar.php:294
 #: ../../library/Class/AdminVar.php:313 ../../library/Class/AdminVar.php:315
 #: ../../library/Class/AdminVar.php:318 ../../library/Class/AdminVar.php:310
-#: ../../library/Class/AdminVar.php:311
+#: ../../library/Class/AdminVar.php:311 ../../library/Class/AdminVar.php:308
 msgid ""
 "Clef d'activation pour le plan d'accès google map. <a target=\"_blank\" href="
 "\"http://code.google.com/apis/maps/signup.html\">Obtenir la clé google map</"
@@ -5865,7 +5977,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:294 ../../library/Class/AdminVar.php:300
 #: ../../library/Class/AdminVar.php:319 ../../library/Class/AdminVar.php:321
 #: ../../library/Class/AdminVar.php:324 ../../library/Class/AdminVar.php:316
-#: ../../library/Class/AdminVar.php:317
+#: ../../library/Class/AdminVar.php:317 ../../library/Class/AdminVar.php:314
 msgid ""
 "Clé API Bluga Webthumb <a target=\"_blank\" href=\"http://webthumb.bluga.net/"
 "home\">http://webthumb.bluga.net/home</a>"
@@ -5898,7 +6010,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:211
 ../../library/Class/AdminVar.php:212
 #: ../../library/Class/AdminVar.php:209 ../../library/Class/AdminVar.php:228
 #: ../../library/Class/AdminVar.php:230 ../../library/Class/AdminVar.php:222
-#: ../../library/Class/AdminVar.php:220
+#: ../../library/Class/AdminVar.php:220 ../../library/Class/AdminVar.php:217
 msgid ""
 "Clé d'encodage Kidilangues pour le portail. Cette clé doit être fournie par "
 "Kidilangues."
@@ -5907,7 +6019,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:212
 ../../library/Class/AdminVar.php:213
 #: ../../library/Class/AdminVar.php:210 ../../library/Class/AdminVar.php:229
 #: ../../library/Class/AdminVar.php:231 ../../library/Class/AdminVar.php:223
-#: ../../library/Class/AdminVar.php:221
+#: ../../library/Class/AdminVar.php:221 ../../library/Class/AdminVar.php:218
 msgid ""
 "Clé d'identification Kidilangues pour le portail. Cette clé doit être "
 "fournie par Kidilangues."
@@ -5916,6 +6028,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:185
 ../../library/Class/AdminVar.php:186
 #: ../../library/Class/AdminVar.php:183 ../../library/Class/AdminVar.php:202
 #: ../../library/Class/AdminVar.php:204 ../../library/Class/AdminVar.php:196
+#: ../../library/Class/AdminVar.php:193
 msgid ""
 "Clé d'identification MyCOW.EU pour le portail. Cette clé doit être fournie "
 "par MyCOW.EU. Elle active la ressource numérique dans le portail."
@@ -5924,7 +6037,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:216
 ../../library/Class/AdminVar.php:217
 #: ../../library/Class/AdminVar.php:214 ../../library/Class/AdminVar.php:233
 #: ../../library/Class/AdminVar.php:235 ../../library/Class/AdminVar.php:227
-#: ../../library/Class/AdminVar.php:225
+#: ../../library/Class/AdminVar.php:225 ../../library/Class/AdminVar.php:222
 msgid ""
 "Clé d'identification Premier-Chapitre de la bibliothèque. Cette clé doit "
 "être fournie par Premier-Chapitre."
@@ -5933,6 +6046,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:166
 ../../library/Class/AdminVar.php:167
 #: ../../library/Class/AdminVar.php:164 ../../library/Class/AdminVar.php:183
 #: ../../library/Class/AdminVar.php:185 ../../library/Class/AdminVar.php:177
+#: ../../library/Class/AdminVar.php:174
 msgid "Clé de sécurité Vodeclic"
 msgstr ""
 
@@ -5947,7 +6061,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:306 ../../library/Class/AdminVar.php:312
 #: ../../library/Class/AdminVar.php:331 ../../library/Class/AdminVar.php:333
 #: ../../library/Class/AdminVar.php:336 ../../library/Class/AdminVar.php:328
-#: ../../library/Class/AdminVar.php:329
+#: ../../library/Class/AdminVar.php:329 ../../library/Class/AdminVar.php:326
 msgid "Clé publique pour le cryptage des données AFI-Multimédia"
 msgstr ""
 
@@ -5955,13 +6069,14 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:308 ../../library/Class/AdminVar.php:314
 #: ../../library/Class/AdminVar.php:333 ../../library/Class/AdminVar.php:335
 #: ../../library/Class/AdminVar.php:338 ../../library/Class/AdminVar.php:330
-#: ../../library/Class/AdminVar.php:331
+#: ../../library/Class/AdminVar.php:331 ../../library/Class/AdminVar.php:328
 msgid "Clé publique pour le cryptage des données Aesis Webkiosk"
 msgstr ""
 
 #: ../../library/ZendAfi/Controller/Action/Helper/ThesauriListViewMode.php:125
 #: ../../library/ZendAfi/Controller/Action/Helper/ThesauriListViewMode.php:136
 #: ../../library/ZendAfi/Form/Admin/Thesauri.php:40
+#: ../../library/ZendAfi/Form/Admin/AuthorFunction.php:30
 msgid "Code"
 msgstr ""
 
@@ -5990,6 +6105,7 @@ msgstr ""
 #: ../../library/Class/ListViewModeDescription/Pcdm4.php:59
 #: ../../library/Class/ListViewModeDescription/Pcdm4.php:67
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/Flat.php:73
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/Flat.php:72
 #, fuzzy
 msgid "Code facette"
 msgstr "Entrez votre identité S.V.P."
@@ -6064,6 +6180,7 @@ msgstr ""
 
 #: ../../library/Class/Codification.php:403
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:106
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:111
 #, fuzzy
 msgid "Codification"
 msgstr "Entrez votre identité S.V.P."
@@ -6235,6 +6352,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AbonneController.php:1223
 #: ../../application/modules/opac/controllers/AbonneController.php:1309
 #: ../../application/modules/opac/controllers/AbonneController.php:1311
+#: ../../application/modules/opac/controllers/AbonneController.php:1313
 msgid "Compléter votre adresse  email"
 msgstr ""
 
@@ -6304,6 +6422,7 @@ msgstr ""
 #: ../../library/Class/Feature/List.php:133
 #: ../../library/Class/Feature/List.php:345
 #: ../../library/Class/Feature/List.php:424
+#: ../../library/Class/Feature/List.php:446
 msgid "Compte lecteur"
 msgstr ""
 
@@ -6373,6 +6492,7 @@ msgstr ""
 #: ../../application/modules/admin/controllers/ProfilController.php:341
 #: ../../application/modules/admin/controllers/ProfilController.php:366
 #: ../../application/modules/admin/controllers/ProfilController.php:357
+#: ../../application/modules/admin/controllers/ProfilController.php:361
 #, php-format
 msgid "Configuration de la page: %s"
 msgstr ""
@@ -6404,6 +6524,7 @@ msgstr "Entrez votre identité S.V.P."
 #: ../../application/modules/admin/controllers/ProfilController.php:492
 #: ../../application/modules/admin/controllers/ProfilController.php:522
 #: ../../application/modules/admin/controllers/ProfilController.php:513
+#: ../../application/modules/admin/controllers/ProfilController.php:517
 msgid "Configuration des pages appliquée à tous les autres profils."
 msgstr ""
 
@@ -6519,6 +6640,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:506
 #: ../../application/modules/opac/controllers/AuthController.php:501
 #: ../../application/modules/opac/controllers/AuthController.php:513
+#: ../../application/modules/opac/controllers/AuthController.php:505
 msgid "Confirmation d'inscription à la newsletter: "
 msgstr ""
 
@@ -6651,6 +6773,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:246
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:271
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:345
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:350
 msgid "Console d'administration"
 msgstr ""
 
@@ -6704,6 +6827,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/RechercheController.php:537
 #: ../../application/modules/opac/controllers/RechercheController.php:565
 #: ../../application/modules/opac/controllers/RechercheController.php:559
+#: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:410
 msgid "Consultation sur place"
 msgstr ""
 
@@ -6775,6 +6899,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:284 ../../library/Class/AdminVar.php:286
 #: ../../library/Class/AdminVar.php:288 ../../library/Class/AdminVar.php:280
 #: ../../library/Class/AdminVar.php:283 ../../library/Class/AdminVar.php:281
+#: ../../library/Class/AdminVar.php:278
 msgid ""
 "Contenu de l'email de notification d'article en attente de validation. "
 "Termes substitués: TITRE_ARTICLE, URL_ARTICLE, AUTHOR_ARTICLE, "
@@ -6786,6 +6911,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:285 ../../library/Class/AdminVar.php:287
 #: ../../library/Class/AdminVar.php:289 ../../library/Class/AdminVar.php:281
 #: ../../library/Class/AdminVar.php:284 ../../library/Class/AdminVar.php:282
+#: ../../library/Class/AdminVar.php:279
 msgid ""
 "Contenu de l'email de notification de refus d'un article à valider. Termes "
 "substitués: TITRE_ARTICLE, URL_ARTICLE, AUTHOR_ARTICLE, SAVED_BY_ARTICLE"
@@ -6796,6 +6922,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:286 ../../library/Class/AdminVar.php:288
 #: ../../library/Class/AdminVar.php:290 ../../library/Class/AdminVar.php:282
 #: ../../library/Class/AdminVar.php:285 ../../library/Class/AdminVar.php:283
+#: ../../library/Class/AdminVar.php:280
 msgid ""
 "Contenu de l'email de notification de validation d'un article. Termes "
 "substitués: TITRE_ARTICLE, URL_ARTICLE, AUTHOR_ARTICLE, SAVED_BY_ARTICLE"
@@ -6860,6 +6987,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:173
 ../../library/Class/AdminVar.php:174
 #: ../../library/Class/AdminVar.php:171 ../../library/Class/AdminVar.php:190
 #: ../../library/Class/AdminVar.php:192 ../../library/Class/AdminVar.php:184
+#: ../../library/Class/AdminVar.php:181
 msgid "Contracteur du PNB Dilicom"
 msgstr ""
 
@@ -7078,6 +7206,7 @@ msgstr ""
 #: ../../application/modules/telephone/views/scripts/blog/viewcritiques.phtml:2
 #: ../../application/modules/telephone/controllers/RechercheController.php:63
 #: ../../library/Class/Codification.php:219
+#: ../../application/modules/telephone/controllers/RechercheController.php:60
 msgid "Critiques"
 msgstr ""
 
@@ -7499,7 +7628,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:301 ../../library/Class/AdminVar.php:307
 #: ../../library/Class/AdminVar.php:326 ../../library/Class/AdminVar.php:328
 #: ../../library/Class/AdminVar.php:331 ../../library/Class/AdminVar.php:323
-#: ../../library/Class/AdminVar.php:324
+#: ../../library/Class/AdminVar.php:324 ../../library/Class/AdminVar.php:321
 msgid "Date du dernier vidage manuel du cache"
 msgstr ""
 
@@ -7554,6 +7683,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:291 ../../library/Class/AdminVar.php:310
 #: ../../library/Class/AdminVar.php:312 ../../library/Class/AdminVar.php:315
 #: ../../library/Class/AdminVar.php:307 ../../library/Class/AdminVar.php:308
+#: ../../library/Class/AdminVar.php:305
 msgid ""
 "De plus, à la connexion, l'enregistrement des mots de passes des abonnés est "
 "désactivé."
@@ -7590,6 +7720,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:444
 #: ../../application/modules/opac/controllers/AuthController.php:439
 #: ../../application/modules/opac/controllers/AuthController.php:451
+#: ../../application/modules/opac/controllers/AuthController.php:443
 msgid "Demande d'inscription à la lettre d'information: "
 msgstr ""
 
@@ -7600,6 +7731,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:538
 #: ../../application/modules/opac/controllers/AuthController.php:533
 #: ../../application/modules/opac/controllers/AuthController.php:545
+#: ../../application/modules/opac/controllers/AuthController.php:537
 msgid "Demande de préinscription"
 msgstr ""
 
@@ -7876,6 +8008,7 @@ msgstr ""
 #: ../../library/Class/Codification.php:218
 #: ../../application/modules/telephone/controllers/RechercheController.php:61
 #: ../../library/Class/Codification.php:218
+#: ../../application/modules/telephone/controllers/RechercheController.php:58
 msgid "Description du document"
 msgstr ""
 
@@ -7971,6 +8104,7 @@ msgid "Dimanche"
 msgstr ""
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:384
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:409
 msgid "Dimensions"
 msgstr ""
 
@@ -8065,8 +8199,13 @@ msgid ""
 "intégration dans Gallica et Europeana"
 msgstr ""
 
+#: ../../library/Class/Systeme/ModulesAccueil/Section.php:27
+msgid "Division"
+msgstr ""
+
 #: ../../library/ZendAfi/View/Helper/ProfileComposition.php:126
 #: ../../library/ZendAfi/View/Helper/ProfileComposition.php:118
+#: ../../library/ZendAfi/View/Helper/ProfileComposition.php:126
 #, php-format
 msgid "Division %d"
 msgstr ""
@@ -8076,11 +8215,29 @@ msgstr ""
 msgid "Division 3 toujours visible"
 msgstr ""
 
+#: ../../library/Class/Systeme/ModulesAccueil/Section/Header.php:25
+msgid "Division bannière"
+msgstr ""
+
 #: ../../library/ZendAfi/View/Helper/ProfileComposition.php:118
 #: ../../library/ZendAfi/View/Helper/ProfileComposition.php:110
+#: ../../library/ZendAfi/View/Helper/ProfileComposition.php:111
 msgid "Division flottante"
 msgstr ""
 
+#: ../../library/Class/Systeme/ModulesAccueil/Section/FloatSide.php:25
+msgid "Division optionnelle flottante"
+msgstr ""
+
+#: ../../library/Class/Systeme/ModulesAccueil/Section/Footer.php:25
+#: ../../library/ZendAfi/View/Helper/ProfileComposition.php:117
+msgid "Division pied de page"
+msgstr ""
+
+#: ../../library/Class/Systeme/ModulesAccueil/Section/Main.php:25
+msgid "Division principale"
+msgstr ""
+
 #: ../../library/ZendAfi/View/Helper/ProfileComposition.php:104
 #: ../../library/ZendAfi/View/Helper/ProfileComposition.php:92
 msgid "Division téléphone"
@@ -8160,6 +8317,7 @@ msgstr ""
 #: ../../library/Class/Codification.php:226
 #: ../../application/modules/telephone/controllers/RechercheController.php:68
 #: ../../library/Class/Codification.php:226
+#: ../../application/modules/telephone/controllers/RechercheController.php:65
 msgid "Documents similaires"
 msgstr ""
 
@@ -8205,14 +8363,14 @@ msgstr ""
 #: ../../library/Class/Album.php:1604 ../../library/Class/Album.php:1614
 #: ../../library/Class/Album.php:1630 ../../library/Class/Album.php:1631
 #: ../../library/Class/Album.php:1633 ../../library/Class/Album.php:1623
-#: ../../library/Class/Album.php:1626
+#: ../../library/Class/Album.php:1626 ../../library/Class/Album.php:1617
 msgid "Domaine public"
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:206
 ../../library/Class/AdminVar.php:207
 #: ../../library/Class/AdminVar.php:204 ../../library/Class/AdminVar.php:223
 #: ../../library/Class/AdminVar.php:225 ../../library/Class/AdminVar.php:217
-#: ../../library/Class/AdminVar.php:215
+#: ../../library/Class/AdminVar.php:215 ../../library/Class/AdminVar.php:212
 msgid "Domaine utilisée par le serveur lectura pour authentification"
 msgstr ""
 
@@ -8242,6 +8400,7 @@ msgstr ""
 #: ../../library/Class/Catalogue.php:1200
 #: ../../library/Class/Catalogue.php:1238
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:339
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:344
 msgid "Domaines"
 msgstr ""
 
@@ -8361,6 +8520,7 @@ msgstr ""
 #: ../../application/modules/admin/controllers/ProfilController.php:254
 #: ../../application/modules/admin/controllers/ProfilController.php:261
 #: ../../application/modules/admin/controllers/ProfilController.php:261
+#: ../../application/modules/admin/controllers/ProfilController.php:265
 msgid "Duplication impossible: "
 msgstr ""
 
@@ -8441,6 +8601,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:180
 ../../library/Class/AdminVar.php:181
 #: ../../library/Class/AdminVar.php:178 ../../library/Class/AdminVar.php:197
 #: ../../library/Class/AdminVar.php:199 ../../library/Class/AdminVar.php:191
+#: ../../library/Class/AdminVar.php:188
 msgid "Durée maximale (en jours) d'un prêt PNB Dilicom"
 msgstr ""
 
@@ -8554,6 +8715,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:296
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:321
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:395
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:400
 msgid "Déplacement des boites"
 msgstr ""
 
@@ -8578,7 +8740,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:225
 ../../library/Class/AdminVar.php:226
 #: ../../library/Class/AdminVar.php:223 ../../library/Class/AdminVar.php:242
 #: ../../library/Class/AdminVar.php:244 ../../library/Class/AdminVar.php:236
-#: ../../library/Class/AdminVar.php:234
+#: ../../library/Class/AdminVar.php:234 ../../library/Class/AdminVar.php:231
 msgid "Désactivation des suggestions d'achats"
 msgstr ""
 
@@ -8601,7 +8763,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:291 ../../library/Class/AdminVar.php:297
 #: ../../library/Class/AdminVar.php:316 ../../library/Class/AdminVar.php:318
 #: ../../library/Class/AdminVar.php:321 ../../library/Class/AdminVar.php:313
-#: ../../library/Class/AdminVar.php:314
+#: ../../library/Class/AdminVar.php:314 ../../library/Class/AdminVar.php:311
 msgid "Désactiver pour passer le site en maintenance"
 msgstr ""
 
@@ -8657,6 +8819,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:483
 #: ../../application/modules/opac/controllers/AuthController.php:478
 #: ../../application/modules/opac/controllers/AuthController.php:490
+#: ../../application/modules/opac/controllers/AuthController.php:482
 msgid "Désinscription de la lettre d'information: "
 msgstr ""
 
@@ -8719,6 +8882,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:279
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:304
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:378
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:383
 msgid "Développement"
 msgstr ""
 
@@ -8829,6 +8993,7 @@ msgstr ""
 #: ../../application/modules/admin/controllers/WidgetController.php:227
 #: ../../application/modules/admin/controllers/WidgetController.php:257
 #: ../../application/modules/admin/controllers/WidgetController.php:247
+#: ../../application/modules/admin/controllers/WidgetController.php:273
 #, php-format
 msgid "Echec de la sauvegarde de la configuration de %s"
 msgstr ""
@@ -8903,6 +9068,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:144
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:159
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:233
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:237
 msgid "Editeur CSS"
 msgstr ""
 
@@ -8991,7 +9157,7 @@ msgstr ""
 
 #: ../../library/Class/AdminVar.php:370 ../../library/Class/AdminVar.php:373
 #: ../../library/Class/AdminVar.php:365 ../../library/Class/AdminVar.php:368
-#: ../../library/Class/AdminVar.php:366
+#: ../../library/Class/AdminVar.php:366 ../../library/Class/AdminVar.php:363
 msgid ""
 "Email utilisé pour les demandes d'accompagnement de mise en place ou "
 "d'utilisation des fonctionnalités du logiciel"
@@ -9006,6 +9172,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Notice/Unimarc.php:118
 #: ../../library/ZendAfi/View/Helper/Notice/Unimarc.php:109
 #: ../../library/ZendAfi/View/Helper/Notice/Unimarc.php:115
+#: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:472
 msgid "Emplacement"
 msgstr ""
 
@@ -9400,6 +9567,16 @@ msgstr ""
 msgid "Erreur"
 msgstr ""
 
+#: ../../application/modules/admin/controllers/FileManagerController.php:268
+#, php-format
+msgid "Erreur : \"%s\". L'image \"%s\" n'a pas été compressée."
+msgstr ""
+
+#: ../../application/modules/admin/controllers/FileManagerController.php:251
+#, php-format
+msgid "Erreur : \"%s\". L'image \"%s\" n'a pas été redimensionnée."
+msgstr ""
+
 #: ../../library/Class/Cosmogramme/Integration/PhasePrepareIntegrations.php:79
 #: ../../library/Class/Cosmogramme/Integration/PhasePrepareIntegrations.php:79
 #, php-format
@@ -9461,6 +9638,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Accueil/Base.php:128
 #: ../../library/ZendAfi/View/Helper/Accueil/Base.php:129
 #: ../../library/ZendAfi/View/Helper/Accueil/Base.php:129
+#: ../../library/ZendAfi/View/Helper/Accueil/Base.php:148
 msgid "Erreur de configuration"
 msgstr ""
 
@@ -9518,6 +9696,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:516
 #: ../../application/modules/opac/controllers/AuthController.php:511
 #: ../../application/modules/opac/controllers/AuthController.php:523
+#: ../../application/modules/opac/controllers/AuthController.php:515
 msgid "Erreur lors de l\\inscription à la newsletter."
 msgstr ""
 
@@ -9536,6 +9715,8 @@ msgid "Erreur lors de la création du ticket"
 msgstr "Vous avez attein le nombre maximum de réservations"
 
 #: ../../library/Class/Notice/Thumbnail/ResizeImage.php:95
+#: ../../library/Class/Notice/Thumbnail/ResizeImage.php:88
+#: ../../library/Class/Notice/Thumbnail/ResizeImage.php:105
 #, php-format
 msgid "Erreur lors du vignettage de l'image \"%s\". %s"
 msgstr ""
@@ -9565,6 +9746,7 @@ msgstr ""
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:402
 #: ../../application/modules/admin/controllers/FileManagerController.php:339
 #: ../../application/modules/admin/controllers/FileManagerController.php:345
+#: ../../application/modules/admin/controllers/FileManagerController.php:354
 #, php-format
 msgid "Erreur. Impossible de faire cette opération vers \"%s\"."
 msgstr ""
@@ -9573,6 +9755,7 @@ msgstr ""
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:356
 #: ../../application/modules/admin/controllers/FileManagerController.php:293
 #: ../../application/modules/admin/controllers/FileManagerController.php:299
+#: ../../application/modules/admin/controllers/FileManagerController.php:308
 #, php-format
 msgid "Erreur. Impossible de renommer \"%s\"."
 msgstr ""
@@ -9597,6 +9780,7 @@ msgstr ""
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:397
 #: ../../application/modules/admin/controllers/FileManagerController.php:334
 #: ../../application/modules/admin/controllers/FileManagerController.php:340
+#: ../../application/modules/admin/controllers/FileManagerController.php:349
 #, php-format
 msgid "Erreur. Le chemin \"%s\" n'existe pas."
 msgstr ""
@@ -9605,6 +9789,7 @@ msgstr ""
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:414
 #: ../../application/modules/admin/controllers/FileManagerController.php:351
 #: ../../application/modules/admin/controllers/FileManagerController.php:357
+#: ../../application/modules/admin/controllers/FileManagerController.php:366
 #, php-format
 msgid ""
 "Erreur. Vous ne pouvez pas téléverser un nouveau fichier car vous avez "
@@ -9654,6 +9839,11 @@ msgstr ""
 msgid "Espace utilisé :"
 msgstr ""
 
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:68
+#, php-format
+msgid "Espace utilisé par le dossier \"%s\" :"
+msgstr ""
+
 #: ../../application/modules/admin/views/scripts/feature/index.phtml:38
 #: ../../application/modules/admin/views/scripts/feature/index.phtml:63
 #: ../../application/modules/admin/views/scripts/feature/index.phtml:65
@@ -9677,6 +9867,11 @@ msgstr ""
 msgid "Essayer le SSO avec l'utilisateur \"%s\" pour l'album \"%s\""
 msgstr ""
 
+#: ../../library/ZendAfi/Controller/Plugin/Manager/Template.php:28
+#, php-format
+msgid "Essayer le modèle \"%s\""
+msgstr ""
+
 #: ../../library/ZendAfi/Feed/SearchResultHeader.php:49
 #: ../../library/ZendAfi/Feed/SearchResultHeader.php:49
 msgid "Et "
@@ -9714,7 +9909,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:239 ../../library/Class/AdminVar.php:241
 #: ../../library/Class/AdminVar.php:260 ../../library/Class/AdminVar.php:262
 #: ../../library/Class/AdminVar.php:254 ../../library/Class/AdminVar.php:257
-#: ../../library/Class/AdminVar.php:255
+#: ../../library/Class/AdminVar.php:255 ../../library/Class/AdminVar.php:252
 msgid ""
 "Etendre automatiquement le résultat de recherche en rajoutant des \"OU\" "
 "entre les mots saisis"
@@ -9740,6 +9935,11 @@ msgstr ""
 msgid "Etes-vous sur de vouloir désactiver cette tâche ?"
 msgstr ""
 
+#: ../../library/ZendAfi/Controller/Plugin/Manager/Template.php:39
+#, php-format
+msgid "Etes-vous sur de vouloir réinitialiser le modèle \"%s\" ?"
+msgstr ""
+
 #: ../../application/modules/admin/views/scripts/bib/planacces.phtml:12
 msgid "Etes-vous sur de vouloir supprimer ce point ?"
 msgstr ""
@@ -9862,6 +10062,7 @@ msgstr "Entrez votre identité S.V.P."
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:154
 #: ../../library/Class/Feature/List.php:206
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:153
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:155
 msgid "Explorateur de fichiers"
 msgstr ""
 
@@ -10130,6 +10331,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:261
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:286
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:360
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:365
 msgid "Faire une demande de mise à jour de la charte graphique"
 msgstr ""
 
@@ -10149,6 +10351,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AbonneController.php:1011
 #: ../../application/modules/opac/controllers/AbonneController.php:1097
 #: ../../application/modules/opac/controllers/AbonneController.php:1099
+#: ../../application/modules/opac/controllers/AbonneController.php:1101
 msgid "Favoris sauvegardés"
 msgstr ""
 
@@ -10172,6 +10375,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/TagUploadMultiple.php:83
 #: ../../library/ZendAfi/View/Helper/TagUploadMultiple.php:88
 #: ../../library/ZendAfi/View/Helper/Button/Back.php:44
+#: ../../library/ZendAfi/View/Helper/Widget/Notify.php:48
 msgid "Fermer"
 msgstr ""
 
@@ -10471,6 +10675,11 @@ msgstr ""
 msgid "Fonctionnalités : "
 msgstr ""
 
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:60
+#: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/AuthorFunction.php:31
+msgid "Fonctions auteurs"
+msgstr ""
+
 #: ../../library/ZendAfi/Form/Configuration/Widget/Libraries.php:98
 msgid "Fond de carte GeoJSON"
 msgstr ""
@@ -10501,7 +10710,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:286 ../../library/Class/AdminVar.php:288
 #: ../../library/Class/AdminVar.php:307 ../../library/Class/AdminVar.php:309
 #: ../../library/Class/AdminVar.php:312 ../../library/Class/AdminVar.php:304
-#: ../../library/Class/AdminVar.php:305
+#: ../../library/Class/AdminVar.php:305 ../../library/Class/AdminVar.php:302
 msgid ""
 "Forcer l'accès au site par le protocole HTTPS. Nécessite l'installation et "
 "la configuration appropriée du serveur Web"
@@ -10603,6 +10812,7 @@ msgstr ""
 
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/SearchForm.php:38
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:154
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:156
 msgid "Formulaires de recherche"
 msgstr ""
 
@@ -10682,6 +10892,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/LegacyAdvancedSearch.php:144
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:60
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Genre.php:33
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:64
 msgid "Genres"
 msgstr ""
 
@@ -10762,11 +10973,13 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:171
 ../../library/Class/AdminVar.php:172
 #: ../../library/Class/AdminVar.php:169 ../../library/Class/AdminVar.php:188
 #: ../../library/Class/AdminVar.php:190 ../../library/Class/AdminVar.php:182
+#: ../../library/Class/AdminVar.php:179
 msgid "Gln de la collectivité, il est fourni par Dilicom."
 msgstr ""
 
 #: ../../library/Class/FileManager/FileSystem.php:270
 #: ../../library/Class/FileManager/FileSystem.php:271
+#: ../../library/Class/FileManager/FileSystem.php:272
 msgid "Go"
 msgstr ""
 
@@ -10831,6 +11044,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:125
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:122
 #: ../../library/ZendAfi/Form/Admin/User.php:137
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:124
 msgid "Groupes"
 msgstr ""
 
@@ -10881,6 +11095,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:154
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:151
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:150
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:152
 msgid "Génération du site"
 msgstr ""
 
@@ -10993,6 +11208,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AbonneController.php:1012
 #: ../../application/modules/opac/controllers/AbonneController.php:1101
 #: ../../application/modules/opac/controllers/AbonneController.php:1103
+#: ../../application/modules/opac/controllers/AbonneController.php:1105
 msgid "Gérer mes favoris"
 msgstr ""
 
@@ -11118,6 +11334,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/FonctionsAdmin.php:130
 #: ../../library/ZendAfi/View/Helper/TagEditArticle.php:74
 #: ../../library/ZendAfi/Controller/Plugin/Versionning/Article.php:43
+#: ../../library/ZendAfi/View/Helper/FonctionsAdmin.php:145
 msgid "Historique des modifications"
 msgstr ""
 
@@ -11185,12 +11402,14 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:163
 ../../library/Class/AdminVar.php:164
 #: ../../library/Class/AdminVar.php:161 ../../library/Class/AdminVar.php:180
 #: ../../library/Class/AdminVar.php:182 ../../library/Class/AdminVar.php:174
+#: ../../library/Class/AdminVar.php:171
 msgid "ID client Jamendo"
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:164
 ../../library/Class/AdminVar.php:165
 #: ../../library/Class/AdminVar.php:162 ../../library/Class/AdminVar.php:181
 #: ../../library/Class/AdminVar.php:183 ../../library/Class/AdminVar.php:175
+#: ../../library/Class/AdminVar.php:172
 msgid "ID client SoundCloud"
 msgstr ""
 
@@ -11317,6 +11536,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:168
 ../../library/Class/AdminVar.php:169
 #: ../../library/Class/AdminVar.php:166 ../../library/Class/AdminVar.php:185
 #: ../../library/Class/AdminVar.php:187 ../../library/Class/AdminVar.php:179
+#: ../../library/Class/AdminVar.php:176
 msgid "Identifiant code bibliothèque Vodeclic"
 msgstr ""
 
@@ -11328,6 +11548,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:194
 ../../library/Class/AdminVar.php:195
 #: ../../library/Class/AdminVar.php:192 ../../library/Class/AdminVar.php:211
 #: ../../library/Class/AdminVar.php:213 ../../library/Class/AdminVar.php:205
+#: ../../library/Class/AdminVar.php:202
 msgid "Identifiant d'accès au serveur OAI Cité de la Musique"
 msgstr ""
 
@@ -11338,6 +11559,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:192
 ../../library/Class/AdminVar.php:193
 #: ../../library/Class/AdminVar.php:190 ../../library/Class/AdminVar.php:209
 #: ../../library/Class/AdminVar.php:211 ../../library/Class/AdminVar.php:203
+#: ../../library/Class/AdminVar.php:200
 msgid "Identifiant du portail chez 1D touch"
 msgstr ""
 
@@ -11345,7 +11567,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:231 ../../library/Class/AdminVar.php:233
 #: ../../library/Class/AdminVar.php:252 ../../library/Class/AdminVar.php:254
 #: ../../library/Class/AdminVar.php:246 ../../library/Class/AdminVar.php:249
-#: ../../library/Class/AdminVar.php:247
+#: ../../library/Class/AdminVar.php:247 ../../library/Class/AdminVar.php:244
 msgid "Identifiant du project Redmine"
 msgstr ""
 
@@ -11364,6 +11586,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AbonneController.php:1141
 #: ../../application/modules/opac/controllers/AbonneController.php:1227
 #: ../../application/modules/opac/controllers/AbonneController.php:1229
+#: ../../application/modules/opac/controllers/AbonneController.php:1231
 msgid "Identifiant et/ou mot de passe incorrect"
 msgstr ""
 
@@ -11399,6 +11622,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:167
 ../../library/Class/AdminVar.php:168
 #: ../../library/Class/AdminVar.php:165 ../../library/Class/AdminVar.php:184
 #: ../../library/Class/AdminVar.php:186 ../../library/Class/AdminVar.php:178
+#: ../../library/Class/AdminVar.php:175
 msgid "Identifiant partenaire Vodeclic"
 msgstr ""
 
@@ -11415,7 +11639,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:338 ../../library/Class/AdminVar.php:344
 #: ../../library/Class/AdminVar.php:363 ../../library/Class/AdminVar.php:365
 #: ../../library/Class/AdminVar.php:368 ../../library/Class/AdminVar.php:360
-#: ../../library/Class/AdminVar.php:361
+#: ../../library/Class/AdminVar.php:361 ../../library/Class/AdminVar.php:358
 msgid ""
 "Identifiant unique (attention: la modification de cette variable impactera "
 "les outils de suivi de cette installation)"
@@ -11484,19 +11708,19 @@ msgstr ""
 
 #: ../../library/Class/Profil.php:1356 ../../library/Class/Profil.php:1357
 #: ../../library/Class/Profil.php:1377 ../../library/Class/Profil.php:1378
-#: ../../library/Class/Profil.php:1388
+#: ../../library/Class/Profil.php:1388 ../../library/Class/Profil.php:1398
 msgid "Il manque la largeur de la division 1."
 msgstr ""
 
 #: ../../library/Class/Profil.php:1360 ../../library/Class/Profil.php:1361
 #: ../../library/Class/Profil.php:1381 ../../library/Class/Profil.php:1382
-#: ../../library/Class/Profil.php:1392
+#: ../../library/Class/Profil.php:1392 ../../library/Class/Profil.php:1402
 msgid "Il manque la largeur de la division 2."
 msgstr ""
 
 #: ../../library/Class/Profil.php:1364 ../../library/Class/Profil.php:1365
 #: ../../library/Class/Profil.php:1385 ../../library/Class/Profil.php:1386
-#: ../../library/Class/Profil.php:1396
+#: ../../library/Class/Profil.php:1396 ../../library/Class/Profil.php:1406
 msgid "Il manque la largeur de la division 3."
 msgstr ""
 
@@ -11521,8 +11745,7 @@ msgstr ""
 msgid "Il n'y a plus de sous-niveau"
 msgstr ""
 
-#: ../../library/Class/NoticeOAI.php:230
-#: ../../library/Class/NoticeOAI.php:230
+#: ../../library/Class/NoticeOAI.php:230
 ../../library/Class/NoticeOAI.php:230
 msgid "Il n'y aucun mot assez significatif pour la recherche"
 msgstr ""
 
@@ -11556,6 +11779,10 @@ msgstr ""
 msgid "Il y a un problème avec l'adresse du flux RSS"
 msgstr ""
 
+#: ../../library/Class/Notice/Thumbnail/ResizeImage.php:54
+msgid "Il y a un problème avec le fichier source."
+msgstr ""
+
 #: ../../application/modules/admin/views/scripts/bib/plansmaj.phtml:28
 #: ../../application/modules/admin/views/scripts/zone/_form.phtml:29
 #: ../../application/modules/admin/views/scripts/zone/_form.phtml:35
@@ -11605,6 +11832,7 @@ msgstr ""
 #: ../../application/modules/admin/controllers/HarvestController.php:223
 #: ../../application/modules/admin/controllers/HarvestController.php:201
 #: ../../application/modules/admin/controllers/HarvestController.php:201
+#: ../../application/modules/admin/controllers/HarvestController.php:200
 msgid "Import SoundCloud"
 msgstr ""
 
@@ -11613,6 +11841,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:175
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:171
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:168
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:170
 msgid "Import Thesaurus"
 msgstr ""
 
@@ -11621,6 +11850,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:151
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:148
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:147
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:149
 msgid "Import avis opac2"
 msgstr ""
 
@@ -11674,6 +11904,8 @@ msgstr ""
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Album.php:568
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Album.php:567
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Album.php:566
+#: ../../application/modules/admin/controllers/HarvestController.php:128
+#: ../../application/modules/admin/controllers/HarvestController.php:185
 msgid "Importer"
 msgstr ""
 
@@ -11725,6 +11957,11 @@ msgstr ""
 msgid "Impossible d\\`écrire le fichier sur le disque"
 msgstr ""
 
+#: ../../application/modules/admin/controllers/WidgetController.php:222
+#, php-format
+msgid "Impossible de configurer l'élément : \"%s\""
+msgstr ""
+
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:184
 #: ../../application/modules/admin/controllers/FileManagerController.php:116
 #, php-format
@@ -12097,6 +12334,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:145
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:144
 #: ../../application/modules/admin/controllers/SystemeController.php:229
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:146
 msgid "Informations système"
 msgstr ""
 
@@ -12155,6 +12393,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:427
 #: ../../application/modules/opac/controllers/AuthController.php:422
 #: ../../application/modules/opac/controllers/AuthController.php:434
+#: ../../application/modules/opac/controllers/AuthController.php:426
 msgid "Inscription à la lettre d'information: "
 msgstr ""
 
@@ -12165,6 +12404,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:509
 #: ../../application/modules/opac/controllers/AuthController.php:504
 #: ../../application/modules/opac/controllers/AuthController.php:516
+#: ../../application/modules/opac/controllers/AuthController.php:508
 msgid "Inscription à la newsletter invalide."
 msgstr ""
 
@@ -12193,7 +12433,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:312 ../../library/Class/AdminVar.php:318
 #: ../../library/Class/AdminVar.php:337 ../../library/Class/AdminVar.php:339
 #: ../../library/Class/AdminVar.php:342 ../../library/Class/AdminVar.php:334
-#: ../../library/Class/AdminVar.php:335
+#: ../../library/Class/AdminVar.php:335 ../../library/Class/AdminVar.php:332
 msgid "Interdire la modification de la fiche abonne"
 msgstr ""
 
@@ -12351,6 +12591,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:300 ../../library/Class/AdminVar.php:302
 #: ../../library/Class/AdminVar.php:304 ../../library/Class/AdminVar.php:296
 #: ../../library/Class/AdminVar.php:299 ../../library/Class/AdminVar.php:297
+#: ../../library/Class/AdminVar.php:294
 msgid "Je ne veux plus recevoir cette lettre d'information"
 msgstr ""
 
@@ -12382,6 +12623,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:344
 #: ../../application/modules/opac/controllers/AuthController.php:339
 #: ../../application/modules/opac/controllers/AuthController.php:351
+#: ../../application/modules/opac/controllers/AuthController.php:336
 msgid "Jeton de réinitialisation expiré"
 msgstr ""
 
@@ -12389,6 +12631,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:341
 #: ../../application/modules/opac/controllers/AuthController.php:336
 #: ../../application/modules/opac/controllers/AuthController.php:348
+#: ../../application/modules/opac/controllers/AuthController.php:333
 msgid "Jeton de réinitialisation invalide"
 msgstr ""
 
@@ -12462,6 +12705,7 @@ msgstr ""
 
 #: ../../library/Class/FileManager/FileSystem.php:268
 #: ../../library/Class/FileManager/FileSystem.php:269
+#: ../../library/Class/FileManager/FileSystem.php:270
 msgid "Ko"
 msgstr ""
 
@@ -12540,13 +12784,14 @@ msgstr ""
 
 #: ../../application/modules/admin/controllers/OaiController.php:117
 #: ../../application/modules/admin/controllers/OaiController.php:117
+#: ../../application/modules/admin/controllers/OaiController.php:119
 #, php-format
 msgid "L'album \"%s\" a été créé"
 msgstr ""
 
 #: ../../library/Class/Album.php:1133
 ../../library/Class/Album.php:1133
 #: ../../library/Class/Album.php:1138 ../../library/Class/Album.php:1140
-#: ../../library/Class/Album.php:1141
+#: ../../library/Class/Album.php:1141 ../../library/Class/Album.php:1132
 msgid "L'album doit avoir un type de document"
 msgstr ""
 
@@ -12570,7 +12815,7 @@ msgstr ""
 
 #: ../../library/Class/Album.php:1126
 ../../library/Class/Album.php:1126
 #: ../../library/Class/Album.php:1131 ../../library/Class/Album.php:1133
-#: ../../library/Class/Album.php:1134
+#: ../../library/Class/Album.php:1134 ../../library/Class/Album.php:1125
 #, php-format
 msgid "L'année doit être comprise entre %s et %s"
 msgstr ""
@@ -12659,6 +12904,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/ModulesController.php:79
 #: ../../application/modules/opac/controllers/ModulesController.php:72
 #: ../../application/modules/opac/controllers/ModulesController.php:71
+#: ../../application/modules/opac/controllers/ModulesController.php:70
 msgid "L'identifiant du document demandé n'existe pas"
 msgstr ""
 
@@ -12666,7 +12912,7 @@ msgstr ""
 #: ../../library/Class/Users.php:1033 ../../library/Class/Users.php:1012
 #: ../../library/Class/Users.php:1014 ../../library/Class/Users.php:1018
 #: ../../library/Class/Users.php:1030 ../../library/Class/Users.php:1025
-#: ../../library/Class/Users.php:1013
+#: ../../library/Class/Users.php:1013 ../../library/Class/Users.php:1008
 msgid "L'identifiant que vous avez choisi existe déjà."
 msgstr ""
 
@@ -12674,6 +12920,7 @@ msgstr ""
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:323
 #: ../../application/modules/admin/controllers/FileManagerController.php:260
 #: ../../application/modules/admin/controllers/FileManagerController.php:261
+#: ../../application/modules/admin/controllers/FileManagerController.php:271
 #, php-format
 msgid "L'image \"%s\" a été compressée."
 msgstr ""
@@ -12682,6 +12929,7 @@ msgstr ""
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:311
 #: ../../application/modules/admin/controllers/FileManagerController.php:248
 #: ../../application/modules/admin/controllers/FileManagerController.php:249
+#: ../../application/modules/admin/controllers/FileManagerController.php:254
 #, php-format
 msgid "L'image \"%s\" a été redimensionnée."
 msgstr ""
@@ -12763,6 +13011,7 @@ msgid "L'utilisateur n'a pas renseigné son adresse e-mail."
 msgstr ""
 
 #: ../../application/modules/admin/controllers/FileManagerController.php:274
+#: ../../application/modules/admin/controllers/FileManagerController.php:283
 #, php-format
 msgid ""
 "L'élément \"%s\" ne peut pas être renommé car il est lié à des éléments "
@@ -12824,6 +13073,7 @@ msgstr ""
 #: ../../library/Class/Users.php:1023 ../../library/Class/Users.php:1027
 #: ../../library/Class/Users.php:1037 ../../library/Class/Users.php:1032
 #: ../../library/Class/Users.php:1034 ../../library/Class/Users.php:1022
+#: ../../library/Class/Users.php:1017
 #, php-format
 msgid "La bibliothèque est obligatoire pour le rôle : %s"
 msgstr ""
@@ -12910,6 +13160,11 @@ msgstr ""
 msgid "La configuration de la boite %s a été sauvegardée"
 msgstr ""
 
+#: ../../library/Class/Systeme/Widget/Section.php:72
+#, php-format
+msgid "La configuration de la section %s a été sauvegardée"
+msgstr ""
+
 #: ../../library/Class/Systeme/Widget/Menu.php:163
 #: ../../library/Class/Systeme/Widget/Menu.php:169
 #: ../../library/Class/Systeme/Widget/Menu.php:169
@@ -12919,13 +13174,13 @@ msgstr ""
 
 #: ../../library/Class/Profil.php:1384 ../../library/Class/Profil.php:1385
 #: ../../library/Class/Profil.php:1405 ../../library/Class/Profil.php:1406
-#: ../../library/Class/Profil.php:1416
+#: ../../library/Class/Profil.php:1416 ../../library/Class/Profil.php:1426
 msgid "La couleur des liens du bandeau doit être au format #001122"
 msgstr ""
 
 #: ../../library/Class/Profil.php:1380 ../../library/Class/Profil.php:1381
 #: ../../library/Class/Profil.php:1401 ../../library/Class/Profil.php:1402
-#: ../../library/Class/Profil.php:1412
+#: ../../library/Class/Profil.php:1412 ../../library/Class/Profil.php:1422
 msgid "La couleur du texte bandeau doit être au format #001122"
 msgstr ""
 
@@ -12951,7 +13206,7 @@ msgstr ""
 
 #: ../../library/Class/Profil.php:1345 ../../library/Class/Profil.php:1346
 #: ../../library/Class/Profil.php:1366 ../../library/Class/Profil.php:1367
-#: ../../library/Class/Profil.php:1377
+#: ../../library/Class/Profil.php:1377 ../../library/Class/Profil.php:1387
 msgid "La largeur du site doit être comprise entre 800 et 2000 pixels."
 msgstr ""
 
@@ -13098,7 +13353,7 @@ msgstr ""
 
 #: ../../library/Class/Profil.php:1352 ../../library/Class/Profil.php:1353
 #: ../../library/Class/Profil.php:1373 ../../library/Class/Profil.php:1374
-#: ../../library/Class/Profil.php:1384
+#: ../../library/Class/Profil.php:1384 ../../library/Class/Profil.php:1394
 msgid ""
 "La somme des largeurs des divisions ne doit pas excéder la largeur du site."
 msgstr ""
@@ -13274,6 +13529,7 @@ msgstr ""
 
 #: ../../library/Class/AdminVar.php:311 ../../library/Class/AdminVar.php:303
 #: ../../library/Class/AdminVar.php:306 ../../library/Class/AdminVar.php:304
+#: ../../library/Class/AdminVar.php:301
 msgid "Langue par défaut"
 msgstr ""
 
@@ -13295,6 +13551,7 @@ msgstr ""
 #: ../../library/ZendAfi/Form/Configuration/Domain.php:85
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:64
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Language.php:33
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:68
 msgid "Langues"
 msgstr ""
 
@@ -13439,14 +13696,14 @@ msgstr ""
 #: ../../library/Class/Users.php:1029 ../../library/Class/Users.php:1008
 #: ../../library/Class/Users.php:1010 ../../library/Class/Users.php:1014
 #: ../../library/Class/Users.php:1026 ../../library/Class/Users.php:1021
-#: ../../library/Class/Users.php:1009
+#: ../../library/Class/Users.php:1009 ../../library/Class/Users.php:1004
 msgid "Le champ 'Identifiant' doit être inférieur à 50 caractères"
 msgstr ""
 
 #: ../../library/Class/Users.php:1028
 ../../library/Class/Users.php:1028
 #: ../../library/Class/Users.php:1037 ../../library/Class/Users.php:1016
 #: ../../library/Class/Users.php:1018 ../../library/Class/Users.php:1022
-#: ../../library/Class/Users.php:1033
+#: ../../library/Class/Users.php:1033 ../../library/Class/Users.php:1011
 msgid "Le champ 'Mot de passe' doit être inférieur à 255 caractères"
 msgstr ""
 
@@ -13550,6 +13807,10 @@ msgstr ""
 msgid "Le fichier est trop petit : %s mo -> taille minimum attendue : %s mo"
 msgstr ""
 
+#: ../../library/Class/Notice/Thumbnail/ResizeImage.php:73
+msgid "Le fichier existe déjà."
+msgstr ""
+
 #: ../../library/Class/SearchForm.php:142
 #, php-format
 msgid "Le fichier lié à ce formulaire a provoqué une erreur d'exécution : %s"
@@ -13675,6 +13936,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:271 ../../library/Class/AdminVar.php:273
 #: ../../library/Class/AdminVar.php:275 ../../library/Class/AdminVar.php:267
 #: ../../library/Class/AdminVar.php:270 ../../library/Class/AdminVar.php:268
+#: ../../library/Class/AdminVar.php:265
 msgid ""
 "Le gestionnaire de contenu affiche les articles sous forme de liste paginée "
 "au lieu de d'une arborescence. Cet affichage est adapté lorsque le nombre "
@@ -13694,10 +13956,16 @@ msgstr ""
 
 #: ../../library/Class/Profil.php:1341 ../../library/Class/Profil.php:1342
 #: ../../library/Class/Profil.php:1362 ../../library/Class/Profil.php:1363
-#: ../../library/Class/Profil.php:1373
+#: ../../library/Class/Profil.php:1373 ../../library/Class/Profil.php:1383
 msgid "Le libellé est obligatoire."
 msgstr ""
 
+#: ../../application/modules/admin/controllers/TemplateController.php:36
+msgid ""
+"Le magasin de thèmes n'est pas activé. Vous n'avez pas accès à cette "
+"fonctionnalité."
+msgstr ""
+
 #: ../../application/modules/admin/controllers/SystemeController.php:298
 #: ../../application/modules/admin/controllers/SystemeController.php:304
 #: ../../application/modules/admin/controllers/SystemeController.php:304
@@ -13797,6 +14065,7 @@ msgstr ""
 #: ../../library/Class/Users.php:1028 ../../library/Class/Users.php:1032
 #: ../../library/Class/Users.php:1042 ../../library/Class/Users.php:1037
 #: ../../library/Class/Users.php:1039 ../../library/Class/Users.php:1027
+#: ../../library/Class/Users.php:1022
 msgid ""
 "Le numéro de carte est obligatoire pour les abonnés identifiés dans un sigb."
 msgstr ""
@@ -13871,6 +14140,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/ModulesController.php:61
 #: ../../application/modules/opac/controllers/ModulesController.php:54
 #: ../../application/modules/opac/controllers/ModulesController.php:53
+#: ../../application/modules/opac/controllers/ModulesController.php:52
 msgid "Le service est mal configuré. Il manque l'URL du service."
 msgstr ""
 
@@ -13911,7 +14181,7 @@ msgstr ""
 
 #: ../../library/Class/Album.php:1131
 ../../library/Class/Album.php:1131
 #: ../../library/Class/Album.php:1136 ../../library/Class/Album.php:1138
-#: ../../library/Class/Album.php:1139
+#: ../../library/Class/Album.php:1139 ../../library/Class/Album.php:1130
 msgid "Le titre est obligatoire"
 msgstr ""
 
@@ -13945,6 +14215,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:289 ../../library/Class/AdminVar.php:308
 #: ../../library/Class/AdminVar.php:310 ../../library/Class/AdminVar.php:313
 #: ../../library/Class/AdminVar.php:305 ../../library/Class/AdminVar.php:306
+#: ../../library/Class/AdminVar.php:303
 msgid "Les abonnées peuvent se connecter uniquement via le webservice du SIGB."
 msgstr ""
 
@@ -14153,13 +14424,13 @@ msgstr ""
 
 #: ../../library/Class/AdminVar.php:225 ../../library/Class/AdminVar.php:244
 #: ../../library/Class/AdminVar.php:246 ../../library/Class/AdminVar.php:238
-#: ../../library/Class/AdminVar.php:236
+#: ../../library/Class/AdminVar.php:236 ../../library/Class/AdminVar.php:233
 msgid "Les utilisateurs peuvent enregister des recherches dans leurs favoris"
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:226 ../../library/Class/AdminVar.php:245
 #: ../../library/Class/AdminVar.php:247 ../../library/Class/AdminVar.php:239
-#: ../../library/Class/AdminVar.php:237
+#: ../../library/Class/AdminVar.php:237 ../../library/Class/AdminVar.php:234
 msgid ""
 "Les utilisateurs peuvent recevoir les nouveautés de leurs recherches "
 "favorites par email"
@@ -14168,7 +14439,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:226
 ../../library/Class/AdminVar.php:227
 #: ../../library/Class/AdminVar.php:224 ../../library/Class/AdminVar.php:243
 #: ../../library/Class/AdminVar.php:245 ../../library/Class/AdminVar.php:237
-#: ../../library/Class/AdminVar.php:235
+#: ../../library/Class/AdminVar.php:235 ../../library/Class/AdminVar.php:232
 msgid ""
 "Les utilisateurs peuvent sélectionner des bibliothèques favorites pour leurs "
 "recherche"
@@ -14317,6 +14588,9 @@ msgstr ""
 #: ../../library/Class/ListViewModeDescription/Domain.php:50
 #: ../../library/Class/ListViewModeDescription/Domain.php:59
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/Flat.php:68
+#: ../../library/ZendAfi/Form/Admin/AuthorFunction.php:36
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/AuthorFunction.php:40
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/Flat.php:67
 msgid "Libellé"
 msgstr ""
 
@@ -14427,7 +14701,7 @@ msgstr "Entrez votre identité S.V.P."
 #: ../../library/Class/AdminVar.php:317 ../../library/Class/AdminVar.php:323
 #: ../../library/Class/AdminVar.php:342 ../../library/Class/AdminVar.php:344
 #: ../../library/Class/AdminVar.php:347 ../../library/Class/AdminVar.php:339
-#: ../../library/Class/AdminVar.php:340
+#: ../../library/Class/AdminVar.php:340 ../../library/Class/AdminVar.php:337
 msgid "Libellé pour la Dewey"
 msgstr ""
 
@@ -14435,7 +14709,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:316 ../../library/Class/AdminVar.php:322
 #: ../../library/Class/AdminVar.php:341 ../../library/Class/AdminVar.php:343
 #: ../../library/Class/AdminVar.php:346 ../../library/Class/AdminVar.php:338
-#: ../../library/Class/AdminVar.php:339
+#: ../../library/Class/AdminVar.php:339 ../../library/Class/AdminVar.php:336
 msgid "Libellé pour la PCDM4"
 msgstr ""
 
@@ -14520,6 +14794,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:298 ../../library/Class/AdminVar.php:300
 #: ../../library/Class/AdminVar.php:302 ../../library/Class/AdminVar.php:294
 #: ../../library/Class/AdminVar.php:297 ../../library/Class/AdminVar.php:295
+#: ../../library/Class/AdminVar.php:292
 msgid "Lien pour se désinscrire de cette lettre d'information : {{URL}}"
 msgstr ""
 
@@ -14970,6 +15245,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:175
 ../../library/Class/AdminVar.php:176
 #: ../../library/Class/AdminVar.php:173 ../../library/Class/AdminVar.php:192
 #: ../../library/Class/AdminVar.php:194 ../../library/Class/AdminVar.php:186
+#: ../../library/Class/AdminVar.php:183
 msgid ""
 "Liste des adresses IP publiques autorisées pour la consultation des documents"
 msgstr ""
@@ -14982,6 +15258,7 @@ msgstr ""
 
 #: ../../library/ZendAfi/Controller/Plugin/InspectorGadget.php:156
 #: ../../library/ZendAfi/Controller/Plugin/InspectorGadget.php:162
+#: ../../library/ZendAfi/Controller/Plugin/InspectorGadget.php:169
 msgid "Liste des appels webservices"
 msgstr ""
 
@@ -15001,7 +15278,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:315 ../../library/Class/AdminVar.php:321
 #: ../../library/Class/AdminVar.php:340 ../../library/Class/AdminVar.php:342
 #: ../../library/Class/AdminVar.php:345 ../../library/Class/AdminVar.php:337
-#: ../../library/Class/AdminVar.php:338
+#: ../../library/Class/AdminVar.php:338 ../../library/Class/AdminVar.php:335
 msgid ""
 "Liste des champs que l'utilisateur peux modifier. <br/>Ex: nom;prenom;pseudo;"
 "adresse;<br/>code_postal;ville;mail;is_contact_mail;<br/>telephone;"
@@ -15012,7 +15289,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:328 ../../library/Class/AdminVar.php:334
 #: ../../library/Class/AdminVar.php:353 ../../library/Class/AdminVar.php:355
 #: ../../library/Class/AdminVar.php:358 ../../library/Class/AdminVar.php:350
-#: ../../library/Class/AdminVar.php:351
+#: ../../library/Class/AdminVar.php:351 ../../library/Class/AdminVar.php:348
 msgid ""
 "Liste des codes des facettes qui ne sont pas limitées à l'affichage dans le "
 "résultat de recherche<br/>Exemple : T => Type de doc, Y => Annexe, B => "
@@ -15023,7 +15300,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:297 ../../library/Class/AdminVar.php:303
 #: ../../library/Class/AdminVar.php:322 ../../library/Class/AdminVar.php:324
 #: ../../library/Class/AdminVar.php:327 ../../library/Class/AdminVar.php:319
-#: ../../library/Class/AdminVar.php:320
+#: ../../library/Class/AdminVar.php:320 ../../library/Class/AdminVar.php:317
 msgid ""
 "Liste des codes langue utilisées en plus du français séparées par des ;. "
 "Exemple: en;ro;es"
@@ -15098,7 +15375,7 @@ msgstr "Vous avez attein le nombre maximum de réservations"
 #: ../../library/Class/AdminVar.php:242 ../../library/Class/AdminVar.php:244
 #: ../../library/Class/AdminVar.php:263 ../../library/Class/AdminVar.php:265
 #: ../../library/Class/AdminVar.php:257 ../../library/Class/AdminVar.php:260
-#: ../../library/Class/AdminVar.php:258
+#: ../../library/Class/AdminVar.php:258 ../../library/Class/AdminVar.php:255
 #, php-format
 msgid ""
 "Liste des sites de recherche élargie (la chaine '%s' dans l'url sera "
@@ -15109,7 +15386,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:340 ../../library/Class/AdminVar.php:346
 #: ../../library/Class/AdminVar.php:365 ../../library/Class/AdminVar.php:367
 #: ../../library/Class/AdminVar.php:370 ../../library/Class/AdminVar.php:362
-#: ../../library/Class/AdminVar.php:363
+#: ../../library/Class/AdminVar.php:363 ../../library/Class/AdminVar.php:360
 msgid "Liste des tags à ajouter au rapport d'état du système"
 msgstr ""
 
@@ -15239,14 +15516,14 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:213
 ../../library/Class/AdminVar.php:214
 #: ../../library/Class/AdminVar.php:211 ../../library/Class/AdminVar.php:230
 #: ../../library/Class/AdminVar.php:232 ../../library/Class/AdminVar.php:224
-#: ../../library/Class/AdminVar.php:222
+#: ../../library/Class/AdminVar.php:222 ../../library/Class/AdminVar.php:219
 msgid "Login du portail fourni par Kidilangues."
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:217
 ../../library/Class/AdminVar.php:218
 #: ../../library/Class/AdminVar.php:215 ../../library/Class/AdminVar.php:234
 #: ../../library/Class/AdminVar.php:236 ../../library/Class/AdminVar.php:228
-#: ../../library/Class/AdminVar.php:226
+#: ../../library/Class/AdminVar.php:226 ../../library/Class/AdminVar.php:223
 msgid "Login du portail fourni par Premier-Chapitre."
 msgstr ""
 
@@ -15313,6 +15590,11 @@ msgstr ""
 msgid "Madame"
 msgstr ""
 
+#: ../../application/modules/admin/controllers/TemplateController.php:43
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:98
+msgid "Magasin de thèmes"
+msgstr ""
+
 #: ../../library/ZendAfi/View/Helper/Calendar/Months.php:13
 #: ../../library/ZendAfi/View/Helper/Calendar/Months.php:29
 #: ../../library/ZendAfi/View/Helper/Calendar/Months.php:13
@@ -15515,6 +15797,7 @@ msgstr ""
 #: ../../application/modules/admin/controllers/ProfilController.php:485
 #: ../../application/modules/admin/controllers/ProfilController.php:515
 #: ../../application/modules/admin/controllers/ProfilController.php:506
+#: ../../application/modules/admin/controllers/ProfilController.php:510
 msgid "Menu horizontal dupliqué sur tous les autres profils."
 msgstr ""
 
@@ -15527,6 +15810,7 @@ msgstr ""
 
 #: ../../library/ZendAfi/Form/Configuration/Widget/Menu.php:45
 #: ../../library/ZendAfi/Form/Configuration/Widget/Menu.php:45
+#: ../../library/ZendAfi/Form/Configuration/Widget/Nav.php:28
 msgid "Menu utilisé"
 msgstr ""
 
@@ -15585,6 +15869,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AbonneController.php:1198
 #: ../../application/modules/opac/controllers/AbonneController.php:1284
 #: ../../application/modules/opac/controllers/AbonneController.php:1286
+#: ../../application/modules/opac/controllers/AbonneController.php:1288
 msgid "Mes activités suivies"
 msgstr ""
 
@@ -15608,6 +15893,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AbonneController.php:1064
 #: ../../application/modules/opac/controllers/AbonneController.php:1150
 #: ../../application/modules/opac/controllers/AbonneController.php:1152
+#: ../../application/modules/opac/controllers/AbonneController.php:1154
 msgid "Mes cartes"
 msgstr ""
 
@@ -15623,6 +15909,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AbonneController.php:1020
 #: ../../application/modules/opac/controllers/AbonneController.php:1106
 #: ../../application/modules/opac/controllers/AbonneController.php:1108
+#: ../../application/modules/opac/controllers/AbonneController.php:1110
 msgid "Mes favoris"
 msgstr ""
 
@@ -15639,6 +15926,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AbonneController.php:1192
 #: ../../application/modules/opac/controllers/AbonneController.php:1278
 #: ../../application/modules/opac/controllers/AbonneController.php:1280
+#: ../../application/modules/opac/controllers/AbonneController.php:1282
 msgid "Mes inscriptions en cours"
 msgstr ""
 
@@ -15647,6 +15935,7 @@ msgstr ""
 #: ../../library/Class/Users.php:1546 ../../library/Class/Users.php:1550
 #: ../../library/Class/Users.php:1571 ../../library/Class/Users.php:1566
 #: ../../library/Class/Users.php:1587 ../../library/Class/Users.php:1528
+#: ../../library/Class/Users.php:1523
 msgid "Mes paniers"
 msgstr ""
 
@@ -15660,6 +15949,7 @@ msgstr ""
 #: ../../library/Class/Users.php:1579 ../../library/Class/Users.php:1583
 #: ../../library/Class/Users.php:1604 ../../library/Class/Users.php:1599
 #: ../../library/Class/Users.php:1620 ../../library/Class/Users.php:1561
+#: ../../library/Class/Users.php:1556
 msgid "Mes paniers rattachés à un domaine"
 msgstr ""
 
@@ -15668,11 +15958,13 @@ msgstr ""
 #: ../../library/Class/Systeme/ModulesAccueil/Prets.php:35
 #: ../../application/modules/telephone/views/scripts/abonne/fiche.phtml:41
 #: ../../library/Class/Systeme/ModulesAccueil/Prets.php:35
+#: ../../application/modules/telephone/views/scripts/abonne/fiche.phtml:43
 msgid "Mes prêts"
 msgstr ""
 
 #: ../../application/modules/telephone/views/scripts/abonne/fiche.phtml:44
 #: ../../application/modules/telephone/views/scripts/abonne/fiche.phtml:44
+#: ../../application/modules/telephone/views/scripts/abonne/fiche.phtml:46
 msgid "Mes prêts numériques"
 msgstr ""
 
@@ -15730,6 +16022,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:183
 ../../library/Class/AdminVar.php:184
 #: ../../library/Class/AdminVar.php:181 ../../library/Class/AdminVar.php:200
 #: ../../library/Class/AdminVar.php:202 ../../library/Class/AdminVar.php:194
+#: ../../library/Class/AdminVar.php:191
 msgid "Message d'avertissement affiché sur la popup d'emprunt"
 msgstr ""
 
@@ -15903,6 +16196,7 @@ msgstr ""
 #: ../../application/modules/admin/controllers/IndexController.php:152
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:101
 #: ../../application/modules/admin/controllers/IndexController.php:143
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:103
 msgid "Mise à jour de la charte graphique"
 msgstr ""
 
@@ -16001,6 +16295,7 @@ msgstr ""
 
 #: ../../library/Class/FileManager/FileSystem.php:269
 #: ../../library/Class/FileManager/FileSystem.php:270
+#: ../../library/Class/FileManager/FileSystem.php:271
 msgid "Mo"
 msgstr ""
 
@@ -16227,6 +16522,7 @@ msgstr ""
 
 #: ../../library/ZendAfi/View/Helper/TagEditMenu.php:48
 #: ../../library/ZendAfi/View/Helper/TagEditMenu.php:48
+#: ../../library/ZendAfi/View/Helper/TagEditMenu.php:45
 #, php-format
 msgid "Modifier l'entrée : %s"
 msgstr ""
@@ -16273,6 +16569,11 @@ msgstr ""
 msgid "Modifier la biographie"
 msgstr ""
 
+#: ../../library/ZendAfi/View/Helper/TagEditMenu.php:53
+#, fuzzy, php-format
+msgid "Modifier la boite : %s"
+msgstr "Entrez votre identité S.V.P."
+
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Album.php:692
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Album.php:691
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Album.php:691
@@ -16297,11 +16598,22 @@ msgstr ""
 msgid "Modifier la demande #%s"
 msgstr ""
 
+#: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/AuthorFunction.php:35
+#: ../../library/ZendAfi/Controller/Plugin/Manager/AuthorFunction.php:34
+#, fuzzy
+msgid "Modifier la fonction auteur"
+msgstr "Entrez votre identité S.V.P."
+
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Newsletter.php:30
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Newsletter.php:30
 msgid "Modifier la newsletter"
 msgstr ""
 
+#: ../../library/ZendAfi/View/Helper/Admin/TagEditSection.php:35
+#, fuzzy, php-format
+msgid "Modifier la section \"%s\""
+msgstr "Entrez votre identité S.V.P."
+
 #: ../../application/modules/admin/views/scripts/activity/_session_actions.phtml:16
 #: ../../application/modules/admin/views/scripts/activity/_session_actions.phtml:11
 #: ../../application/modules/admin/views/scripts/activity/_session_actions.phtml:11
@@ -16433,6 +16745,7 @@ msgstr ""
 
 #: ../../library/ZendAfi/View/Helper/TagEditMenu.php:51
 #: ../../library/ZendAfi/View/Helper/TagEditMenu.php:51
+#: ../../library/ZendAfi/View/Helper/TagEditMenu.php:48
 #, php-format
 msgid "Modifier le menu : %s"
 msgstr ""
@@ -16472,6 +16785,7 @@ msgstr ""
 #: ../../application/modules/admin/controllers/ProfilController.php:430
 #: ../../application/modules/admin/controllers/ProfilController.php:460
 #: ../../application/modules/admin/controllers/ProfilController.php:451
+#: ../../application/modules/admin/controllers/ProfilController.php:455
 #, php-format
 msgid "Modifier le profil: %s"
 msgstr ""
@@ -16646,6 +16960,7 @@ msgid "Modifier une relation"
 msgstr ""
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:386
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:411
 #, fuzzy
 msgid "Modifié"
 msgstr "Entrez votre identité S.V.P."
@@ -16667,6 +16982,15 @@ msgstr ""
 msgid "Module Portail"
 msgstr ""
 
+#: ../../application/modules/admin/views/scripts/template/index.phtml:3
+msgid "Modèle"
+msgstr ""
+
+#: ../../application/modules/admin/controllers/TemplateController.php:70
+#, php-format
+msgid "Modèle \"%s\" réinitialisé"
+msgstr ""
+
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/ModeleFusion.php:30
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/ModeleFusion.php:30
 #, php-format
@@ -16711,6 +17035,7 @@ msgstr ""
 #: ../../application/modules/admin/controllers/PrintController.php:31
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:101
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:98
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:100
 msgid "Modèles d'impressions"
 msgstr ""
 
@@ -16810,12 +17135,14 @@ msgstr ""
 #: ../../application/modules/admin/controllers/HarvestController.php:166
 #: ../../application/modules/admin/controllers/HarvestController.php:144
 #: ../../application/modules/admin/controllers/HarvestController.php:144
+#: ../../application/modules/admin/controllers/HarvestController.php:143
 msgid "Moissonnage Jamendo"
 msgstr ""
 
 #: ../../application/modules/admin/controllers/HarvestController.php:132
 #: ../../application/modules/admin/controllers/HarvestController.php:110
 #: ../../application/modules/admin/controllers/HarvestController.php:110
+#: ../../application/modules/admin/controllers/HarvestController.php:109
 msgid "Moissonnage Orphea"
 msgstr ""
 
@@ -16953,18 +17280,21 @@ msgstr "Entrez votre identité S.V.P."
 #: ../../library/Class/AdminVar.php:179
 ../../library/Class/AdminVar.php:180
 #: ../../library/Class/AdminVar.php:177 ../../library/Class/AdminVar.php:196
 #: ../../library/Class/AdminVar.php:198 ../../library/Class/AdminVar.php:190
+#: ../../library/Class/AdminVar.php:187
 msgid "Mot de passe FTP de diffusion des offres PNB Dilicom"
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:199
 ../../library/Class/AdminVar.php:200
 #: ../../library/Class/AdminVar.php:197 ../../library/Class/AdminVar.php:216
 #: ../../library/Class/AdminVar.php:218 ../../library/Class/AdminVar.php:210
+#: ../../library/Class/AdminVar.php:207
 msgid "Mot de passe de l'utilisateur Orphea"
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:172
 ../../library/Class/AdminVar.php:173
 #: ../../library/Class/AdminVar.php:170 ../../library/Class/AdminVar.php:189
 #: ../../library/Class/AdminVar.php:191 ../../library/Class/AdminVar.php:183
+#: ../../library/Class/AdminVar.php:180
 msgid "Mot de passe de la collectivité, il est fourni par Dilicom."
 msgstr ""
 
@@ -17009,6 +17339,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:126
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:126
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:123
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:125
 msgid "Multimedia"
 msgstr ""
 
@@ -17077,8 +17408,7 @@ msgstr ""
 msgid "N'envoie pas de données"
 msgstr ""
 
-#: ../../library/Class/FRBR/Link.php:160
-#: ../../library/Class/FRBR/Link.php:162
+#: ../../library/Class/FRBR/Link.php:160 ../../library/Class/FRBR/Link.php:162
 #: ../../library/Class/FRBR/Link.php:162
 msgid "N'est pas une url valide"
 msgstr ""
@@ -17259,6 +17589,7 @@ msgstr ""
 
 #: ../../library/ZendAfi/View/Helper/BarreNav.php:46
 #: ../../library/ZendAfi/View/Helper/BarreNav.php:46
+#: ../../library/ZendAfi/View/Helper/Widget/Breadcrumb.php:93
 #, php-format
 msgid "Niveau supérieur: %s"
 msgstr ""
@@ -17298,6 +17629,7 @@ msgstr ""
 #: ../../application/modules/opac/views/scripts/head.phtml:82
 #: ../../application/modules/opac/views/scripts/head.phtml:81
 #: ../../application/modules/opac/views/scripts/head.phtml:81
+#: ../../application/modules/opac/views/scripts/head.phtml:80
 msgid "Noir sur blanc"
 msgstr ""
 
@@ -17410,6 +17742,7 @@ msgstr ""
 #: ../../library/Class/AdminVar/UserDoubleDetectOn.php:62
 #: ../../library/ZendAfi/Form/PreRegistration/Nanook.php:35
 #: ../../application/modules/opac/controllers/AbonneController.php:482
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:403
 msgid "Nom"
 msgstr ""
 
@@ -17439,6 +17772,7 @@ msgstr ""
 #: ../../application/modules/admin/controllers/IndexController.php:185
 #: ../../application/modules/opac/controllers/AuthController.php:643
 #: ../../application/modules/opac/controllers/AuthController.php:636
+#: ../../application/modules/opac/controllers/AuthController.php:635
 #, fuzzy
 msgid "Nom d'utilisateur ou mot de passe invalide"
 msgstr "Limite du nombre de réservations atteinte"
@@ -17447,7 +17781,7 @@ msgstr "Limite du nombre de réservations atteinte"
 #: ../../library/Class/AdminVar.php:245 ../../library/Class/AdminVar.php:247
 #: ../../library/Class/AdminVar.php:266 ../../library/Class/AdminVar.php:268
 #: ../../library/Class/AdminVar.php:260 ../../library/Class/AdminVar.php:263
-#: ../../library/Class/AdminVar.php:261
+#: ../../library/Class/AdminVar.php:261 ../../library/Class/AdminVar.php:258
 msgid "Nom de domaine principal de l'OPAC, ex: monopac.macommune.fr"
 msgstr ""
 
@@ -17459,6 +17793,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:198
 ../../library/Class/AdminVar.php:199
 #: ../../library/Class/AdminVar.php:196 ../../library/Class/AdminVar.php:215
 #: ../../library/Class/AdminVar.php:217 ../../library/Class/AdminVar.php:209
+#: ../../library/Class/AdminVar.php:206
 msgid "Nom de l'utilisateur Orphea"
 msgstr ""
 
@@ -17472,7 +17807,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:292 ../../library/Class/AdminVar.php:298
 #: ../../library/Class/AdminVar.php:317 ../../library/Class/AdminVar.php:319
 #: ../../library/Class/AdminVar.php:322 ../../library/Class/AdminVar.php:314
-#: ../../library/Class/AdminVar.php:315
+#: ../../library/Class/AdminVar.php:315 ../../library/Class/AdminVar.php:312
 msgid "Nom de la bibliothèque chez bibliosurf (en minuscules)"
 msgstr ""
 
@@ -17513,7 +17848,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:243 ../../library/Class/AdminVar.php:245
 #: ../../library/Class/AdminVar.php:264 ../../library/Class/AdminVar.php:266
 #: ../../library/Class/AdminVar.php:258 ../../library/Class/AdminVar.php:261
-#: ../../library/Class/AdminVar.php:259
+#: ../../library/Class/AdminVar.php:259 ../../library/Class/AdminVar.php:256
 msgid "Nom du site"
 msgstr ""
 
@@ -17614,7 +17949,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:287 ../../library/Class/AdminVar.php:293
 #: ../../library/Class/AdminVar.php:312 ../../library/Class/AdminVar.php:314
 #: ../../library/Class/AdminVar.php:317 ../../library/Class/AdminVar.php:309
-#: ../../library/Class/AdminVar.php:310
+#: ../../library/Class/AdminVar.php:310 ../../library/Class/AdminVar.php:307
 msgid "Nombre d'avis maximum à afficher par utilisateur."
 msgstr ""
 
@@ -17846,6 +18181,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:182
 ../../library/Class/AdminVar.php:183
 #: ../../library/Class/AdminVar.php:180 ../../library/Class/AdminVar.php:199
 #: ../../library/Class/AdminVar.php:201 ../../library/Class/AdminVar.php:193
+#: ../../library/Class/AdminVar.php:190
 msgid ""
 "Nombre de prêts simultanés maximum pour un abonné PNB Dilicom (par défaut 3)"
 msgstr ""
@@ -17853,6 +18189,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:181
 ../../library/Class/AdminVar.php:182
 #: ../../library/Class/AdminVar.php:179 ../../library/Class/AdminVar.php:198
 #: ../../library/Class/AdminVar.php:200 ../../library/Class/AdminVar.php:192
+#: ../../library/Class/AdminVar.php:189
 msgid "Nombre de prêts simultanés maximum pour un livre PNB Dilicom"
 msgstr ""
 
@@ -17933,6 +18270,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:272 ../../library/Class/AdminVar.php:274
 #: ../../library/Class/AdminVar.php:276 ../../library/Class/AdminVar.php:268
 #: ../../library/Class/AdminVar.php:271 ../../library/Class/AdminVar.php:269
+#: ../../library/Class/AdminVar.php:266
 msgid "Nombre maximum d'articles  en sélection multiple"
 msgstr ""
 
@@ -18000,6 +18338,7 @@ msgstr ""
 #: ../../library/Class/Profil/Preferences/Loans.php:570
 #: ../../library/ZendAfi/Form/User/LoanSearch.php:46
 #: ../../library/Class/Profil/Preferences/Loans.php:571
+#: ../../library/Class/Notice.php:736
 msgid "Non"
 msgstr ""
 
@@ -18177,6 +18516,7 @@ msgstr ""
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/FRBRLink.php:36
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:91
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:88
+#: ../../application/modules/telephone/controllers/RechercheController.php:66
 msgid "Notices liées"
 msgstr ""
 
@@ -18212,6 +18552,10 @@ msgid ""
 "Il s'agit notamment des cookies suivants:"
 msgstr ""
 
+#: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Template.php:33
+msgid "Nouveau Template"
+msgstr ""
+
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/CustomFieldMeta.php:33
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/CustomField.php:36
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/CustomFieldMeta.php:33
@@ -18509,7 +18853,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:293 ../../library/Class/AdminVar.php:299
 #: ../../library/Class/AdminVar.php:318 ../../library/Class/AdminVar.php:320
 #: ../../library/Class/AdminVar.php:323 ../../library/Class/AdminVar.php:315
-#: ../../library/Class/AdminVar.php:316
+#: ../../library/Class/AdminVar.php:316 ../../library/Class/AdminVar.php:313
 msgid ""
 "Numéro de client Read Speaker <a target=\"_blank\" href=\"http://webreader."
 "readspeaker.com\">http://webreader.readspeaker.com</a>"
@@ -18812,6 +19156,7 @@ msgstr ""
 #: ../../library/Class/Profil/Preferences/Loans.php:569
 #: ../../library/ZendAfi/Form/User/LoanSearch.php:45
 #: ../../library/Class/Profil/Preferences/Loans.php:570
+#: ../../library/Class/Notice.php:736
 msgid "Oui"
 msgstr ""
 
@@ -18858,6 +19203,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:158
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:173
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:247
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:252
 msgid "Outils pour la page :"
 msgstr ""
 
@@ -18926,6 +19272,7 @@ msgstr ""
 
 #: ../../application/modules/telephone/controllers/RechercheController.php:62
 #: ../../application/modules/telephone/controllers/RechercheController.php:62
+#: ../../application/modules/telephone/controllers/RechercheController.php:59
 msgid "Où le trouver ?"
 msgstr ""
 
@@ -18943,6 +19290,7 @@ msgstr ""
 #: ../../library/Class/ListViewModeDescription/Pcdm4.php:57
 #: ../../library/Class/ListViewModeDescription/Pcdm4.php:65
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:68
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:72
 msgid "PCDM4"
 msgstr ""
 
@@ -18980,6 +19328,7 @@ msgstr ""
 #: ../../application/modules/admin/controllers/ProfilController.php:305
 #: ../../application/modules/admin/controllers/ProfilController.php:308
 #: ../../application/modules/admin/controllers/ProfilController.php:305
+#: ../../application/modules/admin/controllers/ProfilController.php:309
 msgid "Page "
 msgstr ""
 
@@ -19039,8 +19388,7 @@ msgstr ""
 msgid "Page: "
 msgstr ""
 
-#: ../../library/Class/NoticeHtml.php:82
-#: ../../library/Class/NoticeHtml.php:82
+#: ../../library/Class/NoticeHtml.php:82
 ../../library/Class/NoticeHtml.php:82
 msgid "Pagination"
 msgstr ""
 
@@ -19224,6 +19572,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:200
 ../../library/Class/AdminVar.php:201
 #: ../../library/Class/AdminVar.php:198 ../../library/Class/AdminVar.php:217
 #: ../../library/Class/AdminVar.php:219 ../../library/Class/AdminVar.php:211
+#: ../../library/Class/AdminVar.php:208
 msgid ""
 "Paramètre permettant de choisir la langue des des ressources. La liste des "
 "codes disponibles se trouve à cette adresse http://help.orphea.com/43/"
@@ -19310,6 +19659,16 @@ msgstr ""
 msgid "Paramétrer la page \"%s\""
 msgstr ""
 
+#: ../../library/ZendAfi/Controller/Plugin/Manager/Template.php:33
+#, php-format
+msgid "Paramétrer le modèle \"%s\""
+msgstr ""
+
+#: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Template.php:34
+#, php-format
+msgid "Paramétrer le template %s"
+msgstr ""
+
 #: ../../library/Class/Feature/List.php:85
 msgid "Paramétrer les impressions"
 msgstr ""
@@ -19347,6 +19706,7 @@ msgstr ""
 
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Codification.php:32
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:172
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:174
 #, fuzzy
 msgid "Parcourir les codifications"
 msgstr "Entrez votre identité S.V.P."
@@ -19355,6 +19715,11 @@ msgstr "Entrez votre identité S.V.P."
 msgid "Parcourir les emplacements"
 msgstr ""
 
+#: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/AuthorFunction.php:34
+#, fuzzy
+msgid "Parcourir les fonctions auteurs"
+msgstr "Entrez votre identité S.V.P."
+
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Genre.php:36
 #, fuzzy
 msgid "Parcourir les genres"
@@ -19495,14 +19860,14 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:214
 ../../library/Class/AdminVar.php:215
 #: ../../library/Class/AdminVar.php:212 ../../library/Class/AdminVar.php:231
 #: ../../library/Class/AdminVar.php:233 ../../library/Class/AdminVar.php:225
-#: ../../library/Class/AdminVar.php:223
+#: ../../library/Class/AdminVar.php:223 ../../library/Class/AdminVar.php:220
 msgid "Password du portail fourni par Kidilangues."
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:218
 ../../library/Class/AdminVar.php:219
 #: ../../library/Class/AdminVar.php:216 ../../library/Class/AdminVar.php:235
 #: ../../library/Class/AdminVar.php:237 ../../library/Class/AdminVar.php:229
-#: ../../library/Class/AdminVar.php:227
+#: ../../library/Class/AdminVar.php:227 ../../library/Class/AdminVar.php:224
 msgid "Password du portail fourni par Premier-Chapitre"
 msgstr ""
 
@@ -19696,10 +20061,12 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:102
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:102
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:99
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:101
 msgid "Pictogrammes des genres"
 msgstr ""
 
 #: ../../application/modules/admin/controllers/ProfilController.php:386
+#: ../../application/modules/admin/controllers/ProfilController.php:390
 msgid "Pictogrammes pour les genres"
 msgstr ""
 
@@ -19722,6 +20089,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:113
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:113
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:110
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:112
 msgid "Piwik"
 msgstr ""
 
@@ -19946,6 +20314,7 @@ msgstr ""
 #: ../../library/ZendAfi/Form/Admin/User.php:132
 #: ../../library/Class/AdminVar.php:495 ../../library/Class/AdminVar.php:489
 #: ../../library/Class/AdminVar.php:490
+#: ../../library/ZendAfi/View/Helper/TagListeCoches.php:278
 msgid "Portail"
 msgstr ""
 
@@ -19959,6 +20328,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:252
 #: ../../library/ZendAfi/Form/Configuration/SearchResult.php:152
 #: ../../library/Class/AdminVar.php:255 ../../library/Class/AdminVar.php:253
+#: ../../library/Class/AdminVar.php:250
 msgid "Position"
 msgstr ""
 
@@ -19973,7 +20343,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:236 ../../library/Class/AdminVar.php:238
 #: ../../library/Class/AdminVar.php:257 ../../library/Class/AdminVar.php:259
 #: ../../library/Class/AdminVar.php:251 ../../library/Class/AdminVar.php:254
-#: ../../library/Class/AdminVar.php:252
+#: ../../library/Class/AdminVar.php:252 ../../library/Class/AdminVar.php:249
 msgid "Position de la pagination en résultat de recherche"
 msgstr ""
 
@@ -20027,6 +20397,7 @@ msgstr ""
 #: ../../library/Class/Users.php:1075 ../../library/Class/Users.php:1079
 #: ../../library/Class/Users.php:1100 ../../library/Class/Users.php:1095
 #: ../../library/Class/Users.php:1097 ../../library/Class/Users.php:1085
+#: ../../library/Class/Users.php:1080
 msgid "Pour activer votre compte, merci de cliquer sur le lien suivant:"
 msgstr ""
 
@@ -20119,6 +20490,10 @@ msgstr ""
 msgid "Première boite"
 msgstr ""
 
+#: ../../library/Class/Systeme/ModulesAccueil/Section/FirstSide.php:25
+msgid "Première division optionnelle"
+msgstr ""
+
 #: ../../library/ZendAfi/Form/Cosmo/DataProfile.php:247
 msgid ""
 "Prendre l'identifiant pour les webservices en (si différent de la zone 001)"
@@ -20194,6 +20569,11 @@ msgid ""
 "nouveauté pour vous"
 msgstr ""
 
+#: ../../library/Class/Feature/List.php:442
+#, fuzzy
+msgid "Processus de ré-initialisation du mot de passe"
+msgstr "Entrez votre identité S.V.P."
+
 #: ../../library/ZendAfi/View/Helper/CalendarContent.php:129
 #: ../../library/ZendAfi/View/Helper/CalendarContent.php:129
 msgid "Prochains évènements"
@@ -20225,6 +20605,7 @@ msgstr ""
 #: ../../application/modules/admin/controllers/ProfilController.php:434
 #: ../../application/modules/admin/controllers/ProfilController.php:425
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/DataProfile.php:30
+#: ../../application/modules/admin/controllers/ProfilController.php:429
 #, php-format
 msgid "Profil \"%s\" sauvegardé"
 msgstr ""
@@ -20259,6 +20640,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:294 ../../library/Class/AdminVar.php:296
 #: ../../library/Class/AdminVar.php:298 ../../library/Class/AdminVar.php:290
 #: ../../library/Class/AdminVar.php:293 ../../library/Class/AdminVar.php:291
+#: ../../library/Class/AdminVar.php:288
 msgid ""
 "Profil de la page de désinscription<br/>Par défaut : page d'accueil du "
 "portail"
@@ -20436,6 +20818,7 @@ msgstr ""
 #: ../../application/modules/admin/controllers/FileManagerController.php:310
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:125
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:126
+#: ../../application/modules/admin/controllers/FileManagerController.php:319
 #, php-format
 msgid "Propriétés de \"%s\""
 msgstr ""
@@ -20453,6 +20836,11 @@ msgstr ""
 msgid "Propriétés de l'objet"
 msgstr ""
 
+#: ../../library/ZendAfi/View/Helper/FonctionsAdmin.php:96
+#, php-format
+msgid "Propriétés de la boite \"%s\""
+msgstr ""
+
 #: ../../library/ZendAfi/Form/Configuration/LoginWidget.php:31
 msgid "Propriétés de la boite de connexion"
 msgstr ""
@@ -20550,6 +20938,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:608
 #: ../../application/modules/opac/controllers/AuthController.php:603
 #: ../../application/modules/opac/controllers/AuthController.php:615
+#: ../../application/modules/opac/controllers/AuthController.php:607
 msgid "Préinscription"
 msgstr ""
 
@@ -20560,6 +20949,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:582
 #: ../../application/modules/opac/controllers/AuthController.php:577
 #: ../../application/modules/opac/controllers/AuthController.php:589
+#: ../../application/modules/opac/controllers/AuthController.php:581
 #, php-format
 msgid "Préinscription à %s"
 msgstr ""
@@ -20655,7 +21045,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:224
 ../../library/Class/AdminVar.php:225
 #: ../../library/Class/AdminVar.php:222 ../../library/Class/AdminVar.php:241
 #: ../../library/Class/AdminVar.php:243 ../../library/Class/AdminVar.php:235
-#: ../../library/Class/AdminVar.php:233
+#: ../../library/Class/AdminVar.php:233 ../../library/Class/AdminVar.php:230
 msgid ""
 "Prévenir l'utilisateur xx jour(s) avant l'expiration de son abonnement (par "
 "défaut 30 jours)."
@@ -20703,8 +21093,7 @@ msgstr ""
 msgid "Prêt"
 msgstr ""
 
-#: ../../library/Class/User/Cards.php:67
-#: ../../library/Class/User/Cards.php:67
+#: ../../library/Class/User/Cards.php:67
 ../../library/Class/User/Cards.php:67
 msgid "Prêt introuvable"
 msgstr ""
 
@@ -20950,9 +21339,15 @@ msgstr ""
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/Flat.php:84
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Album.php:98
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Article.php:292
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:128
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/Flat.php:83
 msgid "Racine"
 msgstr ""
 
+#: ../../library/ZendAfi/Form/Configuration/Widget/Breadcrumb.php:29
+msgid "Racine personnalisée"
+msgstr ""
+
 #: ../../library/ZendAfi/View/Helper/Abonne/ReservationsTable.php:49
 #: ../../library/ZendAfi/View/Helper/Abonne/ReservationsTable.php:49
 #: ../../library/ZendAfi/View/Helper/Abonne/ReservationsTable.php:52
@@ -20991,6 +21386,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:164
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:160
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:157
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:159
 msgid "Rapports statistiques"
 msgstr ""
 
@@ -21009,6 +21405,7 @@ msgstr ""
 #: ../../library/Class/Codification.php:222
 #: ../../application/modules/telephone/controllers/RechercheController.php:66
 #: ../../library/Class/Codification.php:222
+#: ../../application/modules/telephone/controllers/RechercheController.php:63
 msgid "Rebondir dans le catalogue"
 msgstr ""
 
@@ -21138,6 +21535,7 @@ msgid "Rechercher aussi sur "
 msgstr ""
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:420
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:445
 #, php-format
 msgid "Rechercher dans \"%s\""
 msgstr ""
@@ -21159,12 +21557,13 @@ msgstr ""
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:419
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:425
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:450
 msgid "Rechercher le terme saisie"
 msgstr ""
 
 #: ../../library/Class/Notice.php:698
 ../../library/Class/Notice.php:698
 #: ../../library/Class/Notice.php:701 ../../library/Class/Notice.php:711
-#: ../../library/Class/Notice.php:721
+#: ../../library/Class/Notice.php:721 ../../library/Class/Notice.php:716
 #, php-format
 msgid "Rechercher tous les documents ayant comme %s: %s"
 msgstr ""
@@ -21213,6 +21612,7 @@ msgstr ""
 #: ../../application/modules/admin/controllers/StatController.php:41
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:114
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:111
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:113
 msgid "Recherches infructueuses"
 msgstr ""
 
@@ -21308,7 +21708,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:334 ../../library/Class/AdminVar.php:340
 #: ../../library/Class/AdminVar.php:359 ../../library/Class/AdminVar.php:361
 #: ../../library/Class/AdminVar.php:364 ../../library/Class/AdminVar.php:356
-#: ../../library/Class/AdminVar.php:357
+#: ../../library/Class/AdminVar.php:357 ../../library/Class/AdminVar.php:354
 #, php-format
 msgid ""
 "Remplacement de textes à la volée. <br/>Ex:<br/>Panier;Sélection<br/>Vous "
@@ -21393,6 +21793,7 @@ msgstr ""
 #: ../../application/modules/admin/controllers/FileManagerController.php:270
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:93
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:94
+#: ../../application/modules/admin/controllers/FileManagerController.php:279
 #, php-format
 msgid "Renommer \"%s\""
 msgstr ""
@@ -21835,9 +22236,15 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:333
 #: ../../application/modules/opac/controllers/AuthController.php:328
 #: ../../application/modules/opac/controllers/AuthController.php:340
+#: ../../application/modules/opac/controllers/AuthController.php:325
 msgid "Réinitialisation du mot de passe"
 msgstr ""
 
+#: ../../library/ZendAfi/Controller/Plugin/Manager/Template.php:38
+#, php-format
+msgid "Réinitialiser le modèle \"%s\""
+msgstr ""
+
 #: ../../application/modules/admin/views/scripts/systeme/cacheimages.phtml:21
 #: ../../application/modules/admin/views/scripts/systeme/cacheimages.phtml:19
 #: ../../application/modules/admin/views/scripts/systeme/cacheimages.phtml:19
@@ -21913,6 +22320,7 @@ msgstr ""
 
 #: ../../application/modules/telephone/controllers/RechercheController.php:134
 #: ../../application/modules/telephone/controllers/RechercheController.php:134
+#: ../../application/modules/telephone/controllers/RechercheController.php:131
 msgid "Réservation en ligne non supportée pour cette bibliothèque."
 msgstr ""
 
@@ -21968,8 +22376,7 @@ msgstr ""
 msgid "Réservation interdite pour l'abonné."
 msgstr ""
 
-#: ../../library/Class/User/Cards.php:77
-#: ../../library/Class/User/Cards.php:77
+#: ../../library/Class/User/Cards.php:77
 ../../library/Class/User/Cards.php:77
 #, fuzzy
 msgid "Réservation introuvable"
 msgstr "Limite du nombre de réservations atteinte"
@@ -22013,6 +22420,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Notice/ReservationLink.php:29
 #: ../../library/ZendAfi/View/Helper/Notice/LienReserver.php:42
 #: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:395
+#: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:398
 msgid "Réserver"
 msgstr ""
 
@@ -22107,6 +22515,7 @@ msgstr ""
 #: ../../application/modules/telephone/controllers/RechercheController.php:64
 #: ../../library/Class/NoticeHtml.php:94
 #: ../../library/Class/Codification.php:138
+#: ../../application/modules/telephone/controllers/RechercheController.php:61
 msgid "Résumé"
 msgstr ""
 
@@ -22218,14 +22627,20 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AbonneController.php:1186
 #: ../../application/modules/opac/controllers/AbonneController.php:1272
 #: ../../application/modules/opac/controllers/AbonneController.php:1274
+#: ../../application/modules/opac/controllers/AbonneController.php:1276
 msgid "S'inscrire à une activité"
 msgstr ""
 
 #: ../../library/Class/Systeme/Report.php:45
 #: ../../library/Class/Systeme/Report.php:45
+#: ../../library/Class/Feature/List.php:458
 msgid "SIGB"
 msgstr ""
 
+#: ../../library/Class/Feature/List.php:454
+msgid "SIGB OrpheeMedia: évolution du connecteur"
+msgstr ""
+
 #: ../../application/modules/admin/views/scripts/index/index.phtml:57
 #: ../../application/modules/admin/views/scripts/index/index.phtml:85
 #: ../../application/modules/admin/views/scripts/index/index.phtml:85
@@ -22301,6 +22716,11 @@ msgstr ""
 msgid "Se déconnecter de \"%s\""
 msgstr "Vous avez attein le nombre maximum de réservations"
 
+#: ../../library/ZendAfi/View/Helper/Widget/Login.php:55
+#, fuzzy, php-format
+msgid "Se déconnecter de la session %s"
+msgstr "Vous avez attein le nombre maximum de réservations"
+
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:130
 #, php-format
 msgid "Se déconnecter du compte : \"%s\" (%s) "
@@ -22335,6 +22755,10 @@ msgstr ""
 msgid "Seconde boite"
 msgstr ""
 
+#: ../../library/Class/Systeme/ModulesAccueil/Section/SecondSide.php:25
+msgid "Seconde division optionnelle"
+msgstr ""
+
 #: ../../application/modules/opac/views/scripts/abonne/multimedia-hold-device.phtml:12
 #: ../../application/modules/opac/controllers/AbonneController.php:870
 #: ../../application/modules/opac/controllers/AbonneController.php:869
@@ -22407,6 +22831,7 @@ msgstr ""
 #: ../../application/modules/admin/views/scripts/bib/localisationsmaj.phtml:154
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:72
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Section.php:32
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:76
 msgid "Sections"
 msgstr ""
 
@@ -22430,6 +22855,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:177
 ../../library/Class/AdminVar.php:178
 #: ../../library/Class/AdminVar.php:175 ../../library/Class/AdminVar.php:194
 #: ../../library/Class/AdminVar.php:196 ../../library/Class/AdminVar.php:188
+#: ../../library/Class/AdminVar.php:185
 msgid "Serveur FTP de diffusion des offres PNB Dilicom"
 msgstr ""
 
@@ -22556,6 +22982,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:195
 ../../library/Class/AdminVar.php:196
 #: ../../library/Class/AdminVar.php:193 ../../library/Class/AdminVar.php:212
 #: ../../library/Class/AdminVar.php:214 ../../library/Class/AdminVar.php:206
+#: ../../library/Class/AdminVar.php:203
 msgid "Sets du serveur OAI Cité de la Musique à moissonner"
 msgstr ""
 
@@ -22577,7 +23004,7 @@ msgstr ""
 #: ../../library/Class/Users.php:1073 ../../library/Class/Users.php:1076
 #: ../../library/Class/Users.php:1080 ../../library/Class/Users.php:1101
 #: ../../library/Class/Users.php:1096 ../../library/Class/Users.php:1098
-#: ../../library/Class/Users.php:1086
+#: ../../library/Class/Users.php:1086 ../../library/Class/Users.php:1081
 msgid ""
 "Si vous n'êtes pas à l'origine de cette demande d'inscription, merci de ne "
 "pas tenir compte de cet e-mail, et l'inscription ne sera pas activée."
@@ -22853,6 +23280,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:112
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:112
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:109
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:111
 msgid "Statistiques"
 msgstr ""
 
@@ -22965,6 +23393,10 @@ msgstr ""
 msgid "Style de la boite"
 msgstr ""
 
+#: ../../library/ZendAfi/Form/Configuration/Widget/Section.php:31
+msgid "Style de la section"
+msgstr ""
+
 #: ../../library/ZendAfi/Form/Configuration/BibNumerique.php:100
 #: ../../library/ZendAfi/Form/Configuration/Widget/Articles.php:67
 #: ../../library/ZendAfi/Form/Configuration/Widget/Albums.php:51
@@ -22997,6 +23429,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AbonneController.php:942
 #: ../../application/modules/opac/controllers/AbonneController.php:965
 #: ../../application/modules/opac/controllers/AbonneController.php:967
+#: ../../application/modules/opac/controllers/AbonneController.php:969
 msgid "Suggestion d'achat enregistrée"
 msgstr ""
 
@@ -23114,6 +23547,7 @@ msgstr ""
 
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:76
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Subject.php:33
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:80
 msgid "Sujets et matières"
 msgstr ""
 
@@ -23158,7 +23592,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:296 ../../library/Class/AdminVar.php:302
 #: ../../library/Class/AdminVar.php:321 ../../library/Class/AdminVar.php:323
 #: ../../library/Class/AdminVar.php:326 ../../library/Class/AdminVar.php:318
-#: ../../library/Class/AdminVar.php:319
+#: ../../library/Class/AdminVar.php:319 ../../library/Class/AdminVar.php:316
 msgid ""
 "Supprime l'affichage du lien d'enregistrement dans les différents "
 "formulaires de connexion et interdit l'enregistrement d'utilisateurs"
@@ -23342,6 +23776,11 @@ msgstr ""
 msgid "Supprimer la bibliothèque: %s"
 msgstr ""
 
+#: ../../library/ZendAfi/View/Helper/FonctionsAdmin.php:176
+#, fuzzy, php-format
+msgid "Supprimer la boite \"%s\""
+msgstr "Vous avez attein le nombre maximum de réservations"
+
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Album.php:699
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Album.php:698
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Album.php:698
@@ -23465,6 +23904,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:256
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:281
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:355
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:360
 msgid "Synchronisation du CSS avec GIT"
 msgstr ""
 
@@ -23473,6 +23913,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:137
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:134
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:133
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:135
 msgid "Système"
 msgstr ""
 
@@ -23653,6 +24094,7 @@ msgstr ""
 #: ../../library/Class/Systeme/Report.php:95
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:80
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Tag.php:33
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:84
 msgid "Tags"
 msgstr ""
 
@@ -23679,6 +24121,7 @@ msgid "Tags utilisateur"
 msgstr ""
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:383
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:408
 msgid "Taille"
 msgstr ""
 
@@ -23711,6 +24154,22 @@ msgstr ""
 msgid "Tel. :"
 msgstr ""
 
+#: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Template.php:30
+msgid "Template ajoutée"
+msgstr ""
+
+#: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Template.php:29
+msgid "Template sauvegardée"
+msgstr ""
+
+#: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Template.php:31
+msgid "Template supprimée"
+msgstr ""
+
+#: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Template.php:35
+msgid "Templates"
+msgstr ""
+
 #: ../../application/modules/admin/views/scripts/catalogue/tester.phtml:13
 msgid "Temps d'éxécution de la requête"
 msgstr ""
@@ -23767,9 +24226,15 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:122
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:122
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:119
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:121
 msgid "Territoires"
 msgstr ""
 
+#: ../../library/Class/Template.php:126
+#, php-format
+msgid "Test charte : \"%s\""
+msgstr ""
+
 #: ../../application/modules/admin/controllers/SystemeController.php:268
 #: ../../application/modules/admin/controllers/SystemeController.php:274
 #: ../../application/modules/admin/controllers/SystemeController.php:274
@@ -23792,6 +24257,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:144
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:141
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:140
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:142
 msgid "Test des web-services"
 msgstr ""
 
@@ -23806,6 +24272,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:147
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:144
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:143
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:145
 msgid "Test envoi mails"
 msgstr ""
 
@@ -23869,7 +24336,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:295 ../../library/Class/AdminVar.php:301
 #: ../../library/Class/AdminVar.php:320 ../../library/Class/AdminVar.php:322
 #: ../../library/Class/AdminVar.php:325 ../../library/Class/AdminVar.php:317
-#: ../../library/Class/AdminVar.php:318
+#: ../../library/Class/AdminVar.php:318 ../../library/Class/AdminVar.php:315
 msgid "Texte d'aide affiché dans la fiche abonné"
 msgstr ""
 
@@ -23898,6 +24365,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:299 ../../library/Class/AdminVar.php:301
 #: ../../library/Class/AdminVar.php:303 ../../library/Class/AdminVar.php:295
 #: ../../library/Class/AdminVar.php:298 ../../library/Class/AdminVar.php:296
+#: ../../library/Class/AdminVar.php:293
 msgid ""
 "Texte de désinscription version HTML<br/>Le lien de désinscription est "
 "appliqué sur tout ce texte<br/>Par défaut : Je ne veux plus recevoir cette "
@@ -23909,6 +24377,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:297 ../../library/Class/AdminVar.php:299
 #: ../../library/Class/AdminVar.php:301 ../../library/Class/AdminVar.php:293
 #: ../../library/Class/AdminVar.php:296 ../../library/Class/AdminVar.php:294
+#: ../../library/Class/AdminVar.php:291
 msgid ""
 "Texte de désinscription version texte<br/>Le lien est inséré à la place de "
 "{{URL}}<br/>Par défaut : Lien pour se désinscrire de cette lettre "
@@ -23925,7 +24394,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:290 ../../library/Class/AdminVar.php:296
 #: ../../library/Class/AdminVar.php:315 ../../library/Class/AdminVar.php:317
 #: ../../library/Class/AdminVar.php:320 ../../library/Class/AdminVar.php:312
-#: ../../library/Class/AdminVar.php:313
+#: ../../library/Class/AdminVar.php:313 ../../library/Class/AdminVar.php:310
 msgid "Texte visible après l'envoi d'e-mail de demande de réservation."
 msgstr ""
 
@@ -23933,7 +24402,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:289 ../../library/Class/AdminVar.php:295
 #: ../../library/Class/AdminVar.php:314 ../../library/Class/AdminVar.php:316
 #: ../../library/Class/AdminVar.php:319 ../../library/Class/AdminVar.php:311
-#: ../../library/Class/AdminVar.php:312
+#: ../../library/Class/AdminVar.php:312 ../../library/Class/AdminVar.php:309
 msgid "Texte visible par l'internaute après son inscription."
 msgstr ""
 
@@ -23952,6 +24421,7 @@ msgstr ""
 #: ../../library/Class/ListViewModeDescription/Thesauri.php:53
 #: ../../library/Class/ListViewModeDescription/Thesauri.php:63
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:84
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:88
 msgid "Thesaurus"
 msgstr ""
 
@@ -24261,6 +24731,10 @@ msgstr ""
 msgid "Titre de la boite"
 msgstr ""
 
+#: ../../library/ZendAfi/Form/Configuration/Widget/Login.php:29
+msgid "Titre de la boite une fois connecté"
+msgstr ""
+
 #: ../../library/ZendAfi/Form/Configuration/SearchResult.php:267
 #: ../../library/ZendAfi/Form/Configuration/SearchResult.php:267
 #: ../../library/ZendAfi/Form/Configuration/SearchResult.php:269
@@ -24340,6 +24814,7 @@ msgstr ""
 
 #: ../../library/Class/FileManager/FileSystem.php:271
 #: ../../library/Class/FileManager/FileSystem.php:272
+#: ../../library/Class/FileManager/FileSystem.php:273
 msgid "To"
 msgstr ""
 
@@ -24443,6 +24918,7 @@ msgstr ""
 #: ../../application/modules/opac/views/scripts/bib/selection.phtml:8
 #: ../../application/modules/opac/views/scripts/bib/selection.phtml:8
 #: ../../library/ZendAfi/View/Helper/TagListeCoches.php:122
+#: ../../library/ZendAfi/View/Helper/TagListeCoches.php:121
 msgid "Tout cocher"
 msgstr ""
 
@@ -24454,6 +24930,7 @@ msgstr ""
 #: ../../application/modules/opac/views/scripts/bib/selection.phtml:11
 #: ../../application/modules/opac/views/scripts/bib/selection.phtml:11
 #: ../../library/ZendAfi/View/Helper/TagListeCoches.php:124
+#: ../../library/ZendAfi/View/Helper/TagListeCoches.php:123
 msgid "Tout décocher"
 msgstr ""
 
@@ -24531,6 +25008,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:103
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:100
 #: ../../application/modules/admin/controllers/I18nController.php:61
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:102
 msgid "Traductions"
 msgstr ""
 
@@ -24563,6 +25041,7 @@ msgstr ""
 
 #: ../../library/Class/WebService/BibNumerique/Abstract.php:118
 #: ../../library/Class/WebService/BibNumerique/Abstract.php:121
+#: ../../library/Class/WebService/BibNumerique/Abstract.php:123
 #, php-format
 msgid "Traitement de la page %s / %s"
 msgstr ""
@@ -24632,7 +25111,7 @@ msgstr ""
 msgid "Tri du résultat par"
 msgstr ""
 
-#: ../../library/Class/Album.php:350
+#: ../../library/Class/Album.php:350 ../../library/Class/Album.php:351
 #, php-format
 msgid "Tried to call unknown method Class_Album::get%s"
 msgstr ""
@@ -24656,6 +25135,7 @@ msgid "Trié par: "
 msgstr ""
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:344
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:369
 #, php-format
 msgid ""
 "Trop d'éléments dans ce dossiers... Seuls les %d premiers éléments sont "
@@ -24677,6 +25157,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:382
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager/Models.php:30
 #: ../../library/Class/Systeme/Report.php:162
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:407
 msgid "Type"
 msgstr ""
 
@@ -24703,6 +25184,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:188
 ../../library/Class/AdminVar.php:189
 #: ../../library/Class/AdminVar.php:186 ../../library/Class/AdminVar.php:205
 #: ../../library/Class/AdminVar.php:207 ../../library/Class/AdminVar.php:199
+#: ../../library/Class/AdminVar.php:196
 msgid "Type de SSO OneDTouch"
 msgstr ""
 
@@ -24892,6 +25374,8 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:165
 #: ../../application/modules/admin/views/scripts/bib/localisationsmaj.phtml:144
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:88
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:167
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:92
 msgid "Types de documents"
 msgstr ""
 
@@ -25175,7 +25659,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:309 ../../library/Class/AdminVar.php:315
 #: ../../library/Class/AdminVar.php:334 ../../library/Class/AdminVar.php:336
 #: ../../library/Class/AdminVar.php:339 ../../library/Class/AdminVar.php:331
-#: ../../library/Class/AdminVar.php:332
+#: ../../library/Class/AdminVar.php:332 ../../library/Class/AdminVar.php:329
 msgid "URL d'accès à l'interface de réservation des postes Aesis Webkiosk"
 msgstr ""
 
@@ -25191,12 +25675,14 @@ msgstr ""
 #: ../../application/modules/admin/controllers/HarvestController.php:147
 #: ../../application/modules/admin/controllers/HarvestController.php:125
 #: ../../application/modules/admin/controllers/HarvestController.php:125
+#: ../../application/modules/admin/controllers/HarvestController.php:124
 msgid "URL de la page Jamendo"
 msgstr ""
 
 #: ../../application/modules/admin/controllers/HarvestController.php:204
 #: ../../application/modules/admin/controllers/HarvestController.php:182
 #: ../../application/modules/admin/controllers/HarvestController.php:182
+#: ../../application/modules/admin/controllers/HarvestController.php:181
 msgid "URL de la piste SoundCloud"
 msgstr ""
 
@@ -25226,7 +25712,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:339 ../../library/Class/AdminVar.php:345
 #: ../../library/Class/AdminVar.php:364 ../../library/Class/AdminVar.php:366
 #: ../../library/Class/AdminVar.php:369 ../../library/Class/AdminVar.php:361
-#: ../../library/Class/AdminVar.php:362
+#: ../../library/Class/AdminVar.php:362 ../../library/Class/AdminVar.php:359
 msgid "URL destinataire du rapport d'état du système (0 pour désactiver)"
 msgstr ""
 
@@ -25234,7 +25720,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:305 ../../library/Class/AdminVar.php:311
 #: ../../library/Class/AdminVar.php:330 ../../library/Class/AdminVar.php:332
 #: ../../library/Class/AdminVar.php:335 ../../library/Class/AdminVar.php:327
-#: ../../library/Class/AdminVar.php:328
+#: ../../library/Class/AdminVar.php:328 ../../library/Class/AdminVar.php:325
 msgid "URL du javascript Babelthèque à insérer dans l'OPAC"
 msgstr ""
 
@@ -25255,13 +25741,11 @@ msgstr ""
 msgid "URL du site web"
 msgstr ""
 
-#: ../../library/Class/FRBR/Link.php:159
-#: ../../library/Class/FRBR/Link.php:159
+#: ../../library/Class/FRBR/Link.php:159
 ../../library/Class/FRBR/Link.php:159
 msgid "URL objet A est requis"
 msgstr ""
 
-#: ../../library/Class/FRBR/Link.php:161
-#: ../../library/Class/FRBR/Link.php:161
+#: ../../library/Class/FRBR/Link.php:161
 ../../library/Class/FRBR/Link.php:161
 msgid "URL objet B est requis"
 msgstr ""
 
@@ -25326,6 +25810,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:594
 #: ../../application/modules/opac/controllers/AuthController.php:589
 #: ../../application/modules/opac/controllers/AuthController.php:601
+#: ../../application/modules/opac/controllers/AuthController.php:593
 #, php-format
 msgid ""
 "Un email de confirmation de préinscription vous a été envoyé à l'adresse %s ."
@@ -25347,11 +25832,10 @@ msgid "Un libellé est requis"
 msgstr ""
 
 #: ../../library/Class/Users.php:1142
 ../../library/Class/Users.php:1142
-#: ../../library/Class/User/LostPass.php:110
-#: ../../library/Class/Users.php:1151 ../../library/Class/Users.php:1130
-#: ../../library/Class/Users.php:1133 ../../library/Class/Users.php:1137
-#: ../../library/Class/Users.php:1158 ../../library/Class/Users.php:1153
-#: ../../library/Class/Users.php:1155
+#: ../../library/Class/User/LostPass.php:110 ../../library/Class/Users.php:1151
+#: ../../library/Class/Users.php:1130 ../../library/Class/Users.php:1133
+#: ../../library/Class/Users.php:1137 ../../library/Class/Users.php:1158
+#: ../../library/Class/Users.php:1153 ../../library/Class/Users.php:1155
 msgid "Un mail vient de vous être envoyé avec vos paramètres de connexion."
 msgstr ""
 
@@ -25386,6 +25870,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:437
 #: ../../application/modules/opac/controllers/AuthController.php:432
 #: ../../application/modules/opac/controllers/AuthController.php:444
+#: ../../application/modules/opac/controllers/AuthController.php:436
 msgid ""
 "Un utilisateur a déjà renseigné cet email. Merci de vous identifier avec le "
 "compte qui utilise cet email."
@@ -25404,6 +25889,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:465
 #: ../../application/modules/opac/controllers/AuthController.php:460
 #: ../../application/modules/opac/controllers/AuthController.php:472
+#: ../../application/modules/opac/controllers/AuthController.php:464
 msgid ""
 "Une demande de confirmation d'inscription vous a été envoyée à l'adresse "
 "mail renseignée."
@@ -25427,6 +25913,12 @@ msgstr ""
 msgid "Une erreur c'est produite. Le téléversement ne sera pas effectué."
 msgstr ""
 
+#: ../../application/modules/admin/controllers/TemplateController.php:50
+#: ../../application/modules/admin/controllers/TemplateController.php:55
+#: ../../application/modules/admin/controllers/TemplateController.php:60
+msgid "Une erreur c'est produite. Vous ne pouvez pas tester le template"
+msgstr ""
+
 #: ../../library/Class/CommSigb.php:226
 ../../library/Class/CommSigb.php:226
 #: ../../library/Class/CommSigb.php:240 ../../library/Class/CommSigb.php:243
 msgid ""
@@ -25465,6 +25957,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:461
 #: ../../application/modules/opac/controllers/AuthController.php:456
 #: ../../application/modules/opac/controllers/AuthController.php:468
+#: ../../application/modules/opac/controllers/AuthController.php:460
 msgid ""
 "Une erreur est survenue à l'envoi du mail de confirmation. Veuillez "
 "réessayer. Si le problème persiste, veuillez contacter votre médiathèque."
@@ -25481,6 +25974,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AbonneController.php:1163
 #: ../../application/modules/opac/controllers/AbonneController.php:1249
 #: ../../application/modules/opac/controllers/AbonneController.php:1251
+#: ../../application/modules/opac/controllers/AbonneController.php:1253
 #, php-format
 msgid "Une erreur s'est produite en ajoutant la carte de \"%s\" : %s"
 msgstr ""
@@ -25501,7 +25995,8 @@ msgstr ""
 #: ../../library/Class/Profil.php:1397 ../../library/Class/Profil.php:1390
 #: ../../library/Class/Profil.php:1394 ../../library/Class/Profil.php:1398
 #: ../../library/Class/Profil.php:1400 ../../library/Class/Profil.php:1404
-#: ../../library/Class/Profil.php:1408
+#: ../../library/Class/Profil.php:1408 ../../library/Class/Profil.php:1410
+#: ../../library/Class/Profil.php:1414 ../../library/Class/Profil.php:1418
 msgid "Une marge interne de division ne peut pas excéder 20 pixels."
 msgstr ""
 
@@ -25580,7 +26075,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:314 ../../library/Class/AdminVar.php:320
 #: ../../library/Class/AdminVar.php:339 ../../library/Class/AdminVar.php:341
 #: ../../library/Class/AdminVar.php:344 ../../library/Class/AdminVar.php:336
-#: ../../library/Class/AdminVar.php:337
+#: ../../library/Class/AdminVar.php:337 ../../library/Class/AdminVar.php:334
 msgid "Url d'import d'un agenda TYPO3"
 msgstr ""
 
@@ -25592,7 +26087,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:244 ../../library/Class/AdminVar.php:246
 #: ../../library/Class/AdminVar.php:265 ../../library/Class/AdminVar.php:267
 #: ../../library/Class/AdminVar.php:259 ../../library/Class/AdminVar.php:262
-#: ../../library/Class/AdminVar.php:260
+#: ../../library/Class/AdminVar.php:260 ../../library/Class/AdminVar.php:257
 msgid "Url de recherche"
 msgstr ""
 
@@ -25613,13 +26108,14 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:230 ../../library/Class/AdminVar.php:232
 #: ../../library/Class/AdminVar.php:251 ../../library/Class/AdminVar.php:253
 #: ../../library/Class/AdminVar.php:245 ../../library/Class/AdminVar.php:248
-#: ../../library/Class/AdminVar.php:246
+#: ../../library/Class/AdminVar.php:246 ../../library/Class/AdminVar.php:243
 msgid "Url du proxy Redmine"
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:174
 ../../library/Class/AdminVar.php:175
 #: ../../library/Class/AdminVar.php:172 ../../library/Class/AdminVar.php:191
 #: ../../library/Class/AdminVar.php:193 ../../library/Class/AdminVar.php:185
+#: ../../library/Class/AdminVar.php:182
 msgid "Url du serveur PNB Dilicom"
 msgstr ""
 
@@ -25627,7 +26123,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:229 ../../library/Class/AdminVar.php:231
 #: ../../library/Class/AdminVar.php:250 ../../library/Class/AdminVar.php:252
 #: ../../library/Class/AdminVar.php:244 ../../library/Class/AdminVar.php:247
-#: ../../library/Class/AdminVar.php:245
+#: ../../library/Class/AdminVar.php:245 ../../library/Class/AdminVar.php:242
 msgid "Url du serveur redmine"
 msgstr ""
 
@@ -25665,6 +26161,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:178
 ../../library/Class/AdminVar.php:179
 #: ../../library/Class/AdminVar.php:176 ../../library/Class/AdminVar.php:195
 #: ../../library/Class/AdminVar.php:197 ../../library/Class/AdminVar.php:189
+#: ../../library/Class/AdminVar.php:186
 msgid "Utilisateur FTP de diffusion des offres PNB Dilicom"
 msgstr ""
 
@@ -25693,6 +26190,7 @@ msgstr "Limite du nombre de réservations atteinte"
 #: ../../application/modules/opac/controllers/AuthController.php:336
 #: ../../application/modules/opac/controllers/AuthController.php:331
 #: ../../application/modules/opac/controllers/AuthController.php:343
+#: ../../application/modules/opac/controllers/AuthController.php:328
 #, fuzzy
 msgid "Utilisateur inconnu"
 msgstr "Limite du nombre de réservations atteinte"
@@ -25708,6 +26206,7 @@ msgstr ""
 #: ../../application/modules/admin/controllers/IndexController.php:169
 #: ../../application/modules/opac/controllers/AuthController.php:636
 #: ../../application/modules/opac/controllers/AuthController.php:629
+#: ../../application/modules/opac/controllers/AuthController.php:628
 #, fuzzy
 msgid "Utilisateur invalide"
 msgstr "Limite du nombre de réservations atteinte"
@@ -25733,6 +26232,7 @@ msgstr ""
 #: ../../library/Class/Systeme/Report.php:41
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:124
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:121
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:123
 msgid "Utilisateurs"
 msgstr ""
 
@@ -25903,6 +26403,7 @@ msgid "Validité"
 msgstr ""
 
 #: ../../library/Class/Article.php:1234 ../../library/Class/Album.php:214
+#: ../../library/Class/Album.php:215
 msgid "Validé"
 msgstr ""
 
@@ -25932,6 +26433,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:142
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:139
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:138
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:140
 msgid "Variables"
 msgstr ""
 
@@ -25958,7 +26460,8 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:206 ../../library/Class/AdminVar.php:226
 #: ../../library/Class/AdminVar.php:208 ../../library/Class/AdminVar.php:228
 #: ../../library/Class/AdminVar.php:200 ../../library/Class/AdminVar.php:220
-#: ../../library/Class/AdminVar.php:218
+#: ../../library/Class/AdminVar.php:218 ../../library/Class/AdminVar.php:197
+#: ../../library/Class/AdminVar.php:215
 msgid "Version"
 msgstr ""
 
@@ -25985,7 +26488,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:208
 ../../library/Class/AdminVar.php:209
 #: ../../library/Class/AdminVar.php:206 ../../library/Class/AdminVar.php:225
 #: ../../library/Class/AdminVar.php:227 ../../library/Class/AdminVar.php:219
-#: ../../library/Class/AdminVar.php:217
+#: ../../library/Class/AdminVar.php:217 ../../library/Class/AdminVar.php:214
 msgid "Version de Kidilangues."
 msgstr ""
 
@@ -26205,6 +26708,7 @@ msgstr ""
 
 #: ../../application/modules/telephone/controllers/RechercheController.php:65
 #: ../../application/modules/telephone/controllers/RechercheController.php:65
+#: ../../application/modules/telephone/controllers/RechercheController.php:62
 msgid "Vidéos associées"
 msgstr ""
 
@@ -26245,6 +26749,8 @@ msgstr ""
 
 #: ../../library/Class/Notice/Thumbnail/ResizeImage.php:74
 #: ../../library/Class/Notice/Thumbnail/ResizeImage.php:100
+#: ../../library/Class/Notice/Thumbnail/ResizeImage.php:75
+#: ../../library/Class/Notice/Thumbnail/ResizeImage.php:93
 #, php-format
 msgid "Vignette de l'image \"%s\""
 msgstr ""
@@ -26407,6 +26913,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/RenderSession.php:206
 #: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:420
 #: ../../library/ZendAfi/View/Helper/Admin/Versions.php:67
+#: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:423
 msgid "Voir"
 msgstr ""
 
@@ -26710,6 +27217,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AbonneController.php:968
 #: ../../application/modules/opac/controllers/AbonneController.php:991
 #: ../../application/modules/opac/controllers/AbonneController.php:993
+#: ../../application/modules/opac/controllers/AbonneController.php:995
 msgid "Votre abonnement ne vous permet pas de réserver un poste multimédia"
 msgstr ""
 
@@ -26787,6 +27295,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AbonneController.php:1086
 #: ../../application/modules/opac/controllers/AbonneController.php:1172
 #: ../../application/modules/opac/controllers/AbonneController.php:1174
+#: ../../application/modules/opac/controllers/AbonneController.php:1176
 #, php-format
 msgid "Votre carte a été retirée à %s"
 msgstr ""
@@ -26814,6 +27323,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:184
 ../../library/Class/AdminVar.php:185
 #: ../../library/Class/AdminVar.php:182 ../../library/Class/AdminVar.php:201
 #: ../../library/Class/AdminVar.php:203 ../../library/Class/AdminVar.php:195
+#: ../../library/Class/AdminVar.php:192
 msgid ""
 "Votre compte sera mis à jour dans un délai de 15 minutes après le retour "
 "anticipé du document."
@@ -26841,6 +27351,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:379
 #: ../../application/modules/opac/controllers/AuthController.php:374
 #: ../../application/modules/opac/controllers/AuthController.php:386
+#: ../../application/modules/opac/controllers/AuthController.php:378
 msgid "Votre demande d'inscription"
 msgstr ""
 
@@ -26856,11 +27367,10 @@ msgid "Votre fiche"
 msgstr ""
 
 #: ../../library/Class/Users.php:1133
 ../../library/Class/Users.php:1133
-#: ../../library/Class/User/LostPass.php:102
-#: ../../library/Class/Users.php:1142 ../../library/Class/Users.php:1121
-#: ../../library/Class/Users.php:1124 ../../library/Class/Users.php:1128
-#: ../../library/Class/Users.php:1149 ../../library/Class/Users.php:1144
-#: ../../library/Class/Users.php:1146
+#: ../../library/Class/User/LostPass.php:102 ../../library/Class/Users.php:1142
+#: ../../library/Class/Users.php:1121 ../../library/Class/Users.php:1124
+#: ../../library/Class/Users.php:1128 ../../library/Class/Users.php:1149
+#: ../../library/Class/Users.php:1144 ../../library/Class/Users.php:1146
 #, fuzzy, php-format
 msgid "Votre identifiant : %s\n"
 msgstr "Entrez votre identité S.V.P."
@@ -26918,11 +27428,10 @@ msgid "Votre message a bien été envoyé."
 msgstr ""
 
 #: ../../library/Class/Users.php:1134
 ../../library/Class/Users.php:1134
-#: ../../library/Class/User/LostPass.php:103
-#: ../../library/Class/Users.php:1143 ../../library/Class/Users.php:1122
-#: ../../library/Class/Users.php:1125 ../../library/Class/Users.php:1129
-#: ../../library/Class/Users.php:1150 ../../library/Class/Users.php:1145
-#: ../../library/Class/Users.php:1147
+#: ../../library/Class/User/LostPass.php:103 ../../library/Class/Users.php:1143
+#: ../../library/Class/Users.php:1122 ../../library/Class/Users.php:1125
+#: ../../library/Class/Users.php:1129 ../../library/Class/Users.php:1150
+#: ../../library/Class/Users.php:1145 ../../library/Class/Users.php:1147
 #, fuzzy, php-format
 msgid "Votre mot de passe : %s\n"
 msgstr "Entrez votre identité S.V.P."
@@ -27116,6 +27625,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:515
 #: ../../application/modules/opac/controllers/AuthController.php:510
 #: ../../application/modules/opac/controllers/AuthController.php:522
+#: ../../application/modules/opac/controllers/AuthController.php:514
 msgid "Vous avez bien été abonné à la newsletter: "
 msgstr ""
 
@@ -27130,6 +27640,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AbonneController.php:1152
 #: ../../application/modules/opac/controllers/AbonneController.php:1238
 #: ../../application/modules/opac/controllers/AbonneController.php:1240
+#: ../../application/modules/opac/controllers/AbonneController.php:1242
 #, php-format
 msgid "Vous avez déjà ajouté la carte de \"%s\""
 msgstr ""
@@ -27151,6 +27662,7 @@ msgstr ""
 #: ../../library/Class/Users.php:1074 ../../library/Class/Users.php:1078
 #: ../../library/Class/Users.php:1099 ../../library/Class/Users.php:1094
 #: ../../library/Class/Users.php:1096 ../../library/Class/Users.php:1084
+#: ../../library/Class/Users.php:1079
 msgid "Vous avez fait une demande d'inscription sur le portail:"
 msgstr ""
 
@@ -27160,11 +27672,10 @@ msgid "Vous avez fait une demande d'inscription à la lettre d'information:"
 msgstr ""
 
 #: ../../library/Class/Users.php:1132
 ../../library/Class/Users.php:1132
-#: ../../library/Class/User/LostPass.php:101
-#: ../../library/Class/Users.php:1141 ../../library/Class/Users.php:1120
-#: ../../library/Class/Users.php:1123 ../../library/Class/Users.php:1127
-#: ../../library/Class/Users.php:1148 ../../library/Class/Users.php:1143
-#: ../../library/Class/Users.php:1145
+#: ../../library/Class/User/LostPass.php:101 ../../library/Class/Users.php:1141
+#: ../../library/Class/Users.php:1120 ../../library/Class/Users.php:1123
+#: ../../library/Class/Users.php:1127 ../../library/Class/Users.php:1148
+#: ../../library/Class/Users.php:1143 ../../library/Class/Users.php:1145
 msgid "Vous avez fait une demande de mot de passe sur le portail."
 msgstr ""
 
@@ -27195,7 +27706,7 @@ msgstr ""
 #: ../../library/Class/Users.php:1017
 ../../library/Class/Users.php:1017
 #: ../../library/Class/Users.php:1026 ../../library/Class/Users.php:1005
 #: ../../library/Class/Users.php:1007 ../../library/Class/Users.php:1011
-#: ../../library/Class/Users.php:1022
+#: ../../library/Class/Users.php:1022 ../../library/Class/Users.php:1000
 msgid "Vous devez compléter le champ 'Identifiant'"
 msgstr ""
 
@@ -27204,6 +27715,7 @@ msgstr ""
 #: ../../library/Class/Users.php:1008 ../../library/Class/Users.php:1012
 #: ../../library/Class/Users.php:1066 ../../library/Class/Users.php:1061
 #: ../../library/Class/Users.php:1063 ../../library/Class/Users.php:1051
+#: ../../library/Class/Users.php:1046
 msgid "Vous devez compléter le champ 'Mot de passe'"
 msgstr ""
 
@@ -27291,6 +27803,7 @@ msgstr ""
 #: ../../library/Class/Users.php:1038 ../../library/Class/Users.php:1042
 #: ../../library/Class/Users.php:1052 ../../library/Class/Users.php:1047
 #: ../../library/Class/Users.php:1049 ../../library/Class/Users.php:1037
+#: ../../library/Class/Users.php:1032
 msgid "Vous devez fournir une adresse mail valide"
 msgstr ""
 
@@ -27331,6 +27844,7 @@ msgstr ""
 #: ../../library/Class/Users.php:1041 ../../library/Class/Users.php:1045
 #: ../../library/Class/Users.php:1055 ../../library/Class/Users.php:1050
 #: ../../library/Class/Users.php:1052 ../../library/Class/Users.php:1040
+#: ../../library/Class/Users.php:1035
 msgid "Vous devez saisir un numéro de téléphone"
 msgstr ""
 
@@ -27579,6 +28093,7 @@ msgstr ""
 #: ../../library/Class/Users.php:1034 ../../library/Class/Users.php:1038
 #: ../../library/Class/Users.php:1048 ../../library/Class/Users.php:1043
 #: ../../library/Class/Users.php:1045 ../../library/Class/Users.php:1033
+#: ../../library/Class/Users.php:1028
 msgid "Vous n'avez pas les droits suffisants pour diriger une activité"
 msgstr ""
 
@@ -27587,6 +28102,7 @@ msgstr ""
 #: ../../library/Class/Users.php:1031 ../../library/Class/Users.php:1035
 #: ../../library/Class/Users.php:1045 ../../library/Class/Users.php:1040
 #: ../../library/Class/Users.php:1042 ../../library/Class/Users.php:1030
+#: ../../library/Class/Users.php:1025
 msgid "Vous n'avez pas les droits suffisants pour suivre une activité"
 msgstr ""
 
@@ -27660,6 +28176,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AbonneController.php:1075
 #: ../../application/modules/opac/controllers/AbonneController.php:1161
 #: ../../application/modules/opac/controllers/AbonneController.php:1163
+#: ../../application/modules/opac/controllers/AbonneController.php:1165
 #, php-format
 msgid "Vous n'utilisez plus la carte de %s"
 msgstr ""
@@ -27687,6 +28204,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:469
 #: ../../application/modules/opac/controllers/AuthController.php:481
 #: ../../application/modules/opac/controllers/AuthController.php:474
+#: ../../application/modules/opac/controllers/AuthController.php:473
 msgid ""
 "Vous n'êtes plus inscrit à la lettre d'information, celle-ci n'existe plus."
 msgstr ""
@@ -27709,6 +28227,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AbonneController.php:1146
 #: ../../application/modules/opac/controllers/AbonneController.php:1232
 #: ../../application/modules/opac/controllers/AbonneController.php:1234
+#: ../../application/modules/opac/controllers/AbonneController.php:1236
 msgid "Vous ne pouvez pas ajouter votre propre carte"
 msgstr ""
 
@@ -27716,6 +28235,7 @@ msgstr ""
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:407
 #: ../../application/modules/admin/controllers/FileManagerController.php:344
 #: ../../application/modules/admin/controllers/FileManagerController.php:350
+#: ../../application/modules/admin/controllers/FileManagerController.php:359
 #, php-format
 msgid ""
 "Vous ne pouvez pas copier ou déplacer un élément avec lui-même : \"%s\" est "
@@ -27829,6 +28349,7 @@ msgstr ""
 #: ../../application/modules/admin/controllers/IndexController.php:189
 #: ../../application/modules/opac/controllers/AuthController.php:647
 #: ../../application/modules/opac/controllers/AuthController.php:640
+#: ../../application/modules/opac/controllers/AuthController.php:639
 #, php-format
 msgid "Vous êtes maintenant connecté avec l'utilisateur \"%s\""
 msgstr ""
@@ -27853,7 +28374,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:332 ../../library/Class/AdminVar.php:338
 #: ../../library/Class/AdminVar.php:357 ../../library/Class/AdminVar.php:359
 #: ../../library/Class/AdminVar.php:362 ../../library/Class/AdminVar.php:354
-#: ../../library/Class/AdminVar.php:355
+#: ../../library/Class/AdminVar.php:355 ../../library/Class/AdminVar.php:352
 msgid "WS KOHA : Reservation d'exemplaires pour les multi sites"
 msgstr ""
 
@@ -27893,6 +28414,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:272
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:297
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:371
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:376
 msgid "ZF Debug"
 msgstr ""
 
@@ -27999,6 +28521,7 @@ msgstr ""
 
 #: ../../library/Class/FileManager.php:119
 #: ../../library/Class/FileManager.php:121
+#: ../../library/Class/FileManager.php:143
 msgid "_copie"
 msgstr ""
 
@@ -28159,6 +28682,10 @@ msgstr ""
 msgid "code barre : {getBarCode}"
 msgstr ""
 
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/AuthorFunction.php:39
+msgid "code unimarc"
+msgstr ""
+
 #: ../../library/ZendAfi/View/Helper/GetSendProgressJsonFor.php:36
 #: ../../library/ZendAfi/View/Helper/GetSendProgressJsonFor.php:36
 msgid "collecte des destinataires"
@@ -28523,6 +29050,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Accueil/Base.php:249
 #: ../../library/ZendAfi/View/Helper/Accueil/Base.php:249
 #: ../../library/ZendAfi/View/Helper/Accueil/Base.php:247
+#: ../../library/ZendAfi/View/Helper/Accueil/Base.php:265
 #, php-format
 msgid "flux RSS de la boite %s"
 msgstr ""
@@ -28560,6 +29088,7 @@ msgstr ""
 
 #: ../../application/modules/opac/controllers/AbonneController.php:1065
 #: ../../application/modules/opac/controllers/AbonneController.php:1067
+#: ../../application/modules/opac/controllers/AbonneController.php:1069
 #, php-format
 msgid "historique_prets_codes_barres_%s_%s%s"
 msgstr ""
@@ -28700,8 +29229,7 @@ msgstr ""
 msgid "l'appel à la méthode %s n'est pas autorisé (ligne : %s)"
 msgstr ""
 
-#: ../../library/Class/Ouverture.php:180
-#: ../../library/Class/Ouverture.php:180
+#: ../../library/Class/Ouverture.php:180
 ../../library/Class/Ouverture.php:180
 #, php-format
 msgid "le %s"
 msgstr ""
@@ -29104,6 +29632,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Abonne/ReservationsTable.php:136
 #: ../../library/Class/Profil/Preferences/Loans.php:612
 #: ../../library/Class/Profil/Preferences/Loans.php:613
+#: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:460
 msgid "n°"
 msgstr ""
 
@@ -29120,6 +29649,7 @@ msgstr ""
 
 #: ../../library/Class/FileManager/FileSystem.php:267
 #: ../../library/Class/FileManager/FileSystem.php:268
+#: ../../library/Class/FileManager/FileSystem.php:269
 msgid "o"
 msgstr ""
 
@@ -29367,6 +29897,7 @@ msgstr ""
 
 #: ../../application/modules/opac/controllers/AbonneController.php:1043
 #: ../../application/modules/opac/controllers/AbonneController.php:1045
+#: ../../application/modules/opac/controllers/AbonneController.php:1047
 #, php-format
 msgid "prets_codes_barres_%s_%s%s"
 msgstr ""
@@ -29818,6 +30349,7 @@ msgstr ""
 #: ../../application/modules/admin/controllers/ModulesController.php:496
 #: ../../application/modules/admin/controllers/ModulesController.php:501
 #: ../../application/modules/admin/controllers/ModulesController.php:548
+#: ../../library/ZendAfi/View/Helper/FonctionsAdmin.php:108
 msgid "Étendre le paramétrage"
 msgstr ""
 
@@ -29890,6 +30422,11 @@ msgstr ""
 msgid "Êtes-vous sur de vouloir supprimer cette version de l\\'historique ?"
 msgstr ""
 
+#: ../../library/ZendAfi/View/Helper/FonctionsAdmin.php:186
+#, php-format
+msgid "Êtes-vous sur de vouloir supprimer la boite \"%s\" ?"
+msgstr ""
+
 #: ../../application/modules/telephone/views/scripts/abonne/cancel-hold.phtml:14
 #: ../../application/modules/telephone/views/scripts/abonne/cancel-hold.phtml:14
 #, php-format
diff --git a/library/translation/fr.pot b/library/translation/fr.pot
index 63264f8310c6aea08bf05e9ea189804a5bb2715e..4dff055c0cf751350020e6b6e8f431825f9ffe2d 100644
--- a/library/translation/fr.pot
+++ b/library/translation/fr.pot
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-07-16 15:14+0200\n"
+"POT-Creation-Date: 2018-08-27 14:29+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -64,6 +64,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Telephone/Tags/Toolbar.php:35
 #: ../../library/ZendAfi/View/Helper/Admin/Nav.php:43
 #: ../../library/Class/MoteurRecherche.php:611
+#: ../../library/ZendAfi/View/Helper/ComboProfils.php:107
 msgid "Accueil"
 msgstr ""
 
@@ -485,6 +486,7 @@ msgstr ""
 #: ../../library/Class/AdminVar/UserDoubleDetectOn.php:62
 #: ../../library/ZendAfi/Form/PreRegistration/Nanook.php:35
 #: ../../application/modules/opac/controllers/AbonneController.php:482
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:403
 msgid "Nom"
 msgstr ""
 
@@ -1155,6 +1157,8 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:165
 #: ../../application/modules/admin/views/scripts/bib/localisationsmaj.phtml:144
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:88
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:167
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:92
 msgid "Types de documents"
 msgstr ""
 
@@ -1188,6 +1192,7 @@ msgstr ""
 #: ../../application/modules/admin/views/scripts/bib/localisationsmaj.phtml:154
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:72
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Section.php:32
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:76
 msgid "Sections"
 msgstr ""
 
@@ -1668,6 +1673,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/LegacyAdvancedSearch.php:144
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:60
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Genre.php:33
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:64
 msgid "Genres"
 msgstr ""
 
@@ -1682,6 +1688,7 @@ msgstr ""
 #: ../../library/ZendAfi/Form/Configuration/Domain.php:85
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:64
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Language.php:33
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:68
 msgid "Langues"
 msgstr ""
 
@@ -2094,6 +2101,7 @@ msgstr ""
 #: ../../library/Class/Systeme/Report.php:95
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:80
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Tag.php:33
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:84
 msgid "Tags"
 msgstr ""
 
@@ -2213,7 +2221,8 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:206 ../../library/Class/AdminVar.php:226
 #: ../../library/Class/AdminVar.php:208 ../../library/Class/AdminVar.php:228
 #: ../../library/Class/AdminVar.php:200 ../../library/Class/AdminVar.php:220
-#: ../../library/Class/AdminVar.php:218
+#: ../../library/Class/AdminVar.php:218 ../../library/Class/AdminVar.php:197
+#: ../../library/Class/AdminVar.php:215
 msgid "Version"
 msgstr ""
 
@@ -2657,6 +2666,7 @@ msgstr ""
 #: ../../application/modules/admin/views/scripts/profil/index.phtml:11
 #: ../../application/modules/admin/views/scripts/profil/index.phtml:9
 #: ../../application/modules/admin/controllers/ProfilController.php:409
+#: ../../application/modules/admin/controllers/ProfilController.php:413
 msgid "Ajouter un profil"
 msgstr ""
 
@@ -2746,6 +2756,9 @@ msgstr ""
 #: ../../library/Class/ListViewModeDescription/Domain.php:50
 #: ../../library/Class/ListViewModeDescription/Domain.php:59
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/Flat.php:68
+#: ../../library/ZendAfi/Form/Admin/AuthorFunction.php:36
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/AuthorFunction.php:40
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/Flat.php:67
 msgid "Libellé"
 msgstr ""
 
@@ -4045,6 +4058,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:379
 #: ../../application/modules/opac/controllers/AuthController.php:374
 #: ../../application/modules/opac/controllers/AuthController.php:386
+#: ../../application/modules/opac/controllers/AuthController.php:378
 msgid "Votre demande d'inscription"
 msgstr ""
 
@@ -5475,6 +5489,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Abonne/ReservationsTable.php:136
 #: ../../library/Class/Profil/Preferences/Loans.php:612
 #: ../../library/Class/Profil/Preferences/Loans.php:613
+#: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:460
 msgid "n°"
 msgstr ""
 
@@ -5900,6 +5915,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AbonneController.php:1129
 #: ../../application/modules/opac/controllers/AbonneController.php:1215
 #: ../../application/modules/opac/controllers/AbonneController.php:1217
+#: ../../application/modules/opac/controllers/AbonneController.php:1219
 msgid "Carte"
 msgstr ""
 
@@ -5998,6 +6014,7 @@ msgstr ""
 #: ../../application/modules/opac/views/scripts/bib/selection.phtml:8
 #: ../../application/modules/opac/views/scripts/bib/selection.phtml:8
 #: ../../library/ZendAfi/View/Helper/TagListeCoches.php:122
+#: ../../library/ZendAfi/View/Helper/TagListeCoches.php:121
 msgid "Tout cocher"
 msgstr ""
 
@@ -6009,6 +6026,7 @@ msgstr ""
 #: ../../application/modules/opac/views/scripts/bib/selection.phtml:11
 #: ../../application/modules/opac/views/scripts/bib/selection.phtml:11
 #: ../../library/ZendAfi/View/Helper/TagListeCoches.php:124
+#: ../../library/ZendAfi/View/Helper/TagListeCoches.php:123
 msgid "Tout décocher"
 msgstr ""
 
@@ -6525,6 +6543,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/TagUploadMultiple.php:83
 #: ../../library/ZendAfi/View/Helper/TagUploadMultiple.php:88
 #: ../../library/ZendAfi/View/Helper/Button/Back.php:44
+#: ../../library/ZendAfi/View/Helper/Widget/Notify.php:48
 msgid "Fermer"
 msgstr ""
 
@@ -7035,6 +7054,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/RenderSession.php:206
 #: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:420
 #: ../../library/ZendAfi/View/Helper/Admin/Versions.php:67
+#: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:423
 msgid "Voir"
 msgstr ""
 
@@ -7511,6 +7531,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:382
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager/Models.php:30
 #: ../../library/Class/Systeme/Report.php:162
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:407
 msgid "Type"
 msgstr ""
 
@@ -7707,6 +7728,7 @@ msgstr ""
 #: ../../library/Class/Profil/Preferences/Loans.php:569
 #: ../../library/ZendAfi/Form/User/LoanSearch.php:45
 #: ../../library/Class/Profil/Preferences/Loans.php:570
+#: ../../library/Class/Notice.php:736
 msgid "Oui"
 msgstr ""
 
@@ -7740,6 +7762,7 @@ msgstr ""
 #: ../../library/Class/Profil/Preferences/Loans.php:570
 #: ../../library/ZendAfi/Form/User/LoanSearch.php:46
 #: ../../library/Class/Profil/Preferences/Loans.php:571
+#: ../../library/Class/Notice.php:736
 msgid "Non"
 msgstr ""
 
@@ -7876,6 +7899,7 @@ msgstr ""
 #: ../../application/modules/admin/controllers/StatController.php:41
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:114
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:111
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:113
 msgid "Recherches infructueuses"
 msgstr ""
 
@@ -7921,6 +7945,7 @@ msgstr ""
 #: ../../application/modules/admin/controllers/PrintController.php:31
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:101
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:98
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:100
 msgid "Modèles d'impressions"
 msgstr ""
 
@@ -8134,6 +8159,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:257
 #: ../../application/modules/admin/controllers/CmsController.php:103
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:331
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:336
 msgid "Articles"
 msgstr ""
 
@@ -8264,6 +8290,7 @@ msgstr ""
 #: ../../application/modules/admin/controllers/ModulesController.php:496
 #: ../../application/modules/admin/controllers/ModulesController.php:501
 #: ../../application/modules/admin/controllers/ModulesController.php:548
+#: ../../library/ZendAfi/View/Helper/FonctionsAdmin.php:108
 msgid "Étendre le paramétrage"
 msgstr ""
 
@@ -8343,6 +8370,7 @@ msgstr ""
 #: ../../application/modules/admin/controllers/IndexController.php:152
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:101
 #: ../../application/modules/admin/controllers/IndexController.php:143
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:103
 msgid "Mise à jour de la charte graphique"
 msgstr ""
 
@@ -8483,12 +8511,14 @@ msgstr ""
 #: ../../application/modules/admin/controllers/HarvestController.php:132
 #: ../../application/modules/admin/controllers/HarvestController.php:110
 #: ../../application/modules/admin/controllers/HarvestController.php:110
+#: ../../application/modules/admin/controllers/HarvestController.php:109
 msgid "Moissonnage Orphea"
 msgstr ""
 
 #: ../../application/modules/admin/controllers/HarvestController.php:147
 #: ../../application/modules/admin/controllers/HarvestController.php:125
 #: ../../application/modules/admin/controllers/HarvestController.php:125
+#: ../../application/modules/admin/controllers/HarvestController.php:124
 msgid "URL de la page Jamendo"
 msgstr ""
 
@@ -8507,6 +8537,8 @@ msgstr ""
 #: ../../library/ZendAfi/Form/Album.php:49
 #: ../../library/ZendAfi/Form/Album.php:50
 #: ../../library/ZendAfi/View/Helper/Notice/Dilicom.php:46
+#: ../../application/modules/admin/controllers/HarvestController.php:127
+#: ../../application/modules/admin/controllers/HarvestController.php:184
 msgid "Album"
 msgstr ""
 
@@ -8525,12 +8557,15 @@ msgstr ""
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Album.php:568
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Album.php:567
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Album.php:566
+#: ../../application/modules/admin/controllers/HarvestController.php:128
+#: ../../application/modules/admin/controllers/HarvestController.php:185
 msgid "Importer"
 msgstr ""
 
 #: ../../application/modules/admin/controllers/HarvestController.php:155
 #: ../../application/modules/admin/controllers/HarvestController.php:133
 #: ../../application/modules/admin/controllers/HarvestController.php:133
+#: ../../application/modules/admin/controllers/HarvestController.php:132
 #, php-format
 msgid "Album \"%s\" importé de Jamendo"
 msgstr ""
@@ -8538,18 +8573,21 @@ msgstr ""
 #: ../../application/modules/admin/controllers/HarvestController.php:166
 #: ../../application/modules/admin/controllers/HarvestController.php:144
 #: ../../application/modules/admin/controllers/HarvestController.php:144
+#: ../../application/modules/admin/controllers/HarvestController.php:143
 msgid "Moissonnage Jamendo"
 msgstr ""
 
 #: ../../application/modules/admin/controllers/HarvestController.php:204
 #: ../../application/modules/admin/controllers/HarvestController.php:182
 #: ../../application/modules/admin/controllers/HarvestController.php:182
+#: ../../application/modules/admin/controllers/HarvestController.php:181
 msgid "URL de la piste SoundCloud"
 msgstr ""
 
 #: ../../application/modules/admin/controllers/HarvestController.php:212
 #: ../../application/modules/admin/controllers/HarvestController.php:190
 #: ../../application/modules/admin/controllers/HarvestController.php:190
+#: ../../application/modules/admin/controllers/HarvestController.php:189
 #, php-format
 msgid "Album \"%s\" importé de SoundCloud"
 msgstr ""
@@ -8557,12 +8595,14 @@ msgstr ""
 #: ../../application/modules/admin/controllers/HarvestController.php:223
 #: ../../application/modules/admin/controllers/HarvestController.php:201
 #: ../../application/modules/admin/controllers/HarvestController.php:201
+#: ../../application/modules/admin/controllers/HarvestController.php:200
 msgid "Import SoundCloud"
 msgstr ""
 
 #: ../../application/modules/admin/controllers/ProfilController.php:254
 #: ../../application/modules/admin/controllers/ProfilController.php:261
 #: ../../application/modules/admin/controllers/ProfilController.php:261
+#: ../../application/modules/admin/controllers/ProfilController.php:265
 msgid "Duplication impossible: "
 msgstr ""
 
@@ -8570,6 +8610,7 @@ msgstr ""
 #: ../../application/modules/admin/controllers/ProfilController.php:305
 #: ../../application/modules/admin/controllers/ProfilController.php:308
 #: ../../application/modules/admin/controllers/ProfilController.php:305
+#: ../../application/modules/admin/controllers/ProfilController.php:309
 msgid "Page "
 msgstr ""
 
@@ -8577,6 +8618,7 @@ msgstr ""
 #: ../../application/modules/admin/controllers/ProfilController.php:341
 #: ../../application/modules/admin/controllers/ProfilController.php:366
 #: ../../application/modules/admin/controllers/ProfilController.php:357
+#: ../../application/modules/admin/controllers/ProfilController.php:361
 #, php-format
 msgid "Configuration de la page: %s"
 msgstr ""
@@ -8585,6 +8627,7 @@ msgstr ""
 #: ../../application/modules/admin/controllers/ProfilController.php:430
 #: ../../application/modules/admin/controllers/ProfilController.php:460
 #: ../../application/modules/admin/controllers/ProfilController.php:451
+#: ../../application/modules/admin/controllers/ProfilController.php:455
 #, php-format
 msgid "Modifier le profil: %s"
 msgstr ""
@@ -8593,6 +8636,7 @@ msgstr ""
 #: ../../application/modules/admin/controllers/ProfilController.php:485
 #: ../../application/modules/admin/controllers/ProfilController.php:515
 #: ../../application/modules/admin/controllers/ProfilController.php:506
+#: ../../application/modules/admin/controllers/ProfilController.php:510
 msgid "Menu horizontal dupliqué sur tous les autres profils."
 msgstr ""
 
@@ -8600,6 +8644,7 @@ msgstr ""
 #: ../../application/modules/admin/controllers/ProfilController.php:492
 #: ../../application/modules/admin/controllers/ProfilController.php:522
 #: ../../application/modules/admin/controllers/ProfilController.php:513
+#: ../../application/modules/admin/controllers/ProfilController.php:517
 msgid "Configuration des pages appliquée à tous les autres profils."
 msgstr ""
 
@@ -8703,6 +8748,7 @@ msgstr ""
 #: ../../application/modules/admin/controllers/WidgetController.php:227
 #: ../../application/modules/admin/controllers/WidgetController.php:257
 #: ../../application/modules/admin/controllers/WidgetController.php:247
+#: ../../application/modules/admin/controllers/WidgetController.php:273
 #, php-format
 msgid "Echec de la sauvegarde de la configuration de %s"
 msgstr ""
@@ -8740,6 +8786,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:154
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:151
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:150
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:152
 msgid "Génération du site"
 msgstr ""
 
@@ -8798,6 +8845,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:145
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:144
 #: ../../application/modules/admin/controllers/SystemeController.php:229
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:146
 msgid "Informations système"
 msgstr ""
 
@@ -8901,6 +8949,7 @@ msgstr ""
 
 #: ../../application/modules/admin/controllers/OaiController.php:117
 #: ../../application/modules/admin/controllers/OaiController.php:117
+#: ../../application/modules/admin/controllers/OaiController.php:119
 #, php-format
 msgid "L'album \"%s\" a été créé"
 msgstr ""
@@ -9085,24 +9134,28 @@ msgstr ""
 #: ../../application/modules/opac/views/scripts/head.phtml:79
 #: ../../application/modules/opac/views/scripts/head.phtml:78
 #: ../../application/modules/opac/views/scripts/head.phtml:78
+#: ../../application/modules/opac/views/scripts/head.phtml:77
 msgid "Blanc sur noir"
 msgstr ""
 
 #: ../../application/modules/opac/views/scripts/head.phtml:82
 #: ../../application/modules/opac/views/scripts/head.phtml:81
 #: ../../application/modules/opac/views/scripts/head.phtml:81
+#: ../../application/modules/opac/views/scripts/head.phtml:80
 msgid "Noir sur blanc"
 msgstr ""
 
 #: ../../application/modules/opac/views/scripts/head.phtml:85
 #: ../../application/modules/opac/views/scripts/head.phtml:84
 #: ../../application/modules/opac/views/scripts/head.phtml:84
+#: ../../application/modules/opac/views/scripts/head.phtml:83
 msgid "Bleu sur jaune"
 msgstr ""
 
 #: ../../application/modules/opac/views/scripts/head.phtml:87
 #: ../../application/modules/opac/views/scripts/head.phtml:86
 #: ../../application/modules/opac/views/scripts/head.phtml:86
+#: ../../application/modules/opac/views/scripts/head.phtml:85
 #, php-format
 msgid ""
 "<link rel=\"alternate stylesheet\" type=\"text/css\" href=\"\" title=\"%s\" "
@@ -9162,6 +9215,7 @@ msgstr ""
 #: ../../library/ZendAfi/Form/Admin/User.php:132
 #: ../../library/Class/AdminVar.php:495 ../../library/Class/AdminVar.php:489
 #: ../../library/Class/AdminVar.php:490
+#: ../../library/ZendAfi/View/Helper/TagListeCoches.php:278
 msgid "Portail"
 msgstr ""
 
@@ -9683,6 +9737,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:224
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:239
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:313
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:318
 msgid "Accès pro."
 msgstr ""
 
@@ -10238,6 +10293,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AbonneController.php:1116
 #: ../../application/modules/opac/controllers/AbonneController.php:1202
 #: ../../application/modules/opac/controllers/AbonneController.php:1204
+#: ../../application/modules/opac/controllers/AbonneController.php:1206
 msgid "Ajouter une carte"
 msgstr ""
 
@@ -10417,7 +10473,7 @@ msgstr ""
 #: ../../library/Class/Users.php:1077 ../../library/Class/Users.php:1098
 #: ../../library/Class/Feature/Description.php:58
 #: ../../library/Class/Users.php:1093 ../../library/Class/Users.php:1095
-#: ../../library/Class/Users.php:1083
+#: ../../library/Class/Users.php:1083 ../../library/Class/Users.php:1078
 msgid "Bonjour,"
 msgstr ""
 
@@ -10460,7 +10516,7 @@ msgstr ""
 #: ../../library/Class/Users.php:1073 ../../library/Class/Users.php:1076
 #: ../../library/Class/Users.php:1080 ../../library/Class/Users.php:1101
 #: ../../library/Class/Users.php:1096 ../../library/Class/Users.php:1098
-#: ../../library/Class/Users.php:1086
+#: ../../library/Class/Users.php:1086 ../../library/Class/Users.php:1081
 msgid ""
 "Si vous n'êtes pas à l'origine de cette demande d'inscription, merci de ne "
 "pas tenir compte de cet e-mail, et l'inscription ne sera pas activée."
@@ -10774,6 +10830,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AbonneController.php:942
 #: ../../application/modules/opac/controllers/AbonneController.php:965
 #: ../../application/modules/opac/controllers/AbonneController.php:967
+#: ../../application/modules/opac/controllers/AbonneController.php:969
 msgid "Suggestion d'achat enregistrée"
 msgstr ""
 
@@ -10789,6 +10846,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AbonneController.php:1012
 #: ../../application/modules/opac/controllers/AbonneController.php:1101
 #: ../../application/modules/opac/controllers/AbonneController.php:1103
+#: ../../application/modules/opac/controllers/AbonneController.php:1105
 msgid "Gérer mes favoris"
 msgstr ""
 
@@ -10807,6 +10865,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AbonneController.php:1064
 #: ../../application/modules/opac/controllers/AbonneController.php:1150
 #: ../../application/modules/opac/controllers/AbonneController.php:1152
+#: ../../application/modules/opac/controllers/AbonneController.php:1154
 msgid "Mes cartes"
 msgstr ""
 
@@ -10821,6 +10880,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AbonneController.php:1075
 #: ../../application/modules/opac/controllers/AbonneController.php:1161
 #: ../../application/modules/opac/controllers/AbonneController.php:1163
+#: ../../application/modules/opac/controllers/AbonneController.php:1165
 #, php-format
 msgid "Vous n'utilisez plus la carte de %s"
 msgstr ""
@@ -10836,6 +10896,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AbonneController.php:1086
 #: ../../application/modules/opac/controllers/AbonneController.php:1172
 #: ../../application/modules/opac/controllers/AbonneController.php:1174
+#: ../../application/modules/opac/controllers/AbonneController.php:1176
 #, php-format
 msgid "Votre carte a été retirée à %s"
 msgstr ""
@@ -10851,6 +10912,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AbonneController.php:1105
 #: ../../application/modules/opac/controllers/AbonneController.php:1191
 #: ../../application/modules/opac/controllers/AbonneController.php:1193
+#: ../../application/modules/opac/controllers/AbonneController.php:1195
 msgid "Carte introuvable"
 msgstr ""
 
@@ -10865,6 +10927,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AbonneController.php:1141
 #: ../../application/modules/opac/controllers/AbonneController.php:1227
 #: ../../application/modules/opac/controllers/AbonneController.php:1229
+#: ../../application/modules/opac/controllers/AbonneController.php:1231
 msgid "Identifiant et/ou mot de passe incorrect"
 msgstr ""
 
@@ -10879,6 +10942,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AbonneController.php:1146
 #: ../../application/modules/opac/controllers/AbonneController.php:1232
 #: ../../application/modules/opac/controllers/AbonneController.php:1234
+#: ../../application/modules/opac/controllers/AbonneController.php:1236
 msgid "Vous ne pouvez pas ajouter votre propre carte"
 msgstr ""
 
@@ -10893,6 +10957,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AbonneController.php:1152
 #: ../../application/modules/opac/controllers/AbonneController.php:1238
 #: ../../application/modules/opac/controllers/AbonneController.php:1240
+#: ../../application/modules/opac/controllers/AbonneController.php:1242
 #, php-format
 msgid "Vous avez déjà ajouté la carte de \"%s\""
 msgstr ""
@@ -10908,6 +10973,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AbonneController.php:1158
 #: ../../application/modules/opac/controllers/AbonneController.php:1244
 #: ../../application/modules/opac/controllers/AbonneController.php:1246
+#: ../../application/modules/opac/controllers/AbonneController.php:1248
 #, php-format
 msgid "Carte de \"%s\" ajoutée"
 msgstr ""
@@ -10923,6 +10989,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AbonneController.php:1163
 #: ../../application/modules/opac/controllers/AbonneController.php:1249
 #: ../../application/modules/opac/controllers/AbonneController.php:1251
+#: ../../application/modules/opac/controllers/AbonneController.php:1253
 #, php-format
 msgid "Une erreur s'est produite en ajoutant la carte de \"%s\" : %s"
 msgstr ""
@@ -10940,6 +11007,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AbonneController.php:1186
 #: ../../application/modules/opac/controllers/AbonneController.php:1272
 #: ../../application/modules/opac/controllers/AbonneController.php:1274
+#: ../../application/modules/opac/controllers/AbonneController.php:1276
 msgid "S'inscrire à une activité"
 msgstr ""
 
@@ -10956,6 +11024,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AbonneController.php:1192
 #: ../../application/modules/opac/controllers/AbonneController.php:1278
 #: ../../application/modules/opac/controllers/AbonneController.php:1280
+#: ../../application/modules/opac/controllers/AbonneController.php:1282
 msgid "Mes inscriptions en cours"
 msgstr ""
 
@@ -10972,6 +11041,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AbonneController.php:1198
 #: ../../application/modules/opac/controllers/AbonneController.php:1284
 #: ../../application/modules/opac/controllers/AbonneController.php:1286
+#: ../../application/modules/opac/controllers/AbonneController.php:1288
 msgid "Mes activités suivies"
 msgstr ""
 
@@ -10986,6 +11056,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AbonneController.php:1223
 #: ../../application/modules/opac/controllers/AbonneController.php:1309
 #: ../../application/modules/opac/controllers/AbonneController.php:1311
+#: ../../application/modules/opac/controllers/AbonneController.php:1313
 msgid "Compléter votre adresse  email"
 msgstr ""
 
@@ -11046,6 +11117,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/RechercheController.php:537
 #: ../../application/modules/opac/controllers/RechercheController.php:565
 #: ../../application/modules/opac/controllers/RechercheController.php:559
+#: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:410
 msgid "Consultation sur place"
 msgstr ""
 
@@ -11249,6 +11321,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:237
 #: ../../application/modules/opac/controllers/AuthController.php:237
 #: ../../application/modules/opac/controllers/AuthController.php:242
+#: ../../application/modules/opac/controllers/AuthController.php:241
 msgid "Authentification"
 msgstr ""
 
@@ -11259,6 +11332,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:427
 #: ../../application/modules/opac/controllers/AuthController.php:422
 #: ../../application/modules/opac/controllers/AuthController.php:434
+#: ../../application/modules/opac/controllers/AuthController.php:426
 msgid "Inscription à la lettre d'information: "
 msgstr ""
 
@@ -11269,6 +11343,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:437
 #: ../../application/modules/opac/controllers/AuthController.php:432
 #: ../../application/modules/opac/controllers/AuthController.php:444
+#: ../../application/modules/opac/controllers/AuthController.php:436
 msgid ""
 "Un utilisateur a déjà renseigné cet email. Merci de vous identifier avec le "
 "compte qui utilise cet email."
@@ -11281,6 +11356,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:444
 #: ../../application/modules/opac/controllers/AuthController.php:439
 #: ../../application/modules/opac/controllers/AuthController.php:451
+#: ../../application/modules/opac/controllers/AuthController.php:443
 msgid "Demande d'inscription à la lettre d'information: "
 msgstr ""
 
@@ -11291,6 +11367,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:461
 #: ../../application/modules/opac/controllers/AuthController.php:456
 #: ../../application/modules/opac/controllers/AuthController.php:468
+#: ../../application/modules/opac/controllers/AuthController.php:460
 msgid ""
 "Une erreur est survenue à l'envoi du mail de confirmation. Veuillez "
 "réessayer. Si le problème persiste, veuillez contacter votre médiathèque."
@@ -11303,6 +11380,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:465
 #: ../../application/modules/opac/controllers/AuthController.php:460
 #: ../../application/modules/opac/controllers/AuthController.php:472
+#: ../../application/modules/opac/controllers/AuthController.php:464
 msgid ""
 "Une demande de confirmation d'inscription vous a été envoyée à l'adresse "
 "mail renseignée."
@@ -11315,6 +11393,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:483
 #: ../../application/modules/opac/controllers/AuthController.php:478
 #: ../../application/modules/opac/controllers/AuthController.php:490
+#: ../../application/modules/opac/controllers/AuthController.php:482
 msgid "Désinscription de la lettre d'information: "
 msgstr ""
 
@@ -11325,6 +11404,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:506
 #: ../../application/modules/opac/controllers/AuthController.php:501
 #: ../../application/modules/opac/controllers/AuthController.php:513
+#: ../../application/modules/opac/controllers/AuthController.php:505
 msgid "Confirmation d'inscription à la newsletter: "
 msgstr ""
 
@@ -11335,6 +11415,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:509
 #: ../../application/modules/opac/controllers/AuthController.php:504
 #: ../../application/modules/opac/controllers/AuthController.php:516
+#: ../../application/modules/opac/controllers/AuthController.php:508
 msgid "Inscription à la newsletter invalide."
 msgstr ""
 
@@ -11345,6 +11426,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:515
 #: ../../application/modules/opac/controllers/AuthController.php:510
 #: ../../application/modules/opac/controllers/AuthController.php:522
+#: ../../application/modules/opac/controllers/AuthController.php:514
 msgid "Vous avez bien été abonné à la newsletter: "
 msgstr ""
 
@@ -11355,6 +11437,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:515
 #: ../../application/modules/opac/controllers/AuthController.php:510
 #: ../../application/modules/opac/controllers/AuthController.php:522
+#: ../../application/modules/opac/controllers/AuthController.php:514
 msgid " avec l'adresse suivante: "
 msgstr ""
 
@@ -11365,6 +11448,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:516
 #: ../../application/modules/opac/controllers/AuthController.php:511
 #: ../../application/modules/opac/controllers/AuthController.php:523
+#: ../../application/modules/opac/controllers/AuthController.php:515
 msgid "Erreur lors de l\\inscription à la newsletter."
 msgstr ""
 
@@ -11375,6 +11459,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:538
 #: ../../application/modules/opac/controllers/AuthController.php:533
 #: ../../application/modules/opac/controllers/AuthController.php:545
+#: ../../application/modules/opac/controllers/AuthController.php:537
 msgid "Demande de préinscription"
 msgstr ""
 
@@ -11385,6 +11470,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:542
 #: ../../application/modules/opac/controllers/AuthController.php:537
 #: ../../application/modules/opac/controllers/AuthController.php:549
+#: ../../application/modules/opac/controllers/AuthController.php:541
 msgid "Cette fonctionnalité n'est pas activée."
 msgstr ""
 
@@ -11395,6 +11481,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:582
 #: ../../application/modules/opac/controllers/AuthController.php:577
 #: ../../application/modules/opac/controllers/AuthController.php:589
+#: ../../application/modules/opac/controllers/AuthController.php:581
 #, php-format
 msgid "Préinscription à %s"
 msgstr ""
@@ -11406,6 +11493,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:594
 #: ../../application/modules/opac/controllers/AuthController.php:589
 #: ../../application/modules/opac/controllers/AuthController.php:601
+#: ../../application/modules/opac/controllers/AuthController.php:593
 #, php-format
 msgid ""
 "Un email de confirmation de préinscription vous a été envoyé à l'adresse %s ."
@@ -11418,6 +11506,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:608
 #: ../../application/modules/opac/controllers/AuthController.php:603
 #: ../../application/modules/opac/controllers/AuthController.php:615
+#: ../../application/modules/opac/controllers/AuthController.php:607
 msgid "Préinscription"
 msgstr ""
 
@@ -11460,6 +11549,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/ModulesController.php:61
 #: ../../application/modules/opac/controllers/ModulesController.php:54
 #: ../../application/modules/opac/controllers/ModulesController.php:53
+#: ../../application/modules/opac/controllers/ModulesController.php:52
 msgid "Le service est mal configuré. Il manque l'URL du service."
 msgstr ""
 
@@ -11629,6 +11719,7 @@ msgstr ""
 
 #: ../../application/modules/telephone/controllers/RechercheController.php:55
 #: ../../application/modules/telephone/controllers/RechercheController.php:55
+#: ../../application/modules/telephone/controllers/RechercheController.php:52
 msgid "Accéder à la ressource"
 msgstr ""
 
@@ -11637,11 +11728,13 @@ msgstr ""
 #: ../../library/Class/Codification.php:218
 #: ../../application/modules/telephone/controllers/RechercheController.php:61
 #: ../../library/Class/Codification.php:218
+#: ../../application/modules/telephone/controllers/RechercheController.php:58
 msgid "Description du document"
 msgstr ""
 
 #: ../../application/modules/telephone/controllers/RechercheController.php:62
 #: ../../application/modules/telephone/controllers/RechercheController.php:62
+#: ../../application/modules/telephone/controllers/RechercheController.php:59
 msgid "Où le trouver ?"
 msgstr ""
 
@@ -11652,6 +11745,7 @@ msgstr ""
 #: ../../application/modules/telephone/views/scripts/blog/viewcritiques.phtml:2
 #: ../../application/modules/telephone/controllers/RechercheController.php:63
 #: ../../library/Class/Codification.php:219
+#: ../../application/modules/telephone/controllers/RechercheController.php:60
 msgid "Critiques"
 msgstr ""
 
@@ -11661,11 +11755,13 @@ msgstr ""
 #: ../../application/modules/telephone/controllers/RechercheController.php:64
 #: ../../library/Class/NoticeHtml.php:94
 #: ../../library/Class/Codification.php:138
+#: ../../application/modules/telephone/controllers/RechercheController.php:61
 msgid "Résumé"
 msgstr ""
 
 #: ../../application/modules/telephone/controllers/RechercheController.php:65
 #: ../../application/modules/telephone/controllers/RechercheController.php:65
+#: ../../application/modules/telephone/controllers/RechercheController.php:62
 msgid "Vidéos associées"
 msgstr ""
 
@@ -11674,6 +11770,7 @@ msgstr ""
 #: ../../library/Class/Codification.php:222
 #: ../../application/modules/telephone/controllers/RechercheController.php:66
 #: ../../library/Class/Codification.php:222
+#: ../../application/modules/telephone/controllers/RechercheController.php:63
 msgid "Rebondir dans le catalogue"
 msgstr ""
 
@@ -11682,6 +11779,7 @@ msgstr ""
 #: ../../library/Class/Codification.php:223
 #: ../../application/modules/telephone/controllers/RechercheController.php:67
 #: ../../library/Class/Codification.php:223
+#: ../../application/modules/telephone/controllers/RechercheController.php:64
 msgid "Biographie de l'auteur"
 msgstr ""
 
@@ -11690,6 +11788,7 @@ msgstr ""
 #: ../../library/Class/Codification.php:226
 #: ../../application/modules/telephone/controllers/RechercheController.php:68
 #: ../../library/Class/Codification.php:226
+#: ../../application/modules/telephone/controllers/RechercheController.php:65
 msgid "Documents similaires"
 msgstr ""
 
@@ -11704,11 +11803,13 @@ msgstr ""
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/FRBRLink.php:36
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:91
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:88
+#: ../../application/modules/telephone/controllers/RechercheController.php:66
 msgid "Notices liées"
 msgstr ""
 
 #: ../../application/modules/telephone/controllers/RechercheController.php:134
 #: ../../application/modules/telephone/controllers/RechercheController.php:134
+#: ../../application/modules/telephone/controllers/RechercheController.php:131
 msgid "Réservation en ligne non supportée pour cette bibliothèque."
 msgstr ""
 
@@ -11911,6 +12012,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Notice/ReservationLink.php:29
 #: ../../library/ZendAfi/View/Helper/Notice/LienReserver.php:42
 #: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:395
+#: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:398
 msgid "Réserver"
 msgstr ""
 
@@ -11956,11 +12058,13 @@ msgstr ""
 #: ../../library/Class/Systeme/ModulesAccueil/Prets.php:35
 #: ../../application/modules/telephone/views/scripts/abonne/fiche.phtml:41
 #: ../../library/Class/Systeme/ModulesAccueil/Prets.php:35
+#: ../../application/modules/telephone/views/scripts/abonne/fiche.phtml:43
 msgid "Mes prêts"
 msgstr ""
 
 #: ../../application/modules/telephone/views/scripts/abonne/fiche.phtml:44
 #: ../../application/modules/telephone/views/scripts/abonne/fiche.phtml:44
+#: ../../application/modules/telephone/views/scripts/abonne/fiche.phtml:46
 msgid "Mes prêts numériques"
 msgstr ""
 
@@ -12045,13 +12149,11 @@ msgstr ""
 msgid "Rechercher"
 msgstr ""
 
-#: ../../library/Class/User/Cards.php:67
-#: ../../library/Class/User/Cards.php:67
+#: ../../library/Class/User/Cards.php:67
 ../../library/Class/User/Cards.php:67
 msgid "Prêt introuvable"
 msgstr ""
 
-#: ../../library/Class/User/Cards.php:77
-#: ../../library/Class/User/Cards.php:77
+#: ../../library/Class/User/Cards.php:77
 ../../library/Class/User/Cards.php:77
 msgid "Réservation introuvable"
 msgstr ""
 
@@ -12113,38 +12215,38 @@ msgstr ""
 
 #: ../../library/Class/Profil.php:1341 ../../library/Class/Profil.php:1342
 #: ../../library/Class/Profil.php:1362 ../../library/Class/Profil.php:1363
-#: ../../library/Class/Profil.php:1373
+#: ../../library/Class/Profil.php:1373 ../../library/Class/Profil.php:1383
 msgid "Le libellé est obligatoire."
 msgstr ""
 
 #: ../../library/Class/Profil.php:1345 ../../library/Class/Profil.php:1346
 #: ../../library/Class/Profil.php:1366 ../../library/Class/Profil.php:1367
-#: ../../library/Class/Profil.php:1377
+#: ../../library/Class/Profil.php:1377 ../../library/Class/Profil.php:1387
 msgid "La largeur du site doit être comprise entre 800 et 2000 pixels."
 msgstr ""
 
 #: ../../library/Class/Profil.php:1352 ../../library/Class/Profil.php:1353
 #: ../../library/Class/Profil.php:1373 ../../library/Class/Profil.php:1374
-#: ../../library/Class/Profil.php:1384
+#: ../../library/Class/Profil.php:1384 ../../library/Class/Profil.php:1394
 msgid ""
 "La somme des largeurs des divisions ne doit pas excéder la largeur du site."
 msgstr ""
 
 #: ../../library/Class/Profil.php:1356 ../../library/Class/Profil.php:1357
 #: ../../library/Class/Profil.php:1377 ../../library/Class/Profil.php:1378
-#: ../../library/Class/Profil.php:1388
+#: ../../library/Class/Profil.php:1388 ../../library/Class/Profil.php:1398
 msgid "Il manque la largeur de la division 1."
 msgstr ""
 
 #: ../../library/Class/Profil.php:1360 ../../library/Class/Profil.php:1361
 #: ../../library/Class/Profil.php:1381 ../../library/Class/Profil.php:1382
-#: ../../library/Class/Profil.php:1392
+#: ../../library/Class/Profil.php:1392 ../../library/Class/Profil.php:1402
 msgid "Il manque la largeur de la division 2."
 msgstr ""
 
 #: ../../library/Class/Profil.php:1364 ../../library/Class/Profil.php:1365
 #: ../../library/Class/Profil.php:1385 ../../library/Class/Profil.php:1386
-#: ../../library/Class/Profil.php:1396
+#: ../../library/Class/Profil.php:1396 ../../library/Class/Profil.php:1406
 msgid "Il manque la largeur de la division 3."
 msgstr ""
 
@@ -12155,19 +12257,20 @@ msgstr ""
 #: ../../library/Class/Profil.php:1397 ../../library/Class/Profil.php:1390
 #: ../../library/Class/Profil.php:1394 ../../library/Class/Profil.php:1398
 #: ../../library/Class/Profil.php:1400 ../../library/Class/Profil.php:1404
-#: ../../library/Class/Profil.php:1408
+#: ../../library/Class/Profil.php:1408 ../../library/Class/Profil.php:1410
+#: ../../library/Class/Profil.php:1414 ../../library/Class/Profil.php:1418
 msgid "Une marge interne de division ne peut pas excéder 20 pixels."
 msgstr ""
 
 #: ../../library/Class/Profil.php:1380 ../../library/Class/Profil.php:1381
 #: ../../library/Class/Profil.php:1401 ../../library/Class/Profil.php:1402
-#: ../../library/Class/Profil.php:1412
+#: ../../library/Class/Profil.php:1412 ../../library/Class/Profil.php:1422
 msgid "La couleur du texte bandeau doit être au format #001122"
 msgstr ""
 
 #: ../../library/Class/Profil.php:1384 ../../library/Class/Profil.php:1385
 #: ../../library/Class/Profil.php:1405 ../../library/Class/Profil.php:1406
-#: ../../library/Class/Profil.php:1416
+#: ../../library/Class/Profil.php:1416 ../../library/Class/Profil.php:1426
 msgid "La couleur des liens du bandeau doit être au format #001122"
 msgstr ""
 
@@ -12179,8 +12282,7 @@ msgstr ""
 msgid "Mise à niveau de la base effectuée avec succès"
 msgstr ""
 
-#: ../../library/Class/NoticeOAI.php:230
-#: ../../library/Class/NoticeOAI.php:230
+#: ../../library/Class/NoticeOAI.php:230
 ../../library/Class/NoticeOAI.php:230
 msgid "Il n'y aucun mot assez significatif pour la recherche"
 msgstr ""
 
@@ -12363,66 +12465,77 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:163
 ../../library/Class/AdminVar.php:164
 #: ../../library/Class/AdminVar.php:161 ../../library/Class/AdminVar.php:180
 #: ../../library/Class/AdminVar.php:182 ../../library/Class/AdminVar.php:174
+#: ../../library/Class/AdminVar.php:171
 msgid "ID client Jamendo"
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:164
 ../../library/Class/AdminVar.php:165
 #: ../../library/Class/AdminVar.php:162 ../../library/Class/AdminVar.php:181
 #: ../../library/Class/AdminVar.php:183 ../../library/Class/AdminVar.php:175
+#: ../../library/Class/AdminVar.php:172
 msgid "ID client SoundCloud"
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:166
 ../../library/Class/AdminVar.php:167
 #: ../../library/Class/AdminVar.php:164 ../../library/Class/AdminVar.php:183
 #: ../../library/Class/AdminVar.php:185 ../../library/Class/AdminVar.php:177
+#: ../../library/Class/AdminVar.php:174
 msgid "Clé de sécurité Vodeclic"
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:167
 ../../library/Class/AdminVar.php:168
 #: ../../library/Class/AdminVar.php:165 ../../library/Class/AdminVar.php:184
 #: ../../library/Class/AdminVar.php:186 ../../library/Class/AdminVar.php:178
+#: ../../library/Class/AdminVar.php:175
 msgid "Identifiant partenaire Vodeclic"
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:168
 ../../library/Class/AdminVar.php:169
 #: ../../library/Class/AdminVar.php:166 ../../library/Class/AdminVar.php:185
 #: ../../library/Class/AdminVar.php:187 ../../library/Class/AdminVar.php:179
+#: ../../library/Class/AdminVar.php:176
 msgid "Identifiant code bibliothèque Vodeclic"
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:170
 ../../library/Class/AdminVar.php:171
 #: ../../library/Class/AdminVar.php:168 ../../library/Class/AdminVar.php:187
 #: ../../library/Class/AdminVar.php:189 ../../library/Class/AdminVar.php:181
+#: ../../library/Class/AdminVar.php:178
 msgid "Activation du PNB Dilicom"
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:171
 ../../library/Class/AdminVar.php:172
 #: ../../library/Class/AdminVar.php:169 ../../library/Class/AdminVar.php:188
 #: ../../library/Class/AdminVar.php:190 ../../library/Class/AdminVar.php:182
+#: ../../library/Class/AdminVar.php:179
 msgid "Gln de la collectivité, il est fourni par Dilicom."
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:172
 ../../library/Class/AdminVar.php:173
 #: ../../library/Class/AdminVar.php:170 ../../library/Class/AdminVar.php:189
 #: ../../library/Class/AdminVar.php:191 ../../library/Class/AdminVar.php:183
+#: ../../library/Class/AdminVar.php:180
 msgid "Mot de passe de la collectivité, il est fourni par Dilicom."
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:173
 ../../library/Class/AdminVar.php:174
 #: ../../library/Class/AdminVar.php:171 ../../library/Class/AdminVar.php:190
 #: ../../library/Class/AdminVar.php:192 ../../library/Class/AdminVar.php:184
+#: ../../library/Class/AdminVar.php:181
 msgid "Contracteur du PNB Dilicom"
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:174
 ../../library/Class/AdminVar.php:175
 #: ../../library/Class/AdminVar.php:172 ../../library/Class/AdminVar.php:191
 #: ../../library/Class/AdminVar.php:193 ../../library/Class/AdminVar.php:185
+#: ../../library/Class/AdminVar.php:182
 msgid "Url du serveur PNB Dilicom"
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:175
 ../../library/Class/AdminVar.php:176
 #: ../../library/Class/AdminVar.php:173 ../../library/Class/AdminVar.php:192
 #: ../../library/Class/AdminVar.php:194 ../../library/Class/AdminVar.php:186
+#: ../../library/Class/AdminVar.php:183
 msgid ""
 "Liste des adresses IP publiques autorisées pour la consultation des documents"
 msgstr ""
@@ -12430,36 +12543,42 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:177
 ../../library/Class/AdminVar.php:178
 #: ../../library/Class/AdminVar.php:175 ../../library/Class/AdminVar.php:194
 #: ../../library/Class/AdminVar.php:196 ../../library/Class/AdminVar.php:188
+#: ../../library/Class/AdminVar.php:185
 msgid "Serveur FTP de diffusion des offres PNB Dilicom"
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:178
 ../../library/Class/AdminVar.php:179
 #: ../../library/Class/AdminVar.php:176 ../../library/Class/AdminVar.php:195
 #: ../../library/Class/AdminVar.php:197 ../../library/Class/AdminVar.php:189
+#: ../../library/Class/AdminVar.php:186
 msgid "Utilisateur FTP de diffusion des offres PNB Dilicom"
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:179
 ../../library/Class/AdminVar.php:180
 #: ../../library/Class/AdminVar.php:177 ../../library/Class/AdminVar.php:196
 #: ../../library/Class/AdminVar.php:198 ../../library/Class/AdminVar.php:190
+#: ../../library/Class/AdminVar.php:187
 msgid "Mot de passe FTP de diffusion des offres PNB Dilicom"
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:180
 ../../library/Class/AdminVar.php:181
 #: ../../library/Class/AdminVar.php:178 ../../library/Class/AdminVar.php:197
 #: ../../library/Class/AdminVar.php:199 ../../library/Class/AdminVar.php:191
+#: ../../library/Class/AdminVar.php:188
 msgid "Durée maximale (en jours) d'un prêt PNB Dilicom"
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:181
 ../../library/Class/AdminVar.php:182
 #: ../../library/Class/AdminVar.php:179 ../../library/Class/AdminVar.php:198
 #: ../../library/Class/AdminVar.php:200 ../../library/Class/AdminVar.php:192
+#: ../../library/Class/AdminVar.php:189
 msgid "Nombre de prêts simultanés maximum pour un livre PNB Dilicom"
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:182
 ../../library/Class/AdminVar.php:183
 #: ../../library/Class/AdminVar.php:180 ../../library/Class/AdminVar.php:199
 #: ../../library/Class/AdminVar.php:201 ../../library/Class/AdminVar.php:193
+#: ../../library/Class/AdminVar.php:190
 msgid ""
 "Nombre de prêts simultanés maximum pour un abonné PNB Dilicom (par défaut 3)"
 msgstr ""
@@ -12467,12 +12586,14 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:183
 ../../library/Class/AdminVar.php:184
 #: ../../library/Class/AdminVar.php:181 ../../library/Class/AdminVar.php:200
 #: ../../library/Class/AdminVar.php:202 ../../library/Class/AdminVar.php:194
+#: ../../library/Class/AdminVar.php:191
 msgid "Message d'avertissement affiché sur la popup d'emprunt"
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:184
 ../../library/Class/AdminVar.php:185
 #: ../../library/Class/AdminVar.php:182 ../../library/Class/AdminVar.php:201
 #: ../../library/Class/AdminVar.php:203 ../../library/Class/AdminVar.php:195
+#: ../../library/Class/AdminVar.php:192
 msgid ""
 "Votre compte sera mis à jour dans un délai de 15 minutes après le retour "
 "anticipé du document."
@@ -12481,6 +12602,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:185
 ../../library/Class/AdminVar.php:186
 #: ../../library/Class/AdminVar.php:183 ../../library/Class/AdminVar.php:202
 #: ../../library/Class/AdminVar.php:204 ../../library/Class/AdminVar.php:196
+#: ../../library/Class/AdminVar.php:193
 msgid ""
 "Clé d'identification MyCOW.EU pour le portail. Cette clé doit être fournie "
 "par MyCOW.EU. Elle active la ressource numérique dans le portail."
@@ -12489,60 +12611,70 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:187
 ../../library/Class/AdminVar.php:188
 #: ../../library/Class/AdminVar.php:185 ../../library/Class/AdminVar.php:204
 #: ../../library/Class/AdminVar.php:206 ../../library/Class/AdminVar.php:198
+#: ../../library/Class/AdminVar.php:195
 msgid "Adresse du serveur OAI 1D touch"
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:188
 ../../library/Class/AdminVar.php:189
 #: ../../library/Class/AdminVar.php:186 ../../library/Class/AdminVar.php:205
 #: ../../library/Class/AdminVar.php:207 ../../library/Class/AdminVar.php:199
+#: ../../library/Class/AdminVar.php:196
 msgid "Type de SSO OneDTouch"
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:192
 ../../library/Class/AdminVar.php:193
 #: ../../library/Class/AdminVar.php:190 ../../library/Class/AdminVar.php:209
 #: ../../library/Class/AdminVar.php:211 ../../library/Class/AdminVar.php:203
+#: ../../library/Class/AdminVar.php:200
 msgid "Identifiant du portail chez 1D touch"
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:193
 ../../library/Class/AdminVar.php:194
 #: ../../library/Class/AdminVar.php:191 ../../library/Class/AdminVar.php:210
 #: ../../library/Class/AdminVar.php:212 ../../library/Class/AdminVar.php:204
+#: ../../library/Class/AdminVar.php:201
 msgid "Adresse du serveur OAI Cité de la Musique"
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:194
 ../../library/Class/AdminVar.php:195
 #: ../../library/Class/AdminVar.php:192 ../../library/Class/AdminVar.php:211
 #: ../../library/Class/AdminVar.php:213 ../../library/Class/AdminVar.php:205
+#: ../../library/Class/AdminVar.php:202
 msgid "Identifiant d'accès au serveur OAI Cité de la Musique"
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:195
 ../../library/Class/AdminVar.php:196
 #: ../../library/Class/AdminVar.php:193 ../../library/Class/AdminVar.php:212
 #: ../../library/Class/AdminVar.php:214 ../../library/Class/AdminVar.php:206
+#: ../../library/Class/AdminVar.php:203
 msgid "Sets du serveur OAI Cité de la Musique à moissonner"
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:197
 ../../library/Class/AdminVar.php:198
 #: ../../library/Class/AdminVar.php:195 ../../library/Class/AdminVar.php:214
 #: ../../library/Class/AdminVar.php:216 ../../library/Class/AdminVar.php:208
+#: ../../library/Class/AdminVar.php:205
 msgid "Adresse du serveur Orphea"
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:198
 ../../library/Class/AdminVar.php:199
 #: ../../library/Class/AdminVar.php:196 ../../library/Class/AdminVar.php:215
 #: ../../library/Class/AdminVar.php:217 ../../library/Class/AdminVar.php:209
+#: ../../library/Class/AdminVar.php:206
 msgid "Nom de l'utilisateur Orphea"
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:199
 ../../library/Class/AdminVar.php:200
 #: ../../library/Class/AdminVar.php:197 ../../library/Class/AdminVar.php:216
 #: ../../library/Class/AdminVar.php:218 ../../library/Class/AdminVar.php:210
+#: ../../library/Class/AdminVar.php:207
 msgid "Mot de passe de l'utilisateur Orphea"
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:200
 ../../library/Class/AdminVar.php:201
 #: ../../library/Class/AdminVar.php:198 ../../library/Class/AdminVar.php:217
 #: ../../library/Class/AdminVar.php:219 ../../library/Class/AdminVar.php:211
+#: ../../library/Class/AdminVar.php:208
 msgid ""
 "Paramètre permettant de choisir la langue des des ressources. La liste des "
 "codes disponibles se trouve à cette adresse http://help.orphea.com/43/"
@@ -12552,6 +12684,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:202
 ../../library/Class/AdminVar.php:203
 #: ../../library/Class/AdminVar.php:200 ../../library/Class/AdminVar.php:219
 #: ../../library/Class/AdminVar.php:221 ../../library/Class/AdminVar.php:213
+#: ../../library/Class/AdminVar.php:210
 msgid "Activation de la ressource numérique PlanetNemo"
 msgstr ""
 
@@ -12564,21 +12697,21 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:206
 ../../library/Class/AdminVar.php:207
 #: ../../library/Class/AdminVar.php:204 ../../library/Class/AdminVar.php:223
 #: ../../library/Class/AdminVar.php:225 ../../library/Class/AdminVar.php:217
-#: ../../library/Class/AdminVar.php:215
+#: ../../library/Class/AdminVar.php:215 ../../library/Class/AdminVar.php:212
 msgid "Domaine utilisée par le serveur lectura pour authentification"
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:208
 ../../library/Class/AdminVar.php:209
 #: ../../library/Class/AdminVar.php:206 ../../library/Class/AdminVar.php:225
 #: ../../library/Class/AdminVar.php:227 ../../library/Class/AdminVar.php:219
-#: ../../library/Class/AdminVar.php:217
+#: ../../library/Class/AdminVar.php:217 ../../library/Class/AdminVar.php:214
 msgid "Version de Kidilangues."
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:211
 ../../library/Class/AdminVar.php:212
 #: ../../library/Class/AdminVar.php:209 ../../library/Class/AdminVar.php:228
 #: ../../library/Class/AdminVar.php:230 ../../library/Class/AdminVar.php:222
-#: ../../library/Class/AdminVar.php:220
+#: ../../library/Class/AdminVar.php:220 ../../library/Class/AdminVar.php:217
 msgid ""
 "Clé d'encodage Kidilangues pour le portail. Cette clé doit être fournie par "
 "Kidilangues."
@@ -12587,7 +12720,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:212
 ../../library/Class/AdminVar.php:213
 #: ../../library/Class/AdminVar.php:210 ../../library/Class/AdminVar.php:229
 #: ../../library/Class/AdminVar.php:231 ../../library/Class/AdminVar.php:223
-#: ../../library/Class/AdminVar.php:221
+#: ../../library/Class/AdminVar.php:221 ../../library/Class/AdminVar.php:218
 msgid ""
 "Clé d'identification Kidilangues pour le portail. Cette clé doit être "
 "fournie par Kidilangues."
@@ -12596,21 +12729,21 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:213
 ../../library/Class/AdminVar.php:214
 #: ../../library/Class/AdminVar.php:211 ../../library/Class/AdminVar.php:230
 #: ../../library/Class/AdminVar.php:232 ../../library/Class/AdminVar.php:224
-#: ../../library/Class/AdminVar.php:222
+#: ../../library/Class/AdminVar.php:222 ../../library/Class/AdminVar.php:219
 msgid "Login du portail fourni par Kidilangues."
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:214
 ../../library/Class/AdminVar.php:215
 #: ../../library/Class/AdminVar.php:212 ../../library/Class/AdminVar.php:231
 #: ../../library/Class/AdminVar.php:233 ../../library/Class/AdminVar.php:225
-#: ../../library/Class/AdminVar.php:223
+#: ../../library/Class/AdminVar.php:223 ../../library/Class/AdminVar.php:220
 msgid "Password du portail fourni par Kidilangues."
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:216
 ../../library/Class/AdminVar.php:217
 #: ../../library/Class/AdminVar.php:214 ../../library/Class/AdminVar.php:233
 #: ../../library/Class/AdminVar.php:235 ../../library/Class/AdminVar.php:227
-#: ../../library/Class/AdminVar.php:225
+#: ../../library/Class/AdminVar.php:225 ../../library/Class/AdminVar.php:222
 msgid ""
 "Clé d'identification Premier-Chapitre de la bibliothèque. Cette clé doit "
 "être fournie par Premier-Chapitre."
@@ -12619,21 +12752,21 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:217
 ../../library/Class/AdminVar.php:218
 #: ../../library/Class/AdminVar.php:215 ../../library/Class/AdminVar.php:234
 #: ../../library/Class/AdminVar.php:236 ../../library/Class/AdminVar.php:228
-#: ../../library/Class/AdminVar.php:226
+#: ../../library/Class/AdminVar.php:226 ../../library/Class/AdminVar.php:223
 msgid "Login du portail fourni par Premier-Chapitre."
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:218
 ../../library/Class/AdminVar.php:219
 #: ../../library/Class/AdminVar.php:216 ../../library/Class/AdminVar.php:235
 #: ../../library/Class/AdminVar.php:237 ../../library/Class/AdminVar.php:229
-#: ../../library/Class/AdminVar.php:227
+#: ../../library/Class/AdminVar.php:227 ../../library/Class/AdminVar.php:224
 msgid "Password du portail fourni par Premier-Chapitre"
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:224
 ../../library/Class/AdminVar.php:225
 #: ../../library/Class/AdminVar.php:222 ../../library/Class/AdminVar.php:241
 #: ../../library/Class/AdminVar.php:243 ../../library/Class/AdminVar.php:235
-#: ../../library/Class/AdminVar.php:233
+#: ../../library/Class/AdminVar.php:233 ../../library/Class/AdminVar.php:230
 msgid ""
 "Prévenir l'utilisateur xx jour(s) avant l'expiration de son abonnement (par "
 "défaut 30 jours)."
@@ -12642,14 +12775,14 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:225
 ../../library/Class/AdminVar.php:226
 #: ../../library/Class/AdminVar.php:223 ../../library/Class/AdminVar.php:242
 #: ../../library/Class/AdminVar.php:244 ../../library/Class/AdminVar.php:236
-#: ../../library/Class/AdminVar.php:234
+#: ../../library/Class/AdminVar.php:234 ../../library/Class/AdminVar.php:231
 msgid "Désactivation des suggestions d'achats"
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:226
 ../../library/Class/AdminVar.php:227
 #: ../../library/Class/AdminVar.php:224 ../../library/Class/AdminVar.php:243
 #: ../../library/Class/AdminVar.php:245 ../../library/Class/AdminVar.php:237
-#: ../../library/Class/AdminVar.php:235
+#: ../../library/Class/AdminVar.php:235 ../../library/Class/AdminVar.php:232
 msgid ""
 "Les utilisateurs peuvent sélectionner des bibliothèques favorites pour leurs "
 "recherche"
@@ -12659,7 +12792,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:229 ../../library/Class/AdminVar.php:231
 #: ../../library/Class/AdminVar.php:250 ../../library/Class/AdminVar.php:252
 #: ../../library/Class/AdminVar.php:244 ../../library/Class/AdminVar.php:247
-#: ../../library/Class/AdminVar.php:245
+#: ../../library/Class/AdminVar.php:245 ../../library/Class/AdminVar.php:242
 msgid "Url du serveur redmine"
 msgstr ""
 
@@ -12667,7 +12800,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:230 ../../library/Class/AdminVar.php:232
 #: ../../library/Class/AdminVar.php:251 ../../library/Class/AdminVar.php:253
 #: ../../library/Class/AdminVar.php:245 ../../library/Class/AdminVar.php:248
-#: ../../library/Class/AdminVar.php:246
+#: ../../library/Class/AdminVar.php:246 ../../library/Class/AdminVar.php:243
 msgid "Url du proxy Redmine"
 msgstr ""
 
@@ -12675,7 +12808,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:231 ../../library/Class/AdminVar.php:233
 #: ../../library/Class/AdminVar.php:252 ../../library/Class/AdminVar.php:254
 #: ../../library/Class/AdminVar.php:246 ../../library/Class/AdminVar.php:249
-#: ../../library/Class/AdminVar.php:247
+#: ../../library/Class/AdminVar.php:247 ../../library/Class/AdminVar.php:244
 msgid "Identifiant du project Redmine"
 msgstr ""
 
@@ -12683,7 +12816,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:236 ../../library/Class/AdminVar.php:238
 #: ../../library/Class/AdminVar.php:257 ../../library/Class/AdminVar.php:259
 #: ../../library/Class/AdminVar.php:251 ../../library/Class/AdminVar.php:254
-#: ../../library/Class/AdminVar.php:252
+#: ../../library/Class/AdminVar.php:252 ../../library/Class/AdminVar.php:249
 msgid "Position de la pagination en résultat de recherche"
 msgstr ""
 
@@ -12697,6 +12830,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:252
 #: ../../library/ZendAfi/Form/Configuration/SearchResult.php:152
 #: ../../library/Class/AdminVar.php:255 ../../library/Class/AdminVar.php:253
+#: ../../library/Class/AdminVar.php:250
 msgid "Position"
 msgstr ""
 
@@ -12704,7 +12838,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:239 ../../library/Class/AdminVar.php:241
 #: ../../library/Class/AdminVar.php:260 ../../library/Class/AdminVar.php:262
 #: ../../library/Class/AdminVar.php:254 ../../library/Class/AdminVar.php:257
-#: ../../library/Class/AdminVar.php:255
+#: ../../library/Class/AdminVar.php:255 ../../library/Class/AdminVar.php:252
 msgid ""
 "Etendre automatiquement le résultat de recherche en rajoutant des \"OU\" "
 "entre les mots saisis"
@@ -12714,7 +12848,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:240 ../../library/Class/AdminVar.php:242
 #: ../../library/Class/AdminVar.php:261 ../../library/Class/AdminVar.php:263
 #: ../../library/Class/AdminVar.php:255 ../../library/Class/AdminVar.php:258
-#: ../../library/Class/AdminVar.php:256
+#: ../../library/Class/AdminVar.php:256 ../../library/Class/AdminVar.php:253
 msgid ""
 "Activation de la disponibilite dans le resultat de recherche au survol de la "
 "couverture du document, calculé en temps réel."
@@ -12724,7 +12858,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:241 ../../library/Class/AdminVar.php:243
 #: ../../library/Class/AdminVar.php:262 ../../library/Class/AdminVar.php:264
 #: ../../library/Class/AdminVar.php:256 ../../library/Class/AdminVar.php:259
-#: ../../library/Class/AdminVar.php:257
+#: ../../library/Class/AdminVar.php:257 ../../library/Class/AdminVar.php:254
 msgid ""
 "Activation de la disponibilite dans le resultat de recherche. Calculé grâce "
 "à la facette \"En rayon\"."
@@ -12734,7 +12868,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:242 ../../library/Class/AdminVar.php:244
 #: ../../library/Class/AdminVar.php:263 ../../library/Class/AdminVar.php:265
 #: ../../library/Class/AdminVar.php:257 ../../library/Class/AdminVar.php:260
-#: ../../library/Class/AdminVar.php:258
+#: ../../library/Class/AdminVar.php:258 ../../library/Class/AdminVar.php:255
 #, php-format
 msgid ""
 "Liste des sites de recherche élargie (la chaine '%s' dans l'url sera "
@@ -12745,7 +12879,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:243 ../../library/Class/AdminVar.php:245
 #: ../../library/Class/AdminVar.php:264 ../../library/Class/AdminVar.php:266
 #: ../../library/Class/AdminVar.php:258 ../../library/Class/AdminVar.php:261
-#: ../../library/Class/AdminVar.php:259
+#: ../../library/Class/AdminVar.php:259 ../../library/Class/AdminVar.php:256
 msgid "Nom du site"
 msgstr ""
 
@@ -12753,7 +12887,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:244 ../../library/Class/AdminVar.php:246
 #: ../../library/Class/AdminVar.php:265 ../../library/Class/AdminVar.php:267
 #: ../../library/Class/AdminVar.php:259 ../../library/Class/AdminVar.php:262
-#: ../../library/Class/AdminVar.php:260
+#: ../../library/Class/AdminVar.php:260 ../../library/Class/AdminVar.php:257
 msgid "Url de recherche"
 msgstr ""
 
@@ -12761,7 +12895,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:245 ../../library/Class/AdminVar.php:247
 #: ../../library/Class/AdminVar.php:266 ../../library/Class/AdminVar.php:268
 #: ../../library/Class/AdminVar.php:260 ../../library/Class/AdminVar.php:263
-#: ../../library/Class/AdminVar.php:261
+#: ../../library/Class/AdminVar.php:261 ../../library/Class/AdminVar.php:258
 msgid "Nom de domaine principal de l'OPAC, ex: monopac.macommune.fr"
 msgstr ""
 
@@ -12770,6 +12904,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:271 ../../library/Class/AdminVar.php:273
 #: ../../library/Class/AdminVar.php:275 ../../library/Class/AdminVar.php:267
 #: ../../library/Class/AdminVar.php:270 ../../library/Class/AdminVar.php:268
+#: ../../library/Class/AdminVar.php:265
 msgid ""
 "Le gestionnaire de contenu affiche les articles sous forme de liste paginée "
 "au lieu de d'une arborescence. Cet affichage est adapté lorsque le nombre "
@@ -12781,6 +12916,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:272 ../../library/Class/AdminVar.php:274
 #: ../../library/Class/AdminVar.php:276 ../../library/Class/AdminVar.php:268
 #: ../../library/Class/AdminVar.php:271 ../../library/Class/AdminVar.php:269
+#: ../../library/Class/AdminVar.php:266
 msgid "Nombre maximum d'articles  en sélection multiple"
 msgstr ""
 
@@ -12789,6 +12925,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:274 ../../library/Class/AdminVar.php:276
 #: ../../library/Class/AdminVar.php:278 ../../library/Class/AdminVar.php:270
 #: ../../library/Class/AdminVar.php:273 ../../library/Class/AdminVar.php:271
+#: ../../library/Class/AdminVar.php:268
 msgid "Activation des formulaires"
 msgstr ""
 
@@ -12797,6 +12934,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:284 ../../library/Class/AdminVar.php:286
 #: ../../library/Class/AdminVar.php:288 ../../library/Class/AdminVar.php:280
 #: ../../library/Class/AdminVar.php:283 ../../library/Class/AdminVar.php:281
+#: ../../library/Class/AdminVar.php:278
 msgid ""
 "Contenu de l'email de notification d'article en attente de validation. "
 "Termes substitués: TITRE_ARTICLE, URL_ARTICLE, AUTHOR_ARTICLE, "
@@ -12808,6 +12946,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:285 ../../library/Class/AdminVar.php:287
 #: ../../library/Class/AdminVar.php:289 ../../library/Class/AdminVar.php:281
 #: ../../library/Class/AdminVar.php:284 ../../library/Class/AdminVar.php:282
+#: ../../library/Class/AdminVar.php:279
 msgid ""
 "Contenu de l'email de notification de refus d'un article à valider. Termes "
 "substitués: TITRE_ARTICLE, URL_ARTICLE, AUTHOR_ARTICLE, SAVED_BY_ARTICLE"
@@ -12818,6 +12957,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:286 ../../library/Class/AdminVar.php:288
 #: ../../library/Class/AdminVar.php:290 ../../library/Class/AdminVar.php:282
 #: ../../library/Class/AdminVar.php:285 ../../library/Class/AdminVar.php:283
+#: ../../library/Class/AdminVar.php:280
 msgid ""
 "Contenu de l'email de notification de validation d'un article. Termes "
 "substitués: TITRE_ARTICLE, URL_ARTICLE, AUTHOR_ARTICLE, SAVED_BY_ARTICLE"
@@ -12828,6 +12968,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:294 ../../library/Class/AdminVar.php:296
 #: ../../library/Class/AdminVar.php:298 ../../library/Class/AdminVar.php:290
 #: ../../library/Class/AdminVar.php:293 ../../library/Class/AdminVar.php:291
+#: ../../library/Class/AdminVar.php:288
 msgid ""
 "Profil de la page de désinscription<br/>Par défaut : page d'accueil du "
 "portail"
@@ -12838,6 +12979,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:297 ../../library/Class/AdminVar.php:299
 #: ../../library/Class/AdminVar.php:301 ../../library/Class/AdminVar.php:293
 #: ../../library/Class/AdminVar.php:296 ../../library/Class/AdminVar.php:294
+#: ../../library/Class/AdminVar.php:291
 msgid ""
 "Texte de désinscription version texte<br/>Le lien est inséré à la place de "
 "{{URL}}<br/>Par défaut : Lien pour se désinscrire de cette lettre "
@@ -12849,6 +12991,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:298 ../../library/Class/AdminVar.php:300
 #: ../../library/Class/AdminVar.php:302 ../../library/Class/AdminVar.php:294
 #: ../../library/Class/AdminVar.php:297 ../../library/Class/AdminVar.php:295
+#: ../../library/Class/AdminVar.php:292
 msgid "Lien pour se désinscrire de cette lettre d'information : {{URL}}"
 msgstr ""
 
@@ -12857,6 +13000,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:299 ../../library/Class/AdminVar.php:301
 #: ../../library/Class/AdminVar.php:303 ../../library/Class/AdminVar.php:295
 #: ../../library/Class/AdminVar.php:298 ../../library/Class/AdminVar.php:296
+#: ../../library/Class/AdminVar.php:293
 msgid ""
 "Texte de désinscription version HTML<br/>Le lien de désinscription est "
 "appliqué sur tout ce texte<br/>Par défaut : Je ne veux plus recevoir cette "
@@ -12868,6 +13012,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:300 ../../library/Class/AdminVar.php:302
 #: ../../library/Class/AdminVar.php:304 ../../library/Class/AdminVar.php:296
 #: ../../library/Class/AdminVar.php:299 ../../library/Class/AdminVar.php:297
+#: ../../library/Class/AdminVar.php:294
 msgid "Je ne veux plus recevoir cette lettre d'information"
 msgstr ""
 
@@ -12875,7 +13020,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:286 ../../library/Class/AdminVar.php:288
 #: ../../library/Class/AdminVar.php:307 ../../library/Class/AdminVar.php:309
 #: ../../library/Class/AdminVar.php:312 ../../library/Class/AdminVar.php:304
-#: ../../library/Class/AdminVar.php:305
+#: ../../library/Class/AdminVar.php:305 ../../library/Class/AdminVar.php:302
 msgid ""
 "Forcer l'accès au site par le protocole HTTPS. Nécessite l'installation et "
 "la configuration appropriée du serveur Web"
@@ -12885,7 +13030,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:287 ../../library/Class/AdminVar.php:293
 #: ../../library/Class/AdminVar.php:312 ../../library/Class/AdminVar.php:314
 #: ../../library/Class/AdminVar.php:317 ../../library/Class/AdminVar.php:309
-#: ../../library/Class/AdminVar.php:310
+#: ../../library/Class/AdminVar.php:310 ../../library/Class/AdminVar.php:307
 msgid "Nombre d'avis maximum à afficher par utilisateur."
 msgstr ""
 
@@ -12893,7 +13038,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:288 ../../library/Class/AdminVar.php:294
 #: ../../library/Class/AdminVar.php:313 ../../library/Class/AdminVar.php:315
 #: ../../library/Class/AdminVar.php:318 ../../library/Class/AdminVar.php:310
-#: ../../library/Class/AdminVar.php:311
+#: ../../library/Class/AdminVar.php:311 ../../library/Class/AdminVar.php:308
 msgid ""
 "Clef d'activation pour le plan d'accès google map. <a target=\"_blank\" href="
 "\"http://code.google.com/apis/maps/signup.html\">Obtenir la clé google map</"
@@ -12904,7 +13049,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:289 ../../library/Class/AdminVar.php:295
 #: ../../library/Class/AdminVar.php:314 ../../library/Class/AdminVar.php:316
 #: ../../library/Class/AdminVar.php:319 ../../library/Class/AdminVar.php:311
-#: ../../library/Class/AdminVar.php:312
+#: ../../library/Class/AdminVar.php:312 ../../library/Class/AdminVar.php:309
 msgid "Texte visible par l'internaute après son inscription."
 msgstr ""
 
@@ -12912,7 +13057,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:290 ../../library/Class/AdminVar.php:296
 #: ../../library/Class/AdminVar.php:315 ../../library/Class/AdminVar.php:317
 #: ../../library/Class/AdminVar.php:320 ../../library/Class/AdminVar.php:312
-#: ../../library/Class/AdminVar.php:313
+#: ../../library/Class/AdminVar.php:313 ../../library/Class/AdminVar.php:310
 msgid "Texte visible après l'envoi d'e-mail de demande de réservation."
 msgstr ""
 
@@ -12920,7 +13065,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:291 ../../library/Class/AdminVar.php:297
 #: ../../library/Class/AdminVar.php:316 ../../library/Class/AdminVar.php:318
 #: ../../library/Class/AdminVar.php:321 ../../library/Class/AdminVar.php:313
-#: ../../library/Class/AdminVar.php:314
+#: ../../library/Class/AdminVar.php:314 ../../library/Class/AdminVar.php:311
 msgid "Désactiver pour passer le site en maintenance"
 msgstr ""
 
@@ -12928,7 +13073,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:292 ../../library/Class/AdminVar.php:298
 #: ../../library/Class/AdminVar.php:317 ../../library/Class/AdminVar.php:319
 #: ../../library/Class/AdminVar.php:322 ../../library/Class/AdminVar.php:314
-#: ../../library/Class/AdminVar.php:315
+#: ../../library/Class/AdminVar.php:315 ../../library/Class/AdminVar.php:312
 msgid "Nom de la bibliothèque chez bibliosurf (en minuscules)"
 msgstr ""
 
@@ -12936,7 +13081,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:293 ../../library/Class/AdminVar.php:299
 #: ../../library/Class/AdminVar.php:318 ../../library/Class/AdminVar.php:320
 #: ../../library/Class/AdminVar.php:323 ../../library/Class/AdminVar.php:315
-#: ../../library/Class/AdminVar.php:316
+#: ../../library/Class/AdminVar.php:316 ../../library/Class/AdminVar.php:313
 msgid ""
 "Numéro de client Read Speaker <a target=\"_blank\" href=\"http://webreader."
 "readspeaker.com\">http://webreader.readspeaker.com</a>"
@@ -12946,7 +13091,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:294 ../../library/Class/AdminVar.php:300
 #: ../../library/Class/AdminVar.php:319 ../../library/Class/AdminVar.php:321
 #: ../../library/Class/AdminVar.php:324 ../../library/Class/AdminVar.php:316
-#: ../../library/Class/AdminVar.php:317
+#: ../../library/Class/AdminVar.php:317 ../../library/Class/AdminVar.php:314
 msgid ""
 "Clé API Bluga Webthumb <a target=\"_blank\" href=\"http://webthumb.bluga.net/"
 "home\">http://webthumb.bluga.net/home</a>"
@@ -12956,7 +13101,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:295 ../../library/Class/AdminVar.php:301
 #: ../../library/Class/AdminVar.php:320 ../../library/Class/AdminVar.php:322
 #: ../../library/Class/AdminVar.php:325 ../../library/Class/AdminVar.php:317
-#: ../../library/Class/AdminVar.php:318
+#: ../../library/Class/AdminVar.php:318 ../../library/Class/AdminVar.php:315
 msgid "Texte d'aide affiché dans la fiche abonné"
 msgstr ""
 
@@ -12964,7 +13109,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:296 ../../library/Class/AdminVar.php:302
 #: ../../library/Class/AdminVar.php:321 ../../library/Class/AdminVar.php:323
 #: ../../library/Class/AdminVar.php:326 ../../library/Class/AdminVar.php:318
-#: ../../library/Class/AdminVar.php:319
+#: ../../library/Class/AdminVar.php:319 ../../library/Class/AdminVar.php:316
 msgid ""
 "Supprime l'affichage du lien d'enregistrement dans les différents "
 "formulaires de connexion et interdit l'enregistrement d'utilisateurs"
@@ -12974,7 +13119,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:297 ../../library/Class/AdminVar.php:303
 #: ../../library/Class/AdminVar.php:322 ../../library/Class/AdminVar.php:324
 #: ../../library/Class/AdminVar.php:327 ../../library/Class/AdminVar.php:319
-#: ../../library/Class/AdminVar.php:320
+#: ../../library/Class/AdminVar.php:320 ../../library/Class/AdminVar.php:317
 msgid ""
 "Liste des codes langue utilisées en plus du français séparées par des ;. "
 "Exemple: en;ro;es"
@@ -12984,7 +13129,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:301 ../../library/Class/AdminVar.php:307
 #: ../../library/Class/AdminVar.php:326 ../../library/Class/AdminVar.php:328
 #: ../../library/Class/AdminVar.php:331 ../../library/Class/AdminVar.php:323
-#: ../../library/Class/AdminVar.php:324
+#: ../../library/Class/AdminVar.php:324 ../../library/Class/AdminVar.php:321
 msgid "Date du dernier vidage manuel du cache"
 msgstr ""
 
@@ -12992,7 +13137,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:303 ../../library/Class/AdminVar.php:309
 #: ../../library/Class/AdminVar.php:328 ../../library/Class/AdminVar.php:330
 #: ../../library/Class/AdminVar.php:333 ../../library/Class/AdminVar.php:325
-#: ../../library/Class/AdminVar.php:326
+#: ../../library/Class/AdminVar.php:326 ../../library/Class/AdminVar.php:323
 msgid "Activer ou désactiver le module d'activité"
 msgstr ""
 
@@ -13000,7 +13145,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:305 ../../library/Class/AdminVar.php:311
 #: ../../library/Class/AdminVar.php:330 ../../library/Class/AdminVar.php:332
 #: ../../library/Class/AdminVar.php:335 ../../library/Class/AdminVar.php:327
-#: ../../library/Class/AdminVar.php:328
+#: ../../library/Class/AdminVar.php:328 ../../library/Class/AdminVar.php:325
 msgid "URL du javascript Babelthèque à insérer dans l'OPAC"
 msgstr ""
 
@@ -13008,7 +13153,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:306 ../../library/Class/AdminVar.php:312
 #: ../../library/Class/AdminVar.php:331 ../../library/Class/AdminVar.php:333
 #: ../../library/Class/AdminVar.php:336 ../../library/Class/AdminVar.php:328
-#: ../../library/Class/AdminVar.php:329
+#: ../../library/Class/AdminVar.php:329 ../../library/Class/AdminVar.php:326
 msgid "Clé publique pour le cryptage des données AFI-Multimédia"
 msgstr ""
 
@@ -13016,7 +13161,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:308 ../../library/Class/AdminVar.php:314
 #: ../../library/Class/AdminVar.php:333 ../../library/Class/AdminVar.php:335
 #: ../../library/Class/AdminVar.php:338 ../../library/Class/AdminVar.php:330
-#: ../../library/Class/AdminVar.php:331
+#: ../../library/Class/AdminVar.php:331 ../../library/Class/AdminVar.php:328
 msgid "Clé publique pour le cryptage des données Aesis Webkiosk"
 msgstr ""
 
@@ -13024,7 +13169,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:309 ../../library/Class/AdminVar.php:315
 #: ../../library/Class/AdminVar.php:334 ../../library/Class/AdminVar.php:336
 #: ../../library/Class/AdminVar.php:339 ../../library/Class/AdminVar.php:331
-#: ../../library/Class/AdminVar.php:332
+#: ../../library/Class/AdminVar.php:332 ../../library/Class/AdminVar.php:329
 msgid "URL d'accès à l'interface de réservation des postes Aesis Webkiosk"
 msgstr ""
 
@@ -13032,7 +13177,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:311 ../../library/Class/AdminVar.php:317
 #: ../../library/Class/AdminVar.php:336 ../../library/Class/AdminVar.php:338
 #: ../../library/Class/AdminVar.php:341 ../../library/Class/AdminVar.php:333
-#: ../../library/Class/AdminVar.php:334
+#: ../../library/Class/AdminVar.php:334 ../../library/Class/AdminVar.php:331
 msgid "Activation des boîtes dans les menus"
 msgstr ""
 
@@ -13040,7 +13185,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:312 ../../library/Class/AdminVar.php:318
 #: ../../library/Class/AdminVar.php:337 ../../library/Class/AdminVar.php:339
 #: ../../library/Class/AdminVar.php:342 ../../library/Class/AdminVar.php:334
-#: ../../library/Class/AdminVar.php:335
+#: ../../library/Class/AdminVar.php:335 ../../library/Class/AdminVar.php:332
 msgid "Interdire la modification de la fiche abonne"
 msgstr ""
 
@@ -13048,7 +13193,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:314 ../../library/Class/AdminVar.php:320
 #: ../../library/Class/AdminVar.php:339 ../../library/Class/AdminVar.php:341
 #: ../../library/Class/AdminVar.php:344 ../../library/Class/AdminVar.php:336
-#: ../../library/Class/AdminVar.php:337
+#: ../../library/Class/AdminVar.php:337 ../../library/Class/AdminVar.php:334
 msgid "Url d'import d'un agenda TYPO3"
 msgstr ""
 
@@ -13056,7 +13201,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:315 ../../library/Class/AdminVar.php:321
 #: ../../library/Class/AdminVar.php:340 ../../library/Class/AdminVar.php:342
 #: ../../library/Class/AdminVar.php:345 ../../library/Class/AdminVar.php:337
-#: ../../library/Class/AdminVar.php:338
+#: ../../library/Class/AdminVar.php:338 ../../library/Class/AdminVar.php:335
 msgid ""
 "Liste des champs que l'utilisateur peux modifier. <br/>Ex: nom;prenom;pseudo;"
 "adresse;<br/>code_postal;ville;mail;is_contact_mail;<br/>telephone;"
@@ -13067,7 +13212,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:316 ../../library/Class/AdminVar.php:322
 #: ../../library/Class/AdminVar.php:341 ../../library/Class/AdminVar.php:343
 #: ../../library/Class/AdminVar.php:346 ../../library/Class/AdminVar.php:338
-#: ../../library/Class/AdminVar.php:339
+#: ../../library/Class/AdminVar.php:339 ../../library/Class/AdminVar.php:336
 msgid "Libellé pour la PCDM4"
 msgstr ""
 
@@ -13075,7 +13220,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:317 ../../library/Class/AdminVar.php:323
 #: ../../library/Class/AdminVar.php:342 ../../library/Class/AdminVar.php:344
 #: ../../library/Class/AdminVar.php:347 ../../library/Class/AdminVar.php:339
-#: ../../library/Class/AdminVar.php:340
+#: ../../library/Class/AdminVar.php:340 ../../library/Class/AdminVar.php:337
 msgid "Libellé pour la Dewey"
 msgstr ""
 
@@ -13083,7 +13228,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:328 ../../library/Class/AdminVar.php:334
 #: ../../library/Class/AdminVar.php:353 ../../library/Class/AdminVar.php:355
 #: ../../library/Class/AdminVar.php:358 ../../library/Class/AdminVar.php:350
-#: ../../library/Class/AdminVar.php:351
+#: ../../library/Class/AdminVar.php:351 ../../library/Class/AdminVar.php:348
 msgid ""
 "Liste des codes des facettes qui ne sont pas limitées à l'affichage dans le "
 "résultat de recherche<br/>Exemple : T => Type de doc, Y => Annexe, B => "
@@ -13094,7 +13239,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:329 ../../library/Class/AdminVar.php:335
 #: ../../library/Class/AdminVar.php:354 ../../library/Class/AdminVar.php:356
 #: ../../library/Class/AdminVar.php:359 ../../library/Class/AdminVar.php:351
-#: ../../library/Class/AdminVar.php:352
+#: ../../library/Class/AdminVar.php:352 ../../library/Class/AdminVar.php:349
 msgid "Ajouter automatiquement une boîte panier dans la division flottante"
 msgstr ""
 
@@ -13102,7 +13247,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:330 ../../library/Class/AdminVar.php:336
 #: ../../library/Class/AdminVar.php:355 ../../library/Class/AdminVar.php:357
 #: ../../library/Class/AdminVar.php:360 ../../library/Class/AdminVar.php:352
-#: ../../library/Class/AdminVar.php:353
+#: ../../library/Class/AdminVar.php:353 ../../library/Class/AdminVar.php:350
 #, php-format
 msgid "Chemin vers les skins personnalisées, relatif à %s"
 msgstr ""
@@ -13111,7 +13256,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:331 ../../library/Class/AdminVar.php:337
 #: ../../library/Class/AdminVar.php:356 ../../library/Class/AdminVar.php:358
 #: ../../library/Class/AdminVar.php:361 ../../library/Class/AdminVar.php:353
-#: ../../library/Class/AdminVar.php:354
+#: ../../library/Class/AdminVar.php:354 ../../library/Class/AdminVar.php:351
 msgid "Activation de la navigation collaborative"
 msgstr ""
 
@@ -13119,7 +13264,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:332 ../../library/Class/AdminVar.php:338
 #: ../../library/Class/AdminVar.php:357 ../../library/Class/AdminVar.php:359
 #: ../../library/Class/AdminVar.php:362 ../../library/Class/AdminVar.php:354
-#: ../../library/Class/AdminVar.php:355
+#: ../../library/Class/AdminVar.php:355 ../../library/Class/AdminVar.php:352
 msgid "WS KOHA : Reservation d'exemplaires pour les multi sites"
 msgstr ""
 
@@ -13127,7 +13272,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:334 ../../library/Class/AdminVar.php:340
 #: ../../library/Class/AdminVar.php:359 ../../library/Class/AdminVar.php:361
 #: ../../library/Class/AdminVar.php:364 ../../library/Class/AdminVar.php:356
-#: ../../library/Class/AdminVar.php:357
+#: ../../library/Class/AdminVar.php:357 ../../library/Class/AdminVar.php:354
 #, php-format
 msgid ""
 "Remplacement de textes à la volée. <br/>Ex:<br/>Panier;Sélection<br/>Vous "
@@ -13138,7 +13283,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:336 ../../library/Class/AdminVar.php:342
 #: ../../library/Class/AdminVar.php:361 ../../library/Class/AdminVar.php:363
 #: ../../library/Class/AdminVar.php:366 ../../library/Class/AdminVar.php:358
-#: ../../library/Class/AdminVar.php:359
+#: ../../library/Class/AdminVar.php:359 ../../library/Class/AdminVar.php:356
 msgid "Activation des fonctions avancées du téléphone"
 msgstr ""
 
@@ -13146,7 +13291,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:338 ../../library/Class/AdminVar.php:344
 #: ../../library/Class/AdminVar.php:363 ../../library/Class/AdminVar.php:365
 #: ../../library/Class/AdminVar.php:368 ../../library/Class/AdminVar.php:360
-#: ../../library/Class/AdminVar.php:361
+#: ../../library/Class/AdminVar.php:361 ../../library/Class/AdminVar.php:358
 msgid ""
 "Identifiant unique (attention: la modification de cette variable impactera "
 "les outils de suivi de cette installation)"
@@ -13156,7 +13301,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:339 ../../library/Class/AdminVar.php:345
 #: ../../library/Class/AdminVar.php:364 ../../library/Class/AdminVar.php:366
 #: ../../library/Class/AdminVar.php:369 ../../library/Class/AdminVar.php:361
-#: ../../library/Class/AdminVar.php:362
+#: ../../library/Class/AdminVar.php:362 ../../library/Class/AdminVar.php:359
 msgid "URL destinataire du rapport d'état du système (0 pour désactiver)"
 msgstr ""
 
@@ -13164,7 +13309,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:340 ../../library/Class/AdminVar.php:346
 #: ../../library/Class/AdminVar.php:365 ../../library/Class/AdminVar.php:367
 #: ../../library/Class/AdminVar.php:370 ../../library/Class/AdminVar.php:362
-#: ../../library/Class/AdminVar.php:363
+#: ../../library/Class/AdminVar.php:363 ../../library/Class/AdminVar.php:360
 msgid "Liste des tags à ajouter au rapport d'état du système"
 msgstr ""
 
@@ -13344,7 +13489,7 @@ msgstr ""
 
 #: ../../library/Class/Notice.php:698
 ../../library/Class/Notice.php:698
 #: ../../library/Class/Notice.php:701 ../../library/Class/Notice.php:711
-#: ../../library/Class/Notice.php:721
+#: ../../library/Class/Notice.php:721 ../../library/Class/Notice.php:716
 #, php-format
 msgid "Rechercher tous les documents ayant comme %s: %s"
 msgstr ""
@@ -14445,13 +14590,11 @@ msgstr ""
 msgid "Aucune information n'a été trouvée"
 msgstr ""
 
-#: ../../library/Class/NoticeHtml.php:69
-#: ../../library/Class/NoticeHtml.php:69
+#: ../../library/Class/NoticeHtml.php:69
 ../../library/Class/NoticeHtml.php:69
 msgid "Aucun article n'a été trouvé"
 msgstr ""
 
-#: ../../library/Class/NoticeHtml.php:82
-#: ../../library/Class/NoticeHtml.php:82
+#: ../../library/Class/NoticeHtml.php:82
 ../../library/Class/NoticeHtml.php:82
 msgid "Pagination"
 msgstr ""
 
@@ -14642,6 +14785,7 @@ msgstr ""
 
 #: ../../library/Class/Profil/Templates.php:48
 #: ../../library/Class/Profil/Templates.php:48
+#: ../../library/Class/Profil/Templates.php:46
 msgid "Boite par défaut de la division"
 msgstr ""
 
@@ -15520,11 +15664,13 @@ msgstr ""
 #: ../../library/Class/Systeme/Report.php:41
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:124
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:121
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:123
 msgid "Utilisateurs"
 msgstr ""
 
 #: ../../library/Class/Systeme/Report.php:45
 #: ../../library/Class/Systeme/Report.php:45
+#: ../../library/Class/Feature/List.php:458
 msgid "SIGB"
 msgstr ""
 
@@ -15545,6 +15691,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:120
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:40
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Codification/Library.php:33
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:122
 msgid "Bibliothèques"
 msgstr ""
 
@@ -15555,6 +15702,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:142
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:139
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:138
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:140
 msgid "Variables"
 msgstr ""
 
@@ -15661,6 +15809,8 @@ msgstr ""
 #: ../../library/Class/Systeme/ModulesMenu.php:244
 #: ../../library/Class/Systeme/ModulesMenu.php:213
 #: ../../library/Class/Systeme/ModulesMenu.php:243
+#: ../../library/Class/Systeme/ModulesMenu.php:212
+#: ../../library/Class/Systeme/ModulesMenu.php:242
 #, php-format
 msgid "%s%s : %s"
 msgstr ""
@@ -15788,20 +15938,20 @@ msgstr ""
 
 #: ../../library/Class/Album.php:1126
 ../../library/Class/Album.php:1126
 #: ../../library/Class/Album.php:1131 ../../library/Class/Album.php:1133
-#: ../../library/Class/Album.php:1134
+#: ../../library/Class/Album.php:1134 ../../library/Class/Album.php:1125
 #, php-format
 msgid "L'année doit être comprise entre %s et %s"
 msgstr ""
 
 #: ../../library/Class/Album.php:1131
 ../../library/Class/Album.php:1131
 #: ../../library/Class/Album.php:1136 ../../library/Class/Album.php:1138
-#: ../../library/Class/Album.php:1139
+#: ../../library/Class/Album.php:1139 ../../library/Class/Album.php:1130
 msgid "Le titre est obligatoire"
 msgstr ""
 
 #: ../../library/Class/Album.php:1133
 ../../library/Class/Album.php:1133
 #: ../../library/Class/Album.php:1138 ../../library/Class/Album.php:1140
-#: ../../library/Class/Album.php:1141
+#: ../../library/Class/Album.php:1141 ../../library/Class/Album.php:1132
 msgid "L'album doit avoir un type de document"
 msgstr ""
 
@@ -15809,7 +15959,7 @@ msgstr ""
 #: ../../library/Class/Album.php:1604 ../../library/Class/Album.php:1614
 #: ../../library/Class/Album.php:1630 ../../library/Class/Album.php:1631
 #: ../../library/Class/Album.php:1633 ../../library/Class/Album.php:1623
-#: ../../library/Class/Album.php:1626
+#: ../../library/Class/Album.php:1626 ../../library/Class/Album.php:1617
 msgid "Domaine public"
 msgstr ""
 
@@ -16012,8 +16162,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Redmine/Header.php:124
 #: ../../library/ZendAfi/View/Helper/Abonne/Resume.php:77
 #: ../../library/ZendAfi/Form/Admin/ExternalAgenda.php:57
-#: ../../library/Class/ModeleFusion.php:75
-#: ../../library/Class/Ouverture.php:50
+#: ../../library/Class/ModeleFusion.php:75 ../../library/Class/Ouverture.php:50
 #: ../../library/ZendAfi/Form/Album.php:235
 #: ../../library/ZendAfi/Form/Admin/News.php:243
 #: ../../library/ZendAfi/Form/Admin/Library.php:263
@@ -16664,6 +16813,7 @@ msgstr ""
 #: ../../library/Class/Catalogue.php:1200
 #: ../../library/Class/Catalogue.php:1238
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:339
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:344
 msgid "Domaines"
 msgstr ""
 
@@ -16688,7 +16838,7 @@ msgstr ""
 #: ../../library/Class/Users.php:1017
 ../../library/Class/Users.php:1017
 #: ../../library/Class/Users.php:1026 ../../library/Class/Users.php:1005
 #: ../../library/Class/Users.php:1007 ../../library/Class/Users.php:1011
-#: ../../library/Class/Users.php:1022
+#: ../../library/Class/Users.php:1022 ../../library/Class/Users.php:1000
 msgid "Vous devez compléter le champ 'Identifiant'"
 msgstr ""
 
@@ -16697,6 +16847,7 @@ msgstr ""
 #: ../../library/Class/Users.php:1008 ../../library/Class/Users.php:1012
 #: ../../library/Class/Users.php:1066 ../../library/Class/Users.php:1061
 #: ../../library/Class/Users.php:1063 ../../library/Class/Users.php:1051
+#: ../../library/Class/Users.php:1046
 msgid "Vous devez compléter le champ 'Mot de passe'"
 msgstr ""
 
@@ -16704,7 +16855,7 @@ msgstr ""
 #: ../../library/Class/Users.php:1029 ../../library/Class/Users.php:1008
 #: ../../library/Class/Users.php:1010 ../../library/Class/Users.php:1014
 #: ../../library/Class/Users.php:1026 ../../library/Class/Users.php:1021
-#: ../../library/Class/Users.php:1009
+#: ../../library/Class/Users.php:1009 ../../library/Class/Users.php:1004
 msgid "Le champ 'Identifiant' doit être inférieur à 50 caractères"
 msgstr ""
 
@@ -16712,14 +16863,14 @@ msgstr ""
 #: ../../library/Class/Users.php:1033 ../../library/Class/Users.php:1012
 #: ../../library/Class/Users.php:1014 ../../library/Class/Users.php:1018
 #: ../../library/Class/Users.php:1030 ../../library/Class/Users.php:1025
-#: ../../library/Class/Users.php:1013
+#: ../../library/Class/Users.php:1013 ../../library/Class/Users.php:1008
 msgid "L'identifiant que vous avez choisi existe déjà."
 msgstr ""
 
 #: ../../library/Class/Users.php:1028
 ../../library/Class/Users.php:1028
 #: ../../library/Class/Users.php:1037 ../../library/Class/Users.php:1016
 #: ../../library/Class/Users.php:1018 ../../library/Class/Users.php:1022
-#: ../../library/Class/Users.php:1033
+#: ../../library/Class/Users.php:1033 ../../library/Class/Users.php:1011
 msgid "Le champ 'Mot de passe' doit être inférieur à 255 caractères"
 msgstr ""
 
@@ -16728,6 +16879,7 @@ msgstr ""
 #: ../../library/Class/Users.php:1023 ../../library/Class/Users.php:1027
 #: ../../library/Class/Users.php:1037 ../../library/Class/Users.php:1032
 #: ../../library/Class/Users.php:1034 ../../library/Class/Users.php:1022
+#: ../../library/Class/Users.php:1017
 #, php-format
 msgid "La bibliothèque est obligatoire pour le rôle : %s"
 msgstr ""
@@ -16737,6 +16889,7 @@ msgstr ""
 #: ../../library/Class/Users.php:1028 ../../library/Class/Users.php:1032
 #: ../../library/Class/Users.php:1042 ../../library/Class/Users.php:1037
 #: ../../library/Class/Users.php:1039 ../../library/Class/Users.php:1027
+#: ../../library/Class/Users.php:1022
 msgid ""
 "Le numéro de carte est obligatoire pour les abonnés identifiés dans un sigb."
 msgstr ""
@@ -16746,6 +16899,7 @@ msgstr ""
 #: ../../library/Class/Users.php:1031 ../../library/Class/Users.php:1035
 #: ../../library/Class/Users.php:1045 ../../library/Class/Users.php:1040
 #: ../../library/Class/Users.php:1042 ../../library/Class/Users.php:1030
+#: ../../library/Class/Users.php:1025
 msgid "Vous n'avez pas les droits suffisants pour suivre une activité"
 msgstr ""
 
@@ -16754,6 +16908,7 @@ msgstr ""
 #: ../../library/Class/Users.php:1034 ../../library/Class/Users.php:1038
 #: ../../library/Class/Users.php:1048 ../../library/Class/Users.php:1043
 #: ../../library/Class/Users.php:1045 ../../library/Class/Users.php:1033
+#: ../../library/Class/Users.php:1028
 msgid "Vous n'avez pas les droits suffisants pour diriger une activité"
 msgstr ""
 
@@ -16762,6 +16917,7 @@ msgstr ""
 #: ../../library/Class/Users.php:1038 ../../library/Class/Users.php:1042
 #: ../../library/Class/Users.php:1052 ../../library/Class/Users.php:1047
 #: ../../library/Class/Users.php:1049 ../../library/Class/Users.php:1037
+#: ../../library/Class/Users.php:1032
 msgid "Vous devez fournir une adresse mail valide"
 msgstr ""
 
@@ -16770,6 +16926,7 @@ msgstr ""
 #: ../../library/Class/Users.php:1041 ../../library/Class/Users.php:1045
 #: ../../library/Class/Users.php:1055 ../../library/Class/Users.php:1050
 #: ../../library/Class/Users.php:1052 ../../library/Class/Users.php:1040
+#: ../../library/Class/Users.php:1035
 msgid "Vous devez saisir un numéro de téléphone"
 msgstr ""
 
@@ -16777,7 +16934,7 @@ msgstr ""
 #: ../../library/Class/Users.php:1072 ../../library/Class/Users.php:1051
 #: ../../library/Class/Users.php:1053 ../../library/Class/Users.php:1057
 #: ../../library/Class/Users.php:1078 ../../library/Class/Users.php:1073
-#: ../../library/Class/Users.php:1075
+#: ../../library/Class/Users.php:1075 ../../library/Class/Users.php:1058
 msgid "Cet identifiant existe déjà."
 msgstr ""
 
@@ -16786,6 +16943,7 @@ msgstr ""
 #: ../../library/Class/Users.php:1074 ../../library/Class/Users.php:1078
 #: ../../library/Class/Users.php:1099 ../../library/Class/Users.php:1094
 #: ../../library/Class/Users.php:1096 ../../library/Class/Users.php:1084
+#: ../../library/Class/Users.php:1079
 msgid "Vous avez fait une demande d'inscription sur le portail:"
 msgstr ""
 
@@ -16794,55 +16952,51 @@ msgstr ""
 #: ../../library/Class/Users.php:1075 ../../library/Class/Users.php:1079
 #: ../../library/Class/Users.php:1100 ../../library/Class/Users.php:1095
 #: ../../library/Class/Users.php:1097 ../../library/Class/Users.php:1085
+#: ../../library/Class/Users.php:1080
 msgid "Pour activer votre compte, merci de cliquer sur le lien suivant:"
 msgstr ""
 
 #: ../../library/Class/Users.php:1132
 ../../library/Class/Users.php:1132
-#: ../../library/Class/User/LostPass.php:101
-#: ../../library/Class/Users.php:1141 ../../library/Class/Users.php:1120
-#: ../../library/Class/Users.php:1123 ../../library/Class/Users.php:1127
-#: ../../library/Class/Users.php:1148 ../../library/Class/Users.php:1143
-#: ../../library/Class/Users.php:1145
+#: ../../library/Class/User/LostPass.php:101 ../../library/Class/Users.php:1141
+#: ../../library/Class/Users.php:1120 ../../library/Class/Users.php:1123
+#: ../../library/Class/Users.php:1127 ../../library/Class/Users.php:1148
+#: ../../library/Class/Users.php:1143 ../../library/Class/Users.php:1145
 msgid "Vous avez fait une demande de mot de passe sur le portail."
 msgstr ""
 
 #: ../../library/Class/Users.php:1133
 ../../library/Class/Users.php:1133
-#: ../../library/Class/User/LostPass.php:102
-#: ../../library/Class/Users.php:1142 ../../library/Class/Users.php:1121
-#: ../../library/Class/Users.php:1124 ../../library/Class/Users.php:1128
-#: ../../library/Class/Users.php:1149 ../../library/Class/Users.php:1144
-#: ../../library/Class/Users.php:1146
+#: ../../library/Class/User/LostPass.php:102 ../../library/Class/Users.php:1142
+#: ../../library/Class/Users.php:1121 ../../library/Class/Users.php:1124
+#: ../../library/Class/Users.php:1128 ../../library/Class/Users.php:1149
+#: ../../library/Class/Users.php:1144 ../../library/Class/Users.php:1146
 #, php-format
 msgid "Votre identifiant : %s\n"
 msgstr ""
 
 #: ../../library/Class/Users.php:1134
 ../../library/Class/Users.php:1134
-#: ../../library/Class/User/LostPass.php:103
-#: ../../library/Class/Users.php:1143 ../../library/Class/Users.php:1122
-#: ../../library/Class/Users.php:1125 ../../library/Class/Users.php:1129
-#: ../../library/Class/Users.php:1150 ../../library/Class/Users.php:1145
-#: ../../library/Class/Users.php:1147
+#: ../../library/Class/User/LostPass.php:103 ../../library/Class/Users.php:1143
+#: ../../library/Class/Users.php:1122 ../../library/Class/Users.php:1125
+#: ../../library/Class/Users.php:1129 ../../library/Class/Users.php:1150
+#: ../../library/Class/Users.php:1145 ../../library/Class/Users.php:1147
 #, php-format
 msgid "Votre mot de passe : %s\n"
 msgstr ""
 
 #: ../../library/Class/Users.php:1135
 ../../library/Class/Users.php:1135
 #: ../../library/Class/User/LostPass.php:104
-#: ../../library/Class/User/LostPass.php:137
-#: ../../library/Class/Users.php:1144 ../../library/Class/Users.php:1123
-#: ../../library/Class/Users.php:1126 ../../library/Class/Users.php:1130
-#: ../../library/Class/Users.php:1151 ../../library/Class/Users.php:1146
-#: ../../library/Class/Users.php:1148
+#: ../../library/Class/User/LostPass.php:137 ../../library/Class/Users.php:1144
+#: ../../library/Class/Users.php:1123 ../../library/Class/Users.php:1126
+#: ../../library/Class/Users.php:1130 ../../library/Class/Users.php:1151
+#: ../../library/Class/Users.php:1146 ../../library/Class/Users.php:1148
 #: ../../library/Class/User/LostPass.php:147
 msgid "Bonne navigation sur le portail"
 msgstr ""
 
 #: ../../library/Class/Users.php:1142
 ../../library/Class/Users.php:1142
-#: ../../library/Class/User/LostPass.php:110
-#: ../../library/Class/Users.php:1151 ../../library/Class/Users.php:1130
-#: ../../library/Class/Users.php:1133 ../../library/Class/Users.php:1137
-#: ../../library/Class/Users.php:1158 ../../library/Class/Users.php:1153
-#: ../../library/Class/Users.php:1155
+#: ../../library/Class/User/LostPass.php:110 ../../library/Class/Users.php:1151
+#: ../../library/Class/Users.php:1130 ../../library/Class/Users.php:1133
+#: ../../library/Class/Users.php:1137 ../../library/Class/Users.php:1158
+#: ../../library/Class/Users.php:1153 ../../library/Class/Users.php:1155
 msgid "Un mail vient de vous être envoyé avec vos paramètres de connexion."
 msgstr ""
 
@@ -16851,6 +17005,7 @@ msgstr ""
 #: ../../library/Class/Users.php:1546 ../../library/Class/Users.php:1550
 #: ../../library/Class/Users.php:1571 ../../library/Class/Users.php:1566
 #: ../../library/Class/Users.php:1587 ../../library/Class/Users.php:1528
+#: ../../library/Class/Users.php:1523
 msgid "Mes paniers"
 msgstr ""
 
@@ -16859,22 +17014,20 @@ msgstr ""
 #: ../../library/Class/Users.php:1579 ../../library/Class/Users.php:1583
 #: ../../library/Class/Users.php:1604 ../../library/Class/Users.php:1599
 #: ../../library/Class/Users.php:1620 ../../library/Class/Users.php:1561
+#: ../../library/Class/Users.php:1556
 msgid "Mes paniers rattachés à un domaine"
 msgstr ""
 
-#: ../../library/Class/FRBR/Link.php:159
-#: ../../library/Class/FRBR/Link.php:159
+#: ../../library/Class/FRBR/Link.php:159
 ../../library/Class/FRBR/Link.php:159
 msgid "URL objet A est requis"
 msgstr ""
 
-#: ../../library/Class/FRBR/Link.php:160
-#: ../../library/Class/FRBR/Link.php:162
+#: ../../library/Class/FRBR/Link.php:160 ../../library/Class/FRBR/Link.php:162
 #: ../../library/Class/FRBR/Link.php:162
 msgid "N'est pas une url valide"
 msgstr ""
 
-#: ../../library/Class/FRBR/Link.php:161
-#: ../../library/Class/FRBR/Link.php:161
+#: ../../library/Class/FRBR/Link.php:161
 ../../library/Class/FRBR/Link.php:161
 msgid "URL objet B est requis"
 msgstr ""
 
@@ -17047,8 +17200,7 @@ msgstr ""
 msgid "Dimanche"
 msgstr ""
 
-#: ../../library/Class/Ouverture.php:180
-#: ../../library/Class/Ouverture.php:180
+#: ../../library/Class/Ouverture.php:180
 ../../library/Class/Ouverture.php:180
 #, php-format
 msgid "le %s"
 msgstr ""
@@ -17899,6 +18051,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:125
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:122
 #: ../../library/ZendAfi/Form/Admin/User.php:137
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:124
 msgid "Groupes"
 msgstr ""
 
@@ -18099,6 +18252,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:156
 #: ../../library/Class/Feature/List.php:52
 #: ../../library/ZendAfi/Form/Admin/Library.php:229
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:158
 msgid "Champs personnalisés"
 msgstr ""
 
@@ -18771,6 +18925,7 @@ msgstr ""
 #: ../../library/ZendAfi/Form/Configuration/Profile.php:383
 #: ../../library/ZendAfi/Form/Configuration/Profile.php:383
 #: ../../library/ZendAfi/View/Helper/ProfileComposition.php:101
+#: ../../library/ZendAfi/View/Helper/ProfileComposition.php:102
 msgid "Banniere"
 msgstr ""
 
@@ -19329,6 +19484,7 @@ msgstr ""
 
 #: ../../library/ZendAfi/Form/Configuration/Widget/Menu.php:45
 #: ../../library/ZendAfi/Form/Configuration/Widget/Menu.php:45
+#: ../../library/ZendAfi/Form/Configuration/Widget/Nav.php:28
 msgid "Menu utilisé"
 msgstr ""
 
@@ -20678,6 +20834,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:144
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:159
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:233
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:237
 msgid "Editeur CSS"
 msgstr ""
 
@@ -20687,6 +20844,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:158
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:173
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:247
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:252
 msgid "Outils pour la page :"
 msgstr ""
 
@@ -20696,6 +20854,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:175
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:190
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:264
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:269
 #, php-format
 msgid "Activer ou désactiver : %s"
 msgstr ""
@@ -20706,6 +20865,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:228
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:243
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:317
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:322
 msgid "Accéder à l'interface d'administration"
 msgstr ""
 
@@ -20715,6 +20875,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:236
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:261
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:335
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:340
 msgid "Accéder aux articles dans l'interface d'administration"
 msgstr ""
 
@@ -20724,6 +20885,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:244
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:269
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:343
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:348
 msgid "Accéder aux domaines dans l'interface d'administration"
 msgstr ""
 
@@ -20743,6 +20905,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:246
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:271
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:345
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:350
 msgid "Console d'administration"
 msgstr ""
 
@@ -20752,6 +20915,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:256
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:281
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:355
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:360
 msgid "Synchronisation du CSS avec GIT"
 msgstr ""
 
@@ -20761,6 +20925,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:261
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:286
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:360
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:365
 msgid "Faire une demande de mise à jour de la charte graphique"
 msgstr ""
 
@@ -20770,6 +20935,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:267
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:292
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:366
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:371
 msgid "Amber IDE"
 msgstr ""
 
@@ -20779,6 +20945,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:272
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:297
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:371
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:376
 msgid "ZF Debug"
 msgstr ""
 
@@ -20788,6 +20955,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:279
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:304
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:378
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:383
 msgid "Développement"
 msgstr ""
 
@@ -20797,6 +20965,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:296
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:321
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:395
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:400
 msgid "Déplacement des boites"
 msgstr ""
 
@@ -21163,6 +21332,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:102
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:102
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:99
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:101
 msgid "Pictogrammes des genres"
 msgstr ""
 
@@ -21171,6 +21341,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:103
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:100
 #: ../../application/modules/admin/controllers/I18nController.php:61
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:102
 msgid "Traductions"
 msgstr ""
 
@@ -21178,6 +21349,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:112
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:112
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:109
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:111
 msgid "Statistiques"
 msgstr ""
 
@@ -21185,6 +21357,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:113
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:113
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:110
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:112
 msgid "Piwik"
 msgstr ""
 
@@ -21192,6 +21365,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:121
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:121
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:118
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:120
 msgid "Administration du portail"
 msgstr ""
 
@@ -21199,6 +21373,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:122
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:122
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:119
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:121
 msgid "Territoires"
 msgstr ""
 
@@ -21206,6 +21381,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:126
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:126
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:123
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:125
 msgid "Multimedia"
 msgstr ""
 
@@ -21214,6 +21390,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:137
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:134
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:133
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:135
 msgid "Système"
 msgstr ""
 
@@ -21222,6 +21399,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:138
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:135
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:134
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:136
 msgid "Accès à Cosmogramme"
 msgstr ""
 
@@ -21230,6 +21408,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:141
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:138
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:137
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:139
 msgid "Batchs"
 msgstr ""
 
@@ -21238,6 +21417,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:144
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:141
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:140
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:142
 msgid "Test des web-services"
 msgstr ""
 
@@ -21246,6 +21426,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:147
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:144
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:143
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:145
 msgid "Test envoi mails"
 msgstr ""
 
@@ -21254,6 +21435,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:149
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:146
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:145
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:147
 msgid "Cache des images"
 msgstr ""
 
@@ -21262,6 +21444,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:151
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:148
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:147
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:149
 msgid "Import avis opac2"
 msgstr ""
 
@@ -21273,6 +21456,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:154
 #: ../../library/Class/Feature/List.php:206
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:153
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:155
 msgid "Explorateur de fichiers"
 msgstr ""
 
@@ -21281,6 +21465,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:164
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:160
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:157
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:159
 msgid "Rapports statistiques"
 msgstr ""
 
@@ -21289,6 +21474,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:171
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:167
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:164
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:166
 msgid "Catalogues"
 msgstr ""
 
@@ -21297,6 +21483,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:175
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:171
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:168
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:170
 msgid "Import Thesaurus"
 msgstr ""
 
@@ -21830,6 +22017,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Notice/Unimarc.php:118
 #: ../../library/ZendAfi/View/Helper/Notice/Unimarc.php:109
 #: ../../library/ZendAfi/View/Helper/Notice/Unimarc.php:115
+#: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:472
 msgid "Emplacement"
 msgstr ""
 
@@ -21997,6 +22185,8 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:381
 #: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:380
 #: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:381
+#: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:383
+#: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:384
 msgid "Afficher la carte"
 msgstr ""
 
@@ -22004,6 +22194,8 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:442
 #: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:441
 #: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:442
+#: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:444
+#: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:445
 msgid "Afficher la notice"
 msgstr ""
 
@@ -22199,6 +22391,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Accueil/Base.php:128
 #: ../../library/ZendAfi/View/Helper/Accueil/Base.php:129
 #: ../../library/ZendAfi/View/Helper/Accueil/Base.php:129
+#: ../../library/ZendAfi/View/Helper/Accueil/Base.php:148
 msgid "Erreur de configuration"
 msgstr ""
 
@@ -22207,6 +22400,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Accueil/Base.php:249
 #: ../../library/ZendAfi/View/Helper/Accueil/Base.php:249
 #: ../../library/ZendAfi/View/Helper/Accueil/Base.php:247
+#: ../../library/ZendAfi/View/Helper/Accueil/Base.php:265
 #, php-format
 msgid "flux RSS de la boite %s"
 msgstr ""
@@ -22567,12 +22761,14 @@ msgstr ""
 
 #: ../../library/ZendAfi/View/Helper/TagEditMenu.php:48
 #: ../../library/ZendAfi/View/Helper/TagEditMenu.php:48
+#: ../../library/ZendAfi/View/Helper/TagEditMenu.php:45
 #, php-format
 msgid "Modifier l'entrée : %s"
 msgstr ""
 
 #: ../../library/ZendAfi/View/Helper/TagEditMenu.php:51
 #: ../../library/ZendAfi/View/Helper/TagEditMenu.php:51
+#: ../../library/ZendAfi/View/Helper/TagEditMenu.php:48
 #, php-format
 msgid "Modifier le menu : %s"
 msgstr ""
@@ -22584,6 +22780,7 @@ msgstr ""
 
 #: ../../library/ZendAfi/View/Helper/BarreNav.php:46
 #: ../../library/ZendAfi/View/Helper/BarreNav.php:46
+#: ../../library/ZendAfi/View/Helper/Widget/Breadcrumb.php:93
 #, php-format
 msgid "Niveau supérieur: %s"
 msgstr ""
@@ -22605,11 +22802,13 @@ msgstr ""
 
 #: ../../library/ZendAfi/View/Helper/ProfileComposition.php:118
 #: ../../library/ZendAfi/View/Helper/ProfileComposition.php:110
+#: ../../library/ZendAfi/View/Helper/ProfileComposition.php:111
 msgid "Division flottante"
 msgstr ""
 
 #: ../../library/ZendAfi/View/Helper/ProfileComposition.php:126
 #: ../../library/ZendAfi/View/Helper/ProfileComposition.php:118
+#: ../../library/ZendAfi/View/Helper/ProfileComposition.php:126
 #, php-format
 msgid "Division %d"
 msgstr ""
@@ -24475,6 +24674,7 @@ msgstr ""
 #: ../../application/modules/admin/controllers/ProfilController.php:434
 #: ../../application/modules/admin/controllers/ProfilController.php:425
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/DataProfile.php:30
+#: ../../application/modules/admin/controllers/ProfilController.php:429
 #, php-format
 msgid "Profil \"%s\" sauvegardé"
 msgstr ""
@@ -24882,6 +25082,8 @@ msgstr ""
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/Flat.php:84
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Album.php:98
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Article.php:292
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:128
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/Flat.php:83
 msgid "Racine"
 msgstr ""
 
@@ -24993,6 +25195,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/FonctionsAdmin.php:130
 #: ../../library/ZendAfi/View/Helper/TagEditArticle.php:74
 #: ../../library/ZendAfi/Controller/Plugin/Versionning/Article.php:43
+#: ../../library/ZendAfi/View/Helper/FonctionsAdmin.php:145
 msgid "Historique des modifications"
 msgstr ""
 
@@ -25430,6 +25633,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:119
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:134
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:208
+#: ../../application/modules/admin/controllers/WidgetController.php:185
 msgid "Ajouter une boîte"
 msgstr ""
 
@@ -26041,6 +26245,7 @@ msgstr ""
 #: ../../application/modules/admin/controllers/IndexController.php:169
 #: ../../application/modules/opac/controllers/AuthController.php:636
 #: ../../application/modules/opac/controllers/AuthController.php:629
+#: ../../application/modules/opac/controllers/AuthController.php:628
 msgid "Utilisateur invalide"
 msgstr ""
 
@@ -26054,6 +26259,7 @@ msgstr ""
 #: ../../application/modules/admin/controllers/IndexController.php:189
 #: ../../application/modules/opac/controllers/AuthController.php:647
 #: ../../application/modules/opac/controllers/AuthController.php:640
+#: ../../application/modules/opac/controllers/AuthController.php:639
 #, php-format
 msgid "Vous êtes maintenant connecté avec l'utilisateur \"%s\""
 msgstr ""
@@ -26164,6 +26370,7 @@ msgstr ""
 
 #: ../../library/Class/FileManager.php:119
 #: ../../library/Class/FileManager.php:121
+#: ../../library/Class/FileManager.php:143
 msgid "_copie"
 msgstr ""
 
@@ -26217,26 +26424,31 @@ msgstr ""
 
 #: ../../library/Class/FileManager/FileSystem.php:267
 #: ../../library/Class/FileManager/FileSystem.php:268
+#: ../../library/Class/FileManager/FileSystem.php:269
 msgid "o"
 msgstr ""
 
 #: ../../library/Class/FileManager/FileSystem.php:268
 #: ../../library/Class/FileManager/FileSystem.php:269
+#: ../../library/Class/FileManager/FileSystem.php:270
 msgid "Ko"
 msgstr ""
 
 #: ../../library/Class/FileManager/FileSystem.php:269
 #: ../../library/Class/FileManager/FileSystem.php:270
+#: ../../library/Class/FileManager/FileSystem.php:271
 msgid "Mo"
 msgstr ""
 
 #: ../../library/Class/FileManager/FileSystem.php:270
 #: ../../library/Class/FileManager/FileSystem.php:271
+#: ../../library/Class/FileManager/FileSystem.php:272
 msgid "Go"
 msgstr ""
 
 #: ../../library/Class/FileManager/FileSystem.php:271
 #: ../../library/Class/FileManager/FileSystem.php:272
+#: ../../library/Class/FileManager/FileSystem.php:273
 msgid "To"
 msgstr ""
 
@@ -26371,6 +26583,7 @@ msgstr ""
 #: ../../application/modules/admin/controllers/FileManagerController.php:270
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:93
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:94
+#: ../../application/modules/admin/controllers/FileManagerController.php:279
 #, php-format
 msgid "Renommer \"%s\""
 msgstr ""
@@ -26403,6 +26616,7 @@ msgstr ""
 #: ../../application/modules/admin/controllers/FileManagerController.php:310
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:125
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:126
+#: ../../application/modules/admin/controllers/FileManagerController.php:319
 #, php-format
 msgid "Propriétés de \"%s\""
 msgstr ""
@@ -26547,6 +26761,7 @@ msgstr ""
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:311
 #: ../../application/modules/admin/controllers/FileManagerController.php:248
 #: ../../application/modules/admin/controllers/FileManagerController.php:249
+#: ../../application/modules/admin/controllers/FileManagerController.php:254
 #, php-format
 msgid "L'image \"%s\" a été redimensionnée."
 msgstr ""
@@ -26563,6 +26778,7 @@ msgstr ""
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:323
 #: ../../application/modules/admin/controllers/FileManagerController.php:260
 #: ../../application/modules/admin/controllers/FileManagerController.php:261
+#: ../../application/modules/admin/controllers/FileManagerController.php:271
 #, php-format
 msgid "L'image \"%s\" a été compressée."
 msgstr ""
@@ -26579,6 +26795,7 @@ msgstr ""
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:355
 #: ../../application/modules/admin/controllers/FileManagerController.php:292
 #: ../../application/modules/admin/controllers/FileManagerController.php:298
+#: ../../application/modules/admin/controllers/FileManagerController.php:307
 #, php-format
 msgid "\"%s\" renommé en \"%s\"."
 msgstr ""
@@ -26587,6 +26804,7 @@ msgstr ""
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:356
 #: ../../application/modules/admin/controllers/FileManagerController.php:293
 #: ../../application/modules/admin/controllers/FileManagerController.php:299
+#: ../../application/modules/admin/controllers/FileManagerController.php:308
 #, php-format
 msgid "Erreur. Impossible de renommer \"%s\"."
 msgstr ""
@@ -26595,6 +26813,7 @@ msgstr ""
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:397
 #: ../../application/modules/admin/controllers/FileManagerController.php:334
 #: ../../application/modules/admin/controllers/FileManagerController.php:340
+#: ../../application/modules/admin/controllers/FileManagerController.php:349
 #, php-format
 msgid "Erreur. Le chemin \"%s\" n'existe pas."
 msgstr ""
@@ -26603,6 +26822,7 @@ msgstr ""
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:402
 #: ../../application/modules/admin/controllers/FileManagerController.php:339
 #: ../../application/modules/admin/controllers/FileManagerController.php:345
+#: ../../application/modules/admin/controllers/FileManagerController.php:354
 #, php-format
 msgid "Erreur. Impossible de faire cette opération vers \"%s\"."
 msgstr ""
@@ -26611,6 +26831,7 @@ msgstr ""
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:407
 #: ../../application/modules/admin/controllers/FileManagerController.php:344
 #: ../../application/modules/admin/controllers/FileManagerController.php:350
+#: ../../application/modules/admin/controllers/FileManagerController.php:359
 #, php-format
 msgid ""
 "Vous ne pouvez pas copier ou déplacer un élément avec lui-même : \"%s\" est "
@@ -26621,6 +26842,7 @@ msgstr ""
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:414
 #: ../../application/modules/admin/controllers/FileManagerController.php:351
 #: ../../application/modules/admin/controllers/FileManagerController.php:357
+#: ../../application/modules/admin/controllers/FileManagerController.php:366
 #, php-format
 msgid ""
 "Erreur. Vous ne pouvez pas téléverser un nouveau fichier car vous avez "
@@ -26642,6 +26864,7 @@ msgid "Modifier le profil \"%s\""
 msgstr ""
 
 #: ../../library/ZendAfi/View/Helper/ProfileComposition.php:104
+#: ../../library/ZendAfi/View/Helper/ProfileComposition.php:105
 msgid ""
 "Attention. Cette division est partagée entre toutes les pages du profil."
 msgstr ""
@@ -26688,10 +26911,12 @@ msgid "Scinder ou souder la fenêtre d'exploration sélectionnée"
 msgstr ""
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:329
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:354
 msgid "Ce chemin n'existe pas"
 msgstr ""
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:344
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:369
 #, php-format
 msgid ""
 "Trop d'éléments dans ce dossiers... Seuls les %d premiers éléments sont "
@@ -26699,31 +26924,38 @@ msgid ""
 msgstr ""
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:354
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:379
 msgid "Ce dossier ne contient pas de fichier."
 msgstr ""
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:357
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:382
 msgid "Ce dossier est vide."
 msgstr ""
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:383
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:408
 msgid "Taille"
 msgstr ""
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:384
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:409
 msgid "Dimensions"
 msgstr ""
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:385
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:410
 msgid "Chemin"
 msgstr ""
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:386
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:411
 msgid "Modifié"
 msgstr ""
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:419
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:425
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:450
 msgid "Rechercher le terme saisie"
 msgstr ""
 
@@ -26904,12 +27136,14 @@ msgstr ""
 
 #: ../../library/ZendAfi/Controller/Plugin/InspectorGadget.php:155
 #: ../../library/ZendAfi/Controller/Plugin/InspectorGadget.php:161
+#: ../../library/ZendAfi/Controller/Plugin/InspectorGadget.php:168
 #, php-format
 msgid "Appels webservices (%s)"
 msgstr ""
 
 #: ../../library/ZendAfi/Controller/Plugin/InspectorGadget.php:156
 #: ../../library/ZendAfi/Controller/Plugin/InspectorGadget.php:162
+#: ../../library/ZendAfi/Controller/Plugin/InspectorGadget.php:169
 msgid "Liste des appels webservices"
 msgstr ""
 
@@ -26938,12 +27172,14 @@ msgstr ""
 
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:252
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:326
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:331
 #, php-format
 msgid "Assistance (%d)"
 msgstr ""
 
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:253
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:327
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:332
 msgid "Accéder à l'assistance"
 msgstr ""
 
@@ -27010,6 +27246,7 @@ msgstr ""
 #: ../../application/modules/admin/controllers/IndexController.php:185
 #: ../../application/modules/opac/controllers/AuthController.php:643
 #: ../../application/modules/opac/controllers/AuthController.php:636
+#: ../../application/modules/opac/controllers/AuthController.php:635
 msgid "Nom d'utilisateur ou mot de passe invalide"
 msgstr ""
 
@@ -27158,6 +27395,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:333
 #: ../../application/modules/opac/controllers/AuthController.php:328
 #: ../../application/modules/opac/controllers/AuthController.php:340
+#: ../../application/modules/opac/controllers/AuthController.php:325
 msgid "Réinitialisation du mot de passe"
 msgstr ""
 
@@ -27165,6 +27403,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:336
 #: ../../application/modules/opac/controllers/AuthController.php:331
 #: ../../application/modules/opac/controllers/AuthController.php:343
+#: ../../application/modules/opac/controllers/AuthController.php:328
 msgid "Utilisateur inconnu"
 msgstr ""
 
@@ -27172,6 +27411,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:341
 #: ../../application/modules/opac/controllers/AuthController.php:336
 #: ../../application/modules/opac/controllers/AuthController.php:348
+#: ../../application/modules/opac/controllers/AuthController.php:333
 msgid "Jeton de réinitialisation invalide"
 msgstr ""
 
@@ -27179,6 +27419,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:344
 #: ../../application/modules/opac/controllers/AuthController.php:339
 #: ../../application/modules/opac/controllers/AuthController.php:351
+#: ../../application/modules/opac/controllers/AuthController.php:336
 msgid "Jeton de réinitialisation expiré"
 msgstr ""
 
@@ -27634,12 +27875,14 @@ msgstr ""
 #: ../../application/modules/opac/controllers/ModulesController.php:79
 #: ../../application/modules/opac/controllers/ModulesController.php:72
 #: ../../application/modules/opac/controllers/ModulesController.php:71
+#: ../../application/modules/opac/controllers/ModulesController.php:70
 msgid "L'identifiant du document demandé n'existe pas"
 msgstr ""
 
 #: ../../application/modules/opac/controllers/ModulesController.php:86
 #: ../../application/modules/opac/controllers/ModulesController.php:79
 #: ../../application/modules/opac/controllers/ModulesController.php:78
+#: ../../application/modules/opac/controllers/ModulesController.php:77
 msgid ""
 "Ce document ne possède pas de configuration permettant d'utiliser cette URL."
 msgstr ""
@@ -27650,6 +27893,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AbonneController.php:1011
 #: ../../application/modules/opac/controllers/AbonneController.php:1097
 #: ../../application/modules/opac/controllers/AbonneController.php:1099
+#: ../../application/modules/opac/controllers/AbonneController.php:1101
 msgid "Favoris sauvegardés"
 msgstr ""
 
@@ -27660,6 +27904,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AbonneController.php:1020
 #: ../../application/modules/opac/controllers/AbonneController.php:1106
 #: ../../application/modules/opac/controllers/AbonneController.php:1108
+#: ../../application/modules/opac/controllers/AbonneController.php:1110
 msgid "Mes favoris"
 msgstr ""
 
@@ -27684,13 +27929,13 @@ msgstr ""
 
 #: ../../library/Class/AdminVar.php:225 ../../library/Class/AdminVar.php:244
 #: ../../library/Class/AdminVar.php:246 ../../library/Class/AdminVar.php:238
-#: ../../library/Class/AdminVar.php:236
+#: ../../library/Class/AdminVar.php:236 ../../library/Class/AdminVar.php:233
 msgid "Les utilisateurs peuvent enregister des recherches dans leurs favoris"
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:226 ../../library/Class/AdminVar.php:245
 #: ../../library/Class/AdminVar.php:247 ../../library/Class/AdminVar.php:239
-#: ../../library/Class/AdminVar.php:237
+#: ../../library/Class/AdminVar.php:237 ../../library/Class/AdminVar.php:234
 msgid ""
 "Les utilisateurs peuvent recevoir les nouveautés de leurs recherches "
 "favorites par email"
@@ -27699,7 +27944,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:289 ../../library/Class/AdminVar.php:292
 #: ../../library/Class/AdminVar.php:311 ../../library/Class/AdminVar.php:313
 #: ../../library/Class/AdminVar.php:316 ../../library/Class/AdminVar.php:308
-#: ../../library/Class/AdminVar.php:309
+#: ../../library/Class/AdminVar.php:309 ../../library/Class/AdminVar.php:306
 msgid "Autoriser l'accès aux API OAUTH via HTTP (non sécurisé - déconseillé)"
 msgstr ""
 
@@ -27757,6 +28002,7 @@ msgstr ""
 #: ../../library/Class/Feature/List.php:133
 #: ../../library/Class/Feature/List.php:345
 #: ../../library/Class/Feature/List.php:424
+#: ../../library/Class/Feature/List.php:446
 msgid "Compte lecteur"
 msgstr ""
 
@@ -27854,6 +28100,7 @@ msgid "URL publique :"
 msgstr ""
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:420
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:445
 #, php-format
 msgid "Rechercher dans \"%s\""
 msgstr ""
@@ -28211,6 +28458,7 @@ msgid "Votre avis à bien été enregistré"
 msgstr ""
 
 #: ../../application/modules/admin/controllers/FileManagerController.php:274
+#: ../../application/modules/admin/controllers/FileManagerController.php:283
 #, php-format
 msgid ""
 "L'élément \"%s\" ne peut pas être renommé car il est lié à des éléments "
@@ -28221,12 +28469,14 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:289 ../../library/Class/AdminVar.php:308
 #: ../../library/Class/AdminVar.php:310 ../../library/Class/AdminVar.php:313
 #: ../../library/Class/AdminVar.php:305 ../../library/Class/AdminVar.php:306
+#: ../../library/Class/AdminVar.php:303
 msgid "Les abonnées peuvent se connecter uniquement via le webservice du SIGB."
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:291 ../../library/Class/AdminVar.php:310
 #: ../../library/Class/AdminVar.php:312 ../../library/Class/AdminVar.php:315
 #: ../../library/Class/AdminVar.php:307 ../../library/Class/AdminVar.php:308
+#: ../../library/Class/AdminVar.php:305
 msgid ""
 "De plus, à la connexion, l'enregistrement des mots de passes des abonnés est "
 "désactivé."
@@ -28703,13 +28953,13 @@ msgstr ""
 
 #: ../../library/Class/AdminVar.php:268 ../../library/Class/AdminVar.php:270
 #: ../../library/Class/AdminVar.php:262 ../../library/Class/AdminVar.php:265
-#: ../../library/Class/AdminVar.php:263
+#: ../../library/Class/AdminVar.php:263 ../../library/Class/AdminVar.php:260
 msgid "Activer les formulaires de recherche configurables"
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:370 ../../library/Class/AdminVar.php:373
 #: ../../library/Class/AdminVar.php:365 ../../library/Class/AdminVar.php:368
-#: ../../library/Class/AdminVar.php:366
+#: ../../library/Class/AdminVar.php:366 ../../library/Class/AdminVar.php:363
 msgid ""
 "Email utilisé pour les demandes d'accompagnement de mise en place ou "
 "d'utilisation des fonctionnalités du logiciel"
@@ -28752,6 +29002,7 @@ msgstr ""
 
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/SearchForm.php:38
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:154
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:156
 msgid "Formulaires de recherche"
 msgstr ""
 
@@ -28862,12 +29113,14 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AbonneController.php:968
 #: ../../application/modules/opac/controllers/AbonneController.php:991
 #: ../../application/modules/opac/controllers/AbonneController.php:993
+#: ../../application/modules/opac/controllers/AbonneController.php:995
 msgid "Votre abonnement ne vous permet pas de réserver un poste multimédia"
 msgstr ""
 
 #: ../../application/modules/opac/controllers/AuthController.php:469
 #: ../../application/modules/opac/controllers/AuthController.php:481
 #: ../../application/modules/opac/controllers/AuthController.php:474
+#: ../../application/modules/opac/controllers/AuthController.php:473
 msgid ""
 "Vous n'êtes plus inscrit à la lettre d'information, celle-ci n'existe plus."
 msgstr ""
@@ -28996,6 +29249,7 @@ msgid "Format %s non pris en charge"
 msgstr ""
 
 #: ../../library/Class/Article.php:1232 ../../library/Class/Album.php:213
+#: ../../library/Class/Album.php:214
 msgid "Brouillon"
 msgstr ""
 
@@ -29004,6 +29258,7 @@ msgid "À valider"
 msgstr ""
 
 #: ../../library/Class/Article.php:1234 ../../library/Class/Album.php:214
+#: ../../library/Class/Album.php:215
 msgid "Validé"
 msgstr ""
 
@@ -29015,7 +29270,7 @@ msgstr ""
 msgid "Archivé"
 msgstr ""
 
-#: ../../library/Class/Album.php:350
+#: ../../library/Class/Album.php:350 ../../library/Class/Album.php:351
 #, php-format
 msgid "Tried to call unknown method Class_Album::get%s"
 msgstr ""
@@ -29033,10 +29288,12 @@ msgstr ""
 
 #: ../../library/Class/AdminVar.php:311 ../../library/Class/AdminVar.php:303
 #: ../../library/Class/AdminVar.php:306 ../../library/Class/AdminVar.php:304
+#: ../../library/Class/AdminVar.php:301
 msgid "Langue par défaut"
 msgstr ""
 
 #: ../../library/Class/Systeme/Widget/Abstract.php:130
+#: ../../library/Class/Systeme/Widget/Abstract.php:143
 #, php-format
 msgid "%s ( %s )"
 msgstr ""
@@ -29059,6 +29316,7 @@ msgstr ""
 
 #: ../../library/Class/WebService/BibNumerique/Abstract.php:118
 #: ../../library/Class/WebService/BibNumerique/Abstract.php:121
+#: ../../library/Class/WebService/BibNumerique/Abstract.php:123
 #, php-format
 msgid "Traitement de la page %s / %s"
 msgstr ""
@@ -29177,6 +29435,7 @@ msgid "Configuration des menus du profil: %s"
 msgstr ""
 
 #: ../../application/modules/admin/controllers/ProfilController.php:386
+#: ../../application/modules/admin/controllers/ProfilController.php:390
 msgid "Pictogrammes pour les genres"
 msgstr ""
 
@@ -29358,6 +29617,7 @@ msgstr ""
 #: ../../library/Class/ListViewModeDescription/Thesauri.php:53
 #: ../../library/Class/ListViewModeDescription/Thesauri.php:63
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:84
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:88
 msgid "Thesaurus"
 msgstr ""
 
@@ -29372,6 +29632,7 @@ msgstr ""
 #: ../../library/ZendAfi/Controller/Action/Helper/ThesauriListViewMode.php:125
 #: ../../library/ZendAfi/Controller/Action/Helper/ThesauriListViewMode.php:136
 #: ../../library/ZendAfi/Form/Admin/Thesauri.php:40
+#: ../../library/ZendAfi/Form/Admin/AuthorFunction.php:30
 msgid "Code"
 msgstr ""
 
@@ -29455,6 +29716,7 @@ msgid "Réservation non trouvée"
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:240 ../../library/Class/AdminVar.php:238
+#: ../../library/Class/AdminVar.php:235
 #, php-format
 msgid "Champs servant à la détection des doublons. Champs possibles : %s"
 msgstr ""
@@ -29496,12 +29758,14 @@ msgstr ""
 
 #: ../../application/modules/opac/controllers/AbonneController.php:1043
 #: ../../application/modules/opac/controllers/AbonneController.php:1045
+#: ../../application/modules/opac/controllers/AbonneController.php:1047
 #, php-format
 msgid "prets_codes_barres_%s_%s%s"
 msgstr ""
 
 #: ../../application/modules/opac/controllers/AbonneController.php:1065
 #: ../../application/modules/opac/controllers/AbonneController.php:1067
+#: ../../application/modules/opac/controllers/AbonneController.php:1069
 #, php-format
 msgid "historique_prets_codes_barres_%s_%s%s"
 msgstr ""
@@ -29524,6 +29788,7 @@ msgstr ""
 
 #: ../../library/Class/Codification.php:403
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:106
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:111
 msgid "Codification"
 msgstr ""
 
@@ -29582,6 +29847,7 @@ msgid "Déjà réservé par d'autres"
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:369 ../../library/Class/AdminVar.php:367
+#: ../../library/Class/AdminVar.php:364
 msgid "Activer l'outil de parcours des codifications"
 msgstr ""
 
@@ -29606,6 +29872,7 @@ msgstr ""
 #: ../../library/Class/ListViewModeDescription/Pcdm4.php:59
 #: ../../library/Class/ListViewModeDescription/Pcdm4.php:67
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/Flat.php:73
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/Flat.php:72
 msgid "Code facette"
 msgstr ""
 
@@ -29618,6 +29885,7 @@ msgstr ""
 #: ../../library/Class/ListViewModeDescription/Pcdm4.php:57
 #: ../../library/Class/ListViewModeDescription/Pcdm4.php:65
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:68
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:72
 msgid "PCDM4"
 msgstr ""
 
@@ -29642,6 +29910,7 @@ msgstr ""
 
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:76
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Subject.php:33
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:80
 msgid "Sujets et matières"
 msgstr ""
 
@@ -29659,6 +29928,7 @@ msgstr ""
 
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Codification.php:32
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:172
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:174
 msgid "Parcourir les codifications"
 msgstr ""
 
@@ -29791,11 +30061,15 @@ msgstr ""
 
 #: ../../library/Class/Notice/Thumbnail/ResizeImage.php:74
 #: ../../library/Class/Notice/Thumbnail/ResizeImage.php:100
+#: ../../library/Class/Notice/Thumbnail/ResizeImage.php:75
+#: ../../library/Class/Notice/Thumbnail/ResizeImage.php:93
 #, php-format
 msgid "Vignette de l'image \"%s\""
 msgstr ""
 
 #: ../../library/Class/Notice/Thumbnail/ResizeImage.php:95
+#: ../../library/Class/Notice/Thumbnail/ResizeImage.php:88
+#: ../../library/Class/Notice/Thumbnail/ResizeImage.php:105
 #, php-format
 msgid "Erreur lors du vignettage de l'image \"%s\". %s"
 msgstr ""
@@ -29828,3 +30102,261 @@ msgstr ""
 #: ../../library/ZendAfi/Form/Admin/Library.php:141
 msgid "Comment modifier mon mot de passe"
 msgstr ""
+
+#: ../../application/modules/admin/views/scripts/template/index.phtml:3
+msgid "Modèle"
+msgstr ""
+
+#: ../../application/modules/admin/controllers/TemplateController.php:36
+msgid ""
+"Le magasin de thèmes n'est pas activé. Vous n'avez pas accès à cette "
+"fonctionnalité."
+msgstr ""
+
+#: ../../application/modules/admin/controllers/TemplateController.php:43
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:98
+msgid "Magasin de thèmes"
+msgstr ""
+
+#: ../../application/modules/admin/controllers/TemplateController.php:50
+#: ../../application/modules/admin/controllers/TemplateController.php:55
+#: ../../application/modules/admin/controllers/TemplateController.php:60
+msgid "Une erreur c'est produite. Vous ne pouvez pas tester le template"
+msgstr ""
+
+#: ../../application/modules/admin/controllers/TemplateController.php:70
+#, php-format
+msgid "Modèle \"%s\" réinitialisé"
+msgstr ""
+
+#: ../../application/modules/admin/controllers/WidgetController.php:222
+#, php-format
+msgid "Impossible de configurer l'élément : \"%s\""
+msgstr ""
+
+#: ../../library/Class/Template.php:126
+#, php-format
+msgid "Test charte : \"%s\""
+msgstr ""
+
+#: ../../library/Class/Systeme/Widget/Section.php:72
+#, php-format
+msgid "La configuration de la section %s a été sauvegardée"
+msgstr ""
+
+#: ../../library/Class/Systeme/ModulesAccueil/Section/FirstSide.php:25
+msgid "Première division optionnelle"
+msgstr ""
+
+#: ../../library/Class/Systeme/ModulesAccueil/Section/Footer.php:25
+#: ../../library/ZendAfi/View/Helper/ProfileComposition.php:117
+msgid "Division pied de page"
+msgstr ""
+
+#: ../../library/Class/Systeme/ModulesAccueil/Section/Main.php:25
+msgid "Division principale"
+msgstr ""
+
+#: ../../library/Class/Systeme/ModulesAccueil/Section/SecondSide.php:25
+msgid "Seconde division optionnelle"
+msgstr ""
+
+#: ../../library/Class/Systeme/ModulesAccueil/Section/Header.php:25
+msgid "Division bannière"
+msgstr ""
+
+#: ../../library/Class/Systeme/ModulesAccueil/Section/FloatSide.php:25
+msgid "Division optionnelle flottante"
+msgstr ""
+
+#: ../../library/Class/Systeme/ModulesAccueil/Section.php:27
+msgid "Division"
+msgstr ""
+
+#: ../../library/Class/Feature/List.php:442
+msgid "Processus de ré-initialisation du mot de passe"
+msgstr ""
+
+#: ../../library/Class/Feature/List.php:443
+msgid ""
+"Bokeh permet d'envoyer un lien de réinitialisation du mot de passe par mail."
+msgstr ""
+
+#: ../../library/ZendAfi/Controller/Plugin/Manager/Template.php:28
+#, php-format
+msgid "Essayer le modèle \"%s\""
+msgstr ""
+
+#: ../../library/ZendAfi/Controller/Plugin/Manager/Template.php:33
+#, php-format
+msgid "Paramétrer le modèle \"%s\""
+msgstr ""
+
+#: ../../library/ZendAfi/Controller/Plugin/Manager/Template.php:38
+#, php-format
+msgid "Réinitialiser le modèle \"%s\""
+msgstr ""
+
+#: ../../library/ZendAfi/Controller/Plugin/Manager/Template.php:39
+#, php-format
+msgid "Etes-vous sur de vouloir réinitialiser le modèle \"%s\" ?"
+msgstr ""
+
+#: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Template.php:29
+msgid "Template sauvegardée"
+msgstr ""
+
+#: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Template.php:30
+msgid "Template ajoutée"
+msgstr ""
+
+#: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Template.php:31
+msgid "Template supprimée"
+msgstr ""
+
+#: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Template.php:33
+msgid "Nouveau Template"
+msgstr ""
+
+#: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Template.php:34
+#, php-format
+msgid "Paramétrer le template %s"
+msgstr ""
+
+#: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Template.php:35
+msgid "Templates"
+msgstr ""
+
+#: ../../library/ZendAfi/Form/Configuration/Widget/Login.php:29
+msgid "Titre de la boite une fois connecté"
+msgstr ""
+
+#: ../../library/ZendAfi/Form/Configuration/Widget/Breadcrumb.php:29
+msgid "Racine personnalisée"
+msgstr ""
+
+#: ../../library/ZendAfi/Form/Configuration/Widget/Breadcrumb.php:34
+msgid "Afficher le profil courant"
+msgstr ""
+
+#: ../../library/ZendAfi/Form/Configuration/Widget/Section.php:31
+msgid "Style de la section"
+msgstr ""
+
+#: ../../library/ZendAfi/View/Helper/Menu/Entry.php:83
+#, php-format
+msgid "Accéder à %s."
+msgstr ""
+
+#: ../../library/ZendAfi/View/Helper/FonctionsAdmin.php:96
+#, php-format
+msgid "Propriétés de la boite \"%s\""
+msgstr ""
+
+#: ../../library/ZendAfi/View/Helper/FonctionsAdmin.php:167
+#, php-format
+msgid "Ajouter une boîte en-dessous de \"%s\""
+msgstr ""
+
+#: ../../library/ZendAfi/View/Helper/FonctionsAdmin.php:176
+#, php-format
+msgid "Supprimer la boite \"%s\""
+msgstr ""
+
+#: ../../library/ZendAfi/View/Helper/FonctionsAdmin.php:186
+#, php-format
+msgid "Êtes-vous sur de vouloir supprimer la boite \"%s\" ?"
+msgstr ""
+
+#: ../../library/ZendAfi/View/Helper/Widget/Login.php:42
+#, php-format
+msgid "Accéder à l'interface de gestion de %s."
+msgstr ""
+
+#: ../../library/ZendAfi/View/Helper/Widget/Login.php:55
+#, php-format
+msgid "Se déconnecter de la session %s"
+msgstr ""
+
+#: ../../library/ZendAfi/View/Helper/Widget/Nav.php:161
+#, php-format
+msgid "Afficher ou masquer le menu \"%s\""
+msgstr ""
+
+#: ../../library/ZendAfi/View/Helper/Widget/Nav.php:169
+#, php-format
+msgid "Accéder à \"%s\""
+msgstr ""
+
+#: ../../library/ZendAfi/View/Helper/TagEditMenu.php:53
+#, php-format
+msgid "Modifier la boite : %s"
+msgstr ""
+
+#: ../../library/ZendAfi/View/Helper/TagRechercheSimple.php:55
+msgid "Accéder au formulaire de recherche avancée"
+msgstr ""
+
+#: ../../library/ZendAfi/View/Helper/Accueil/Base.php:506
+#, php-format
+msgid "Accéder au flux RSS de %s"
+msgstr ""
+
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:68
+#, php-format
+msgid "Espace utilisé par le dossier \"%s\" :"
+msgstr ""
+
+#: ../../library/ZendAfi/View/Helper/Admin/TagEditSection.php:35
+#, php-format
+msgid "Modifier la section \"%s\""
+msgstr ""
+
+#: ../../application/modules/admin/controllers/FileManagerController.php:251
+#, php-format
+msgid "Erreur : \"%s\". L'image \"%s\" n'a pas été redimensionnée."
+msgstr ""
+
+#: ../../application/modules/admin/controllers/FileManagerController.php:268
+#, php-format
+msgid "Erreur : \"%s\". L'image \"%s\" n'a pas été compressée."
+msgstr ""
+
+#: ../../application/modules/opac/controllers/AbonneController.php:965
+#, php-format
+msgid "Aucun courriel envoyé, erreur: %s"
+msgstr ""
+
+#: ../../library/Class/Notice/Thumbnail/ResizeImage.php:54
+msgid "Il y a un problème avec le fichier source."
+msgstr ""
+
+#: ../../library/Class/Notice/Thumbnail/ResizeImage.php:73
+msgid "Le fichier existe déjà."
+msgstr ""
+
+#: ../../library/Class/Feature/List.php:454
+msgid "SIGB OrpheeMedia: évolution du connecteur"
+msgstr ""
+
+#: ../../library/ZendAfi/Form/Admin/AuthorFunction.php:39
+msgid "** libellé **"
+msgstr ""
+
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:60
+#: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/AuthorFunction.php:31
+msgid "Fonctions auteurs"
+msgstr ""
+
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/AuthorFunction.php:39
+msgid "code unimarc"
+msgstr ""
+
+#: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/AuthorFunction.php:34
+msgid "Parcourir les fonctions auteurs"
+msgstr ""
+
+#: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/AuthorFunction.php:35
+#: ../../library/ZendAfi/Controller/Plugin/Manager/AuthorFunction.php:34
+msgid "Modifier la fonction auteur"
+msgstr ""
diff --git a/library/translation/ro.mo b/library/translation/ro.mo
index 5a51ef749b1966bcd515e316238b6047650cda39..3ffea4fb4899099578091c96c1174cb7899e7921 100644
Binary files a/library/translation/ro.mo and b/library/translation/ro.mo differ
diff --git a/library/translation/ro.po b/library/translation/ro.po
index b6f69ce5e8883bbf024b82a11f956ce32b073fec..be61e3f3363e76f4f6526dde75f75968e72cd73d 100644
--- a/library/translation/ro.po
+++ b/library/translation/ro.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 0.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-07-16 15:14+0200\n"
+"POT-Creation-Date: 2018-08-27 14:29+0200\n"
 "PO-Revision-Date: 2011-07-14 18:15+0200\n"
 "Last-Translator: Lupu Mariana <lupumariana@yahoo.com>\n"
 "Language-Team: Romanian\n"
@@ -99,6 +99,7 @@ msgstr "la buletinele informative:"
 #: ../../application/modules/opac/controllers/AuthController.php:515
 #: ../../application/modules/opac/controllers/AuthController.php:510
 #: ../../application/modules/opac/controllers/AuthController.php:522
+#: ../../application/modules/opac/controllers/AuthController.php:514
 msgid " avec l'adresse suivante: "
 msgstr ""
 
@@ -296,6 +297,7 @@ msgstr ""
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:355
 #: ../../application/modules/admin/controllers/FileManagerController.php:292
 #: ../../application/modules/admin/controllers/FileManagerController.php:298
+#: ../../application/modules/admin/controllers/FileManagerController.php:307
 #, php-format
 msgid "\"%s\" renommé en \"%s\"."
 msgstr ""
@@ -419,6 +421,7 @@ msgid "%s #%s supprimé"
 msgstr "Rezervări în curs"
 
 #: ../../library/Class/Systeme/Widget/Abstract.php:130
+#: ../../library/Class/Systeme/Widget/Abstract.php:143
 #, fuzzy, php-format
 msgid "%s ( %s )"
 msgstr "De la %s la %s"
@@ -612,6 +615,8 @@ msgstr ""
 #: ../../library/Class/Systeme/ModulesMenu.php:244
 #: ../../library/Class/Systeme/ModulesMenu.php:213
 #: ../../library/Class/Systeme/ModulesMenu.php:243
+#: ../../library/Class/Systeme/ModulesMenu.php:212
+#: ../../library/Class/Systeme/ModulesMenu.php:242
 #, php-format
 msgid "%s%s : %s"
 msgstr ""
@@ -741,6 +746,11 @@ msgstr "(acest comentariu a fost semnalat moderatorilor)"
 msgid "(quotas max pour les nouveautés)"
 msgstr ""
 
+#: ../../library/ZendAfi/Form/Admin/AuthorFunction.php:39
+#, fuzzy
+msgid "** libellé **"
+msgstr "Specificaţie"
+
 #: ../../application/modules/admin/controllers/BibController.php:529
 #: ../../application/modules/admin/controllers/BibController.php:537
 #: ../../application/modules/admin/controllers/BibController.php:556
@@ -980,6 +990,7 @@ msgstr ""
 #: ../../application/modules/opac/views/scripts/head.phtml:87
 #: ../../application/modules/opac/views/scripts/head.phtml:86
 #: ../../application/modules/opac/views/scripts/head.phtml:86
+#: ../../application/modules/opac/views/scripts/head.phtml:85
 #, php-format
 msgid ""
 "<link rel=\"alternate stylesheet\" type=\"text/css\" href=\"\" title=\"%s\" "
@@ -1218,6 +1229,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Telephone/Tags/Toolbar.php:35
 #: ../../library/ZendAfi/View/Helper/Admin/Nav.php:43
 #: ../../library/Class/MoteurRecherche.php:611
+#: ../../library/ZendAfi/View/Helper/ComboProfils.php:107
 msgid "Accueil"
 msgstr "Pagină iniţială"
 
@@ -1235,6 +1247,7 @@ msgstr "Acces"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:224
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:239
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:313
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:318
 msgid "Accès pro."
 msgstr "Acces pro."
 
@@ -1243,6 +1256,7 @@ msgstr "Acces pro."
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:138
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:135
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:134
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:136
 msgid "Accès à Cosmogramme"
 msgstr "Acces la Cosmogramă "
 
@@ -1262,12 +1276,22 @@ msgstr "Gestionare a resurselor"
 msgid "Accéder au document Numérique Premium"
 msgstr ""
 
+#: ../../library/ZendAfi/View/Helper/Accueil/Base.php:506
+#, fuzzy, php-format
+msgid "Accéder au flux RSS de %s"
+msgstr "CoÅŸurile dvs."
+
 #: ../../library/ZendAfi/View/Helper/ShareByMail.php:32
 #: ../../library/ZendAfi/View/Helper/ShareByMail.php:32
 #, fuzzy
 msgid "Accéder au formulaire de contact"
 msgstr "Moderare alerte"
 
+#: ../../library/ZendAfi/View/Helper/TagRechercheSimple.php:55
+#, fuzzy
+msgid "Accéder au formulaire de recherche avancée"
+msgstr "Căsuţă de căutare"
+
 #: ../../library/ZendAfi/View/Helper/Search/Header.php:105
 #: ../../library/ZendAfi/View/Helper/Search/Header.php:105
 msgid "Accéder au formulaire de recherche pré-rempli avec les critères actuels"
@@ -1296,6 +1320,7 @@ msgstr "Citiţi articolul complet"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:236
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:261
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:335
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:340
 msgid "Accéder aux articles dans l'interface d'administration"
 msgstr ""
 
@@ -1305,6 +1330,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:244
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:269
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:343
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:348
 msgid "Accéder aux domaines dans l'interface d'administration"
 msgstr ""
 
@@ -1318,6 +1344,11 @@ msgstr "Gestionare a resurselor"
 msgid "Accéder aux titres seulement"
 msgstr "Tip de document"
 
+#: ../../library/ZendAfi/View/Helper/Widget/Nav.php:169
+#, fuzzy, php-format
+msgid "Accéder à \"%s\""
+msgstr "Gestionare a resurselor"
+
 #: ../../library/Class/DigitalResource/AlbumViewHelper.php:44
 #, fuzzy, php-format
 msgid "Accéder à \"%s\" dans un nouvel onglet"
@@ -1330,6 +1361,11 @@ msgstr "Gestionare a resurselor"
 msgid "Accéder à \"%s\" dans un nouvel onglet."
 msgstr ""
 
+#: ../../library/ZendAfi/View/Helper/Menu/Entry.php:83
+#, fuzzy, php-format
+msgid "Accéder à %s."
+msgstr "Gestionare a resurselor"
+
 #: ../../application/modules/telephone/controllers/RechercheController.php:50
 #: ../../application/modules/telephone/controllers/RechercheController.php:50
 #, fuzzy
@@ -1338,6 +1374,7 @@ msgstr "Gestionare a resurselor"
 
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:253
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:327
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:332
 #, fuzzy
 msgid "Accéder à l'assistance"
 msgstr "Gestionare a resurselor"
@@ -1354,10 +1391,16 @@ msgstr "Gestionare a resurselor"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:228
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:243
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:317
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:322
 #, fuzzy
 msgid "Accéder à l'interface d'administration"
 msgstr "Activează instrumentele de acces"
 
+#: ../../library/ZendAfi/View/Helper/Widget/Login.php:42
+#, fuzzy, php-format
+msgid "Accéder à l'interface de gestion de %s."
+msgstr "Activează instrumentele de acces"
+
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:72
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:76
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:76
@@ -1368,6 +1411,7 @@ msgstr ""
 
 #: ../../application/modules/telephone/controllers/RechercheController.php:55
 #: ../../application/modules/telephone/controllers/RechercheController.php:55
+#: ../../application/modules/telephone/controllers/RechercheController.php:52
 #, fuzzy
 msgid "Accéder à la ressource"
 msgstr "Gestionare a resurselor"
@@ -1416,7 +1460,7 @@ msgstr "Acţiune"
 #: ../../library/Class/AdminVar.php:240 ../../library/Class/AdminVar.php:242
 #: ../../library/Class/AdminVar.php:261 ../../library/Class/AdminVar.php:263
 #: ../../library/Class/AdminVar.php:255 ../../library/Class/AdminVar.php:258
-#: ../../library/Class/AdminVar.php:256
+#: ../../library/Class/AdminVar.php:256 ../../library/Class/AdminVar.php:253
 #, fuzzy
 msgid ""
 "Activation de la disponibilite dans le resultat de recherche au survol de la "
@@ -1427,7 +1471,7 @@ msgstr "Facilitează indexarea site-ului dvs. în motoarele de căutare"
 #: ../../library/Class/AdminVar.php:241 ../../library/Class/AdminVar.php:243
 #: ../../library/Class/AdminVar.php:262 ../../library/Class/AdminVar.php:264
 #: ../../library/Class/AdminVar.php:256 ../../library/Class/AdminVar.php:259
-#: ../../library/Class/AdminVar.php:257
+#: ../../library/Class/AdminVar.php:257 ../../library/Class/AdminVar.php:254
 #, fuzzy
 msgid ""
 "Activation de la disponibilite dans le resultat de recherche. Calculé grâce "
@@ -1438,13 +1482,14 @@ msgstr "Facilitează indexarea site-ului dvs. în motoarele de căutare"
 #: ../../library/Class/AdminVar.php:331 ../../library/Class/AdminVar.php:337
 #: ../../library/Class/AdminVar.php:356 ../../library/Class/AdminVar.php:358
 #: ../../library/Class/AdminVar.php:361 ../../library/Class/AdminVar.php:353
-#: ../../library/Class/AdminVar.php:354
+#: ../../library/Class/AdminVar.php:354 ../../library/Class/AdminVar.php:351
 msgid "Activation de la navigation collaborative"
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:202
 ../../library/Class/AdminVar.php:203
 #: ../../library/Class/AdminVar.php:200 ../../library/Class/AdminVar.php:219
 #: ../../library/Class/AdminVar.php:221 ../../library/Class/AdminVar.php:213
+#: ../../library/Class/AdminVar.php:210
 #, fuzzy
 msgid "Activation de la ressource numérique PlanetNemo"
 msgstr "Resurse OAI"
@@ -1453,7 +1498,7 @@ msgstr "Resurse OAI"
 #: ../../library/Class/AdminVar.php:311 ../../library/Class/AdminVar.php:317
 #: ../../library/Class/AdminVar.php:336 ../../library/Class/AdminVar.php:338
 #: ../../library/Class/AdminVar.php:341 ../../library/Class/AdminVar.php:333
-#: ../../library/Class/AdminVar.php:334
+#: ../../library/Class/AdminVar.php:334 ../../library/Class/AdminVar.php:331
 msgid "Activation des boîtes dans les menus"
 msgstr ""
 
@@ -1461,7 +1506,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:336 ../../library/Class/AdminVar.php:342
 #: ../../library/Class/AdminVar.php:361 ../../library/Class/AdminVar.php:363
 #: ../../library/Class/AdminVar.php:366 ../../library/Class/AdminVar.php:358
-#: ../../library/Class/AdminVar.php:359
+#: ../../library/Class/AdminVar.php:359 ../../library/Class/AdminVar.php:356
 msgid "Activation des fonctions avancées du téléphone"
 msgstr ""
 
@@ -1470,6 +1515,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:274 ../../library/Class/AdminVar.php:276
 #: ../../library/Class/AdminVar.php:278 ../../library/Class/AdminVar.php:270
 #: ../../library/Class/AdminVar.php:273 ../../library/Class/AdminVar.php:271
+#: ../../library/Class/AdminVar.php:268
 #, fuzzy
 msgid "Activation des formulaires"
 msgstr "Moderare alerte"
@@ -1477,6 +1523,7 @@ msgstr "Moderare alerte"
 #: ../../library/Class/AdminVar.php:170
 ../../library/Class/AdminVar.php:171
 #: ../../library/Class/AdminVar.php:168 ../../library/Class/AdminVar.php:187
 #: ../../library/Class/AdminVar.php:189 ../../library/Class/AdminVar.php:181
+#: ../../library/Class/AdminVar.php:178
 msgid "Activation du PNB Dilicom"
 msgstr ""
 
@@ -1500,6 +1547,7 @@ msgid "Activer l'outil de parcours des Thesaurus"
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:369 ../../library/Class/AdminVar.php:367
+#: ../../library/Class/AdminVar.php:364
 #, fuzzy
 msgid "Activer l'outil de parcours des codifications"
 msgstr "Criterii de indexare"
@@ -1531,7 +1579,7 @@ msgstr ""
 
 #: ../../library/Class/AdminVar.php:268 ../../library/Class/AdminVar.php:270
 #: ../../library/Class/AdminVar.php:262 ../../library/Class/AdminVar.php:265
-#: ../../library/Class/AdminVar.php:263
+#: ../../library/Class/AdminVar.php:263 ../../library/Class/AdminVar.php:260
 #, fuzzy
 msgid "Activer les formulaires de recherche configurables"
 msgstr "Întoarcere la căutarea iniţială"
@@ -1555,6 +1603,7 @@ msgstr "Activează instrumentele de acces"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:175
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:190
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:264
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:269
 #, fuzzy, php-format
 msgid "Activer ou désactiver : %s"
 msgstr "Adaugă o localizare"
@@ -1569,7 +1618,7 @@ msgstr "Bibliotecă digitală"
 #: ../../library/Class/AdminVar.php:303 ../../library/Class/AdminVar.php:309
 #: ../../library/Class/AdminVar.php:328 ../../library/Class/AdminVar.php:330
 #: ../../library/Class/AdminVar.php:333 ../../library/Class/AdminVar.php:325
-#: ../../library/Class/AdminVar.php:326
+#: ../../library/Class/AdminVar.php:326 ../../library/Class/AdminVar.php:323
 #, fuzzy
 msgid "Activer ou désactiver le module d'activité"
 msgstr "Adaugă o localizare"
@@ -1723,6 +1772,7 @@ msgstr "Administrarea portalului"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:121
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:121
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:118
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:120
 msgid "Administration du portail"
 msgstr "Administrarea portalului"
 
@@ -1841,12 +1891,14 @@ msgstr "Adresa destinatarului lipseÅŸte."
 #: ../../library/Class/AdminVar.php:187
 ../../library/Class/AdminVar.php:188
 #: ../../library/Class/AdminVar.php:185 ../../library/Class/AdminVar.php:204
 #: ../../library/Class/AdminVar.php:206 ../../library/Class/AdminVar.php:198
+#: ../../library/Class/AdminVar.php:195
 msgid "Adresse du serveur OAI 1D touch"
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:193
 ../../library/Class/AdminVar.php:194
 #: ../../library/Class/AdminVar.php:191 ../../library/Class/AdminVar.php:210
 #: ../../library/Class/AdminVar.php:212 ../../library/Class/AdminVar.php:204
+#: ../../library/Class/AdminVar.php:201
 msgid "Adresse du serveur OAI Cité de la Musique"
 msgstr ""
 
@@ -1859,6 +1911,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:197
 ../../library/Class/AdminVar.php:198
 #: ../../library/Class/AdminVar.php:195 ../../library/Class/AdminVar.php:214
 #: ../../library/Class/AdminVar.php:216 ../../library/Class/AdminVar.php:208
+#: ../../library/Class/AdminVar.php:205
 msgid "Adresse du serveur Orphea"
 msgstr ""
 
@@ -2059,6 +2112,8 @@ msgstr "Afişează bara de navigaţie"
 #: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:381
 #: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:380
 #: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:381
+#: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:383
+#: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:384
 msgid "Afficher la carte"
 msgstr "Afişează harta"
 
@@ -2074,6 +2129,8 @@ msgstr "Afişează harta"
 #: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:442
 #: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:441
 #: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:442
+#: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:444
+#: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:445
 msgid "Afficher la notice"
 msgstr "Afişează instrucţiunea"
 
@@ -2114,6 +2171,11 @@ msgstr "Rezultatul căutarii"
 msgid "Afficher le menu horizontal"
 msgstr "Afişează meniul orizontal"
 
+#: ../../library/ZendAfi/Form/Configuration/Widget/Breadcrumb.php:34
+#, fuzzy
+msgid "Afficher le profil courant"
+msgstr "Afişează mai multe instrucţiuni"
+
 #: ../../library/ZendAfi/View/Helper/CosmoLogs.php:95
 #: ../../library/ZendAfi/View/Helper/CosmoLogs.php:95
 #, fuzzy, php-format
@@ -2207,6 +2269,11 @@ msgstr "Afişează mai multe instrucţiuni"
 msgid "Afficher les titres"
 msgstr "Afişează mai multe instrucţiuni"
 
+#: ../../library/ZendAfi/View/Helper/Widget/Nav.php:161
+#, fuzzy, php-format
+msgid "Afficher ou masquer le menu \"%s\""
+msgstr "Afişează mai multe instrucţiuni"
+
 #: ../../library/ZendAfi/View/Helper/Facettes.php:120
 #: ../../library/ZendAfi/View/Helper/Facettes.php:120
 #, fuzzy, php-format
@@ -2453,7 +2520,7 @@ msgstr "Adaugă în coş"
 #: ../../library/Class/AdminVar.php:329 ../../library/Class/AdminVar.php:335
 #: ../../library/Class/AdminVar.php:354 ../../library/Class/AdminVar.php:356
 #: ../../library/Class/AdminVar.php:359 ../../library/Class/AdminVar.php:351
-#: ../../library/Class/AdminVar.php:352
+#: ../../library/Class/AdminVar.php:352 ../../library/Class/AdminVar.php:349
 msgid "Ajouter automatiquement une boîte panier dans la division flottante"
 msgstr ""
 
@@ -2666,6 +2733,7 @@ msgstr "Adaugă în coş"
 #: ../../application/modules/admin/views/scripts/profil/index.phtml:11
 #: ../../application/modules/admin/views/scripts/profil/index.phtml:9
 #: ../../application/modules/admin/controllers/ProfilController.php:409
+#: ../../application/modules/admin/controllers/ProfilController.php:413
 msgid "Ajouter un profil"
 msgstr "Adaugă un profil"
 
@@ -2752,6 +2820,7 @@ msgstr "Adaugă o categorie"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:119
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:134
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:208
+#: ../../application/modules/admin/controllers/WidgetController.php:185
 #, fuzzy
 msgid "Ajouter une boîte"
 msgstr "Adaugă o categorie"
@@ -2764,6 +2833,11 @@ msgstr "Adaugă o categorie"
 msgid "Ajouter une boîte en-dessous"
 msgstr "Adaugă o localizare"
 
+#: ../../library/ZendAfi/View/Helper/FonctionsAdmin.php:167
+#, fuzzy, php-format
+msgid "Ajouter une boîte en-dessous de \"%s\""
+msgstr "Adaugă o localizare"
+
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:124
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:124
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:139
@@ -2785,6 +2859,7 @@ msgstr "Adaugă o categorie"
 #: ../../application/modules/opac/controllers/AbonneController.php:1116
 #: ../../application/modules/opac/controllers/AbonneController.php:1202
 #: ../../application/modules/opac/controllers/AbonneController.php:1204
+#: ../../application/modules/opac/controllers/AbonneController.php:1206
 #, fuzzy
 msgid "Ajouter une carte"
 msgstr "Adaugă o localizare"
@@ -2923,12 +2998,15 @@ msgstr "Modificarea abonamentelor mele"
 #: ../../library/ZendAfi/Form/Album.php:49
 #: ../../library/ZendAfi/Form/Album.php:50
 #: ../../library/ZendAfi/View/Helper/Notice/Dilicom.php:46
+#: ../../application/modules/admin/controllers/HarvestController.php:127
+#: ../../application/modules/admin/controllers/HarvestController.php:184
 msgid "Album"
 msgstr ""
 
 #: ../../application/modules/admin/controllers/HarvestController.php:155
 #: ../../application/modules/admin/controllers/HarvestController.php:133
 #: ../../application/modules/admin/controllers/HarvestController.php:133
+#: ../../application/modules/admin/controllers/HarvestController.php:132
 #, php-format
 msgid "Album \"%s\" importé de Jamendo"
 msgstr ""
@@ -2936,6 +3014,7 @@ msgstr ""
 #: ../../application/modules/admin/controllers/HarvestController.php:212
 #: ../../application/modules/admin/controllers/HarvestController.php:190
 #: ../../application/modules/admin/controllers/HarvestController.php:190
+#: ../../application/modules/admin/controllers/HarvestController.php:189
 #, php-format
 msgid "Album \"%s\" importé de SoundCloud"
 msgstr ""
@@ -3016,6 +3095,7 @@ msgstr "Criterii de selecţie"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:267
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:292
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:366
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:371
 msgid "Amber IDE"
 msgstr ""
 
@@ -3251,6 +3331,7 @@ msgstr ""
 
 #: ../../library/ZendAfi/Controller/Plugin/InspectorGadget.php:155
 #: ../../library/ZendAfi/Controller/Plugin/InspectorGadget.php:161
+#: ../../library/ZendAfi/Controller/Plugin/InspectorGadget.php:168
 #, fuzzy, php-format
 msgid "Appels webservices (%s)"
 msgstr "Test servicii web"
@@ -3397,6 +3478,7 @@ msgstr "Categorie"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:257
 #: ../../application/modules/admin/controllers/CmsController.php:103
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:331
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:336
 msgid "Articles"
 msgstr "Articole"
 
@@ -3438,6 +3520,7 @@ msgstr ""
 
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:252
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:326
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:331
 #, php-format
 msgid "Assistance (%d)"
 msgstr ""
@@ -3454,6 +3537,7 @@ msgid "Associer à"
 msgstr ""
 
 #: ../../library/ZendAfi/View/Helper/ProfileComposition.php:104
+#: ../../library/ZendAfi/View/Helper/ProfileComposition.php:105
 msgid ""
 "Attention. Cette division est partagée entre toutes les pages du profil."
 msgstr ""
@@ -3488,8 +3572,7 @@ msgstr "Tip de document"
 #: ../../library/ZendAfi/View/Helper/Redmine/Header.php:124
 #: ../../library/ZendAfi/View/Helper/Abonne/Resume.php:77
 #: ../../library/ZendAfi/Form/Admin/ExternalAgenda.php:57
-#: ../../library/Class/ModeleFusion.php:75
-#: ../../library/Class/Ouverture.php:50
+#: ../../library/Class/ModeleFusion.php:75 ../../library/Class/Ouverture.php:50
 #: ../../library/ZendAfi/Form/Album.php:235
 #: ../../library/ZendAfi/Form/Admin/News.php:243
 #: ../../library/ZendAfi/Form/Admin/Library.php:263
@@ -3513,8 +3596,7 @@ msgstr "nici o"
 msgid "Aucun album présent pour cette ressource"
 msgstr "Moderare"
 
-#: ../../library/Class/NoticeHtml.php:69
-#: ../../library/Class/NoticeHtml.php:69
+#: ../../library/Class/NoticeHtml.php:69
 ../../library/Class/NoticeHtml.php:69
 msgid "Aucun article n'a été trouvé"
 msgstr "Nu a fost găsit nici un articol"
 
@@ -3570,6 +3652,11 @@ msgstr "Nici un conţinut"
 msgid "Aucun courriel envoyé, erreur: "
 msgstr ""
 
+#: ../../application/modules/opac/controllers/AbonneController.php:965
+#, php-format
+msgid "Aucun courriel envoyé, erreur: %s"
+msgstr ""
+
 #: ../../application/modules/admin/controllers/ModoController.php:833
 #: ../../application/modules/admin/controllers/ModoController.php:833
 #: ../../application/modules/admin/controllers/ModoController.php:882
@@ -4143,6 +4230,7 @@ msgstr "Autori"
 #: ../../application/modules/opac/controllers/AuthController.php:237
 #: ../../application/modules/opac/controllers/AuthController.php:237
 #: ../../application/modules/opac/controllers/AuthController.php:242
+#: ../../application/modules/opac/controllers/AuthController.php:241
 #, fuzzy
 msgid "Authentification"
 msgstr "Identificare"
@@ -4166,7 +4254,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:289 ../../library/Class/AdminVar.php:292
 #: ../../library/Class/AdminVar.php:311 ../../library/Class/AdminVar.php:313
 #: ../../library/Class/AdminVar.php:316 ../../library/Class/AdminVar.php:308
-#: ../../library/Class/AdminVar.php:309
+#: ../../library/Class/AdminVar.php:309 ../../library/Class/AdminVar.php:306
 msgid "Autoriser l'accès aux API OAUTH via HTTP (non sécurisé - déconseillé)"
 msgstr ""
 
@@ -4368,6 +4456,7 @@ msgstr "Trailer"
 #: ../../library/ZendAfi/Form/Configuration/Profile.php:383
 #: ../../library/ZendAfi/Form/Configuration/Profile.php:383
 #: ../../library/ZendAfi/View/Helper/ProfileComposition.php:101
+#: ../../library/ZendAfi/View/Helper/ProfileComposition.php:102
 #, fuzzy
 msgid "Banniere"
 msgstr "Banner"
@@ -4459,6 +4548,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:141
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:138
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:137
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:139
 msgid "Batchs"
 msgstr ""
 
@@ -4703,6 +4793,7 @@ msgstr "Bibliotecă(i)"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:120
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:40
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Codification/Library.php:33
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:122
 msgid "Bibliothèques"
 msgstr "Biblioteci"
 
@@ -4772,6 +4863,7 @@ msgstr "Biografii"
 #: ../../library/Class/Codification.php:223
 #: ../../application/modules/telephone/controllers/RechercheController.php:67
 #: ../../library/Class/Codification.php:223
+#: ../../application/modules/telephone/controllers/RechercheController.php:64
 #, fuzzy
 msgid "Biographie de l'auteur"
 msgstr "Biografii"
@@ -4779,12 +4871,14 @@ msgstr "Biografii"
 #: ../../application/modules/opac/views/scripts/head.phtml:79
 #: ../../application/modules/opac/views/scripts/head.phtml:78
 #: ../../application/modules/opac/views/scripts/head.phtml:78
+#: ../../application/modules/opac/views/scripts/head.phtml:77
 msgid "Blanc sur noir"
 msgstr ""
 
 #: ../../application/modules/opac/views/scripts/head.phtml:85
 #: ../../application/modules/opac/views/scripts/head.phtml:84
 #: ../../application/modules/opac/views/scripts/head.phtml:84
+#: ../../application/modules/opac/views/scripts/head.phtml:83
 msgid "Bleu sur jaune"
 msgstr ""
 
@@ -4979,6 +5073,7 @@ msgstr "Vedeţi planul"
 
 #: ../../library/Class/Profil/Templates.php:48
 #: ../../library/Class/Profil/Templates.php:48
+#: ../../library/Class/Profil/Templates.php:46
 msgid "Boite par défaut de la division"
 msgstr "Căsuţă setări iniţiale pentru diviziune"
 
@@ -5066,6 +5161,12 @@ msgid ""
 "est téléchargeable à partir d'Inspector Gadget. Nécessite une activation."
 msgstr ""
 
+#: ../../library/Class/Feature/List.php:443
+#, fuzzy
+msgid ""
+"Bokeh permet d'envoyer un lien de réinitialisation du mot de passe par mail."
+msgstr "Tocmai v-a fost trimis un email cu datele dvs. de conectare."
+
 #: ../../library/Class/Feature/List.php:108
 msgid ""
 "Bokeh permet de créer des formulaires personnalisés destinés aux "
@@ -5115,7 +5216,7 @@ msgstr ""
 #: ../../library/Class/Users.php:1077 ../../library/Class/Users.php:1098
 #: ../../library/Class/Feature/Description.php:58
 #: ../../library/Class/Users.php:1093 ../../library/Class/Users.php:1095
-#: ../../library/Class/Users.php:1083
+#: ../../library/Class/Users.php:1083 ../../library/Class/Users.php:1078
 msgid "Bonjour,"
 msgstr "Bună ziua,"
 
@@ -5151,11 +5252,10 @@ msgstr ""
 
 #: ../../library/Class/Users.php:1135
 ../../library/Class/Users.php:1135
 #: ../../library/Class/User/LostPass.php:104
-#: ../../library/Class/User/LostPass.php:137
-#: ../../library/Class/Users.php:1144 ../../library/Class/Users.php:1123
-#: ../../library/Class/Users.php:1126 ../../library/Class/Users.php:1130
-#: ../../library/Class/Users.php:1151 ../../library/Class/Users.php:1146
-#: ../../library/Class/Users.php:1148
+#: ../../library/Class/User/LostPass.php:137 ../../library/Class/Users.php:1144
+#: ../../library/Class/Users.php:1123 ../../library/Class/Users.php:1126
+#: ../../library/Class/Users.php:1130 ../../library/Class/Users.php:1151
+#: ../../library/Class/Users.php:1146 ../../library/Class/Users.php:1148
 #: ../../library/Class/User/LostPass.php:147
 msgid "Bonne navigation sur le portail"
 msgstr "Navigare plăcută pe portal"
@@ -5167,6 +5267,7 @@ msgid "Boutons précédent et suivant"
 msgstr "Rezultatele precedente"
 
 #: ../../library/Class/Article.php:1232 ../../library/Class/Album.php:213
+#: ../../library/Class/Album.php:214
 msgid "Brouillon"
 msgstr ""
 
@@ -5222,6 +5323,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:149
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:146
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:145
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:147
 msgid "Cache des images"
 msgstr "Ascunde imagini"
 
@@ -5291,6 +5393,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AbonneController.php:1129
 #: ../../application/modules/opac/controllers/AbonneController.php:1215
 #: ../../application/modules/opac/controllers/AbonneController.php:1217
+#: ../../application/modules/opac/controllers/AbonneController.php:1219
 msgid "Carte"
 msgstr "Harta"
 
@@ -5305,6 +5408,7 @@ msgstr "Harta"
 #: ../../application/modules/opac/controllers/AbonneController.php:1158
 #: ../../application/modules/opac/controllers/AbonneController.php:1244
 #: ../../application/modules/opac/controllers/AbonneController.php:1246
+#: ../../application/modules/opac/controllers/AbonneController.php:1248
 #, fuzzy, php-format
 msgid "Carte de \"%s\" ajoutée"
 msgstr "Ultimele site-uri adăugate"
@@ -5337,6 +5441,7 @@ msgstr "Fişă bibliotecă:     "
 #: ../../application/modules/opac/controllers/AbonneController.php:1105
 #: ../../application/modules/opac/controllers/AbonneController.php:1191
 #: ../../application/modules/opac/controllers/AbonneController.php:1193
+#: ../../application/modules/opac/controllers/AbonneController.php:1195
 #, fuzzy
 msgid "Carte introuvable"
 msgstr "Utilizator"
@@ -5365,6 +5470,7 @@ msgstr "Catalog"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:171
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:167
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:164
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:166
 #, fuzzy
 msgid "Catalogues"
 msgstr "Catalog"
@@ -5524,6 +5630,7 @@ msgid "Cause"
 msgstr "Cauză"
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:329
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:354
 msgid "Ce chemin n'existe pas"
 msgstr ""
 
@@ -5550,6 +5657,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/ModulesController.php:86
 #: ../../application/modules/opac/controllers/ModulesController.php:79
 #: ../../application/modules/opac/controllers/ModulesController.php:78
+#: ../../application/modules/opac/controllers/ModulesController.php:77
 msgid ""
 "Ce document ne possède pas de configuration permettant d'utiliser cette URL."
 msgstr ""
@@ -5560,11 +5668,13 @@ msgid "Ce domaine ne renvoie aucun résultat."
 msgstr "Acest meniu nu conţine date"
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:357
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:382
 #, fuzzy
 msgid "Ce dossier est vide."
 msgstr "Acest coÅŸ este gol"
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:354
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:379
 #, fuzzy
 msgid "Ce dossier ne contient pas de fichier."
 msgstr "Acest meniu nu conţine date"
@@ -5674,7 +5784,7 @@ msgstr ""
 #: ../../library/Class/Users.php:1072 ../../library/Class/Users.php:1051
 #: ../../library/Class/Users.php:1053 ../../library/Class/Users.php:1057
 #: ../../library/Class/Users.php:1078 ../../library/Class/Users.php:1073
-#: ../../library/Class/Users.php:1075
+#: ../../library/Class/Users.php:1075 ../../library/Class/Users.php:1058
 msgid "Cet identifiant existe déjà."
 msgstr "Acest nume de utilizator există deja."
 
@@ -5685,6 +5795,7 @@ msgstr "Acest nume de utilizator există deja."
 #: ../../application/modules/opac/controllers/AuthController.php:542
 #: ../../application/modules/opac/controllers/AuthController.php:537
 #: ../../application/modules/opac/controllers/AuthController.php:549
+#: ../../application/modules/opac/controllers/AuthController.php:541
 msgid "Cette fonctionnalité n'est pas activée."
 msgstr ""
 
@@ -5889,6 +6000,7 @@ msgstr "Câmpuri disponibile"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:156
 #: ../../library/Class/Feature/List.php:52
 #: ../../library/ZendAfi/Form/Admin/Library.php:229
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:158
 #, fuzzy
 msgid "Champs personnalisés"
 msgstr "Câmpuri selectate"
@@ -5900,6 +6012,7 @@ msgid "Champs personnalisés: %s \"%s\""
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:240 ../../library/Class/AdminVar.php:238
+#: ../../library/Class/AdminVar.php:235
 #, php-format
 msgid "Champs servant à la détection des doublons. Champs possibles : %s"
 msgstr ""
@@ -5967,6 +6080,7 @@ msgid "Chaîne de caratères à remplacer"
 msgstr ""
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:385
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:410
 msgid "Chemin"
 msgstr ""
 
@@ -5974,7 +6088,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:330 ../../library/Class/AdminVar.php:336
 #: ../../library/Class/AdminVar.php:355 ../../library/Class/AdminVar.php:357
 #: ../../library/Class/AdminVar.php:360 ../../library/Class/AdminVar.php:352
-#: ../../library/Class/AdminVar.php:353
+#: ../../library/Class/AdminVar.php:353 ../../library/Class/AdminVar.php:350
 #, php-format
 msgid "Chemin vers les skins personnalisées, relatif à %s"
 msgstr ""
@@ -6121,7 +6235,7 @@ msgstr "Cheie"
 #: ../../library/Class/AdminVar.php:288 ../../library/Class/AdminVar.php:294
 #: ../../library/Class/AdminVar.php:313 ../../library/Class/AdminVar.php:315
 #: ../../library/Class/AdminVar.php:318 ../../library/Class/AdminVar.php:310
-#: ../../library/Class/AdminVar.php:311
+#: ../../library/Class/AdminVar.php:311 ../../library/Class/AdminVar.php:308
 msgid ""
 "Clef d'activation pour le plan d'accès google map. <a target=\"_blank\" href="
 "\"http://code.google.com/apis/maps/signup.html\">Obtenir la clé google map</"
@@ -6169,7 +6283,7 @@ msgstr "Faceţi clic aici pentru a modifica"
 #: ../../library/Class/AdminVar.php:294 ../../library/Class/AdminVar.php:300
 #: ../../library/Class/AdminVar.php:319 ../../library/Class/AdminVar.php:321
 #: ../../library/Class/AdminVar.php:324 ../../library/Class/AdminVar.php:316
-#: ../../library/Class/AdminVar.php:317
+#: ../../library/Class/AdminVar.php:317 ../../library/Class/AdminVar.php:314
 msgid ""
 "Clé API Bluga Webthumb <a target=\"_blank\" href=\"http://webthumb.bluga.net/"
 "home\">http://webthumb.bluga.net/home</a>"
@@ -6202,7 +6316,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:211
 ../../library/Class/AdminVar.php:212
 #: ../../library/Class/AdminVar.php:209 ../../library/Class/AdminVar.php:228
 #: ../../library/Class/AdminVar.php:230 ../../library/Class/AdminVar.php:222
-#: ../../library/Class/AdminVar.php:220
+#: ../../library/Class/AdminVar.php:220 ../../library/Class/AdminVar.php:217
 msgid ""
 "Clé d'encodage Kidilangues pour le portail. Cette clé doit être fournie par "
 "Kidilangues."
@@ -6211,7 +6325,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:212
 ../../library/Class/AdminVar.php:213
 #: ../../library/Class/AdminVar.php:210 ../../library/Class/AdminVar.php:229
 #: ../../library/Class/AdminVar.php:231 ../../library/Class/AdminVar.php:223
-#: ../../library/Class/AdminVar.php:221
+#: ../../library/Class/AdminVar.php:221 ../../library/Class/AdminVar.php:218
 msgid ""
 "Clé d'identification Kidilangues pour le portail. Cette clé doit être "
 "fournie par Kidilangues."
@@ -6220,6 +6334,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:185
 ../../library/Class/AdminVar.php:186
 #: ../../library/Class/AdminVar.php:183 ../../library/Class/AdminVar.php:202
 #: ../../library/Class/AdminVar.php:204 ../../library/Class/AdminVar.php:196
+#: ../../library/Class/AdminVar.php:193
 msgid ""
 "Clé d'identification MyCOW.EU pour le portail. Cette clé doit être fournie "
 "par MyCOW.EU. Elle active la ressource numérique dans le portail."
@@ -6228,7 +6343,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:216
 ../../library/Class/AdminVar.php:217
 #: ../../library/Class/AdminVar.php:214 ../../library/Class/AdminVar.php:233
 #: ../../library/Class/AdminVar.php:235 ../../library/Class/AdminVar.php:227
-#: ../../library/Class/AdminVar.php:225
+#: ../../library/Class/AdminVar.php:225 ../../library/Class/AdminVar.php:222
 msgid ""
 "Clé d'identification Premier-Chapitre de la bibliothèque. Cette clé doit "
 "être fournie par Premier-Chapitre."
@@ -6237,6 +6352,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:166
 ../../library/Class/AdminVar.php:167
 #: ../../library/Class/AdminVar.php:164 ../../library/Class/AdminVar.php:183
 #: ../../library/Class/AdminVar.php:185 ../../library/Class/AdminVar.php:177
+#: ../../library/Class/AdminVar.php:174
 msgid "Clé de sécurité Vodeclic"
 msgstr ""
 
@@ -6251,7 +6367,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:306 ../../library/Class/AdminVar.php:312
 #: ../../library/Class/AdminVar.php:331 ../../library/Class/AdminVar.php:333
 #: ../../library/Class/AdminVar.php:336 ../../library/Class/AdminVar.php:328
-#: ../../library/Class/AdminVar.php:329
+#: ../../library/Class/AdminVar.php:329 ../../library/Class/AdminVar.php:326
 msgid "Clé publique pour le cryptage des données AFI-Multimédia"
 msgstr ""
 
@@ -6259,13 +6375,14 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:308 ../../library/Class/AdminVar.php:314
 #: ../../library/Class/AdminVar.php:333 ../../library/Class/AdminVar.php:335
 #: ../../library/Class/AdminVar.php:338 ../../library/Class/AdminVar.php:330
-#: ../../library/Class/AdminVar.php:331
+#: ../../library/Class/AdminVar.php:331 ../../library/Class/AdminVar.php:328
 msgid "Clé publique pour le cryptage des données Aesis Webkiosk"
 msgstr ""
 
 #: ../../library/ZendAfi/Controller/Action/Helper/ThesauriListViewMode.php:125
 #: ../../library/ZendAfi/Controller/Action/Helper/ThesauriListViewMode.php:136
 #: ../../library/ZendAfi/Form/Admin/Thesauri.php:40
+#: ../../library/ZendAfi/Form/Admin/AuthorFunction.php:30
 msgid "Code"
 msgstr ""
 
@@ -6296,6 +6413,7 @@ msgstr "Bibliotecă :"
 #: ../../library/Class/ListViewModeDescription/Pcdm4.php:59
 #: ../../library/Class/ListViewModeDescription/Pcdm4.php:67
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/Flat.php:73
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/Flat.php:72
 #, fuzzy
 msgid "Code facette"
 msgstr "Tipuri de documente"
@@ -6371,6 +6489,7 @@ msgstr ""
 
 #: ../../library/Class/Codification.php:403
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:106
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:111
 #, fuzzy
 msgid "Codification"
 msgstr "Identificare"
@@ -6548,6 +6667,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AbonneController.php:1223
 #: ../../application/modules/opac/controllers/AbonneController.php:1309
 #: ../../application/modules/opac/controllers/AbonneController.php:1311
+#: ../../application/modules/opac/controllers/AbonneController.php:1313
 #, fuzzy
 msgid "Compléter votre adresse  email"
 msgstr "Adresa dvs. de e-mail :"
@@ -6622,6 +6742,7 @@ msgstr "Conectare "
 #: ../../library/Class/Feature/List.php:133
 #: ../../library/Class/Feature/List.php:345
 #: ../../library/Class/Feature/List.php:424
+#: ../../library/Class/Feature/List.php:446
 #, fuzzy
 msgid "Compte lecteur"
 msgstr "Conectare "
@@ -6696,6 +6817,7 @@ msgstr "Configurare"
 #: ../../application/modules/admin/controllers/ProfilController.php:341
 #: ../../application/modules/admin/controllers/ProfilController.php:366
 #: ../../application/modules/admin/controllers/ProfilController.php:357
+#: ../../application/modules/admin/controllers/ProfilController.php:361
 #, fuzzy, php-format
 msgid "Configuration de la page: %s"
 msgstr "Configurare"
@@ -6728,6 +6850,7 @@ msgstr "Configurare"
 #: ../../application/modules/admin/controllers/ProfilController.php:492
 #: ../../application/modules/admin/controllers/ProfilController.php:522
 #: ../../application/modules/admin/controllers/ProfilController.php:513
+#: ../../application/modules/admin/controllers/ProfilController.php:517
 msgid "Configuration des pages appliquée à tous les autres profils."
 msgstr ""
 
@@ -6850,6 +6973,7 @@ msgstr "Condiţii de înscriere"
 #: ../../application/modules/opac/controllers/AuthController.php:506
 #: ../../application/modules/opac/controllers/AuthController.php:501
 #: ../../application/modules/opac/controllers/AuthController.php:513
+#: ../../application/modules/opac/controllers/AuthController.php:505
 #, fuzzy
 msgid "Confirmation d'inscription à la newsletter: "
 msgstr "Condiţii de înscriere"
@@ -6991,6 +7115,7 @@ msgstr "Rezervare"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:246
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:271
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:345
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:350
 #, fuzzy
 msgid "Console d'administration"
 msgstr "Administrarea portalului"
@@ -7048,6 +7173,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/RechercheController.php:537
 #: ../../application/modules/opac/controllers/RechercheController.php:565
 #: ../../application/modules/opac/controllers/RechercheController.php:559
+#: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:410
 #, fuzzy
 msgid "Consultation sur place"
 msgstr "Consultare"
@@ -7126,6 +7252,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:284 ../../library/Class/AdminVar.php:286
 #: ../../library/Class/AdminVar.php:288 ../../library/Class/AdminVar.php:280
 #: ../../library/Class/AdminVar.php:283 ../../library/Class/AdminVar.php:281
+#: ../../library/Class/AdminVar.php:278
 msgid ""
 "Contenu de l'email de notification d'article en attente de validation. "
 "Termes substitués: TITRE_ARTICLE, URL_ARTICLE, AUTHOR_ARTICLE, "
@@ -7137,6 +7264,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:285 ../../library/Class/AdminVar.php:287
 #: ../../library/Class/AdminVar.php:289 ../../library/Class/AdminVar.php:281
 #: ../../library/Class/AdminVar.php:284 ../../library/Class/AdminVar.php:282
+#: ../../library/Class/AdminVar.php:279
 msgid ""
 "Contenu de l'email de notification de refus d'un article à valider. Termes "
 "substitués: TITRE_ARTICLE, URL_ARTICLE, AUTHOR_ARTICLE, SAVED_BY_ARTICLE"
@@ -7147,6 +7275,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:286 ../../library/Class/AdminVar.php:288
 #: ../../library/Class/AdminVar.php:290 ../../library/Class/AdminVar.php:282
 #: ../../library/Class/AdminVar.php:285 ../../library/Class/AdminVar.php:283
+#: ../../library/Class/AdminVar.php:280
 msgid ""
 "Contenu de l'email de notification de validation d'un article. Termes "
 "substitués: TITRE_ARTICLE, URL_ARTICLE, AUTHOR_ARTICLE, SAVED_BY_ARTICLE"
@@ -7216,6 +7345,7 @@ msgstr "conţine"
 #: ../../library/Class/AdminVar.php:173
 ../../library/Class/AdminVar.php:174
 #: ../../library/Class/AdminVar.php:171 ../../library/Class/AdminVar.php:190
 #: ../../library/Class/AdminVar.php:192 ../../library/Class/AdminVar.php:184
+#: ../../library/Class/AdminVar.php:181
 msgid "Contracteur du PNB Dilicom"
 msgstr ""
 
@@ -7442,6 +7572,7 @@ msgstr "Critică"
 #: ../../application/modules/telephone/views/scripts/blog/viewcritiques.phtml:2
 #: ../../application/modules/telephone/controllers/RechercheController.php:63
 #: ../../library/Class/Codification.php:219
+#: ../../application/modules/telephone/controllers/RechercheController.php:60
 #, fuzzy
 msgid "Critiques"
 msgstr "Critică"
@@ -7895,7 +8026,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:301 ../../library/Class/AdminVar.php:307
 #: ../../library/Class/AdminVar.php:326 ../../library/Class/AdminVar.php:328
 #: ../../library/Class/AdminVar.php:331 ../../library/Class/AdminVar.php:323
-#: ../../library/Class/AdminVar.php:324
+#: ../../library/Class/AdminVar.php:324 ../../library/Class/AdminVar.php:321
 msgid "Date du dernier vidage manuel du cache"
 msgstr ""
 
@@ -7954,6 +8085,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:291 ../../library/Class/AdminVar.php:310
 #: ../../library/Class/AdminVar.php:312 ../../library/Class/AdminVar.php:315
 #: ../../library/Class/AdminVar.php:307 ../../library/Class/AdminVar.php:308
+#: ../../library/Class/AdminVar.php:305
 msgid ""
 "De plus, à la connexion, l'enregistrement des mots de passes des abonnés est "
 "désactivé."
@@ -7990,6 +8122,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:444
 #: ../../application/modules/opac/controllers/AuthController.php:439
 #: ../../application/modules/opac/controllers/AuthController.php:451
+#: ../../application/modules/opac/controllers/AuthController.php:443
 #, fuzzy
 msgid "Demande d'inscription à la lettre d'information: "
 msgstr "la buletinul informativ"
@@ -8001,6 +8134,7 @@ msgstr "la buletinul informativ"
 #: ../../application/modules/opac/controllers/AuthController.php:538
 #: ../../application/modules/opac/controllers/AuthController.php:533
 #: ../../application/modules/opac/controllers/AuthController.php:545
+#: ../../application/modules/opac/controllers/AuthController.php:537
 #, fuzzy
 msgid "Demande de préinscription"
 msgstr "Cereri de înscriere"
@@ -8287,6 +8421,7 @@ msgstr "Cerere de rezervare a unui document"
 #: ../../library/Class/Codification.php:218
 #: ../../application/modules/telephone/controllers/RechercheController.php:61
 #: ../../library/Class/Codification.php:218
+#: ../../application/modules/telephone/controllers/RechercheController.php:58
 #, fuzzy
 msgid "Description du document"
 msgstr "Cerere de rezervare a unui document"
@@ -8387,6 +8522,7 @@ msgid "Dimanche"
 msgstr ""
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:384
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:409
 #, fuzzy
 msgid "Dimensions"
 msgstr "Versiune"
@@ -8489,8 +8625,14 @@ msgid ""
 "intégration dans Gallica et Europeana"
 msgstr ""
 
+#: ../../library/Class/Systeme/ModulesAccueil/Section.php:27
+#, fuzzy
+msgid "Division"
+msgstr "Versiune"
+
 #: ../../library/ZendAfi/View/Helper/ProfileComposition.php:126
 #: ../../library/ZendAfi/View/Helper/ProfileComposition.php:118
+#: ../../library/ZendAfi/View/Helper/ProfileComposition.php:126
 #, fuzzy, php-format
 msgid "Division %d"
 msgstr "Versiune"
@@ -8501,11 +8643,32 @@ msgstr "Versiune"
 msgid "Division 3 toujours visible"
 msgstr "Aviz asupra articolelor"
 
+#: ../../library/Class/Systeme/ModulesAccueil/Section/Header.php:25
+#, fuzzy
+msgid "Division bannière"
+msgstr "Versiune"
+
 #: ../../library/ZendAfi/View/Helper/ProfileComposition.php:118
 #: ../../library/ZendAfi/View/Helper/ProfileComposition.php:110
+#: ../../library/ZendAfi/View/Helper/ProfileComposition.php:111
 msgid "Division flottante"
 msgstr ""
 
+#: ../../library/Class/Systeme/ModulesAccueil/Section/FloatSide.php:25
+msgid "Division optionnelle flottante"
+msgstr ""
+
+#: ../../library/Class/Systeme/ModulesAccueil/Section/Footer.php:25
+#: ../../library/ZendAfi/View/Helper/ProfileComposition.php:117
+#, fuzzy
+msgid "Division pied de page"
+msgstr "Versiune"
+
+#: ../../library/Class/Systeme/ModulesAccueil/Section/Main.php:25
+#, fuzzy
+msgid "Division principale"
+msgstr "Modificare titlu coÅŸ"
+
 #: ../../library/ZendAfi/View/Helper/ProfileComposition.php:104
 #: ../../library/ZendAfi/View/Helper/ProfileComposition.php:92
 #, fuzzy
@@ -8588,6 +8751,7 @@ msgstr "Documente apărute"
 #: ../../library/Class/Codification.php:226
 #: ../../application/modules/telephone/controllers/RechercheController.php:68
 #: ../../library/Class/Codification.php:226
+#: ../../application/modules/telephone/controllers/RechercheController.php:65
 #, fuzzy
 msgid "Documents similaires"
 msgstr "Instrucţiuni similare"
@@ -8638,7 +8802,7 @@ msgstr "Cataloguri dinamice"
 #: ../../library/Class/Album.php:1604 ../../library/Class/Album.php:1614
 #: ../../library/Class/Album.php:1630 ../../library/Class/Album.php:1631
 #: ../../library/Class/Album.php:1633 ../../library/Class/Album.php:1623
-#: ../../library/Class/Album.php:1626
+#: ../../library/Class/Album.php:1626 ../../library/Class/Album.php:1617
 #, fuzzy
 msgid "Domaine public"
 msgstr "Cataloguri dinamice"
@@ -8646,7 +8810,7 @@ msgstr "Cataloguri dinamice"
 #: ../../library/Class/AdminVar.php:206
 ../../library/Class/AdminVar.php:207
 #: ../../library/Class/AdminVar.php:204 ../../library/Class/AdminVar.php:223
 #: ../../library/Class/AdminVar.php:225 ../../library/Class/AdminVar.php:217
-#: ../../library/Class/AdminVar.php:215
+#: ../../library/Class/AdminVar.php:215 ../../library/Class/AdminVar.php:212
 msgid "Domaine utilisée par le serveur lectura pour authentification"
 msgstr ""
 
@@ -8676,6 +8840,7 @@ msgstr ""
 #: ../../library/Class/Catalogue.php:1200
 #: ../../library/Class/Catalogue.php:1238
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:339
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:344
 msgid "Domaines"
 msgstr "Cataloguri dinamice"
 
@@ -8797,6 +8962,7 @@ msgstr ""
 #: ../../application/modules/admin/controllers/ProfilController.php:254
 #: ../../application/modules/admin/controllers/ProfilController.php:261
 #: ../../application/modules/admin/controllers/ProfilController.php:261
+#: ../../application/modules/admin/controllers/ProfilController.php:265
 #, fuzzy
 msgid "Duplication impossible: "
 msgstr "Rezervări de instrucţiuni"
@@ -8882,6 +9048,7 @@ msgstr "Împrumuturi în curs"
 #: ../../library/Class/AdminVar.php:180
 ../../library/Class/AdminVar.php:181
 #: ../../library/Class/AdminVar.php:178 ../../library/Class/AdminVar.php:197
 #: ../../library/Class/AdminVar.php:199 ../../library/Class/AdminVar.php:191
+#: ../../library/Class/AdminVar.php:188
 msgid "Durée maximale (en jours) d'un prêt PNB Dilicom"
 msgstr ""
 
@@ -9004,6 +9171,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:296
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:321
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:395
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:400
 #, fuzzy
 msgid "Déplacement des boites"
 msgstr "defilare la dreapta"
@@ -9029,7 +9197,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:225
 ../../library/Class/AdminVar.php:226
 #: ../../library/Class/AdminVar.php:223 ../../library/Class/AdminVar.php:242
 #: ../../library/Class/AdminVar.php:244 ../../library/Class/AdminVar.php:236
-#: ../../library/Class/AdminVar.php:234
+#: ../../library/Class/AdminVar.php:234 ../../library/Class/AdminVar.php:231
 #, fuzzy
 msgid "Désactivation des suggestions d'achats"
 msgstr "Moderare alerte"
@@ -9053,7 +9221,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:291 ../../library/Class/AdminVar.php:297
 #: ../../library/Class/AdminVar.php:316 ../../library/Class/AdminVar.php:318
 #: ../../library/Class/AdminVar.php:321 ../../library/Class/AdminVar.php:313
-#: ../../library/Class/AdminVar.php:314
+#: ../../library/Class/AdminVar.php:314 ../../library/Class/AdminVar.php:311
 msgid "Désactiver pour passer le site en maintenance"
 msgstr ""
 
@@ -9110,6 +9278,7 @@ msgstr "la buletinul informativ"
 #: ../../application/modules/opac/controllers/AuthController.php:483
 #: ../../application/modules/opac/controllers/AuthController.php:478
 #: ../../application/modules/opac/controllers/AuthController.php:490
+#: ../../application/modules/opac/controllers/AuthController.php:482
 #, fuzzy
 msgid "Désinscription de la lettre d'information: "
 msgstr "la buletinul informativ"
@@ -9177,6 +9346,7 @@ msgstr "Validare selecţie"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:279
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:304
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:378
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:383
 msgid "Développement"
 msgstr ""
 
@@ -9289,6 +9459,7 @@ msgstr "Modificarea fiÅŸei dvs."
 #: ../../application/modules/admin/controllers/WidgetController.php:227
 #: ../../application/modules/admin/controllers/WidgetController.php:257
 #: ../../application/modules/admin/controllers/WidgetController.php:247
+#: ../../application/modules/admin/controllers/WidgetController.php:273
 #, php-format
 msgid "Echec de la sauvegarde de la configuration de %s"
 msgstr ""
@@ -9364,6 +9535,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:144
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:159
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:233
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:237
 #, fuzzy
 msgid "Editeur CSS"
 msgstr "Editor :"
@@ -9459,7 +9631,7 @@ msgstr "E-mailul administratorului"
 
 #: ../../library/Class/AdminVar.php:370 ../../library/Class/AdminVar.php:373
 #: ../../library/Class/AdminVar.php:365 ../../library/Class/AdminVar.php:368
-#: ../../library/Class/AdminVar.php:366
+#: ../../library/Class/AdminVar.php:366 ../../library/Class/AdminVar.php:363
 msgid ""
 "Email utilisé pour les demandes d'accompagnement de mise en place ou "
 "d'utilisation des fonctionnalités du logiciel"
@@ -9474,6 +9646,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Notice/Unimarc.php:118
 #: ../../library/ZendAfi/View/Helper/Notice/Unimarc.php:109
 #: ../../library/ZendAfi/View/Helper/Notice/Unimarc.php:115
+#: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:472
 msgid "Emplacement"
 msgstr "Amplasare"
 
@@ -9885,6 +10058,16 @@ msgstr "Trimiteţi"
 msgid "Erreur"
 msgstr "Eroare"
 
+#: ../../application/modules/admin/controllers/FileManagerController.php:268
+#, fuzzy, php-format
+msgid "Erreur : \"%s\". L'image \"%s\" n'a pas été compressée."
+msgstr "Nu a fost găsit nici un articol"
+
+#: ../../application/modules/admin/controllers/FileManagerController.php:251
+#, fuzzy, php-format
+msgid "Erreur : \"%s\". L'image \"%s\" n'a pas été redimensionnée."
+msgstr "Nu a fost găsită nici o informaţie"
+
 #: ../../library/Class/Cosmogramme/Integration/PhasePrepareIntegrations.php:79
 #: ../../library/Class/Cosmogramme/Integration/PhasePrepareIntegrations.php:79
 #, fuzzy, php-format
@@ -9949,6 +10132,7 @@ msgstr "Editor : %s"
 #: ../../library/ZendAfi/View/Helper/Accueil/Base.php:128
 #: ../../library/ZendAfi/View/Helper/Accueil/Base.php:129
 #: ../../library/ZendAfi/View/Helper/Accueil/Base.php:129
+#: ../../library/ZendAfi/View/Helper/Accueil/Base.php:148
 msgid "Erreur de configuration"
 msgstr "Eroare de configurare"
 
@@ -10008,6 +10192,7 @@ msgstr "Editor : %s"
 #: ../../application/modules/opac/controllers/AuthController.php:516
 #: ../../application/modules/opac/controllers/AuthController.php:511
 #: ../../application/modules/opac/controllers/AuthController.php:523
+#: ../../application/modules/opac/controllers/AuthController.php:515
 msgid "Erreur lors de l\\inscription à la newsletter."
 msgstr ""
 
@@ -10026,6 +10211,8 @@ msgid "Erreur lors de la création du ticket"
 msgstr "Editor : %s"
 
 #: ../../library/Class/Notice/Thumbnail/ResizeImage.php:95
+#: ../../library/Class/Notice/Thumbnail/ResizeImage.php:88
+#: ../../library/Class/Notice/Thumbnail/ResizeImage.php:105
 #, fuzzy, php-format
 msgid "Erreur lors du vignettage de l'image \"%s\". %s"
 msgstr "etichetă a instrucţiunii"
@@ -10055,6 +10242,7 @@ msgstr ""
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:402
 #: ../../application/modules/admin/controllers/FileManagerController.php:339
 #: ../../application/modules/admin/controllers/FileManagerController.php:345
+#: ../../application/modules/admin/controllers/FileManagerController.php:354
 #, fuzzy, php-format
 msgid "Erreur. Impossible de faire cette opération vers \"%s\"."
 msgstr "Imposibil de găsit această adresă"
@@ -10063,6 +10251,7 @@ msgstr "Imposibil de găsit această adresă"
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:356
 #: ../../application/modules/admin/controllers/FileManagerController.php:293
 #: ../../application/modules/admin/controllers/FileManagerController.php:299
+#: ../../application/modules/admin/controllers/FileManagerController.php:308
 #, php-format
 msgid "Erreur. Impossible de renommer \"%s\"."
 msgstr ""
@@ -10087,6 +10276,7 @@ msgstr ""
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:397
 #: ../../application/modules/admin/controllers/FileManagerController.php:334
 #: ../../application/modules/admin/controllers/FileManagerController.php:340
+#: ../../application/modules/admin/controllers/FileManagerController.php:349
 #, php-format
 msgid "Erreur. Le chemin \"%s\" n'existe pas."
 msgstr ""
@@ -10095,6 +10285,7 @@ msgstr ""
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:414
 #: ../../application/modules/admin/controllers/FileManagerController.php:351
 #: ../../application/modules/admin/controllers/FileManagerController.php:357
+#: ../../application/modules/admin/controllers/FileManagerController.php:366
 #, php-format
 msgid ""
 "Erreur. Vous ne pouvez pas téléverser un nouveau fichier car vous avez "
@@ -10148,6 +10339,11 @@ msgstr ""
 msgid "Espace utilisé :"
 msgstr "Temă"
 
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:68
+#, fuzzy, php-format
+msgid "Espace utilisé par le dossier \"%s\" :"
+msgstr "Temă"
+
 #: ../../application/modules/admin/views/scripts/feature/index.phtml:38
 #: ../../application/modules/admin/views/scripts/feature/index.phtml:63
 #: ../../application/modules/admin/views/scripts/feature/index.phtml:65
@@ -10171,6 +10367,11 @@ msgstr "Gestionare utilizatori"
 msgid "Essayer le SSO avec l'utilisateur \"%s\" pour l'album \"%s\""
 msgstr "Gestionare utilizatori"
 
+#: ../../library/ZendAfi/Controller/Plugin/Manager/Template.php:28
+#, fuzzy, php-format
+msgid "Essayer le modèle \"%s\""
+msgstr "Modificare bibliotecă: %s"
+
 #: ../../library/ZendAfi/Feed/SearchResultHeader.php:49
 #: ../../library/ZendAfi/Feed/SearchResultHeader.php:49
 msgid "Et "
@@ -10211,7 +10412,7 @@ msgstr "Export de coÅŸ"
 #: ../../library/Class/AdminVar.php:239 ../../library/Class/AdminVar.php:241
 #: ../../library/Class/AdminVar.php:260 ../../library/Class/AdminVar.php:262
 #: ../../library/Class/AdminVar.php:254 ../../library/Class/AdminVar.php:257
-#: ../../library/Class/AdminVar.php:255
+#: ../../library/Class/AdminVar.php:255 ../../library/Class/AdminVar.php:252
 msgid ""
 "Etendre automatiquement le résultat de recherche en rajoutant des \"OU\" "
 "entre les mots saisis"
@@ -10238,6 +10439,11 @@ msgstr "Sunteţi sigur(ă) că vreţi să ştergeţi această rezervare?"
 msgid "Etes-vous sur de vouloir désactiver cette tâche ?"
 msgstr "Sunteţi sigur(ă) că vreţi să suprimaţi acest strat?"
 
+#: ../../library/ZendAfi/Controller/Plugin/Manager/Template.php:39
+#, fuzzy, php-format
+msgid "Etes-vous sur de vouloir réinitialiser le modèle \"%s\" ?"
+msgstr "Sunteţi sigur(ă) că vreţi să suprimaţi acest strat?"
+
 #: ../../application/modules/admin/views/scripts/bib/planacces.phtml:12
 msgid "Etes-vous sur de vouloir supprimer ce point ?"
 msgstr "Sunteţi sigur(ă) că vreţi să suprimaţi acest punct?"
@@ -10367,6 +10573,7 @@ msgstr "Export de coÅŸ"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:154
 #: ../../library/Class/Feature/List.php:206
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:153
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:155
 #, fuzzy
 msgid "Explorateur de fichiers"
 msgstr "Export de coÅŸ"
@@ -10660,6 +10867,7 @@ msgstr "Gestionare utilizatori"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:261
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:286
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:360
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:365
 #, fuzzy
 msgid "Faire une demande de mise à jour de la charte graphique"
 msgstr "Actualizare a localizării"
@@ -10682,6 +10890,7 @@ msgstr "Tip de document"
 #: ../../application/modules/opac/controllers/AbonneController.php:1011
 #: ../../application/modules/opac/controllers/AbonneController.php:1097
 #: ../../application/modules/opac/controllers/AbonneController.php:1099
+#: ../../application/modules/opac/controllers/AbonneController.php:1101
 #, fuzzy
 msgid "Favoris sauvegardés"
 msgstr "Nu a fost găsit nici un articol"
@@ -10706,6 +10915,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/TagUploadMultiple.php:83
 #: ../../library/ZendAfi/View/Helper/TagUploadMultiple.php:88
 #: ../../library/ZendAfi/View/Helper/Button/Back.php:44
+#: ../../library/ZendAfi/View/Helper/Widget/Notify.php:48
 msgid "Fermer"
 msgstr "ÃŽnchidere"
 
@@ -11031,6 +11241,12 @@ msgstr "Actualităţi :"
 msgid "Fonctionnalités : "
 msgstr "Actualităţi :"
 
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:60
+#: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/AuthorFunction.php:31
+#, fuzzy
+msgid "Fonctions auteurs"
+msgstr "Actualităţi :"
+
 #: ../../library/ZendAfi/Form/Configuration/Widget/Libraries.php:98
 msgid "Fond de carte GeoJSON"
 msgstr ""
@@ -11062,7 +11278,7 @@ msgstr "Fonduri"
 #: ../../library/Class/AdminVar.php:286 ../../library/Class/AdminVar.php:288
 #: ../../library/Class/AdminVar.php:307 ../../library/Class/AdminVar.php:309
 #: ../../library/Class/AdminVar.php:312 ../../library/Class/AdminVar.php:304
-#: ../../library/Class/AdminVar.php:305
+#: ../../library/Class/AdminVar.php:305 ../../library/Class/AdminVar.php:302
 msgid ""
 "Forcer l'accès au site par le protocole HTTPS. Nécessite l'installation et "
 "la configuration appropriée du serveur Web"
@@ -11175,6 +11391,7 @@ msgstr "Orar"
 
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/SearchForm.php:38
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:154
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:156
 #, fuzzy
 msgid "Formulaires de recherche"
 msgstr "Căsuţă de căutare"
@@ -11259,6 +11476,7 @@ msgstr "Gen"
 #: ../../library/ZendAfi/View/Helper/LegacyAdvancedSearch.php:144
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:60
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Genre.php:33
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:64
 msgid "Genres"
 msgstr "Genuri"
 
@@ -11347,11 +11565,13 @@ msgstr "Administrator de conţinut"
 #: ../../library/Class/AdminVar.php:171
 ../../library/Class/AdminVar.php:172
 #: ../../library/Class/AdminVar.php:169 ../../library/Class/AdminVar.php:188
 #: ../../library/Class/AdminVar.php:190 ../../library/Class/AdminVar.php:182
+#: ../../library/Class/AdminVar.php:179
 msgid "Gln de la collectivité, il est fourni par Dilicom."
 msgstr ""
 
 #: ../../library/Class/FileManager/FileSystem.php:270
 #: ../../library/Class/FileManager/FileSystem.php:271
+#: ../../library/Class/FileManager/FileSystem.php:272
 msgid "Go"
 msgstr ""
 
@@ -11418,6 +11638,7 @@ msgstr "Modificare bibliotecă: %s"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:125
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:122
 #: ../../library/ZendAfi/Form/Admin/User.php:137
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:124
 msgid "Groupes"
 msgstr ""
 
@@ -11470,6 +11691,7 @@ msgstr "Selecţie de site-uri"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:154
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:151
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:150
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:152
 #, fuzzy
 msgid "Génération du site"
 msgstr "Selecţie de site-uri"
@@ -11593,6 +11815,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AbonneController.php:1012
 #: ../../application/modules/opac/controllers/AbonneController.php:1101
 #: ../../application/modules/opac/controllers/AbonneController.php:1103
+#: ../../application/modules/opac/controllers/AbonneController.php:1105
 #, fuzzy
 msgid "Gérer mes favoris"
 msgstr "Gestionare media"
@@ -11728,6 +11951,7 @@ msgstr "Critici redactate de %s"
 #: ../../library/ZendAfi/View/Helper/FonctionsAdmin.php:130
 #: ../../library/ZendAfi/View/Helper/TagEditArticle.php:74
 #: ../../library/ZendAfi/Controller/Plugin/Versionning/Article.php:43
+#: ../../library/ZendAfi/View/Helper/FonctionsAdmin.php:145
 #, fuzzy
 msgid "Historique des modifications"
 msgstr "Criterii de indexare"
@@ -11798,12 +12022,14 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:163
 ../../library/Class/AdminVar.php:164
 #: ../../library/Class/AdminVar.php:161 ../../library/Class/AdminVar.php:180
 #: ../../library/Class/AdminVar.php:182 ../../library/Class/AdminVar.php:174
+#: ../../library/Class/AdminVar.php:171
 msgid "ID client Jamendo"
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:164
 ../../library/Class/AdminVar.php:165
 #: ../../library/Class/AdminVar.php:162 ../../library/Class/AdminVar.php:181
 #: ../../library/Class/AdminVar.php:183 ../../library/Class/AdminVar.php:175
+#: ../../library/Class/AdminVar.php:172
 msgid "ID client SoundCloud"
 msgstr ""
 
@@ -11931,6 +12157,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:168
 ../../library/Class/AdminVar.php:169
 #: ../../library/Class/AdminVar.php:166 ../../library/Class/AdminVar.php:185
 #: ../../library/Class/AdminVar.php:187 ../../library/Class/AdminVar.php:179
+#: ../../library/Class/AdminVar.php:176
 #, fuzzy
 msgid "Identifiant code bibliothèque Vodeclic"
 msgstr "Gestionare biblioteci"
@@ -11943,6 +12170,7 @@ msgstr "Numele de utilizator începe cu     "
 #: ../../library/Class/AdminVar.php:194
 ../../library/Class/AdminVar.php:195
 #: ../../library/Class/AdminVar.php:192 ../../library/Class/AdminVar.php:211
 #: ../../library/Class/AdminVar.php:213 ../../library/Class/AdminVar.php:205
+#: ../../library/Class/AdminVar.php:202
 msgid "Identifiant d'accès au serveur OAI Cité de la Musique"
 msgstr ""
 
@@ -11954,6 +12182,7 @@ msgstr "Identificare"
 #: ../../library/Class/AdminVar.php:192
 ../../library/Class/AdminVar.php:193
 #: ../../library/Class/AdminVar.php:190 ../../library/Class/AdminVar.php:209
 #: ../../library/Class/AdminVar.php:211 ../../library/Class/AdminVar.php:203
+#: ../../library/Class/AdminVar.php:200
 msgid "Identifiant du portail chez 1D touch"
 msgstr ""
 
@@ -11961,7 +12190,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:231 ../../library/Class/AdminVar.php:233
 #: ../../library/Class/AdminVar.php:252 ../../library/Class/AdminVar.php:254
 #: ../../library/Class/AdminVar.php:246 ../../library/Class/AdminVar.php:249
-#: ../../library/Class/AdminVar.php:247
+#: ../../library/Class/AdminVar.php:247 ../../library/Class/AdminVar.php:244
 #, fuzzy
 msgid "Identifiant du project Redmine"
 msgstr "Numele de utilizator sau parola incorecte    "
@@ -11982,6 +12211,7 @@ msgstr "Numele de utilizator sau parola incorecte    "
 #: ../../application/modules/opac/controllers/AbonneController.php:1141
 #: ../../application/modules/opac/controllers/AbonneController.php:1227
 #: ../../application/modules/opac/controllers/AbonneController.php:1229
+#: ../../application/modules/opac/controllers/AbonneController.php:1231
 #, fuzzy
 msgid "Identifiant et/ou mot de passe incorrect"
 msgstr "Numele de utilizator sau parola incorecte    "
@@ -12022,6 +12252,7 @@ msgstr "Numele de utilizator sau parola incorecte    "
 #: ../../library/Class/AdminVar.php:167
 ../../library/Class/AdminVar.php:168
 #: ../../library/Class/AdminVar.php:165 ../../library/Class/AdminVar.php:184
 #: ../../library/Class/AdminVar.php:186 ../../library/Class/AdminVar.php:178
+#: ../../library/Class/AdminVar.php:175
 msgid "Identifiant partenaire Vodeclic"
 msgstr ""
 
@@ -12040,7 +12271,7 @@ msgstr "Nume de utilizator"
 #: ../../library/Class/AdminVar.php:338 ../../library/Class/AdminVar.php:344
 #: ../../library/Class/AdminVar.php:363 ../../library/Class/AdminVar.php:365
 #: ../../library/Class/AdminVar.php:368 ../../library/Class/AdminVar.php:360
-#: ../../library/Class/AdminVar.php:361
+#: ../../library/Class/AdminVar.php:361 ../../library/Class/AdminVar.php:358
 msgid ""
 "Identifiant unique (attention: la modification de cette variable impactera "
 "les outils de suivi de cette installation)"
@@ -12114,21 +12345,21 @@ msgstr "Trebuie completate toate câmpurile"
 
 #: ../../library/Class/Profil.php:1356 ../../library/Class/Profil.php:1357
 #: ../../library/Class/Profil.php:1377 ../../library/Class/Profil.php:1378
-#: ../../library/Class/Profil.php:1388
+#: ../../library/Class/Profil.php:1388 ../../library/Class/Profil.php:1398
 #, fuzzy
 msgid "Il manque la largeur de la division 1."
 msgstr "Căsuţă setări iniţiale pentru diviziune"
 
 #: ../../library/Class/Profil.php:1360 ../../library/Class/Profil.php:1361
 #: ../../library/Class/Profil.php:1381 ../../library/Class/Profil.php:1382
-#: ../../library/Class/Profil.php:1392
+#: ../../library/Class/Profil.php:1392 ../../library/Class/Profil.php:1402
 #, fuzzy
 msgid "Il manque la largeur de la division 2."
 msgstr "Căsuţă setări iniţiale pentru diviziune"
 
 #: ../../library/Class/Profil.php:1364 ../../library/Class/Profil.php:1365
 #: ../../library/Class/Profil.php:1385 ../../library/Class/Profil.php:1386
-#: ../../library/Class/Profil.php:1396
+#: ../../library/Class/Profil.php:1396 ../../library/Class/Profil.php:1406
 #, fuzzy
 msgid "Il manque la largeur de la division 3."
 msgstr "Căsuţă setări iniţiale pentru diviziune"
@@ -12156,8 +12387,7 @@ msgstr "Nu mai există sub-nivel"
 msgid "Il n'y a plus de sous-niveau"
 msgstr "Nu mai există sub-nivel"
 
-#: ../../library/Class/NoticeOAI.php:230
-#: ../../library/Class/NoticeOAI.php:230
+#: ../../library/Class/NoticeOAI.php:230
 ../../library/Class/NoticeOAI.php:230
 msgid "Il n'y aucun mot assez significatif pour la recherche"
 msgstr "Nu există nici un cuvânt destul de semnifivativ pentru căutare"
 
@@ -12191,6 +12421,11 @@ msgstr "Nu mai există sub-nivel"
 msgid "Il y a un problème avec l'adresse du flux RSS"
 msgstr "Este o problemă cu adresa fluxului RSS"
 
+#: ../../library/Class/Notice/Thumbnail/ResizeImage.php:54
+#, fuzzy
+msgid "Il y a un problème avec le fichier source."
+msgstr "Este o problemă cu adresa fluxului RSS"
+
 #: ../../application/modules/admin/views/scripts/bib/plansmaj.phtml:28
 #: ../../application/modules/admin/views/scripts/zone/_form.phtml:29
 #: ../../application/modules/admin/views/scripts/zone/_form.phtml:35
@@ -12243,6 +12478,7 @@ msgstr "Suport"
 #: ../../application/modules/admin/controllers/HarvestController.php:223
 #: ../../application/modules/admin/controllers/HarvestController.php:201
 #: ../../application/modules/admin/controllers/HarvestController.php:201
+#: ../../application/modules/admin/controllers/HarvestController.php:200
 msgid "Import SoundCloud"
 msgstr ""
 
@@ -12251,6 +12487,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:175
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:171
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:168
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:170
 msgid "Import Thesaurus"
 msgstr ""
 
@@ -12259,6 +12496,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:151
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:148
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:147
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:149
 msgid "Import avis opac2"
 msgstr ""
 
@@ -12313,6 +12551,8 @@ msgstr "Modificarea fiÅŸei dvs."
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Album.php:568
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Album.php:567
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Album.php:566
+#: ../../application/modules/admin/controllers/HarvestController.php:128
+#: ../../application/modules/admin/controllers/HarvestController.php:185
 msgid "Importer"
 msgstr ""
 
@@ -12367,6 +12607,11 @@ msgstr ""
 msgid "Impossible d\\`écrire le fichier sur le disque"
 msgstr "Imposibil de citit fluxul rss"
 
+#: ../../application/modules/admin/controllers/WidgetController.php:222
+#, fuzzy, php-format
+msgid "Impossible de configurer l'élément : \"%s\""
+msgstr "Imposibil de citit fluxul rss"
+
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:184
 #: ../../application/modules/admin/controllers/FileManagerController.php:116
 #, fuzzy, php-format
@@ -12757,6 +13002,7 @@ msgstr "Informaţie"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:145
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:144
 #: ../../application/modules/admin/controllers/SystemeController.php:229
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:146
 #, fuzzy
 msgid "Informations système"
 msgstr "Informaţie"
@@ -12819,6 +13065,7 @@ msgstr "ÃŽnscriere"
 #: ../../application/modules/opac/controllers/AuthController.php:427
 #: ../../application/modules/opac/controllers/AuthController.php:422
 #: ../../application/modules/opac/controllers/AuthController.php:434
+#: ../../application/modules/opac/controllers/AuthController.php:426
 #, fuzzy
 msgid "Inscription à la lettre d'information: "
 msgstr "la buletinul informativ"
@@ -12830,6 +13077,7 @@ msgstr "la buletinul informativ"
 #: ../../application/modules/opac/controllers/AuthController.php:509
 #: ../../application/modules/opac/controllers/AuthController.php:504
 #: ../../application/modules/opac/controllers/AuthController.php:516
+#: ../../application/modules/opac/controllers/AuthController.php:508
 msgid "Inscription à la newsletter invalide."
 msgstr ""
 
@@ -12862,7 +13110,7 @@ msgstr "Adaugă instrucţiunea în coş"
 #: ../../library/Class/AdminVar.php:312 ../../library/Class/AdminVar.php:318
 #: ../../library/Class/AdminVar.php:337 ../../library/Class/AdminVar.php:339
 #: ../../library/Class/AdminVar.php:342 ../../library/Class/AdminVar.php:334
-#: ../../library/Class/AdminVar.php:335
+#: ../../library/Class/AdminVar.php:335 ../../library/Class/AdminVar.php:332
 msgid "Interdire la modification de la fiche abonne"
 msgstr ""
 
@@ -13025,6 +13273,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:300 ../../library/Class/AdminVar.php:302
 #: ../../library/Class/AdminVar.php:304 ../../library/Class/AdminVar.php:296
 #: ../../library/Class/AdminVar.php:299 ../../library/Class/AdminVar.php:297
+#: ../../library/Class/AdminVar.php:294
 #, fuzzy
 msgid "Je ne veux plus recevoir cette lettre d'information"
 msgstr "Crearea unui buletin informativ"
@@ -13058,6 +13307,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:344
 #: ../../application/modules/opac/controllers/AuthController.php:339
 #: ../../application/modules/opac/controllers/AuthController.php:351
+#: ../../application/modules/opac/controllers/AuthController.php:336
 msgid "Jeton de réinitialisation expiré"
 msgstr ""
 
@@ -13065,6 +13315,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:341
 #: ../../application/modules/opac/controllers/AuthController.php:336
 #: ../../application/modules/opac/controllers/AuthController.php:348
+#: ../../application/modules/opac/controllers/AuthController.php:333
 #, fuzzy
 msgid "Jeton de réinitialisation invalide"
 msgstr "Codul anti-spam este invalid."
@@ -13140,6 +13391,7 @@ msgstr "Chioşc de instrucţiuni, carusel orizontal"
 
 #: ../../library/Class/FileManager/FileSystem.php:268
 #: ../../library/Class/FileManager/FileSystem.php:269
+#: ../../library/Class/FileManager/FileSystem.php:270
 msgid "Ko"
 msgstr ""
 
@@ -13225,13 +13477,14 @@ msgstr ""
 
 #: ../../application/modules/admin/controllers/OaiController.php:117
 #: ../../application/modules/admin/controllers/OaiController.php:117
+#: ../../application/modules/admin/controllers/OaiController.php:119
 #, php-format
 msgid "L'album \"%s\" a été créé"
 msgstr ""
 
 #: ../../library/Class/Album.php:1133
 ../../library/Class/Album.php:1133
 #: ../../library/Class/Album.php:1138 ../../library/Class/Album.php:1140
-#: ../../library/Class/Album.php:1141
+#: ../../library/Class/Album.php:1141 ../../library/Class/Album.php:1132
 msgid "L'album doit avoir un type de document"
 msgstr ""
 
@@ -13255,7 +13508,7 @@ msgstr "Nu a fost găsit nici un articol"
 
 #: ../../library/Class/Album.php:1126
 ../../library/Class/Album.php:1126
 #: ../../library/Class/Album.php:1131 ../../library/Class/Album.php:1133
-#: ../../library/Class/Album.php:1134
+#: ../../library/Class/Album.php:1134 ../../library/Class/Album.php:1125
 #, fuzzy, php-format
 msgid "L'année doit être comprise entre %s et %s"
 msgstr ""
@@ -13347,6 +13600,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/ModulesController.php:79
 #: ../../application/modules/opac/controllers/ModulesController.php:72
 #: ../../application/modules/opac/controllers/ModulesController.php:71
+#: ../../application/modules/opac/controllers/ModulesController.php:70
 msgid "L'identifiant du document demandé n'existe pas"
 msgstr ""
 
@@ -13354,7 +13608,7 @@ msgstr ""
 #: ../../library/Class/Users.php:1033 ../../library/Class/Users.php:1012
 #: ../../library/Class/Users.php:1014 ../../library/Class/Users.php:1018
 #: ../../library/Class/Users.php:1030 ../../library/Class/Users.php:1025
-#: ../../library/Class/Users.php:1013
+#: ../../library/Class/Users.php:1013 ../../library/Class/Users.php:1008
 msgid "L'identifiant que vous avez choisi existe déjà."
 msgstr "Numele de utilizator ales există deja."
 
@@ -13362,6 +13616,7 @@ msgstr "Numele de utilizator ales există deja."
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:323
 #: ../../application/modules/admin/controllers/FileManagerController.php:260
 #: ../../application/modules/admin/controllers/FileManagerController.php:261
+#: ../../application/modules/admin/controllers/FileManagerController.php:271
 #, fuzzy, php-format
 msgid "L'image \"%s\" a été compressée."
 msgstr "Nu a fost găsit nici un articol"
@@ -13370,6 +13625,7 @@ msgstr "Nu a fost găsit nici un articol"
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:311
 #: ../../application/modules/admin/controllers/FileManagerController.php:248
 #: ../../application/modules/admin/controllers/FileManagerController.php:249
+#: ../../application/modules/admin/controllers/FileManagerController.php:254
 #, fuzzy, php-format
 msgid "L'image \"%s\" a été redimensionnée."
 msgstr "Nu a fost găsită nici o informaţie"
@@ -13452,6 +13708,7 @@ msgid "L'utilisateur n'a pas renseigné son adresse e-mail."
 msgstr ""
 
 #: ../../application/modules/admin/controllers/FileManagerController.php:274
+#: ../../application/modules/admin/controllers/FileManagerController.php:283
 #, php-format
 msgid ""
 "L'élément \"%s\" ne peut pas être renommé car il est lié à des éléments "
@@ -13515,6 +13772,7 @@ msgstr "Biblioteca conţine %s instrucţiuni."
 #: ../../library/Class/Users.php:1023 ../../library/Class/Users.php:1027
 #: ../../library/Class/Users.php:1037 ../../library/Class/Users.php:1032
 #: ../../library/Class/Users.php:1034 ../../library/Class/Users.php:1022
+#: ../../library/Class/Users.php:1017
 #, php-format
 msgid "La bibliothèque est obligatoire pour le rôle : %s"
 msgstr "Biblioteca este obligatorie pentru rol : %s"
@@ -13603,6 +13861,11 @@ msgstr "Nu a fost găsită nici o informaţie"
 msgid "La configuration de la boite %s a été sauvegardée"
 msgstr "Nu a fost găsită nici o informaţie"
 
+#: ../../library/Class/Systeme/Widget/Section.php:72
+#, fuzzy, php-format
+msgid "La configuration de la section %s a été sauvegardée"
+msgstr "Nu a fost găsită nici o informaţie"
+
 #: ../../library/Class/Systeme/Widget/Menu.php:163
 #: ../../library/Class/Systeme/Widget/Menu.php:169
 #: ../../library/Class/Systeme/Widget/Menu.php:169
@@ -13612,13 +13875,13 @@ msgstr "Nu a fost găsită nici o informaţie"
 
 #: ../../library/Class/Profil.php:1384 ../../library/Class/Profil.php:1385
 #: ../../library/Class/Profil.php:1405 ../../library/Class/Profil.php:1406
-#: ../../library/Class/Profil.php:1416
+#: ../../library/Class/Profil.php:1416 ../../library/Class/Profil.php:1426
 msgid "La couleur des liens du bandeau doit être au format #001122"
 msgstr ""
 
 #: ../../library/Class/Profil.php:1380 ../../library/Class/Profil.php:1381
 #: ../../library/Class/Profil.php:1401 ../../library/Class/Profil.php:1402
-#: ../../library/Class/Profil.php:1412
+#: ../../library/Class/Profil.php:1412 ../../library/Class/Profil.php:1422
 msgid "La couleur du texte bandeau doit être au format #001122"
 msgstr ""
 
@@ -13644,7 +13907,7 @@ msgstr ""
 
 #: ../../library/Class/Profil.php:1345 ../../library/Class/Profil.php:1346
 #: ../../library/Class/Profil.php:1366 ../../library/Class/Profil.php:1367
-#: ../../library/Class/Profil.php:1377
+#: ../../library/Class/Profil.php:1377 ../../library/Class/Profil.php:1387
 #, fuzzy
 msgid "La largeur du site doit être comprise entre 800 et 2000 pixels."
 msgstr ""
@@ -13799,7 +14062,7 @@ msgstr ""
 
 #: ../../library/Class/Profil.php:1352 ../../library/Class/Profil.php:1353
 #: ../../library/Class/Profil.php:1373 ../../library/Class/Profil.php:1374
-#: ../../library/Class/Profil.php:1384
+#: ../../library/Class/Profil.php:1384 ../../library/Class/Profil.php:1394
 msgid ""
 "La somme des largeurs des divisions ne doit pas excéder la largeur du site."
 msgstr ""
@@ -13981,6 +14244,7 @@ msgstr "Limba "
 
 #: ../../library/Class/AdminVar.php:311 ../../library/Class/AdminVar.php:303
 #: ../../library/Class/AdminVar.php:306 ../../library/Class/AdminVar.php:304
+#: ../../library/Class/AdminVar.php:301
 msgid "Langue par défaut"
 msgstr ""
 
@@ -14002,6 +14266,7 @@ msgstr "Limba(i)"
 #: ../../library/ZendAfi/Form/Configuration/Domain.php:85
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:64
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Language.php:33
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:68
 msgid "Langues"
 msgstr "Limbi"
 
@@ -14154,14 +14419,14 @@ msgstr "Câmpul 'Nume de utilizator' trebuie să nu depăşească 50 de caracter
 #: ../../library/Class/Users.php:1029 ../../library/Class/Users.php:1008
 #: ../../library/Class/Users.php:1010 ../../library/Class/Users.php:1014
 #: ../../library/Class/Users.php:1026 ../../library/Class/Users.php:1021
-#: ../../library/Class/Users.php:1009
+#: ../../library/Class/Users.php:1009 ../../library/Class/Users.php:1004
 msgid "Le champ 'Identifiant' doit être inférieur à 50 caractères"
 msgstr "Câmpul 'Nume de utilizator' trebuie să nu depăşească 50 de caractere"
 
 #: ../../library/Class/Users.php:1028
 ../../library/Class/Users.php:1028
 #: ../../library/Class/Users.php:1037 ../../library/Class/Users.php:1016
 #: ../../library/Class/Users.php:1018 ../../library/Class/Users.php:1022
-#: ../../library/Class/Users.php:1033
+#: ../../library/Class/Users.php:1033 ../../library/Class/Users.php:1011
 #, fuzzy
 msgid "Le champ 'Mot de passe' doit être inférieur à 255 caractères"
 msgstr "Câmpul 'Parola' nu trebuie să depăşească 50 de caractere"
@@ -14271,6 +14536,11 @@ msgstr ""
 msgid "Le fichier est trop petit : %s mo -> taille minimum attendue : %s mo"
 msgstr ""
 
+#: ../../library/Class/Notice/Thumbnail/ResizeImage.php:73
+#, fuzzy
+msgid "Le fichier existe déjà."
+msgstr "Acest nume de utilizator există deja."
+
 #: ../../library/Class/SearchForm.php:142
 #, php-format
 msgid "Le fichier lié à ce formulaire a provoqué une erreur d'exécution : %s"
@@ -14400,6 +14670,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:271 ../../library/Class/AdminVar.php:273
 #: ../../library/Class/AdminVar.php:275 ../../library/Class/AdminVar.php:267
 #: ../../library/Class/AdminVar.php:270 ../../library/Class/AdminVar.php:268
+#: ../../library/Class/AdminVar.php:265
 msgid ""
 "Le gestionnaire de contenu affiche les articles sous forme de liste paginée "
 "au lieu de d'une arborescence. Cet affichage est adapté lorsque le nombre "
@@ -14419,11 +14690,17 @@ msgstr ""
 
 #: ../../library/Class/Profil.php:1341 ../../library/Class/Profil.php:1342
 #: ../../library/Class/Profil.php:1362 ../../library/Class/Profil.php:1363
-#: ../../library/Class/Profil.php:1373
+#: ../../library/Class/Profil.php:1373 ../../library/Class/Profil.php:1383
 #, fuzzy
 msgid "Le libellé est obligatoire."
 msgstr "specificaţia este obligatorie."
 
+#: ../../application/modules/admin/controllers/TemplateController.php:36
+msgid ""
+"Le magasin de thèmes n'est pas activé. Vous n'avez pas accès à cette "
+"fonctionnalité."
+msgstr ""
+
 #: ../../application/modules/admin/controllers/SystemeController.php:298
 #: ../../application/modules/admin/controllers/SystemeController.php:304
 #: ../../application/modules/admin/controllers/SystemeController.php:304
@@ -14524,6 +14801,7 @@ msgstr ""
 #: ../../library/Class/Users.php:1028 ../../library/Class/Users.php:1032
 #: ../../library/Class/Users.php:1042 ../../library/Class/Users.php:1037
 #: ../../library/Class/Users.php:1039 ../../library/Class/Users.php:1027
+#: ../../library/Class/Users.php:1022
 msgid ""
 "Le numéro de carte est obligatoire pour les abonnés identifiés dans un sigb."
 msgstr ""
@@ -14602,6 +14880,7 @@ msgstr "Codul anti-spam este invalid."
 #: ../../application/modules/opac/controllers/ModulesController.php:61
 #: ../../application/modules/opac/controllers/ModulesController.php:54
 #: ../../application/modules/opac/controllers/ModulesController.php:53
+#: ../../application/modules/opac/controllers/ModulesController.php:52
 msgid "Le service est mal configuré. Il manque l'URL du service."
 msgstr ""
 
@@ -14645,7 +14924,7 @@ msgstr "Teritoriul conţine %s instrucţiuni"
 
 #: ../../library/Class/Album.php:1131
 ../../library/Class/Album.php:1131
 #: ../../library/Class/Album.php:1136 ../../library/Class/Album.php:1138
-#: ../../library/Class/Album.php:1139
+#: ../../library/Class/Album.php:1139 ../../library/Class/Album.php:1130
 #, fuzzy
 msgid "Le titre est obligatoire"
 msgstr "specificaţia este obligatorie."
@@ -14681,6 +14960,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:289 ../../library/Class/AdminVar.php:308
 #: ../../library/Class/AdminVar.php:310 ../../library/Class/AdminVar.php:313
 #: ../../library/Class/AdminVar.php:305 ../../library/Class/AdminVar.php:306
+#: ../../library/Class/AdminVar.php:303
 msgid "Les abonnées peuvent se connecter uniquement via le webservice du SIGB."
 msgstr ""
 
@@ -14896,14 +15176,14 @@ msgstr ""
 
 #: ../../library/Class/AdminVar.php:225 ../../library/Class/AdminVar.php:244
 #: ../../library/Class/AdminVar.php:246 ../../library/Class/AdminVar.php:238
-#: ../../library/Class/AdminVar.php:236
+#: ../../library/Class/AdminVar.php:236 ../../library/Class/AdminVar.php:233
 #, fuzzy
 msgid "Les utilisateurs peuvent enregister des recherches dans leurs favoris"
 msgstr "Puteţi selecta una sau mai multe biblioteci pentru a efectua o căutare"
 
 #: ../../library/Class/AdminVar.php:226 ../../library/Class/AdminVar.php:245
 #: ../../library/Class/AdminVar.php:247 ../../library/Class/AdminVar.php:239
-#: ../../library/Class/AdminVar.php:237
+#: ../../library/Class/AdminVar.php:237 ../../library/Class/AdminVar.php:234
 #, fuzzy
 msgid ""
 "Les utilisateurs peuvent recevoir les nouveautés de leurs recherches "
@@ -14913,7 +15193,7 @@ msgstr "Puteţi selecta una sau mai multe biblioteci pentru a efectua o căutare
 #: ../../library/Class/AdminVar.php:226
 ../../library/Class/AdminVar.php:227
 #: ../../library/Class/AdminVar.php:224 ../../library/Class/AdminVar.php:243
 #: ../../library/Class/AdminVar.php:245 ../../library/Class/AdminVar.php:237
-#: ../../library/Class/AdminVar.php:235
+#: ../../library/Class/AdminVar.php:235 ../../library/Class/AdminVar.php:232
 #, fuzzy
 msgid ""
 "Les utilisateurs peuvent sélectionner des bibliothèques favorites pour leurs "
@@ -15066,6 +15346,9 @@ msgstr "Specificaţie"
 #: ../../library/Class/ListViewModeDescription/Domain.php:50
 #: ../../library/Class/ListViewModeDescription/Domain.php:59
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/Flat.php:68
+#: ../../library/ZendAfi/Form/Admin/AuthorFunction.php:36
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/AuthorFunction.php:40
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/Flat.php:67
 msgid "Libellé"
 msgstr "Specificaţie"
 
@@ -15186,7 +15469,7 @@ msgstr "Confirmaţi parola"
 #: ../../library/Class/AdminVar.php:317 ../../library/Class/AdminVar.php:323
 #: ../../library/Class/AdminVar.php:342 ../../library/Class/AdminVar.php:344
 #: ../../library/Class/AdminVar.php:347 ../../library/Class/AdminVar.php:339
-#: ../../library/Class/AdminVar.php:340
+#: ../../library/Class/AdminVar.php:340 ../../library/Class/AdminVar.php:337
 #, fuzzy
 msgid "Libellé pour la Dewey"
 msgstr "Specificaţie"
@@ -15195,7 +15478,7 @@ msgstr "Specificaţie"
 #: ../../library/Class/AdminVar.php:316 ../../library/Class/AdminVar.php:322
 #: ../../library/Class/AdminVar.php:341 ../../library/Class/AdminVar.php:343
 #: ../../library/Class/AdminVar.php:346 ../../library/Class/AdminVar.php:338
-#: ../../library/Class/AdminVar.php:339
+#: ../../library/Class/AdminVar.php:339 ../../library/Class/AdminVar.php:336
 #, fuzzy
 msgid "Libellé pour la PCDM4"
 msgstr "Specificaţie"
@@ -15281,6 +15564,7 @@ msgstr "Link permanent"
 #: ../../library/Class/AdminVar.php:298 ../../library/Class/AdminVar.php:300
 #: ../../library/Class/AdminVar.php:302 ../../library/Class/AdminVar.php:294
 #: ../../library/Class/AdminVar.php:297 ../../library/Class/AdminVar.php:295
+#: ../../library/Class/AdminVar.php:292
 #, fuzzy
 msgid "Lien pour se désinscrire de cette lettre d'information : {{URL}}"
 msgstr "la buletinul informativ"
@@ -15779,6 +16063,7 @@ msgstr "Aviz asupra instrucţiunilor"
 #: ../../library/Class/AdminVar.php:175
 ../../library/Class/AdminVar.php:176
 #: ../../library/Class/AdminVar.php:173 ../../library/Class/AdminVar.php:192
 #: ../../library/Class/AdminVar.php:194 ../../library/Class/AdminVar.php:186
+#: ../../library/Class/AdminVar.php:183
 msgid ""
 "Liste des adresses IP publiques autorisées pour la consultation des documents"
 msgstr ""
@@ -15792,6 +16077,7 @@ msgstr "Adaugă o categorie"
 
 #: ../../library/ZendAfi/Controller/Plugin/InspectorGadget.php:156
 #: ../../library/ZendAfi/Controller/Plugin/InspectorGadget.php:162
+#: ../../library/ZendAfi/Controller/Plugin/InspectorGadget.php:169
 #, fuzzy
 msgid "Liste des appels webservices"
 msgstr "Test servicii web"
@@ -15814,7 +16100,7 @@ msgstr "Adaugă o categorie"
 #: ../../library/Class/AdminVar.php:315 ../../library/Class/AdminVar.php:321
 #: ../../library/Class/AdminVar.php:340 ../../library/Class/AdminVar.php:342
 #: ../../library/Class/AdminVar.php:345 ../../library/Class/AdminVar.php:337
-#: ../../library/Class/AdminVar.php:338
+#: ../../library/Class/AdminVar.php:338 ../../library/Class/AdminVar.php:335
 msgid ""
 "Liste des champs que l'utilisateur peux modifier. <br/>Ex: nom;prenom;pseudo;"
 "adresse;<br/>code_postal;ville;mail;is_contact_mail;<br/>telephone;"
@@ -15825,7 +16111,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:328 ../../library/Class/AdminVar.php:334
 #: ../../library/Class/AdminVar.php:353 ../../library/Class/AdminVar.php:355
 #: ../../library/Class/AdminVar.php:358 ../../library/Class/AdminVar.php:350
-#: ../../library/Class/AdminVar.php:351
+#: ../../library/Class/AdminVar.php:351 ../../library/Class/AdminVar.php:348
 msgid ""
 "Liste des codes des facettes qui ne sont pas limitées à l'affichage dans le "
 "résultat de recherche<br/>Exemple : T => Type de doc, Y => Annexe, B => "
@@ -15836,7 +16122,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:297 ../../library/Class/AdminVar.php:303
 #: ../../library/Class/AdminVar.php:322 ../../library/Class/AdminVar.php:324
 #: ../../library/Class/AdminVar.php:327 ../../library/Class/AdminVar.php:319
-#: ../../library/Class/AdminVar.php:320
+#: ../../library/Class/AdminVar.php:320 ../../library/Class/AdminVar.php:317
 msgid ""
 "Liste des codes langue utilisées en plus du français séparées par des ;. "
 "Exemple: en;ro;es"
@@ -15915,7 +16201,7 @@ msgstr "Rezervări de instrucţiuni"
 #: ../../library/Class/AdminVar.php:242 ../../library/Class/AdminVar.php:244
 #: ../../library/Class/AdminVar.php:263 ../../library/Class/AdminVar.php:265
 #: ../../library/Class/AdminVar.php:257 ../../library/Class/AdminVar.php:260
-#: ../../library/Class/AdminVar.php:258
+#: ../../library/Class/AdminVar.php:258 ../../library/Class/AdminVar.php:255
 #, php-format
 msgid ""
 "Liste des sites de recherche élargie (la chaine '%s' dans l'url sera "
@@ -15926,7 +16212,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:340 ../../library/Class/AdminVar.php:346
 #: ../../library/Class/AdminVar.php:365 ../../library/Class/AdminVar.php:367
 #: ../../library/Class/AdminVar.php:370 ../../library/Class/AdminVar.php:362
-#: ../../library/Class/AdminVar.php:363
+#: ../../library/Class/AdminVar.php:363 ../../library/Class/AdminVar.php:360
 msgid "Liste des tags à ajouter au rapport d'état du système"
 msgstr ""
 
@@ -16061,14 +16347,14 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:213
 ../../library/Class/AdminVar.php:214
 #: ../../library/Class/AdminVar.php:211 ../../library/Class/AdminVar.php:230
 #: ../../library/Class/AdminVar.php:232 ../../library/Class/AdminVar.php:224
-#: ../../library/Class/AdminVar.php:222
+#: ../../library/Class/AdminVar.php:222 ../../library/Class/AdminVar.php:219
 msgid "Login du portail fourni par Kidilangues."
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:217
 ../../library/Class/AdminVar.php:218
 #: ../../library/Class/AdminVar.php:215 ../../library/Class/AdminVar.php:234
 #: ../../library/Class/AdminVar.php:236 ../../library/Class/AdminVar.php:228
-#: ../../library/Class/AdminVar.php:226
+#: ../../library/Class/AdminVar.php:226 ../../library/Class/AdminVar.php:223
 msgid "Login du portail fourni par Premier-Chapitre."
 msgstr ""
 
@@ -16137,6 +16423,11 @@ msgstr "Tip de căutare"
 msgid "Madame"
 msgstr ""
 
+#: ../../application/modules/admin/controllers/TemplateController.php:43
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:98
+msgid "Magasin de thèmes"
+msgstr ""
+
 #: ../../library/ZendAfi/View/Helper/Calendar/Months.php:13
 #: ../../library/ZendAfi/View/Helper/Calendar/Months.php:29
 #: ../../library/ZendAfi/View/Helper/Calendar/Months.php:13
@@ -16348,6 +16639,7 @@ msgstr "Chioşc de instrucţiuni, carusel orizontal"
 #: ../../application/modules/admin/controllers/ProfilController.php:485
 #: ../../application/modules/admin/controllers/ProfilController.php:515
 #: ../../application/modules/admin/controllers/ProfilController.php:506
+#: ../../application/modules/admin/controllers/ProfilController.php:510
 msgid "Menu horizontal dupliqué sur tous les autres profils."
 msgstr ""
 
@@ -16361,6 +16653,7 @@ msgstr "Rezervări în curs"
 
 #: ../../library/ZendAfi/Form/Configuration/Widget/Menu.php:45
 #: ../../library/ZendAfi/Form/Configuration/Widget/Menu.php:45
+#: ../../library/ZendAfi/Form/Configuration/Widget/Nav.php:28
 #, fuzzy
 msgid "Menu utilisé"
 msgstr "Temă"
@@ -16422,6 +16715,7 @@ msgstr "Alegeţi media"
 #: ../../application/modules/opac/controllers/AbonneController.php:1198
 #: ../../application/modules/opac/controllers/AbonneController.php:1284
 #: ../../application/modules/opac/controllers/AbonneController.php:1286
+#: ../../application/modules/opac/controllers/AbonneController.php:1288
 #, fuzzy
 msgid "Mes activités suivies"
 msgstr "Modificare titlu coÅŸ"
@@ -16447,6 +16741,7 @@ msgstr "Biblioteci"
 #: ../../application/modules/opac/controllers/AbonneController.php:1064
 #: ../../application/modules/opac/controllers/AbonneController.php:1150
 #: ../../application/modules/opac/controllers/AbonneController.php:1152
+#: ../../application/modules/opac/controllers/AbonneController.php:1154
 #, fuzzy
 msgid "Mes cartes"
 msgstr "CoÅŸurile dvs."
@@ -16464,6 +16759,7 @@ msgstr "Ultimele articole"
 #: ../../application/modules/opac/controllers/AbonneController.php:1020
 #: ../../application/modules/opac/controllers/AbonneController.php:1106
 #: ../../application/modules/opac/controllers/AbonneController.php:1108
+#: ../../application/modules/opac/controllers/AbonneController.php:1110
 #, fuzzy
 msgid "Mes favoris"
 msgstr "Modificarea abonamentelor mele"
@@ -16481,6 +16777,7 @@ msgstr "Modificarea abonamentelor mele"
 #: ../../application/modules/opac/controllers/AbonneController.php:1192
 #: ../../application/modules/opac/controllers/AbonneController.php:1278
 #: ../../application/modules/opac/controllers/AbonneController.php:1280
+#: ../../application/modules/opac/controllers/AbonneController.php:1282
 #, fuzzy
 msgid "Mes inscriptions en cours"
 msgstr "Rezervări în curs"
@@ -16490,6 +16787,7 @@ msgstr "Rezervări în curs"
 #: ../../library/Class/Users.php:1546 ../../library/Class/Users.php:1550
 #: ../../library/Class/Users.php:1571 ../../library/Class/Users.php:1566
 #: ../../library/Class/Users.php:1587 ../../library/Class/Users.php:1528
+#: ../../library/Class/Users.php:1523
 #, fuzzy
 msgid "Mes paniers"
 msgstr "CoÅŸurile dvs."
@@ -16505,6 +16803,7 @@ msgstr "CoÅŸurile dvs. de documente"
 #: ../../library/Class/Users.php:1579 ../../library/Class/Users.php:1583
 #: ../../library/Class/Users.php:1604 ../../library/Class/Users.php:1599
 #: ../../library/Class/Users.php:1620 ../../library/Class/Users.php:1561
+#: ../../library/Class/Users.php:1556
 msgid "Mes paniers rattachés à un domaine"
 msgstr ""
 
@@ -16513,12 +16812,14 @@ msgstr ""
 #: ../../library/Class/Systeme/ModulesAccueil/Prets.php:35
 #: ../../application/modules/telephone/views/scripts/abonne/fiche.phtml:41
 #: ../../library/Class/Systeme/ModulesAccueil/Prets.php:35
+#: ../../application/modules/telephone/views/scripts/abonne/fiche.phtml:43
 #, fuzzy
 msgid "Mes prêts"
 msgstr "Număr de diviziuni"
 
 #: ../../application/modules/telephone/views/scripts/abonne/fiche.phtml:44
 #: ../../application/modules/telephone/views/scripts/abonne/fiche.phtml:44
+#: ../../application/modules/telephone/views/scripts/abonne/fiche.phtml:46
 #, fuzzy
 msgid "Mes prêts numériques"
 msgstr "Resurse OAI"
@@ -16581,6 +16882,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:183
 ../../library/Class/AdminVar.php:184
 #: ../../library/Class/AdminVar.php:181 ../../library/Class/AdminVar.php:200
 #: ../../library/Class/AdminVar.php:202 ../../library/Class/AdminVar.php:194
+#: ../../library/Class/AdminVar.php:191
 msgid "Message d'avertissement affiché sur la popup d'emprunt"
 msgstr ""
 
@@ -16766,6 +17068,7 @@ msgstr "Actualizare a localizării"
 #: ../../application/modules/admin/controllers/IndexController.php:152
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:101
 #: ../../application/modules/admin/controllers/IndexController.php:143
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:103
 #, fuzzy
 msgid "Mise à jour de la charte graphique"
 msgstr "Actualizare a localizării"
@@ -16875,6 +17178,7 @@ msgstr ""
 
 #: ../../library/Class/FileManager/FileSystem.php:269
 #: ../../library/Class/FileManager/FileSystem.php:270
+#: ../../library/Class/FileManager/FileSystem.php:271
 msgid "Mo"
 msgstr ""
 
@@ -17115,6 +17419,7 @@ msgstr "Modificare bibliotecă: %s"
 
 #: ../../library/ZendAfi/View/Helper/TagEditMenu.php:48
 #: ../../library/ZendAfi/View/Helper/TagEditMenu.php:48
+#: ../../library/ZendAfi/View/Helper/TagEditMenu.php:45
 #, fuzzy, php-format
 msgid "Modifier l'entrée : %s"
 msgstr "Modificare bibliotecă: %s"
@@ -17163,6 +17468,11 @@ msgstr "Modificare bibliotecă: %s"
 msgid "Modifier la biographie"
 msgstr "Modifică fişa mea"
 
+#: ../../library/ZendAfi/View/Helper/TagEditMenu.php:53
+#, fuzzy, php-format
+msgid "Modifier la boite : %s"
+msgstr "Modificare bibliotecă: %s"
+
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Album.php:692
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Album.php:691
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Album.php:691
@@ -17188,12 +17498,23 @@ msgstr ""
 msgid "Modifier la demande #%s"
 msgstr "Modificare titlu coÅŸ"
 
+#: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/AuthorFunction.php:35
+#: ../../library/ZendAfi/Controller/Plugin/Manager/AuthorFunction.php:34
+#, fuzzy
+msgid "Modifier la fonction auteur"
+msgstr "Modificare titlu coÅŸ"
+
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Newsletter.php:30
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Newsletter.php:30
 #, fuzzy
 msgid "Modifier la newsletter"
 msgstr "Modifică fişa mea"
 
+#: ../../library/ZendAfi/View/Helper/Admin/TagEditSection.php:35
+#, fuzzy, php-format
+msgid "Modifier la section \"%s\""
+msgstr "Modificare bibliotecă: %s"
+
 #: ../../application/modules/admin/views/scripts/activity/_session_actions.phtml:16
 #: ../../application/modules/admin/views/scripts/activity/_session_actions.phtml:11
 #: ../../application/modules/admin/views/scripts/activity/_session_actions.phtml:11
@@ -17332,6 +17653,7 @@ msgstr "Modificare bibliotecă: %s"
 
 #: ../../library/ZendAfi/View/Helper/TagEditMenu.php:51
 #: ../../library/ZendAfi/View/Helper/TagEditMenu.php:51
+#: ../../library/ZendAfi/View/Helper/TagEditMenu.php:48
 #, fuzzy, php-format
 msgid "Modifier le menu : %s"
 msgstr "Modificare bibliotecă: %s"
@@ -17372,6 +17694,7 @@ msgstr "Modificare bibliotecă: %s"
 #: ../../application/modules/admin/controllers/ProfilController.php:430
 #: ../../application/modules/admin/controllers/ProfilController.php:460
 #: ../../application/modules/admin/controllers/ProfilController.php:451
+#: ../../application/modules/admin/controllers/ProfilController.php:455
 #, fuzzy, php-format
 msgid "Modifier le profil: %s"
 msgstr "Modificare bibliotecă: %s"
@@ -17561,6 +17884,7 @@ msgid "Modifier une relation"
 msgstr "Adaugă o localizare"
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:386
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:411
 #, fuzzy
 msgid "Modifié"
 msgstr "Modificare"
@@ -17584,6 +17908,15 @@ msgstr ""
 msgid "Module Portail"
 msgstr "Portal"
 
+#: ../../application/modules/admin/views/scripts/template/index.phtml:3
+msgid "Modèle"
+msgstr ""
+
+#: ../../application/modules/admin/controllers/TemplateController.php:70
+#, fuzzy, php-format
+msgid "Modèle \"%s\" réinitialisé"
+msgstr "Rezervări în curs"
+
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/ModeleFusion.php:30
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/ModeleFusion.php:30
 #, fuzzy, php-format
@@ -17632,6 +17965,7 @@ msgstr "Nu a fost găsit nici un articol"
 #: ../../application/modules/admin/controllers/PrintController.php:31
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:101
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:98
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:100
 msgid "Modèles d'impressions"
 msgstr ""
 
@@ -17734,6 +18068,7 @@ msgstr ""
 #: ../../application/modules/admin/controllers/HarvestController.php:166
 #: ../../application/modules/admin/controllers/HarvestController.php:144
 #: ../../application/modules/admin/controllers/HarvestController.php:144
+#: ../../application/modules/admin/controllers/HarvestController.php:143
 #, fuzzy
 msgid "Moissonnage Jamendo"
 msgstr "Încărcare in curs"
@@ -17741,6 +18076,7 @@ msgstr "Încărcare in curs"
 #: ../../application/modules/admin/controllers/HarvestController.php:132
 #: ../../application/modules/admin/controllers/HarvestController.php:110
 #: ../../application/modules/admin/controllers/HarvestController.php:110
+#: ../../application/modules/admin/controllers/HarvestController.php:109
 #, fuzzy
 msgid "Moissonnage Orphea"
 msgstr "Încărcare in curs"
@@ -17888,12 +18224,14 @@ msgstr "Parolă"
 #: ../../library/Class/AdminVar.php:179
 ../../library/Class/AdminVar.php:180
 #: ../../library/Class/AdminVar.php:177 ../../library/Class/AdminVar.php:196
 #: ../../library/Class/AdminVar.php:198 ../../library/Class/AdminVar.php:190
+#: ../../library/Class/AdminVar.php:187
 msgid "Mot de passe FTP de diffusion des offres PNB Dilicom"
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:199
 ../../library/Class/AdminVar.php:200
 #: ../../library/Class/AdminVar.php:197 ../../library/Class/AdminVar.php:216
 #: ../../library/Class/AdminVar.php:218 ../../library/Class/AdminVar.php:210
+#: ../../library/Class/AdminVar.php:207
 #, fuzzy
 msgid "Mot de passe de l'utilisateur Orphea"
 msgstr "Gestionare utilizatori"
@@ -17901,6 +18239,7 @@ msgstr "Gestionare utilizatori"
 #: ../../library/Class/AdminVar.php:172
 ../../library/Class/AdminVar.php:173
 #: ../../library/Class/AdminVar.php:170 ../../library/Class/AdminVar.php:189
 #: ../../library/Class/AdminVar.php:191 ../../library/Class/AdminVar.php:183
+#: ../../library/Class/AdminVar.php:180
 msgid "Mot de passe de la collectivité, il est fourni par Dilicom."
 msgstr ""
 
@@ -17946,6 +18285,7 @@ msgstr "Cuvinte-cheie"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:126
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:126
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:123
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:125
 msgid "Multimedia"
 msgstr ""
 
@@ -18015,8 +18355,7 @@ msgstr "Sitotecă"
 msgid "N'envoie pas de données"
 msgstr "Nu trimite date"
 
-#: ../../library/Class/FRBR/Link.php:160
-#: ../../library/Class/FRBR/Link.php:162
+#: ../../library/Class/FRBR/Link.php:160 ../../library/Class/FRBR/Link.php:162
 #: ../../library/Class/FRBR/Link.php:162
 msgid "N'est pas une url valide"
 msgstr ""
@@ -18210,6 +18549,7 @@ msgstr ""
 
 #: ../../library/ZendAfi/View/Helper/BarreNav.php:46
 #: ../../library/ZendAfi/View/Helper/BarreNav.php:46
+#: ../../library/ZendAfi/View/Helper/Widget/Breadcrumb.php:93
 #, php-format
 msgid "Niveau supérieur: %s"
 msgstr ""
@@ -18248,6 +18588,7 @@ msgstr ""
 #: ../../application/modules/opac/views/scripts/head.phtml:82
 #: ../../application/modules/opac/views/scripts/head.phtml:81
 #: ../../application/modules/opac/views/scripts/head.phtml:81
+#: ../../application/modules/opac/views/scripts/head.phtml:80
 #, fuzzy
 msgid "Noir sur blanc"
 msgstr "Vedeţi planul"
@@ -18361,6 +18702,7 @@ msgstr "Vedeţi planul"
 #: ../../library/Class/AdminVar/UserDoubleDetectOn.php:62
 #: ../../library/ZendAfi/Form/PreRegistration/Nanook.php:35
 #: ../../application/modules/opac/controllers/AbonneController.php:482
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:403
 msgid "Nom"
 msgstr "Nume"
 
@@ -18390,6 +18732,7 @@ msgstr "Numele începe cu"
 #: ../../application/modules/admin/controllers/IndexController.php:185
 #: ../../application/modules/opac/controllers/AuthController.php:643
 #: ../../application/modules/opac/controllers/AuthController.php:636
+#: ../../application/modules/opac/controllers/AuthController.php:635
 #, fuzzy
 msgid "Nom d'utilisateur ou mot de passe invalide"
 msgstr "Numele de utilizator sau parola incorecte    "
@@ -18398,7 +18741,7 @@ msgstr "Numele de utilizator sau parola incorecte    "
 #: ../../library/Class/AdminVar.php:245 ../../library/Class/AdminVar.php:247
 #: ../../library/Class/AdminVar.php:266 ../../library/Class/AdminVar.php:268
 #: ../../library/Class/AdminVar.php:260 ../../library/Class/AdminVar.php:263
-#: ../../library/Class/AdminVar.php:261
+#: ../../library/Class/AdminVar.php:261 ../../library/Class/AdminVar.php:258
 msgid "Nom de domaine principal de l'OPAC, ex: monopac.macommune.fr"
 msgstr ""
 
@@ -18411,6 +18754,7 @@ msgstr "Vedeţi instrucţiunea"
 #: ../../library/Class/AdminVar.php:198
 ../../library/Class/AdminVar.php:199
 #: ../../library/Class/AdminVar.php:196 ../../library/Class/AdminVar.php:215
 #: ../../library/Class/AdminVar.php:217 ../../library/Class/AdminVar.php:209
+#: ../../library/Class/AdminVar.php:206
 #, fuzzy
 msgid "Nom de l'utilisateur Orphea"
 msgstr "Utilizatori"
@@ -18426,7 +18770,7 @@ msgstr "Plan al bibliotecii: %s"
 #: ../../library/Class/AdminVar.php:292 ../../library/Class/AdminVar.php:298
 #: ../../library/Class/AdminVar.php:317 ../../library/Class/AdminVar.php:319
 #: ../../library/Class/AdminVar.php:322 ../../library/Class/AdminVar.php:314
-#: ../../library/Class/AdminVar.php:315
+#: ../../library/Class/AdminVar.php:315 ../../library/Class/AdminVar.php:312
 msgid "Nom de la bibliothèque chez bibliosurf (en minuscules)"
 msgstr ""
 
@@ -18469,7 +18813,7 @@ msgstr "Numele responsabilului"
 #: ../../library/Class/AdminVar.php:243 ../../library/Class/AdminVar.php:245
 #: ../../library/Class/AdminVar.php:264 ../../library/Class/AdminVar.php:266
 #: ../../library/Class/AdminVar.php:258 ../../library/Class/AdminVar.php:261
-#: ../../library/Class/AdminVar.php:259
+#: ../../library/Class/AdminVar.php:259 ../../library/Class/AdminVar.php:256
 #, fuzzy
 msgid "Nom du site"
 msgstr "Export de coÅŸ"
@@ -18576,7 +18920,7 @@ msgstr "Număr de diviziuni"
 #: ../../library/Class/AdminVar.php:287 ../../library/Class/AdminVar.php:293
 #: ../../library/Class/AdminVar.php:312 ../../library/Class/AdminVar.php:314
 #: ../../library/Class/AdminVar.php:317 ../../library/Class/AdminVar.php:309
-#: ../../library/Class/AdminVar.php:310
+#: ../../library/Class/AdminVar.php:310 ../../library/Class/AdminVar.php:307
 #, fuzzy
 msgid "Nombre d'avis maximum à afficher par utilisateur."
 msgstr "Întoarcere la listă"
@@ -18829,6 +19173,7 @@ msgstr "Număr de diviziuni"
 #: ../../library/Class/AdminVar.php:182
 ../../library/Class/AdminVar.php:183
 #: ../../library/Class/AdminVar.php:180 ../../library/Class/AdminVar.php:199
 #: ../../library/Class/AdminVar.php:201 ../../library/Class/AdminVar.php:193
+#: ../../library/Class/AdminVar.php:190
 msgid ""
 "Nombre de prêts simultanés maximum pour un abonné PNB Dilicom (par défaut 3)"
 msgstr ""
@@ -18836,6 +19181,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:181
 ../../library/Class/AdminVar.php:182
 #: ../../library/Class/AdminVar.php:179 ../../library/Class/AdminVar.php:198
 #: ../../library/Class/AdminVar.php:200 ../../library/Class/AdminVar.php:192
+#: ../../library/Class/AdminVar.php:189
 msgid "Nombre de prêts simultanés maximum pour un livre PNB Dilicom"
 msgstr ""
 
@@ -18923,6 +19269,7 @@ msgstr "Număr de diviziuni"
 #: ../../library/Class/AdminVar.php:272 ../../library/Class/AdminVar.php:274
 #: ../../library/Class/AdminVar.php:276 ../../library/Class/AdminVar.php:268
 #: ../../library/Class/AdminVar.php:271 ../../library/Class/AdminVar.php:269
+#: ../../library/Class/AdminVar.php:266
 msgid "Nombre maximum d'articles  en sélection multiple"
 msgstr ""
 
@@ -18993,6 +19340,7 @@ msgstr "Chioşc de instrucţiuni"
 #: ../../library/Class/Profil/Preferences/Loans.php:570
 #: ../../library/ZendAfi/Form/User/LoanSearch.php:46
 #: ../../library/Class/Profil/Preferences/Loans.php:571
+#: ../../library/Class/Notice.php:736
 #, fuzzy
 msgid "Non"
 msgstr "Nume"
@@ -19176,6 +19524,7 @@ msgstr "Instrucţiuni"
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/FRBRLink.php:36
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:91
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:88
+#: ../../application/modules/telephone/controllers/RechercheController.php:66
 #, fuzzy
 msgid "Notices liées"
 msgstr "Instrucţiuni similare"
@@ -19213,6 +19562,11 @@ msgid ""
 "Il s'agit notamment des cookies suivants:"
 msgstr ""
 
+#: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Template.php:33
+#, fuzzy
+msgid "Nouveau Template"
+msgstr "coÅŸ nou"
+
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/CustomFieldMeta.php:33
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/CustomField.php:36
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/CustomFieldMeta.php:33
@@ -19537,7 +19891,7 @@ msgstr "Vedeţi instrucţiunea"
 #: ../../library/Class/AdminVar.php:293 ../../library/Class/AdminVar.php:299
 #: ../../library/Class/AdminVar.php:318 ../../library/Class/AdminVar.php:320
 #: ../../library/Class/AdminVar.php:323 ../../library/Class/AdminVar.php:315
-#: ../../library/Class/AdminVar.php:316
+#: ../../library/Class/AdminVar.php:316 ../../library/Class/AdminVar.php:313
 msgid ""
 "Numéro de client Read Speaker <a target=\"_blank\" href=\"http://webreader."
 "readspeaker.com\">http://webreader.readspeaker.com</a>"
@@ -19856,6 +20210,7 @@ msgstr ""
 #: ../../library/Class/Profil/Preferences/Loans.php:569
 #: ../../library/ZendAfi/Form/User/LoanSearch.php:45
 #: ../../library/Class/Profil/Preferences/Loans.php:570
+#: ../../library/Class/Notice.php:736
 msgid "Oui"
 msgstr ""
 
@@ -19905,6 +20260,7 @@ msgstr "Câmpuri disponibile"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:158
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:173
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:247
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:252
 msgid "Outils pour la page :"
 msgstr ""
 
@@ -19973,6 +20329,7 @@ msgstr ""
 
 #: ../../application/modules/telephone/controllers/RechercheController.php:62
 #: ../../application/modules/telephone/controllers/RechercheController.php:62
+#: ../../application/modules/telephone/controllers/RechercheController.php:59
 msgid "Où le trouver ?"
 msgstr ""
 
@@ -19992,6 +20349,7 @@ msgstr "Gestionare biblioteci"
 #: ../../library/Class/ListViewModeDescription/Pcdm4.php:57
 #: ../../library/Class/ListViewModeDescription/Pcdm4.php:65
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:68
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:72
 msgid "PCDM4"
 msgstr ""
 
@@ -20029,6 +20387,7 @@ msgstr ""
 #: ../../application/modules/admin/controllers/ProfilController.php:305
 #: ../../application/modules/admin/controllers/ProfilController.php:308
 #: ../../application/modules/admin/controllers/ProfilController.php:305
+#: ../../application/modules/admin/controllers/ProfilController.php:309
 #, fuzzy
 msgid "Page "
 msgstr "Punere în pagină"
@@ -20094,8 +20453,7 @@ msgstr ""
 msgid "Page: "
 msgstr ""
 
-#: ../../library/Class/NoticeHtml.php:82
-#: ../../library/Class/NoticeHtml.php:82
+#: ../../library/Class/NoticeHtml.php:82
 ../../library/Class/NoticeHtml.php:82
 msgid "Pagination"
 msgstr "Paginaţie"
 
@@ -20289,6 +20647,7 @@ msgstr "Parametrii site-ului"
 #: ../../library/Class/AdminVar.php:200
 ../../library/Class/AdminVar.php:201
 #: ../../library/Class/AdminVar.php:198 ../../library/Class/AdminVar.php:217
 #: ../../library/Class/AdminVar.php:219 ../../library/Class/AdminVar.php:211
+#: ../../library/Class/AdminVar.php:208
 msgid ""
 "Paramètre permettant de choisir la langue des des ressources. La liste des "
 "codes disponibles se trouve à cette adresse http://help.orphea.com/43/"
@@ -20376,6 +20735,16 @@ msgstr ""
 msgid "Paramétrer la page \"%s\""
 msgstr ""
 
+#: ../../library/ZendAfi/Controller/Plugin/Manager/Template.php:33
+#, fuzzy, php-format
+msgid "Paramétrer le modèle \"%s\""
+msgstr "Validare selecţie"
+
+#: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Template.php:34
+#, fuzzy, php-format
+msgid "Paramétrer le template %s"
+msgstr "Validare selecţie"
+
 #: ../../library/Class/Feature/List.php:85
 #, fuzzy
 msgid "Paramétrer les impressions"
@@ -20417,6 +20786,7 @@ msgstr "Modificare bibliotecă: %s"
 
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Codification.php:32
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:172
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:174
 #, fuzzy
 msgid "Parcourir les codifications"
 msgstr "Criterii de indexare"
@@ -20425,6 +20795,11 @@ msgstr "Criterii de indexare"
 msgid "Parcourir les emplacements"
 msgstr ""
 
+#: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/AuthorFunction.php:34
+#, fuzzy
+msgid "Parcourir les fonctions auteurs"
+msgstr "Modificare bibliotecă: %s"
+
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Genre.php:36
 #, fuzzy
 msgid "Parcourir les genres"
@@ -20577,14 +20952,14 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:214
 ../../library/Class/AdminVar.php:215
 #: ../../library/Class/AdminVar.php:212 ../../library/Class/AdminVar.php:231
 #: ../../library/Class/AdminVar.php:233 ../../library/Class/AdminVar.php:225
-#: ../../library/Class/AdminVar.php:223
+#: ../../library/Class/AdminVar.php:223 ../../library/Class/AdminVar.php:220
 msgid "Password du portail fourni par Kidilangues."
 msgstr ""
 
 #: ../../library/Class/AdminVar.php:218
 ../../library/Class/AdminVar.php:219
 #: ../../library/Class/AdminVar.php:216 ../../library/Class/AdminVar.php:235
 #: ../../library/Class/AdminVar.php:237 ../../library/Class/AdminVar.php:229
-#: ../../library/Class/AdminVar.php:227
+#: ../../library/Class/AdminVar.php:227 ../../library/Class/AdminVar.php:224
 msgid "Password du portail fourni par Premier-Chapitre"
 msgstr ""
 
@@ -20791,10 +21166,12 @@ msgstr "Pictogramă"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:102
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:102
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:99
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:101
 msgid "Pictogrammes des genres"
 msgstr "Pictograme ale genurilor"
 
 #: ../../application/modules/admin/controllers/ProfilController.php:386
+#: ../../application/modules/admin/controllers/ProfilController.php:390
 #, fuzzy
 msgid "Pictogrammes pour les genres"
 msgstr "Pictograme ale genurilor"
@@ -20820,6 +21197,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:113
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:113
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:110
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:112
 msgid "Piwik"
 msgstr ""
 
@@ -21050,6 +21428,7 @@ msgstr "Punct"
 #: ../../library/ZendAfi/Form/Admin/User.php:132
 #: ../../library/Class/AdminVar.php:495 ../../library/Class/AdminVar.php:489
 #: ../../library/Class/AdminVar.php:490
+#: ../../library/ZendAfi/View/Helper/TagListeCoches.php:278
 msgid "Portail"
 msgstr "Portal"
 
@@ -21063,6 +21442,7 @@ msgstr "Portal"
 #: ../../library/Class/AdminVar.php:252
 #: ../../library/ZendAfi/Form/Configuration/SearchResult.php:152
 #: ../../library/Class/AdminVar.php:255 ../../library/Class/AdminVar.php:253
+#: ../../library/Class/AdminVar.php:250
 #, fuzzy
 msgid "Position"
 msgstr "Paginaţie"
@@ -21079,7 +21459,7 @@ msgstr "Rezultatul căutarii"
 #: ../../library/Class/AdminVar.php:236 ../../library/Class/AdminVar.php:238
 #: ../../library/Class/AdminVar.php:257 ../../library/Class/AdminVar.php:259
 #: ../../library/Class/AdminVar.php:251 ../../library/Class/AdminVar.php:254
-#: ../../library/Class/AdminVar.php:252
+#: ../../library/Class/AdminVar.php:252 ../../library/Class/AdminVar.php:249
 #, fuzzy
 msgid "Position de la pagination en résultat de recherche"
 msgstr "Rezultatul căutarii"
@@ -21136,6 +21516,7 @@ msgstr ""
 #: ../../library/Class/Users.php:1075 ../../library/Class/Users.php:1079
 #: ../../library/Class/Users.php:1100 ../../library/Class/Users.php:1095
 #: ../../library/Class/Users.php:1097 ../../library/Class/Users.php:1085
+#: ../../library/Class/Users.php:1080
 #, fuzzy
 msgid "Pour activer votre compte, merci de cliquer sur le lien suivant:"
 msgstr "Pentru a vă activa contul, vă rugăm să faceţi clic pe linkul următor :"
@@ -21233,6 +21614,10 @@ msgstr ""
 msgid "Première boite"
 msgstr ""
 
+#: ../../library/Class/Systeme/ModulesAccueil/Section/FirstSide.php:25
+msgid "Première division optionnelle"
+msgstr ""
+
 #: ../../library/ZendAfi/Form/Cosmo/DataProfile.php:247
 msgid ""
 "Prendre l'identifiant pour les webservices en (si différent de la zone 001)"
@@ -21309,6 +21694,11 @@ msgid ""
 "nouveauté pour vous"
 msgstr ""
 
+#: ../../library/Class/Feature/List.php:442
+#, fuzzy
+msgid "Processus de ré-initialisation du mot de passe"
+msgstr "Parolă nouă"
+
 #: ../../library/ZendAfi/View/Helper/CalendarContent.php:129
 #: ../../library/ZendAfi/View/Helper/CalendarContent.php:129
 #, fuzzy
@@ -21341,6 +21731,7 @@ msgstr "Ultimele site-uri adăugate"
 #: ../../application/modules/admin/controllers/ProfilController.php:434
 #: ../../application/modules/admin/controllers/ProfilController.php:425
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/DataProfile.php:30
+#: ../../application/modules/admin/controllers/ProfilController.php:429
 #, fuzzy, php-format
 msgid "Profil \"%s\" sauvegardé"
 msgstr "Nu a fost găsit nici un articol"
@@ -21376,6 +21767,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:294 ../../library/Class/AdminVar.php:296
 #: ../../library/Class/AdminVar.php:298 ../../library/Class/AdminVar.php:290
 #: ../../library/Class/AdminVar.php:293 ../../library/Class/AdminVar.php:291
+#: ../../library/Class/AdminVar.php:288
 msgid ""
 "Profil de la page de désinscription<br/>Par défaut : page d'accueil du "
 "portail"
@@ -21564,6 +21956,7 @@ msgstr "Proprietăţile modulului"
 #: ../../application/modules/admin/controllers/FileManagerController.php:310
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:125
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:126
+#: ../../application/modules/admin/controllers/FileManagerController.php:319
 #, fuzzy, php-format
 msgid "Propriétés de \"%s\""
 msgstr "Proprietăţile modulului"
@@ -21581,6 +21974,11 @@ msgstr "Proprietăţile modulului"
 msgid "Propriétés de l'objet"
 msgstr "Proprietăţile obiectului"
 
+#: ../../library/ZendAfi/View/Helper/FonctionsAdmin.php:96
+#, fuzzy, php-format
+msgid "Propriétés de la boite \"%s\""
+msgstr "Proprietăţile obiectului"
+
 #: ../../library/ZendAfi/Form/Configuration/LoginWidget.php:31
 #, fuzzy
 msgid "Propriétés de la boite de connexion"
@@ -21683,6 +22081,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:608
 #: ../../application/modules/opac/controllers/AuthController.php:603
 #: ../../application/modules/opac/controllers/AuthController.php:615
+#: ../../application/modules/opac/controllers/AuthController.php:607
 #, fuzzy
 msgid "Préinscription"
 msgstr "ÃŽnscriere"
@@ -21694,6 +22093,7 @@ msgstr "ÃŽnscriere"
 #: ../../application/modules/opac/controllers/AuthController.php:582
 #: ../../application/modules/opac/controllers/AuthController.php:577
 #: ../../application/modules/opac/controllers/AuthController.php:589
+#: ../../application/modules/opac/controllers/AuthController.php:581
 #, fuzzy, php-format
 msgid "Préinscription à %s"
 msgstr "ÃŽnscriere"
@@ -21794,7 +22194,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:224
 ../../library/Class/AdminVar.php:225
 #: ../../library/Class/AdminVar.php:222 ../../library/Class/AdminVar.php:241
 #: ../../library/Class/AdminVar.php:243 ../../library/Class/AdminVar.php:235
-#: ../../library/Class/AdminVar.php:233
+#: ../../library/Class/AdminVar.php:233 ../../library/Class/AdminVar.php:230
 msgid ""
 "Prévenir l'utilisateur xx jour(s) avant l'expiration de son abonnement (par "
 "défaut 30 jours)."
@@ -21843,8 +22243,7 @@ msgstr "Rezultatul căutarii"
 msgid "Prêt"
 msgstr "ÃŽmprumut"
 
-#: ../../library/Class/User/Cards.php:67
-#: ../../library/Class/User/Cards.php:67
+#: ../../library/Class/User/Cards.php:67
 ../../library/Class/User/Cards.php:67
 #, fuzzy
 msgid "Prêt introuvable"
 msgstr "Utilizator"
@@ -22101,9 +22500,16 @@ msgstr "RSS"
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/Flat.php:84
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Album.php:98
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Article.php:292
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:128
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/Flat.php:83
 msgid "Racine"
 msgstr ""
 
+#: ../../library/ZendAfi/Form/Configuration/Widget/Breadcrumb.php:29
+#, fuzzy
+msgid "Racine personnalisée"
+msgstr "Câmpuri selectate"
+
 #: ../../library/ZendAfi/View/Helper/Abonne/ReservationsTable.php:49
 #: ../../library/ZendAfi/View/Helper/Abonne/ReservationsTable.php:49
 #: ../../library/ZendAfi/View/Helper/Abonne/ReservationsTable.php:52
@@ -22145,6 +22551,7 @@ msgstr "Suport"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:164
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:160
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:157
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:159
 #, fuzzy
 msgid "Rapports statistiques"
 msgstr "Statistici"
@@ -22164,6 +22571,7 @@ msgstr ""
 #: ../../library/Class/Codification.php:222
 #: ../../application/modules/telephone/controllers/RechercheController.php:66
 #: ../../library/Class/Codification.php:222
+#: ../../application/modules/telephone/controllers/RechercheController.php:63
 #, fuzzy
 msgid "Rebondir dans le catalogue"
 msgstr "Se indexează articolul din catalog?"
@@ -22304,6 +22712,7 @@ msgid "Rechercher aussi sur "
 msgstr "Căutare după cuvintele conţinute"
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:420
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:445
 #, fuzzy, php-format
 msgid "Rechercher dans \"%s\""
 msgstr "Căutare după cuvintele conţinute"
@@ -22328,13 +22737,14 @@ msgstr "Căutare după cuvintele conţinute"
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:419
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:425
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:450
 #, fuzzy
 msgid "Rechercher le terme saisie"
 msgstr "Căutare după cuvintele conţinute"
 
 #: ../../library/Class/Notice.php:698
 ../../library/Class/Notice.php:698
 #: ../../library/Class/Notice.php:701 ../../library/Class/Notice.php:711
-#: ../../library/Class/Notice.php:721
+#: ../../library/Class/Notice.php:721 ../../library/Class/Notice.php:716
 #, php-format
 msgid "Rechercher tous les documents ayant comme %s: %s"
 msgstr ""
@@ -22386,6 +22796,7 @@ msgstr "Adaugă o bibliotecă "
 #: ../../application/modules/admin/controllers/StatController.php:41
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:114
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:111
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:113
 msgid "Recherches infructueuses"
 msgstr "Căutare fără rezultat"
 
@@ -22486,7 +22897,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:334 ../../library/Class/AdminVar.php:340
 #: ../../library/Class/AdminVar.php:359 ../../library/Class/AdminVar.php:361
 #: ../../library/Class/AdminVar.php:364 ../../library/Class/AdminVar.php:356
-#: ../../library/Class/AdminVar.php:357
+#: ../../library/Class/AdminVar.php:357 ../../library/Class/AdminVar.php:354
 #, php-format
 msgid ""
 "Remplacement de textes à la volée. <br/>Ex:<br/>Panier;Sélection<br/>Vous "
@@ -22578,6 +22989,7 @@ msgstr ""
 #: ../../application/modules/admin/controllers/FileManagerController.php:270
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:93
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:94
+#: ../../application/modules/admin/controllers/FileManagerController.php:279
 #, fuzzy, php-format
 msgid "Renommer \"%s\""
 msgstr "Rezervare"
@@ -23042,10 +23454,16 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:333
 #: ../../application/modules/opac/controllers/AuthController.php:328
 #: ../../application/modules/opac/controllers/AuthController.php:340
+#: ../../application/modules/opac/controllers/AuthController.php:325
 #, fuzzy
 msgid "Réinitialisation du mot de passe"
 msgstr "Parolă nouă"
 
+#: ../../library/ZendAfi/Controller/Plugin/Manager/Template.php:38
+#, fuzzy, php-format
+msgid "Réinitialiser le modèle \"%s\""
+msgstr "Modificare bibliotecă: %s"
+
 #: ../../application/modules/admin/views/scripts/systeme/cacheimages.phtml:21
 #: ../../application/modules/admin/views/scripts/systeme/cacheimages.phtml:19
 #: ../../application/modules/admin/views/scripts/systeme/cacheimages.phtml:19
@@ -23124,6 +23542,7 @@ msgstr "Rezervări în curs"
 
 #: ../../application/modules/telephone/controllers/RechercheController.php:134
 #: ../../application/modules/telephone/controllers/RechercheController.php:134
+#: ../../application/modules/telephone/controllers/RechercheController.php:131
 msgid "Réservation en ligne non supportée pour cette bibliothèque."
 msgstr ""
 
@@ -23182,8 +23601,7 @@ msgstr "Rezervări de instrucţiuni"
 msgid "Réservation interdite pour l'abonné."
 msgstr "Rezervări în curs"
 
-#: ../../library/Class/User/Cards.php:77
-#: ../../library/Class/User/Cards.php:77
+#: ../../library/Class/User/Cards.php:77
 ../../library/Class/User/Cards.php:77
 #, fuzzy
 msgid "Réservation introuvable"
 msgstr "Rezervări de instrucţiuni"
@@ -23229,6 +23647,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Notice/ReservationLink.php:29
 #: ../../library/ZendAfi/View/Helper/Notice/LienReserver.php:42
 #: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:395
+#: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:398
 msgid "Réserver"
 msgstr "Rezervare"
 
@@ -23330,6 +23749,7 @@ msgstr "Rezultatele următoare"
 #: ../../application/modules/telephone/controllers/RechercheController.php:64
 #: ../../library/Class/NoticeHtml.php:94
 #: ../../library/Class/Codification.php:138
+#: ../../application/modules/telephone/controllers/RechercheController.php:61
 msgid "Résumé"
 msgstr "Rezumat"
 
@@ -23444,15 +23864,21 @@ msgstr "Modificare bibliotecă: %s"
 #: ../../application/modules/opac/controllers/AbonneController.php:1186
 #: ../../application/modules/opac/controllers/AbonneController.php:1272
 #: ../../application/modules/opac/controllers/AbonneController.php:1274
+#: ../../application/modules/opac/controllers/AbonneController.php:1276
 #, fuzzy
 msgid "S'inscrire à une activité"
 msgstr "ÃŽnscriere la portal"
 
 #: ../../library/Class/Systeme/Report.php:45
 #: ../../library/Class/Systeme/Report.php:45
+#: ../../library/Class/Feature/List.php:458
 msgid "SIGB"
 msgstr ""
 
+#: ../../library/Class/Feature/List.php:454
+msgid "SIGB OrpheeMedia: évolution du connecteur"
+msgstr ""
+
 #: ../../application/modules/admin/views/scripts/index/index.phtml:57
 #: ../../application/modules/admin/views/scripts/index/index.phtml:85
 #: ../../application/modules/admin/views/scripts/index/index.phtml:85
@@ -23529,6 +23955,11 @@ msgstr "Deconectare"
 msgid "Se déconnecter de \"%s\""
 msgstr "Deconectare"
 
+#: ../../library/ZendAfi/View/Helper/Widget/Login.php:55
+#, fuzzy, php-format
+msgid "Se déconnecter de la session %s"
+msgstr "la buletinul informativ"
+
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:130
 #, fuzzy, php-format
 msgid "Se déconnecter du compte : \"%s\" (%s) "
@@ -23566,6 +23997,10 @@ msgstr "Deconectare"
 msgid "Seconde boite"
 msgstr "Căsuţă de căutare"
 
+#: ../../library/Class/Systeme/ModulesAccueil/Section/SecondSide.php:25
+msgid "Seconde division optionnelle"
+msgstr ""
+
 #: ../../application/modules/opac/views/scripts/abonne/multimedia-hold-device.phtml:12
 #: ../../application/modules/opac/controllers/AbonneController.php:870
 #: ../../application/modules/opac/controllers/AbonneController.php:869
@@ -23639,6 +24074,7 @@ msgstr "Secţii"
 #: ../../application/modules/admin/views/scripts/bib/localisationsmaj.phtml:154
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:72
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Section.php:32
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:76
 msgid "Sections"
 msgstr "Secţii"
 
@@ -23664,6 +24100,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:177
 ../../library/Class/AdminVar.php:178
 #: ../../library/Class/AdminVar.php:175 ../../library/Class/AdminVar.php:194
 #: ../../library/Class/AdminVar.php:196 ../../library/Class/AdminVar.php:188
+#: ../../library/Class/AdminVar.php:185
 msgid "Serveur FTP de diffusion des offres PNB Dilicom"
 msgstr ""
 
@@ -23794,6 +24231,7 @@ msgstr "Lucrarea nu a fost găsită"
 #: ../../library/Class/AdminVar.php:195
 ../../library/Class/AdminVar.php:196
 #: ../../library/Class/AdminVar.php:193 ../../library/Class/AdminVar.php:212
 #: ../../library/Class/AdminVar.php:214 ../../library/Class/AdminVar.php:206
+#: ../../library/Class/AdminVar.php:203
 msgid "Sets du serveur OAI Cité de la Musique à moissonner"
 msgstr ""
 
@@ -23815,7 +24253,7 @@ msgstr ""
 #: ../../library/Class/Users.php:1073 ../../library/Class/Users.php:1076
 #: ../../library/Class/Users.php:1080 ../../library/Class/Users.php:1101
 #: ../../library/Class/Users.php:1096 ../../library/Class/Users.php:1098
-#: ../../library/Class/Users.php:1086
+#: ../../library/Class/Users.php:1086 ../../library/Class/Users.php:1081
 msgid ""
 "Si vous n'êtes pas à l'origine de cette demande d'inscription, merci de ne "
 "pas tenir compte de cet e-mail, et l'inscription ne sera pas activée."
@@ -24106,6 +24544,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:112
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:112
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:109
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:111
 msgid "Statistiques"
 msgstr "Statistici"
 
@@ -24224,6 +24663,11 @@ msgstr "Căsuţă de căutare"
 msgid "Style de la boite"
 msgstr "Căsuţă de căutare"
 
+#: ../../library/ZendAfi/Form/Configuration/Widget/Section.php:31
+#, fuzzy
+msgid "Style de la section"
+msgstr "Căsuţă de căutare"
+
 #: ../../library/ZendAfi/Form/Configuration/BibNumerique.php:100
 #: ../../library/ZendAfi/Form/Configuration/Widget/Articles.php:67
 #: ../../library/ZendAfi/Form/Configuration/Widget/Albums.php:51
@@ -24257,6 +24701,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AbonneController.php:942
 #: ../../application/modules/opac/controllers/AbonneController.php:965
 #: ../../application/modules/opac/controllers/AbonneController.php:967
+#: ../../application/modules/opac/controllers/AbonneController.php:969
 #, fuzzy
 msgid "Suggestion d'achat enregistrée"
 msgstr "Rezervarea dvs. a fost înregistrată."
@@ -24379,6 +24824,7 @@ msgstr "Subiecte"
 
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:76
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Subject.php:33
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:80
 msgid "Sujets et matières"
 msgstr ""
 
@@ -24425,7 +24871,7 @@ msgstr "Ștergeţi această rezervare"
 #: ../../library/Class/AdminVar.php:296 ../../library/Class/AdminVar.php:302
 #: ../../library/Class/AdminVar.php:321 ../../library/Class/AdminVar.php:323
 #: ../../library/Class/AdminVar.php:326 ../../library/Class/AdminVar.php:318
-#: ../../library/Class/AdminVar.php:319
+#: ../../library/Class/AdminVar.php:319 ../../library/Class/AdminVar.php:316
 msgid ""
 "Supprime l'affichage du lien d'enregistrement dans les différents "
 "formulaires de connexion et interdit l'enregistrement d'utilisateurs"
@@ -24614,6 +25060,11 @@ msgstr "Modificare bibliotecă: %s"
 msgid "Supprimer la bibliothèque: %s"
 msgstr "Modificare bibliotecă: %s"
 
+#: ../../library/ZendAfi/View/Helper/FonctionsAdmin.php:176
+#, fuzzy, php-format
+msgid "Supprimer la boite \"%s\""
+msgstr "Ștergere categorie"
+
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Album.php:699
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Album.php:698
 #: ../../library/ZendAfi/Controller/Plugin/Manager/Album.php:698
@@ -24745,6 +25196,7 @@ msgstr "Următoarele întâlniri"
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:256
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:281
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:355
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:360
 msgid "Synchronisation du CSS avec GIT"
 msgstr ""
 
@@ -24753,6 +25205,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:137
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:134
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:133
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:135
 msgid "Système"
 msgstr "Sistem"
 
@@ -24946,6 +25399,7 @@ msgstr "Tag(uri)"
 #: ../../library/Class/Systeme/Report.php:95
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:80
 #: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Tag.php:33
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:84
 msgid "Tags"
 msgstr "Taguri"
 
@@ -24972,6 +25426,7 @@ msgid "Tags utilisateur"
 msgstr "Taguri de utilizator"
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:383
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:408
 #, fuzzy
 msgid "Taille"
 msgstr "Dimensiune :"
@@ -25007,6 +25462,26 @@ msgstr "Tel. :"
 msgid "Tel. :"
 msgstr "Tel. :"
 
+#: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Template.php:30
+#, fuzzy
+msgid "Template ajoutée"
+msgstr "Ultimele site-uri adăugate"
+
+#: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Template.php:29
+#, fuzzy
+msgid "Template sauvegardée"
+msgstr "Rezervări în curs"
+
+#: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Template.php:31
+#, fuzzy
+msgid "Template supprimée"
+msgstr "Rezervări în curs"
+
+#: ../../library/ZendAfi/Controller/Plugin/ResourceDefinition/Template.php:35
+#, fuzzy
+msgid "Templates"
+msgstr "Exemplare"
+
 #: ../../application/modules/admin/views/scripts/catalogue/tester.phtml:13
 #, fuzzy
 msgid "Temps d'éxécution de la requête"
@@ -25064,9 +25539,15 @@ msgstr "Teritoriu"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:122
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:122
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:119
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:121
 msgid "Territoires"
 msgstr "Teritorii"
 
+#: ../../library/Class/Template.php:126
+#, fuzzy, php-format
+msgid "Test charte : \"%s\""
+msgstr "Se indexează articolul din catalog?"
+
 #: ../../application/modules/admin/controllers/SystemeController.php:268
 #: ../../application/modules/admin/controllers/SystemeController.php:274
 #: ../../application/modules/admin/controllers/SystemeController.php:274
@@ -25091,6 +25572,7 @@ msgstr "Test servicii web"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:144
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:141
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:140
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:142
 msgid "Test des web-services"
 msgstr "Test servicii web"
 
@@ -25105,6 +25587,7 @@ msgstr "CoÅŸurile dvs. de documente"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:147
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:144
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:143
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:145
 msgid "Test envoi mails"
 msgstr ""
 
@@ -25170,7 +25653,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:295 ../../library/Class/AdminVar.php:301
 #: ../../library/Class/AdminVar.php:320 ../../library/Class/AdminVar.php:322
 #: ../../library/Class/AdminVar.php:325 ../../library/Class/AdminVar.php:317
-#: ../../library/Class/AdminVar.php:318
+#: ../../library/Class/AdminVar.php:318 ../../library/Class/AdminVar.php:315
 msgid "Texte d'aide affiché dans la fiche abonné"
 msgstr ""
 
@@ -25202,6 +25685,7 @@ msgstr "Eroare de configurare"
 #: ../../library/Class/AdminVar.php:299 ../../library/Class/AdminVar.php:301
 #: ../../library/Class/AdminVar.php:303 ../../library/Class/AdminVar.php:295
 #: ../../library/Class/AdminVar.php:298 ../../library/Class/AdminVar.php:296
+#: ../../library/Class/AdminVar.php:293
 msgid ""
 "Texte de désinscription version HTML<br/>Le lien de désinscription est "
 "appliqué sur tout ce texte<br/>Par défaut : Je ne veux plus recevoir cette "
@@ -25213,6 +25697,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:297 ../../library/Class/AdminVar.php:299
 #: ../../library/Class/AdminVar.php:301 ../../library/Class/AdminVar.php:293
 #: ../../library/Class/AdminVar.php:296 ../../library/Class/AdminVar.php:294
+#: ../../library/Class/AdminVar.php:291
 msgid ""
 "Texte de désinscription version texte<br/>Le lien est inséré à la place de "
 "{{URL}}<br/>Par défaut : Lien pour se désinscrire de cette lettre "
@@ -25229,7 +25714,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:290 ../../library/Class/AdminVar.php:296
 #: ../../library/Class/AdminVar.php:315 ../../library/Class/AdminVar.php:317
 #: ../../library/Class/AdminVar.php:320 ../../library/Class/AdminVar.php:312
-#: ../../library/Class/AdminVar.php:313
+#: ../../library/Class/AdminVar.php:313 ../../library/Class/AdminVar.php:310
 msgid "Texte visible après l'envoi d'e-mail de demande de réservation."
 msgstr ""
 
@@ -25237,7 +25722,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:289 ../../library/Class/AdminVar.php:295
 #: ../../library/Class/AdminVar.php:314 ../../library/Class/AdminVar.php:316
 #: ../../library/Class/AdminVar.php:319 ../../library/Class/AdminVar.php:311
-#: ../../library/Class/AdminVar.php:312
+#: ../../library/Class/AdminVar.php:312 ../../library/Class/AdminVar.php:309
 msgid "Texte visible par l'internaute après son inscription."
 msgstr ""
 
@@ -25254,6 +25739,7 @@ msgstr ""
 #: ../../library/Class/ListViewModeDescription/Thesauri.php:53
 #: ../../library/Class/ListViewModeDescription/Thesauri.php:63
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:84
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:88
 msgid "Thesaurus"
 msgstr ""
 
@@ -25567,6 +26053,11 @@ msgstr "Titlu ascuns"
 msgid "Titre de la boite"
 msgstr "etichetă a instrucţiunii"
 
+#: ../../library/ZendAfi/Form/Configuration/Widget/Login.php:29
+#, fuzzy
+msgid "Titre de la boite une fois connecté"
+msgstr "etichetă a instrucţiunii"
+
 #: ../../library/ZendAfi/Form/Configuration/SearchResult.php:267
 #: ../../library/ZendAfi/Form/Configuration/SearchResult.php:267
 #: ../../library/ZendAfi/Form/Configuration/SearchResult.php:269
@@ -25653,6 +26144,7 @@ msgstr "Titluri"
 
 #: ../../library/Class/FileManager/FileSystem.php:271
 #: ../../library/Class/FileManager/FileSystem.php:272
+#: ../../library/Class/FileManager/FileSystem.php:273
 #, fuzzy
 msgid "To"
 msgstr "Toţi"
@@ -25766,6 +26258,7 @@ msgstr ""
 #: ../../application/modules/opac/views/scripts/bib/selection.phtml:8
 #: ../../application/modules/opac/views/scripts/bib/selection.phtml:8
 #: ../../library/ZendAfi/View/Helper/TagListeCoches.php:122
+#: ../../library/ZendAfi/View/Helper/TagListeCoches.php:121
 msgid "Tout cocher"
 msgstr "Bifează tot"
 
@@ -25777,6 +26270,7 @@ msgstr "Bifează tot"
 #: ../../application/modules/opac/views/scripts/bib/selection.phtml:11
 #: ../../application/modules/opac/views/scripts/bib/selection.phtml:11
 #: ../../library/ZendAfi/View/Helper/TagListeCoches.php:124
+#: ../../library/ZendAfi/View/Helper/TagListeCoches.php:123
 msgid "Tout décocher"
 msgstr "Deselectează tot"
 
@@ -25858,6 +26352,7 @@ msgstr "Traducere"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:103
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:100
 #: ../../application/modules/admin/controllers/I18nController.php:61
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:102
 msgid "Traductions"
 msgstr "Traduceri"
 
@@ -25891,6 +26386,7 @@ msgstr "Configurare"
 
 #: ../../library/Class/WebService/BibNumerique/Abstract.php:118
 #: ../../library/Class/WebService/BibNumerique/Abstract.php:121
+#: ../../library/Class/WebService/BibNumerique/Abstract.php:123
 #, fuzzy, php-format
 msgid "Traitement de la page %s / %s"
 msgstr "Configurare"
@@ -25965,7 +26461,7 @@ msgstr "Rezultatul căutarii"
 msgid "Tri du résultat par"
 msgstr "Rezultatul căutarii"
 
-#: ../../library/Class/Album.php:350
+#: ../../library/Class/Album.php:350 ../../library/Class/Album.php:351
 #, php-format
 msgid "Tried to call unknown method Class_Album::get%s"
 msgstr ""
@@ -25990,6 +26486,7 @@ msgid "Trié par: "
 msgstr "Selectaţi după"
 
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:344
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:369
 #, php-format
 msgid ""
 "Trop d'éléments dans ce dossiers... Seuls les %d premiers éléments sont "
@@ -26011,6 +26508,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:382
 #: ../../library/ZendAfi/View/Helper/Admin/FileManager/Models.php:30
 #: ../../library/Class/Systeme/Report.php:162
+#: ../../library/ZendAfi/View/Helper/Admin/FileManager.php:407
 msgid "Type"
 msgstr "Tip"
 
@@ -26038,6 +26536,7 @@ msgstr "Tip de interfaţă"
 #: ../../library/Class/AdminVar.php:188
 ../../library/Class/AdminVar.php:189
 #: ../../library/Class/AdminVar.php:186 ../../library/Class/AdminVar.php:205
 #: ../../library/Class/AdminVar.php:207 ../../library/Class/AdminVar.php:199
+#: ../../library/Class/AdminVar.php:196
 #, fuzzy
 msgid "Type de SSO OneDTouch"
 msgstr "Tip de doc."
@@ -26236,6 +26735,8 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:165
 #: ../../application/modules/admin/views/scripts/bib/localisationsmaj.phtml:144
 #: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:88
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:167
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification.php:92
 msgid "Types de documents"
 msgstr "Tipuri de documente"
 
@@ -26536,7 +27037,7 @@ msgstr "Biografii"
 #: ../../library/Class/AdminVar.php:309 ../../library/Class/AdminVar.php:315
 #: ../../library/Class/AdminVar.php:334 ../../library/Class/AdminVar.php:336
 #: ../../library/Class/AdminVar.php:339 ../../library/Class/AdminVar.php:331
-#: ../../library/Class/AdminVar.php:332
+#: ../../library/Class/AdminVar.php:332 ../../library/Class/AdminVar.php:329
 msgid "URL d'accès à l'interface de réservation des postes Aesis Webkiosk"
 msgstr ""
 
@@ -26553,12 +27054,14 @@ msgstr ""
 #: ../../application/modules/admin/controllers/HarvestController.php:147
 #: ../../application/modules/admin/controllers/HarvestController.php:125
 #: ../../application/modules/admin/controllers/HarvestController.php:125
+#: ../../application/modules/admin/controllers/HarvestController.php:124
 msgid "URL de la page Jamendo"
 msgstr ""
 
 #: ../../application/modules/admin/controllers/HarvestController.php:204
 #: ../../application/modules/admin/controllers/HarvestController.php:182
 #: ../../application/modules/admin/controllers/HarvestController.php:182
+#: ../../application/modules/admin/controllers/HarvestController.php:181
 msgid "URL de la piste SoundCloud"
 msgstr ""
 
@@ -26588,7 +27091,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:339 ../../library/Class/AdminVar.php:345
 #: ../../library/Class/AdminVar.php:364 ../../library/Class/AdminVar.php:366
 #: ../../library/Class/AdminVar.php:369 ../../library/Class/AdminVar.php:361
-#: ../../library/Class/AdminVar.php:362
+#: ../../library/Class/AdminVar.php:362 ../../library/Class/AdminVar.php:359
 msgid "URL destinataire du rapport d'état du système (0 pour désactiver)"
 msgstr ""
 
@@ -26596,7 +27099,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:305 ../../library/Class/AdminVar.php:311
 #: ../../library/Class/AdminVar.php:330 ../../library/Class/AdminVar.php:332
 #: ../../library/Class/AdminVar.php:335 ../../library/Class/AdminVar.php:327
-#: ../../library/Class/AdminVar.php:328
+#: ../../library/Class/AdminVar.php:328 ../../library/Class/AdminVar.php:325
 msgid "URL du javascript Babelthèque à insérer dans l'OPAC"
 msgstr ""
 
@@ -26618,13 +27121,11 @@ msgstr "ÅŸi profil"
 msgid "URL du site web"
 msgstr ""
 
-#: ../../library/Class/FRBR/Link.php:159
-#: ../../library/Class/FRBR/Link.php:159
+#: ../../library/Class/FRBR/Link.php:159
 ../../library/Class/FRBR/Link.php:159
 msgid "URL objet A est requis"
 msgstr ""
 
-#: ../../library/Class/FRBR/Link.php:161
-#: ../../library/Class/FRBR/Link.php:161
+#: ../../library/Class/FRBR/Link.php:161
 ../../library/Class/FRBR/Link.php:161
 msgid "URL objet B est requis"
 msgstr ""
 
@@ -26692,6 +27193,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:594
 #: ../../application/modules/opac/controllers/AuthController.php:589
 #: ../../application/modules/opac/controllers/AuthController.php:601
+#: ../../application/modules/opac/controllers/AuthController.php:593
 #, php-format
 msgid ""
 "Un email de confirmation de préinscription vous a été envoyé à l'adresse %s ."
@@ -26714,11 +27216,10 @@ msgid "Un libellé est requis"
 msgstr "specificaţia este obligatorie."
 
 #: ../../library/Class/Users.php:1142
 ../../library/Class/Users.php:1142
-#: ../../library/Class/User/LostPass.php:110
-#: ../../library/Class/Users.php:1151 ../../library/Class/Users.php:1130
-#: ../../library/Class/Users.php:1133 ../../library/Class/Users.php:1137
-#: ../../library/Class/Users.php:1158 ../../library/Class/Users.php:1153
-#: ../../library/Class/Users.php:1155
+#: ../../library/Class/User/LostPass.php:110 ../../library/Class/Users.php:1151
+#: ../../library/Class/Users.php:1130 ../../library/Class/Users.php:1133
+#: ../../library/Class/Users.php:1137 ../../library/Class/Users.php:1158
+#: ../../library/Class/Users.php:1153 ../../library/Class/Users.php:1155
 msgid "Un mail vient de vous être envoyé avec vos paramètres de connexion."
 msgstr "Tocmai v-a fost trimis un email cu datele dvs. de conectare."
 
@@ -26754,6 +27255,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:437
 #: ../../application/modules/opac/controllers/AuthController.php:432
 #: ../../application/modules/opac/controllers/AuthController.php:444
+#: ../../application/modules/opac/controllers/AuthController.php:436
 msgid ""
 "Un utilisateur a déjà renseigné cet email. Merci de vous identifier avec le "
 "compte qui utilise cet email."
@@ -26773,6 +27275,7 @@ msgstr "specificaţia este obligatorie."
 #: ../../application/modules/opac/controllers/AuthController.php:465
 #: ../../application/modules/opac/controllers/AuthController.php:460
 #: ../../application/modules/opac/controllers/AuthController.php:472
+#: ../../application/modules/opac/controllers/AuthController.php:464
 msgid ""
 "Une demande de confirmation d'inscription vous a été envoyée à l'adresse "
 "mail renseignée."
@@ -26796,6 +27299,12 @@ msgstr ""
 msgid "Une erreur c'est produite. Le téléversement ne sera pas effectué."
 msgstr ""
 
+#: ../../application/modules/admin/controllers/TemplateController.php:50
+#: ../../application/modules/admin/controllers/TemplateController.php:55
+#: ../../application/modules/admin/controllers/TemplateController.php:60
+msgid "Une erreur c'est produite. Vous ne pouvez pas tester le template"
+msgstr ""
+
 #: ../../library/Class/CommSigb.php:226
 ../../library/Class/CommSigb.php:226
 #: ../../library/Class/CommSigb.php:240 ../../library/Class/CommSigb.php:243
 #, fuzzy
@@ -26837,6 +27346,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:461
 #: ../../application/modules/opac/controllers/AuthController.php:456
 #: ../../application/modules/opac/controllers/AuthController.php:468
+#: ../../application/modules/opac/controllers/AuthController.php:460
 msgid ""
 "Une erreur est survenue à l'envoi du mail de confirmation. Veuillez "
 "réessayer. Si le problème persiste, veuillez contacter votre médiathèque."
@@ -26853,6 +27363,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AbonneController.php:1163
 #: ../../application/modules/opac/controllers/AbonneController.php:1249
 #: ../../application/modules/opac/controllers/AbonneController.php:1251
+#: ../../application/modules/opac/controllers/AbonneController.php:1253
 #, php-format
 msgid "Une erreur s'est produite en ajoutant la carte de \"%s\" : %s"
 msgstr ""
@@ -26873,7 +27384,8 @@ msgstr ""
 #: ../../library/Class/Profil.php:1397 ../../library/Class/Profil.php:1390
 #: ../../library/Class/Profil.php:1394 ../../library/Class/Profil.php:1398
 #: ../../library/Class/Profil.php:1400 ../../library/Class/Profil.php:1404
-#: ../../library/Class/Profil.php:1408
+#: ../../library/Class/Profil.php:1408 ../../library/Class/Profil.php:1410
+#: ../../library/Class/Profil.php:1414 ../../library/Class/Profil.php:1418
 msgid "Une marge interne de division ne peut pas excéder 20 pixels."
 msgstr ""
 
@@ -26954,7 +27466,7 @@ msgstr "Plan de acces"
 #: ../../library/Class/AdminVar.php:314 ../../library/Class/AdminVar.php:320
 #: ../../library/Class/AdminVar.php:339 ../../library/Class/AdminVar.php:341
 #: ../../library/Class/AdminVar.php:344 ../../library/Class/AdminVar.php:336
-#: ../../library/Class/AdminVar.php:337
+#: ../../library/Class/AdminVar.php:337 ../../library/Class/AdminVar.php:334
 msgid "Url d'import d'un agenda TYPO3"
 msgstr ""
 
@@ -26967,7 +27479,7 @@ msgstr "Adaugă resurse"
 #: ../../library/Class/AdminVar.php:244 ../../library/Class/AdminVar.php:246
 #: ../../library/Class/AdminVar.php:265 ../../library/Class/AdminVar.php:267
 #: ../../library/Class/AdminVar.php:259 ../../library/Class/AdminVar.php:262
-#: ../../library/Class/AdminVar.php:260
+#: ../../library/Class/AdminVar.php:260 ../../library/Class/AdminVar.php:257
 #, fuzzy
 msgid "Url de recherche"
 msgstr "Tip de căutare"
@@ -26990,7 +27502,7 @@ msgstr "Export de coÅŸ"
 #: ../../library/Class/AdminVar.php:230 ../../library/Class/AdminVar.php:232
 #: ../../library/Class/AdminVar.php:251 ../../library/Class/AdminVar.php:253
 #: ../../library/Class/AdminVar.php:245 ../../library/Class/AdminVar.php:248
-#: ../../library/Class/AdminVar.php:246
+#: ../../library/Class/AdminVar.php:246 ../../library/Class/AdminVar.php:243
 #, fuzzy
 msgid "Url du proxy Redmine"
 msgstr "Numele de utilizator sau parola incorecte    "
@@ -26998,6 +27510,7 @@ msgstr "Numele de utilizator sau parola incorecte    "
 #: ../../library/Class/AdminVar.php:174
 ../../library/Class/AdminVar.php:175
 #: ../../library/Class/AdminVar.php:172 ../../library/Class/AdminVar.php:191
 #: ../../library/Class/AdminVar.php:193 ../../library/Class/AdminVar.php:185
+#: ../../library/Class/AdminVar.php:182
 msgid "Url du serveur PNB Dilicom"
 msgstr ""
 
@@ -27005,7 +27518,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:229 ../../library/Class/AdminVar.php:231
 #: ../../library/Class/AdminVar.php:250 ../../library/Class/AdminVar.php:252
 #: ../../library/Class/AdminVar.php:244 ../../library/Class/AdminVar.php:247
-#: ../../library/Class/AdminVar.php:245
+#: ../../library/Class/AdminVar.php:245 ../../library/Class/AdminVar.php:242
 msgid "Url du serveur redmine"
 msgstr ""
 
@@ -27045,6 +27558,7 @@ msgstr "Utilizator"
 #: ../../library/Class/AdminVar.php:178
 ../../library/Class/AdminVar.php:179
 #: ../../library/Class/AdminVar.php:176 ../../library/Class/AdminVar.php:195
 #: ../../library/Class/AdminVar.php:197 ../../library/Class/AdminVar.php:189
+#: ../../library/Class/AdminVar.php:186
 msgid "Utilisateur FTP de diffusion des offres PNB Dilicom"
 msgstr ""
 
@@ -27073,6 +27587,7 @@ msgstr "CoÅŸurile dvs. de documente"
 #: ../../application/modules/opac/controllers/AuthController.php:336
 #: ../../application/modules/opac/controllers/AuthController.php:331
 #: ../../application/modules/opac/controllers/AuthController.php:343
+#: ../../application/modules/opac/controllers/AuthController.php:328
 #, fuzzy
 msgid "Utilisateur inconnu"
 msgstr "CoÅŸurile dvs. de documente"
@@ -27089,6 +27604,7 @@ msgstr "Utilizator"
 #: ../../application/modules/admin/controllers/IndexController.php:169
 #: ../../application/modules/opac/controllers/AuthController.php:636
 #: ../../application/modules/opac/controllers/AuthController.php:629
+#: ../../application/modules/opac/controllers/AuthController.php:628
 #, fuzzy
 msgid "Utilisateur invalide"
 msgstr "Utilizator"
@@ -27115,6 +27631,7 @@ msgstr "Utilizatori"
 #: ../../library/Class/Systeme/Report.php:41
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:124
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:121
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:123
 msgid "Utilisateurs"
 msgstr "Utilizatori"
 
@@ -27293,6 +27810,7 @@ msgid "Validité"
 msgstr "Validare"
 
 #: ../../library/Class/Article.php:1234 ../../library/Class/Album.php:214
+#: ../../library/Class/Album.php:215
 #, fuzzy
 msgid "Validé"
 msgstr "Validare"
@@ -27323,6 +27841,7 @@ msgstr "Nu a fost găsit nici un articol"
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:142
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:139
 #: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:138
+#: ../../library/ZendAfi/View/Helper/Admin/ContentNav.php:140
 msgid "Variables"
 msgstr "Variabile"
 
@@ -27350,7 +27869,8 @@ msgstr "Alegeţi media"
 #: ../../library/Class/AdminVar.php:206 ../../library/Class/AdminVar.php:226
 #: ../../library/Class/AdminVar.php:208 ../../library/Class/AdminVar.php:228
 #: ../../library/Class/AdminVar.php:200 ../../library/Class/AdminVar.php:220
-#: ../../library/Class/AdminVar.php:218
+#: ../../library/Class/AdminVar.php:218 ../../library/Class/AdminVar.php:197
+#: ../../library/Class/AdminVar.php:215
 msgid "Version"
 msgstr "Versiune"
 
@@ -27378,7 +27898,7 @@ msgstr "Ștergere categorie"
 #: ../../library/Class/AdminVar.php:208
 ../../library/Class/AdminVar.php:209
 #: ../../library/Class/AdminVar.php:206 ../../library/Class/AdminVar.php:225
 #: ../../library/Class/AdminVar.php:227 ../../library/Class/AdminVar.php:219
-#: ../../library/Class/AdminVar.php:217
+#: ../../library/Class/AdminVar.php:217 ../../library/Class/AdminVar.php:214
 msgid "Version de Kidilangues."
 msgstr ""
 
@@ -27610,6 +28130,7 @@ msgstr "Vedeţi înregistrarea video"
 
 #: ../../application/modules/telephone/controllers/RechercheController.php:65
 #: ../../application/modules/telephone/controllers/RechercheController.php:65
+#: ../../application/modules/telephone/controllers/RechercheController.php:62
 msgid "Vidéos associées"
 msgstr ""
 
@@ -27651,6 +28172,8 @@ msgstr "etichetă a sitului"
 
 #: ../../library/Class/Notice/Thumbnail/ResizeImage.php:74
 #: ../../library/Class/Notice/Thumbnail/ResizeImage.php:100
+#: ../../library/Class/Notice/Thumbnail/ResizeImage.php:75
+#: ../../library/Class/Notice/Thumbnail/ResizeImage.php:93
 #, fuzzy, php-format
 msgid "Vignette de l'image \"%s\""
 msgstr "etichetă a sitului"
@@ -27817,6 +28340,7 @@ msgstr "Vedeţi planul"
 #: ../../library/ZendAfi/View/Helper/RenderSession.php:206
 #: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:420
 #: ../../library/ZendAfi/View/Helper/Admin/Versions.php:67
+#: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:423
 msgid "Voir"
 msgstr "Vedeţi"
 
@@ -28139,6 +28663,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AbonneController.php:968
 #: ../../application/modules/opac/controllers/AbonneController.php:991
 #: ../../application/modules/opac/controllers/AbonneController.php:993
+#: ../../application/modules/opac/controllers/AbonneController.php:995
 #, fuzzy
 msgid "Votre abonnement ne vous permet pas de réserver un poste multimédia"
 msgstr "Cerere de rezervare a unui document din reţea:"
@@ -28219,6 +28744,7 @@ msgstr "Rezervarea dvs. a fost înregistrată."
 #: ../../application/modules/opac/controllers/AbonneController.php:1086
 #: ../../application/modules/opac/controllers/AbonneController.php:1172
 #: ../../application/modules/opac/controllers/AbonneController.php:1174
+#: ../../application/modules/opac/controllers/AbonneController.php:1176
 #, fuzzy, php-format
 msgid "Votre carte a été retirée à %s"
 msgstr "Rezervarea dvs. a fost înregistrată."
@@ -28246,6 +28772,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:184
 ../../library/Class/AdminVar.php:185
 #: ../../library/Class/AdminVar.php:182 ../../library/Class/AdminVar.php:201
 #: ../../library/Class/AdminVar.php:203 ../../library/Class/AdminVar.php:195
+#: ../../library/Class/AdminVar.php:192
 msgid ""
 "Votre compte sera mis à jour dans un délai de 15 minutes après le retour "
 "anticipé du document."
@@ -28273,6 +28800,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:379
 #: ../../application/modules/opac/controllers/AuthController.php:374
 #: ../../application/modules/opac/controllers/AuthController.php:386
+#: ../../application/modules/opac/controllers/AuthController.php:378
 msgid "Votre demande d'inscription"
 msgstr "Solicitarea dvs. de înscriere  "
 
@@ -28288,11 +28816,10 @@ msgid "Votre fiche"
 msgstr "FiÅŸa dvs.       "
 
 #: ../../library/Class/Users.php:1133
 ../../library/Class/Users.php:1133
-#: ../../library/Class/User/LostPass.php:102
-#: ../../library/Class/Users.php:1142 ../../library/Class/Users.php:1121
-#: ../../library/Class/Users.php:1124 ../../library/Class/Users.php:1128
-#: ../../library/Class/Users.php:1149 ../../library/Class/Users.php:1144
-#: ../../library/Class/Users.php:1146
+#: ../../library/Class/User/LostPass.php:102 ../../library/Class/Users.php:1142
+#: ../../library/Class/Users.php:1121 ../../library/Class/Users.php:1124
+#: ../../library/Class/Users.php:1128 ../../library/Class/Users.php:1149
+#: ../../library/Class/Users.php:1144 ../../library/Class/Users.php:1146
 #, fuzzy, php-format
 msgid "Votre identifiant : %s\n"
 msgstr "Numele dvs. de utilizator: %s"
@@ -28352,11 +28879,10 @@ msgid "Votre message a bien été envoyé."
 msgstr "Rezervarea dvs. a fost înregistrată."
 
 #: ../../library/Class/Users.php:1134
 ../../library/Class/Users.php:1134
-#: ../../library/Class/User/LostPass.php:103
-#: ../../library/Class/Users.php:1143 ../../library/Class/Users.php:1122
-#: ../../library/Class/Users.php:1125 ../../library/Class/Users.php:1129
-#: ../../library/Class/Users.php:1150 ../../library/Class/Users.php:1145
-#: ../../library/Class/Users.php:1147
+#: ../../library/Class/User/LostPass.php:103 ../../library/Class/Users.php:1143
+#: ../../library/Class/Users.php:1122 ../../library/Class/Users.php:1125
+#: ../../library/Class/Users.php:1129 ../../library/Class/Users.php:1150
+#: ../../library/Class/Users.php:1145 ../../library/Class/Users.php:1147
 #, fuzzy, php-format
 msgid "Votre mot de passe : %s\n"
 msgstr "Parola dvs. :%s"
@@ -28551,6 +29077,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AuthController.php:515
 #: ../../application/modules/opac/controllers/AuthController.php:510
 #: ../../application/modules/opac/controllers/AuthController.php:522
+#: ../../application/modules/opac/controllers/AuthController.php:514
 msgid "Vous avez bien été abonné à la newsletter: "
 msgstr ""
 
@@ -28565,6 +29092,7 @@ msgstr ""
 #: ../../application/modules/opac/controllers/AbonneController.php:1152
 #: ../../application/modules/opac/controllers/AbonneController.php:1238
 #: ../../application/modules/opac/controllers/AbonneController.php:1240
+#: ../../application/modules/opac/controllers/AbonneController.php:1242
 #, php-format
 msgid "Vous avez déjà ajouté la carte de \"%s\""
 msgstr ""
@@ -28587,6 +29115,7 @@ msgstr "Aveţi %d  rezervări în curs"
 #: ../../library/Class/Users.php:1074 ../../library/Class/Users.php:1078
 #: ../../library/Class/Users.php:1099 ../../library/Class/Users.php:1094
 #: ../../library/Class/Users.php:1096 ../../library/Class/Users.php:1084
+#: ../../library/Class/Users.php:1079
 #, fuzzy
 msgid "Vous avez fait une demande d'inscription sur le portail:"
 msgstr "Aţi făcut o cerere de înscriere pe portal."
@@ -28598,11 +29127,10 @@ msgid "Vous avez fait une demande d'inscription à la lettre d'information:"
 msgstr "Aţi făcut o cerere de înscriere pe portal."
 
 #: ../../library/Class/Users.php:1132
 ../../library/Class/Users.php:1132
-#: ../../library/Class/User/LostPass.php:101
-#: ../../library/Class/Users.php:1141 ../../library/Class/Users.php:1120
-#: ../../library/Class/Users.php:1123 ../../library/Class/Users.php:1127
-#: ../../library/Class/Users.php:1148 ../../library/Class/Users.php:1143
-#: ../../library/Class/Users.php:1145
+#: ../../library/Class/User/LostPass.php:101 ../../library/Class/Users.php:1141
+#: ../../library/Class/Users.php:1120 ../../library/Class/Users.php:1123
+#: ../../library/Class/Users.php:1127 ../../library/Class/Users.php:1148
+#: ../../library/Class/Users.php:1143 ../../library/Class/Users.php:1145
 msgid "Vous avez fait une demande de mot de passe sur le portail."
 msgstr "Aţi făcut o cerere de parolă pe portal."
 
@@ -28635,7 +29163,7 @@ msgstr "Câmpul 'Nume de utilizator' trebuie să nu depăşească 50 de caracter
 #: ../../library/Class/Users.php:1017
 ../../library/Class/Users.php:1017
 #: ../../library/Class/Users.php:1026 ../../library/Class/Users.php:1005
 #: ../../library/Class/Users.php:1007 ../../library/Class/Users.php:1011
-#: ../../library/Class/Users.php:1022
+#: ../../library/Class/Users.php:1022 ../../library/Class/Users.php:1000
 msgid "Vous devez compléter le champ 'Identifiant'"
 msgstr "Trebuie să completaţi câmpul ‘Nume de utilizator’"
 
@@ -28644,6 +29172,7 @@ msgstr "Trebuie să completaţi câmpul ‘Nume de utilizator’"
 #: ../../library/Class/Users.php:1008 ../../library/Class/Users.php:1012
 #: ../../library/Class/Users.php:1066 ../../library/Class/Users.php:1061
 #: ../../library/Class/Users.php:1063 ../../library/Class/Users.php:1051
+#: ../../library/Class/Users.php:1046
 msgid "Vous devez compléter le champ 'Mot de passe'"
 msgstr "Trebuie să completaţi câmpul ‘Parolă’"
 
@@ -28738,6 +29267,7 @@ msgstr "Trebuie să introduceţi un titlu         "
 #: ../../library/Class/Users.php:1038 ../../library/Class/Users.php:1042
 #: ../../library/Class/Users.php:1052 ../../library/Class/Users.php:1047
 #: ../../library/Class/Users.php:1049 ../../library/Class/Users.php:1037
+#: ../../library/Class/Users.php:1032
 msgid "Vous devez fournir une adresse mail valide"
 msgstr ""
 
@@ -28778,6 +29308,7 @@ msgstr "Trebuie să introduceţi o parolă "
 #: ../../library/Class/Users.php:1041 ../../library/Class/Users.php:1045
 #: ../../library/Class/Users.php:1055 ../../library/Class/Users.php:1050
 #: ../../library/Class/Users.php:1052 ../../library/Class/Users.php:1040
+#: ../../library/Class/Users.php:1035
 #, fuzzy
 msgid "Vous devez saisir un numéro de téléphone"
 msgstr "Trebuie să introduceţi o parolă "
@@ -29044,6 +29575,7 @@ msgstr "Nu aţi introdus o solicitare."
 #: ../../library/Class/Users.php:1034 ../../library/Class/Users.php:1038
 #: ../../library/Class/Users.php:1048 ../../library/Class/Users.php:1043
 #: ../../library/Class/Users.php:1045 ../../library/Class/Users.php:1033
+#: ../../library/Class/Users.php:1028
 #, fuzzy
 msgid "Vous n'avez pas les droits suffisants pour diriger une activité"
 msgstr "Nu aţi introdus o solicitare."
@@ -29053,6 +29585,7 @@ msgstr "Nu aţi introdus o solicitare."
 #: ../../library/Class/Users.php:1031 ../../library/Class/Users.php:1035
 #: ../../library/Class/Users.php:1045 ../../library/Class/Users.php:1040
 #: ../../library/Class/Users.php:1042 ../../library/Class/Users.php:1030
+#: ../../library/Class/Users.php:1025
 #, fuzzy
 msgid "Vous n'avez pas les droits suffisants pour suivre une activité"
 msgstr "Nu aţi introdus o solicitare."
@@ -29128,6 +29661,7 @@ msgstr "Nu aţi introdus nici o cheie."
 #: ../../application/modules/opac/controllers/AbonneController.php:1075
 #: ../../application/modules/opac/controllers/AbonneController.php:1161
 #: ../../application/modules/opac/controllers/AbonneController.php:1163
+#: ../../application/modules/opac/controllers/AbonneController.php:1165
 #, php-format
 msgid "Vous n'utilisez plus la carte de %s"
 msgstr ""
@@ -29156,6 +29690,7 @@ msgstr "Nu sunteţi abonat la nici un buletin informativ    "
 #: ../../application/modules/opac/controllers/AuthController.php:469
 #: ../../application/modules/opac/controllers/AuthController.php:481
 #: ../../application/modules/opac/controllers/AuthController.php:474
+#: ../../application/modules/opac/controllers/AuthController.php:473
 #, fuzzy
 msgid ""
 "Vous n'êtes plus inscrit à la lettre d'information, celle-ci n'existe plus."
@@ -29179,6 +29714,7 @@ msgstr "la buletinul informativ"
 #: ../../application/modules/opac/controllers/AbonneController.php:1146
 #: ../../application/modules/opac/controllers/AbonneController.php:1232
 #: ../../application/modules/opac/controllers/AbonneController.php:1234
+#: ../../application/modules/opac/controllers/AbonneController.php:1236
 msgid "Vous ne pouvez pas ajouter votre propre carte"
 msgstr ""
 
@@ -29186,6 +29722,7 @@ msgstr ""
 #: ../../library/ZendAfi/Controller/Plugin/Manager/FileManager.php:407
 #: ../../application/modules/admin/controllers/FileManagerController.php:344
 #: ../../application/modules/admin/controllers/FileManagerController.php:350
+#: ../../application/modules/admin/controllers/FileManagerController.php:359
 #, php-format
 msgid ""
 "Vous ne pouvez pas copier ou déplacer un élément avec lui-même : \"%s\" est "
@@ -29301,6 +29838,7 @@ msgstr "la buletinul informativ"
 #: ../../application/modules/admin/controllers/IndexController.php:189
 #: ../../application/modules/opac/controllers/AuthController.php:647
 #: ../../application/modules/opac/controllers/AuthController.php:640
+#: ../../application/modules/opac/controllers/AuthController.php:639
 #, php-format
 msgid "Vous êtes maintenant connecté avec l'utilisateur \"%s\""
 msgstr ""
@@ -29326,7 +29864,7 @@ msgstr ""
 #: ../../library/Class/AdminVar.php:332 ../../library/Class/AdminVar.php:338
 #: ../../library/Class/AdminVar.php:357 ../../library/Class/AdminVar.php:359
 #: ../../library/Class/AdminVar.php:362 ../../library/Class/AdminVar.php:354
-#: ../../library/Class/AdminVar.php:355
+#: ../../library/Class/AdminVar.php:355 ../../library/Class/AdminVar.php:352
 msgid "WS KOHA : Reservation d'exemplaires pour les multi sites"
 msgstr ""
 
@@ -29366,6 +29904,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:272
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:297
 #: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:371
+#: ../../library/ZendAfi/View/Helper/Admin/FrontNav.php:376
 msgid "ZF Debug"
 msgstr ""
 
@@ -29480,6 +30019,7 @@ msgstr "Vedeţi instrucţiunea"
 
 #: ../../library/Class/FileManager.php:119
 #: ../../library/Class/FileManager.php:121
+#: ../../library/Class/FileManager.php:143
 msgid "_copie"
 msgstr ""
 
@@ -29652,6 +30192,11 @@ msgstr ""
 msgid "code barre : {getBarCode}"
 msgstr ""
 
+#: ../../library/ZendAfi/Controller/Action/Helper/ListViewMode/Codification/AuthorFunction.php:39
+#, fuzzy
+msgid "code unimarc"
+msgstr "Export de coÅŸ"
+
 #: ../../library/ZendAfi/View/Helper/GetSendProgressJsonFor.php:36
 #: ../../library/ZendAfi/View/Helper/GetSendProgressJsonFor.php:36
 #, fuzzy
@@ -30043,6 +30588,7 @@ msgstr ""
 #: ../../library/ZendAfi/View/Helper/Accueil/Base.php:249
 #: ../../library/ZendAfi/View/Helper/Accueil/Base.php:249
 #: ../../library/ZendAfi/View/Helper/Accueil/Base.php:247
+#: ../../library/ZendAfi/View/Helper/Accueil/Base.php:265
 #, php-format
 msgid "flux RSS de la boite %s"
 msgstr "flux RSS al casetei %s"
@@ -30083,6 +30629,7 @@ msgstr ""
 
 #: ../../application/modules/opac/controllers/AbonneController.php:1065
 #: ../../application/modules/opac/controllers/AbonneController.php:1067
+#: ../../application/modules/opac/controllers/AbonneController.php:1069
 #, php-format
 msgid "historique_prets_codes_barres_%s_%s%s"
 msgstr ""
@@ -30228,8 +30775,7 @@ msgstr ""
 msgid "l'appel à la méthode %s n'est pas autorisé (ligne : %s)"
 msgstr ""
 
-#: ../../library/Class/Ouverture.php:180
-#: ../../library/Class/Ouverture.php:180
+#: ../../library/Class/Ouverture.php:180
 ../../library/Class/Ouverture.php:180
 #, fuzzy, php-format
 msgid "le %s"
 msgstr "%s"
@@ -30649,6 +31195,7 @@ msgstr "noiembrie"
 #: ../../library/ZendAfi/View/Helper/Abonne/ReservationsTable.php:136
 #: ../../library/Class/Profil/Preferences/Loans.php:612
 #: ../../library/Class/Profil/Preferences/Loans.php:613
+#: ../../library/ZendAfi/View/Helper/Notice/ExemplairesTable.php:460
 msgid "n°"
 msgstr "nr."
 
@@ -30665,6 +31212,7 @@ msgstr ""
 
 #: ../../library/Class/FileManager/FileSystem.php:267
 #: ../../library/Class/FileManager/FileSystem.php:268
+#: ../../library/Class/FileManager/FileSystem.php:269
 #, fuzzy
 msgid "o"
 msgstr "sau"
@@ -30930,6 +31478,7 @@ msgstr ""
 
 #: ../../application/modules/opac/controllers/AbonneController.php:1043
 #: ../../application/modules/opac/controllers/AbonneController.php:1045
+#: ../../application/modules/opac/controllers/AbonneController.php:1047
 #, php-format
 msgid "prets_codes_barres_%s_%s%s"
 msgstr ""
@@ -31411,6 +31960,7 @@ msgstr ""
 #: ../../application/modules/admin/controllers/ModulesController.php:496
 #: ../../application/modules/admin/controllers/ModulesController.php:501
 #: ../../application/modules/admin/controllers/ModulesController.php:548
+#: ../../library/ZendAfi/View/Helper/FonctionsAdmin.php:108
 msgid "Étendre le paramétrage"
 msgstr ""
 
@@ -31490,6 +32040,11 @@ msgstr "Sunteţi sigur(ă) că vreţi să suprimaţi acest strat?"
 msgid "Êtes-vous sur de vouloir supprimer cette version de l\\'historique ?"
 msgstr "Sunteţi sigur(ă) că vreţi să suprimaţi acest strat?"
 
+#: ../../library/ZendAfi/View/Helper/FonctionsAdmin.php:186
+#, fuzzy, php-format
+msgid "Êtes-vous sur de vouloir supprimer la boite \"%s\" ?"
+msgstr "Sunteţi sigur(ă) că vreţi să suprimaţi acest strat?"
+
 #: ../../application/modules/telephone/views/scripts/abonne/cancel-hold.phtml:14
 #: ../../application/modules/telephone/views/scripts/abonne/cancel-hold.phtml:14
 #, fuzzy, php-format
@@ -32057,10 +32612,6 @@ msgstr ""
 #~ msgid "Le mot de passe est obligatoire."
 #~ msgstr "Parola este obligatorie."
 
-#, fuzzy
-#~ msgid "Libellé *"
-#~ msgstr "Specificaţie"
-
 #, fuzzy
 #~ msgid "Libellé pour document en prêt"
 #~ msgstr "specificaţia începe cu"
@@ -32120,10 +32671,6 @@ msgstr ""
 #~ msgid "Modifer les informations du panier"
 #~ msgstr "Modificare titlu coÅŸ"
 
-#, fuzzy
-#~ msgid "Modifier la formation"
-#~ msgstr "Modificare titlu coÅŸ"
-
 #, fuzzy
 #~ msgid "Modifier la formation: %s"
 #~ msgstr "Modificare titlu coÅŸ"
@@ -32136,10 +32683,6 @@ msgstr ""
 #~ msgid "Modifier le lieu: \"%s\""
 #~ msgstr "Modificare bibliotecă: %s"
 
-#, fuzzy
-#~ msgid "Modifier le modèle: %s"
-#~ msgstr "Modificare bibliotecă: %s"
-
 #, fuzzy
 #~ msgid "Modifier mes favoris (bibliothèques, domaines, ...)"
 #~ msgstr "Modificare bibliotecă: %s"
diff --git a/public/opac/js/digital_connectors.js b/public/opac/js/digital_connectors.js
index 44a691843554ab7ced2db0d85e508e5d6874a320..95748d72a85c26830adf67ba84a2d697acbcc69d 100644
--- a/public/opac/js/digital_connectors.js
+++ b/public/opac/js/digital_connectors.js
@@ -173,17 +173,6 @@
 		      "name" : "",
 		      "url" : "http://www.premierchapitre.fr/contact.php"}
   },
-  "TOUTAPPRENDRE": {
-    "label" : "toutapprendre.com", 
-    "enabled": "isToutApprendreEnabled",
-    "url" : "http://www.toutapprendre.com", 
-    "image_url" : "http://bokeh-library-portal.org/userfiles/media/ressources_numeriques/toutapprendre.png", 
-    "desc": "toutapprendre.com, leader du e-Learning auprès du grand public, propose des centaines de cours en ligne pour le développement des compétences personnelles de chacun.", 
-    "features": ["HARVEST", "SSO"], 
-    "sales_contact": {"mail" : "",
-		      "name" : "",
-		      "url" : "http://www.toutapprendre.com/mediatheques.aspx"}
-  },
   "VODECLIC": {
     "label" : "Vodeclic", 
     "enabled": "isVodeclicEnabled",
diff --git a/public/opac/js/openStreetMap/openStreetMap.js b/public/opac/js/openStreetMap/openStreetMap.js
index 203e7ed9a42e344ea9459afa34d12eec69fa5424..b7a40ab3a2f59c7dc77e99d814c5fe1b8b1959a2 100644
--- a/public/opac/js/openStreetMap/openStreetMap.js
+++ b/public/opac/js/openStreetMap/openStreetMap.js
@@ -83,13 +83,26 @@
 			       point.lon],
 			      settings
 			     );
-	marker.bindPopup(point.html);
+	var marker_popup = L.popup({
+	  className : 'osm-customiz-popup'
+	})
+	    .setContent(point.html);
+	marker.bindPopup(marker_popup);
 	all_markers.push(marker);
       });
 
       var bounds = new L.featureGroup(all_markers);
       bounds.addTo(map);
-      map.fitBounds(bounds.getBounds(), {padding: [50, 50]});
+
+      var originalPosition = function () {
+	map.fitBounds(bounds.getBounds(), {padding: [50, 50]});
+      }
+      
+      map.on('popupclose', function(event) {
+	originalPosition();
+      });
+
+      originalPosition();
     }
 
     loadMap();
diff --git a/tests/application/modules/admin/controllers/BatchControllerTest.php b/tests/application/modules/admin/controllers/BatchControllerTest.php
index 3750b2bc44d7e0e0ec6cc3d797b9b7c04f3e3e83..6441753b4cb5d9e498045e9ff132600c9fab9fe1 100644
--- a/tests/application/modules/admin/controllers/BatchControllerTest.php
+++ b/tests/application/modules/admin/controllers/BatchControllerTest.php
@@ -39,7 +39,6 @@ abstract class BatchControllerTestCase extends AbstractControllerTestCase {
     RessourcesNumeriquesFixtures::activateVodeclic();
     RessourcesNumeriquesFixtures::activateArteVod();
     RessourcesNumeriquesFixtures::activateCyberlibris();
-    RessourcesNumeriquesFixtures::deactivateToutApprendre();
     RessourcesNumeriquesFixtures::deactivateNumilog();
 
     $this->_batch_import = $this->fixture('Class_Batch',
diff --git a/tests/application/modules/admin/controllers/FeatureControllerTest.php b/tests/application/modules/admin/controllers/FeatureControllerTest.php
index b3689fcb4c01e08f18953a712f73dac41197447b..5d4f3d62a4784051076315c961670ba9e37f9b74 100644
--- a/tests/application/modules/admin/controllers/FeatureControllerTest.php
+++ b/tests/application/modules/admin/controllers/FeatureControllerTest.php
@@ -163,4 +163,26 @@ class FeatureControllerShowDispatchTest extends Admin_AbstractControllerTestCase
   public function featureShouldAppearAsNewForUser() {
     $this->assertNotNull((new Class_Feature)->findNewFor(Class_Users::getIdentity())[0]->getId());
   }
+}
+
+
+
+
+class FeatureControllerNullFeatureTest extends ModelTestCase {
+  protected $_storm_default_to_volatile = true;
+
+
+  /** @test */
+  public function contextShouldExpectation() {
+    $user = $this->fixture('Class_Users',
+                           ['id' => 3232,
+                            'login' => 'I check features',
+                            'password' => 'because i m strong']);
+
+    Class_User_Settings::newWith($user)
+      ->addCheckedFeature(789789789798)
+      ->save();
+
+    $this->assertNotNull((new Class_Feature)->findNewFor($user));
+  }
 }
\ No newline at end of file
diff --git a/tests/application/modules/admin/controllers/HarvestControllerToutApprendreTest.php b/tests/application/modules/admin/controllers/HarvestControllerToutApprendreTest.php
deleted file mode 100644
index 43e36d3060d65b64f1c622060302c89d2c334d53..0000000000000000000000000000000000000000
--- a/tests/application/modules/admin/controllers/HarvestControllerToutApprendreTest.php
+++ /dev/null
@@ -1,226 +0,0 @@
-<?php
-/**
- * Copyright (c) 2012, Agence Française Informatique (AFI). All rights reserved.
- *
- * BOKEH is free software; you can redistribute it and/or modify
- * it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
- * the Free Software Foundation.
- *
- * There are special exceptions to the terms and conditions of the AGPL as it
- * is applied to this software (see README file).
- *
- * BOKEH is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU AFFERO GENERAL PUBLIC LICENSE for more details.
- *
- * You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
- * along with BOKEH; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA
- */
-
-require_once 'AdminAbstractControllerTestCase.php';
-
-abstract class HarvestControllerToutApprendreTestCase
-  extends Admin_AbstractControllerTestCase {
-
-  protected
-    $_storm_default_to_volatile = true,
-    $_web_client;
-
-  public function setUp() {
-    parent::setUp();
-
-    $this->_web_client = $this->mock()
-                              ->whenCalled('open_url')->answers('');
-
-    Class_WebService_BibNumerique_ToutApprendre::setDefaultHttpClient($this->_web_client);
-    Class_WebService_BibNumerique_RessourceNumerique::setCommand($this->mock()
-                                                                      ->whenCalled('execTimedScript')
-                                                                      ->answers(''));
-
-    $this->onLoaderOfModel('Class_AlbumRessource')
-         ->whenCalled('getNextOrderFor')
-         ->answers(1)
-         ->whenCalled('delete')
-         ->answers(true)
-         ->whenCalled('save')
-         ->answers(true);
-  }
-}
-
-
-
-abstract class HarvestControllerToutApprendreNotActivatedTestCase extends HarvestControllerToutApprendreTestCase {
-  public function setUp() {
-    parent::setUp();
-    RessourcesNumeriquesFixtures::deactivateToutApprendre();
-  }
-}
-
-
-
-abstract class HarvestControllerToutApprendreActivatedTestCase extends HarvestControllerToutApprendreTestCase {
-  public function setUp() {
-    parent::setUp();
-    RessourcesNumeriquesFixtures::activateToutApprendre();
-  }
-}
-
-
-
-abstract class HarvestControllerToutApprendreWithCoursTestCase extends HarvestControllerToutApprendreActivatedTestCase {
-  public function setUp(){
-    parent::setUp();
-
-    $this->_web_client
-      ->whenCalled('open_url')
-      ->with('http://biblio.toutapprendre.com/cours/catalogue.aspx?pk=2100')
-      ->answers(HarvestToutApprendreFixtures::catalogueXML());
-  }
-}
-
-
-
-class HarvestControllerToutApprendreActionNotActivatedTest extends HarvestControllerToutApprendreNotActivatedTestCase {
-  public function setUp() {
-    parent::setUp();
-    $this->dispatch('/admin/harvest/toutapprendre', true);
-  }
-
-
-  /** @test */
-  public function shouldRedirect() {
-    $this->assertRedirectTo('/admin/index');
-  }
-}
-
-
-
-class HarvestControllerToutApprendreActivatedWithErrorTest extends HarvestControllerToutApprendreActivatedTestCase {
-  public function setUp() {
-    parent::setUp();
-    $this->_web_client
-      ->whenCalled('open_url')
-      ->with('')
-      ->answers('');
-
-    $this->dispatch('/admin/harvest/toutapprendre', true);
-  }
-
-
-  /** @test */
-  public function shouldLogHarvestStart() {
-    $this->assertXPathContentContains('//div', 'Début du moissonnage');
-  }
-
-
-  /** @test */
-  public function shouldLogHarvestError() {
-    $this->assertXPathContentContains('//div', 'Erreur de communication');
-  }
-}
-
-
-
-
-class HarvestControllerToutApprendreActivatedWithCoursTest extends HarvestControllerToutApprendreWithCoursTestCase {
-  protected
-    $_albumWrapper;
-
-  public function setUp() {
-    parent::setUp();
-
-    $this->_albumWrapper =Storm_Test_ObjectWrapper::onLoaderOfModel('Class_Album')
-      ->whenCalled('deleteBy')
-      ->answers(null);
-
-    $this->dispatch('/admin/harvest/toutapprendre', true);
-  }
-
-
-  /** @test */
-  public function shouldLogToutApprendreReceivedResponse() {
-    $this->assertXPathContentContains('//div', 'Réponse reçue');
-  }
-
-
-  /** @test */
-  public function shouldLogToutApprendreTotalCount() {
-    $this->assertXPathContentContains('//div', '2 formations dans la base',$this->_response->getBody());
-  }
-
-  /** @test */
-  public function shouldDeleteToutApprendreNotHarvestedIds() {
-    $this->assertTrue($this->_albumWrapper->methodHasBeenCalled('deleteBy'));
-    $parameter = $this->_albumWrapper->getFirstAttributeForLastCallOn('deleteBy');
-    $this->assertEquals(1, count($parameter));
-    $this->assertTrue(false !== strpos($parameter['where'], Class_WebService_BibNumerique_ToutApprendre::BASE_URL));
-    $this->assertTrue(false !== strpos($parameter['where'], "not in ('5904', '5519')"));
-  }
-}
-
-
-
-
-class HarvestControllerToutApprendreBrowse extends HarvestControllerToutApprendreWithCoursTestCase {
-  public function setUp() {
-    parent::setUp();
-    $this->dispatch('/admin/harvest/toutapprendre-browse', true);
-  }
-
-
-  /** @test */
-  public function buttonShouldOpenToutApprendreAction() {
-    $this->assertXPath('//form[contains(@action, "admin/harvest/toutapprendre")][@method="get"]');
-  }
-}
-
-
-
-class HarvestToutApprendreFixtures {
-  public static function catalogueXML() {
-    return <<<EOXML
-<?xml version="1.0" encoding="utf-8"?>
-<toutapprendre><cours>
-  <pk>5904</pk>
-  <titre>Cours pour adultes (remise &#224; niveau)</titre>
-  <editeur>ToutApprendre.com - Maxicours</editeur>
-  <categorie catId="20">Remise &#224; Niveau Adultes</categorie>
-  <description></description>
-  <dureeCours>Plusieurs milliers d'heures</dureeCours>
-  <demo></demo>
-  <thumbnail>http://www.toutapprendre.com/img/min/5904.gif</thumbnail>
-  <lecons>
-      <lecon>
-         <titreLecon>Cours pour adultes</titreLecon>
-         <pkLecon>3102</pkLecon>
-      </lecon>
-  </lecons>
-</cours>
-<cours>
-  <pk>5519</pk>
-  <titre>Soutien scolaire (jeunesse)</titre>
-  <editeur>ToutApprendre.com - Maxicours</editeur>
-  <categorie catId="12">Soutien Scolaire</categorie>
-  <description></description>
-  <dureeCours>Plusieurs milliers d'heures</dureeCours>
-  <demo></demo>
-  <thumbnail>http://www.toutapprendre.com/img/min/5519.gif</thumbnail>
-  <lecons>
-      <lecon>
-          <titreLecon>Introduction</titreLecon>
-          <pkLecon>3101</pkLecon>
-      </lecon>
-      <lecon>
-          <titreLecon>Soutien scolaire</titreLecon>
-          <pkLecon>3104</pkLecon>
-      </lecon>
-
-  </lecons>
-</cours>
-</toutapprendre>
-EOXML;
-
-  }
-}
diff --git a/tests/application/modules/admin/controllers/OaiControllerTest.php b/tests/application/modules/admin/controllers/OaiControllerTest.php
index 20cfa5321a4e33c45641ed25f4abb03a5ed69a37..bce98625543a380761d7f0b967338f8639bbfac0 100644
--- a/tests/application/modules/admin/controllers/OaiControllerTest.php
+++ b/tests/application/modules/admin/controllers/OaiControllerTest.php
@@ -180,7 +180,7 @@ class Admin_OaiControllerImportIsaacAsimovFoundationTest extends Admin_OaiContro
 
   /** @test */
   public function newAlbumAuteurShouldBeIsaacAsimov() {
-    $this->assertEquals('Isaac Asimov', $this->_new_album->getAuteur());
+    $this->assertEquals('Isaac Asimov', $this->_new_album->getAuthors()[0]->getName());
   }
 
 
diff --git a/tests/application/modules/admin/controllers/UserGroupControllerTest.php b/tests/application/modules/admin/controllers/UserGroupControllerTest.php
index ccafe3f9258ea75ce072896c7fba857f1fc30add..e5cc9214cd925752ce2a1630cd7b833385655055 100644
--- a/tests/application/modules/admin/controllers/UserGroupControllerTest.php
+++ b/tests/application/modules/admin/controllers/UserGroupControllerTest.php
@@ -1071,7 +1071,6 @@ class Admin_UserGroupControllerRessourcesNumeriquesTest extends Admin_UserGroupC
     return [['ArteVod', 'ARTE'],
             ['Vodeclic', 'Vodéclic'],
             ['Numilog', 'Numilog'],
-            ['ToutApprendre', 'Tout Apprendre'],
             ['Musicme', 'musicMe'],
             ['NumeriquePremium', 'Numérique Premium']];
   }
@@ -1105,14 +1104,6 @@ class Admin_UserGroupControllerRessourcesNumeriquesTest extends Admin_UserGroupC
     $this->dispatch('admin/usergroup/edit/id/6', true);
     $this->assertXPathContentContains('//label','Cyberlibris',$this->_response->getBody());
   }
-
-
-  /** @test */
-  public function editToutApprendreGroupShouldBeVisible() {
-    RessourcesNumeriquesFixtures::activateToutApprendre();
-    $this->dispatch('admin/usergroup/edit/id/6', true);
-    $this->assertXPathContentContains('//label','Tout Apprendre',$this->_response->getBody());
-  }
 }
 
 
diff --git a/tests/application/modules/opac/controllers/AbonneControllerChangePasswordTest.php b/tests/application/modules/opac/controllers/AbonneControllerChangePasswordTest.php
index f054dd0c83948474580f699b0d3018d6ba300a39..e384b15ca3f8910509d26bbc099b7a2e2861ba7e 100644
--- a/tests/application/modules/opac/controllers/AbonneControllerChangePasswordTest.php
+++ b/tests/application/modules/opac/controllers/AbonneControllerChangePasswordTest.php
@@ -162,7 +162,9 @@ class AbonneControllerChangePasswordOnKohaWithoutRestfulTest
 
 
 class AbonneControllerChangePasswordOnNanookTest extends AbstractControllerTestCase {
-  protected $_storm_default_to_volatile = true;
+  protected
+    $_storm_default_to_volatile = true,
+    $_mock_web_client;
 
 
   public function setUp() {
@@ -185,23 +187,25 @@ class AbonneControllerChangePasswordOnNanookTest extends AbstractControllerTestC
                                  'id_site' => 11,
                                  'int_bib' => $sigb_plage,
                                  'idabon' => '123456',
+                                 'id_sigb' => '111',
                                  'role_level' => ZendAfi_Acl_AdminControllerRoles::ABONNE_SIGB]);
 
-    $borrower = new Class_WebService_SIGB_Emprunteur('ml34', 'ml34');
-
     $nanook_user->setFicheSigb(['type_comm' => Class_IntBib::COM_KOHA,
-                                'fiche' => $borrower]);
+                                'fiche' => Class_WebService_SIGB_Emprunteur::nullInstance()]);
 
 
-    $mock_web_client = $this->mock()
-                            ->whenCalled('open_url')
-                            ->with('http://plage.com/cgi-bin/nanook/ilsdi.pl/service/AuthenticatePatron/username/ml34/password/achanger')
-                            ->answers(true)
+    $this->_mock_web_client = $this->mock()
+                                   ->whenCalled('postData')
+                                   ->with('http://plage.com/cgi-bin/nanook/ilsdi.pl/service/UpdatePatronInfo/patronId/111',
+                                          ['password' => 'ce1bnm2p',
+                                           'mail' => '',
+                                           'phoneNumber' => ''])
+                                   ->answers(true)
 
-                            ->beStrict();
+                                   ->beStrict();
 
     $sigb_comm = Class_IntBib::find(3)->getSIGBComm();
-    $sigb_comm->setWebClient($mock_web_client);
+    $sigb_comm->setWebClient($this->_mock_web_client);
     ZendAfi_Auth::getInstance()->logUser($nanook_user);
 
     $logger = $this->mock()
@@ -232,4 +236,16 @@ class AbonneControllerChangePasswordOnNanookTest extends AbstractControllerTestC
     Class_Users::clearCache();
     $this->assertEquals('ce1bnm2p', Class_Users::getIdentity()->getPassword());
   }
+
+
+  /** @test */
+  public function responseShouldBeARedirect() {
+    $this->assertRedirectTo('/abonne/fiche');
+  }
+
+
+  /** @test */
+  public function serviceShouldHaveBeenCalledOnNanookServer() {
+    $this->assertTrue($this->_mock_web_client->methodHasBeenCalled('postData'));
+  }
 }
\ No newline at end of file
diff --git a/tests/application/modules/opac/controllers/AbonneControllerSettingsTest.php b/tests/application/modules/opac/controllers/AbonneControllerSettingsTest.php
index 6fb2fcd61f9f630b5b9f4dc252d9b485d950b298..755fa014781a76da9d07b61a6951e27d811d3431 100644
--- a/tests/application/modules/opac/controllers/AbonneControllerSettingsTest.php
+++ b/tests/application/modules/opac/controllers/AbonneControllerSettingsTest.php
@@ -20,7 +20,8 @@
  */
 
 abstract class AbonneControllerSettingsTestCase extends AbstractControllerTestCase {
-  protected $_storm_default_to_volatile = true,
+  protected
+    $_storm_default_to_volatile = true,
     $_mel,
     $_user,
     $_music,
@@ -41,6 +42,16 @@ abstract class AbonneControllerSettingsTestCase extends AbstractControllerTestCa
 
     ZendAfi_Auth::getInstance()->logUser($this->_user);
 
+    $this->onLoaderOfModel('Class_Catalogue')
+         ->whenCalled('updateNoticesWithFacette')
+         ->answers(true)
+
+         ->whenCalled('saveThesaurus')
+         ->answers(true)
+
+         ->whenCalled('deleteThesaurusInFacette')
+         ->answers(true);
+
     $this->_music = $this->fixture('Class_Catalogue',
                                    ['id' => 1,
                                     'libelle' => 'Music',
@@ -82,14 +93,17 @@ abstract class AbonneControllerSettingsTestCase extends AbstractControllerTestCa
                                                                           'libelle' => 'Kizomba',
                                                                           'indexer' => '1',
                                                                           'section' => 'danse angola'])]]);
-    $this->_user->setBookmarkedDomains([3]);
+    $this->_user
+      ->setBookmarkedDomains([3])
+      ->assertSave();
+
   }
 }
 
 
 
-class AbonneControllerSettingsWithOneLibraryFormTest extends AbonneControllerSettingsTestCase {
 
+class AbonneControllerSettingsWithOneLibraryFormTest extends AbonneControllerSettingsTestCase {
   public function setUp() {
     parent::setUp();
     $this->dispatch('/abonne/manage-settings/render/popup', true);
@@ -117,6 +131,7 @@ class AbonneControllerSettingsWithOneLibraryFormTest extends AbonneControllerSet
 
 
 
+
 class AbonneControllerSettingsWithNoDomainsFormTest extends AbstractControllerTestCase {
   protected $_storm_default_to_volatile = true;
 
@@ -140,15 +155,22 @@ class AbonneControllerSettingsWithNoDomainsFormTest extends AbstractControllerTe
 
 
 
+
 class AbonneControllerSettingsFormTest extends AbonneControllerSettingsTestCase {
 
   public function setUp() {
     parent::setUp();
 
+
     $this->fixture('Class_Bib',
                    ['id' => 59,
                     'libelle' => 'ANNECY']);
 
+    $this->_user
+      ->setBookmarkedLibraries([56, 59, 87])
+      ->assertSave();
+
+
     $this->dispatch('/abonne/manage-settings', true);
   }
 
@@ -171,6 +193,12 @@ class AbonneControllerSettingsFormTest extends AbonneControllerSettingsTestCase
   }
 
 
+  /** @test */
+  public function inputLibraryIdsValueShouldBe56_59() {
+    $this->assertXPath('//input[@name="library_ids"][@value="56;59"]');
+  }
+
+
   /** @test */
   public function libSelectorShouldBePresent() {
     $this->assertXPathContentContains('//div', 'Mes bibliothèques préférées');
@@ -178,7 +206,7 @@ class AbonneControllerSettingsFormTest extends AbonneControllerSettingsTestCase
 
 
   /** @test */
-  public function userBookmarkedDomainShouldContainsCinema() {
+  public function userBookmarkedDomainShouldNotContainsCinema() {
     $this->assertEmpty($this->_user->getBookmarkedDomains());
   }
 }
diff --git a/tests/application/modules/opac/controllers/AbonneControllerSuggestionAchatTest.php b/tests/application/modules/opac/controllers/AbonneControllerSuggestionAchatTest.php
index 20e4ac1b6cf444d78619d3fae933063775b75fce..f0a1da40ba1e909380e978bf503d3620f5890c57 100644
--- a/tests/application/modules/opac/controllers/AbonneControllerSuggestionAchatTest.php
+++ b/tests/application/modules/opac/controllers/AbonneControllerSuggestionAchatTest.php
@@ -543,7 +543,7 @@ class AbonneControllerSuggestionAchatAddPostValidDataTest extends AbonneControll
 
   /** @test */
   public function responseShouldRedirectToSuggestionAchatId66() {
-    $this->assertRedirectTo('/opac/abonne/suggestion-achat');
+    $this->assertRedirectTo(Class_Url::absolute('/abonne/suggestion-achat'));
   }
 
 
diff --git a/tests/application/modules/opac/controllers/IndexControllerTest.php b/tests/application/modules/opac/controllers/IndexControllerTest.php
index f32fd21d3476fbd64bfe58e1ef640cb1e2e05dfe..3897d5fc2a3e7a13756ee50f7514431fbac2e44b 100644
--- a/tests/application/modules/opac/controllers/IndexControllerTest.php
+++ b/tests/application/modules/opac/controllers/IndexControllerTest.php
@@ -674,6 +674,44 @@ class IndexControllerInspectorGadgetTest extends AbstractControllerTestCase {
 
 
 
+class IndexControllerInspectorGadgetKeepTest extends AbstractControllerTestCase {
+  /** @test */
+  public function sessionShouldBeEmpty() {
+    $this->dispatch('/index/index/inspector_gadget/keep', true);
+    $session = Zend_Registry::get('session');
+    $calls = isset($session->inspectorCalls)
+      ? $session->inspectorCalls
+      : [];
+    $this->assertEquals([], $calls);
+  }
+
+
+  /** @test */
+  public function sessionShouldContainsStringTest() {
+    $session = Zend_Registry::get('session');
+    $session->inspectorCalls = [serialize('test')];
+    $this->dispatch('/index/index/inspector_gadget/keep', true);
+    $calls = isset($session->inspectorCalls)
+      ? $session->inspectorCalls
+      : [];
+    $this->assertEquals(['s:4:"test";'], $calls);
+  }
+
+
+  /** @test */
+  public function sessionShouldNotContainsStringTest() {
+    $session = Zend_Registry::get('session');
+    $session->inspectorCalls = [serialize('test')];
+    $this->dispatch('/index/index/inspector_gadget/1', true);
+    $calls = isset($session->inspectorCalls)
+      ? $session->inspectorCalls
+      : [];
+    $this->assertEquals([], $calls);
+  }
+}
+
+
+
 class IndexControllerHeartBeatTest extends Admin_AbstractControllerTestCase {
 
   /** @test */
diff --git a/tests/application/modules/opac/controllers/ModulesControllerTest.php b/tests/application/modules/opac/controllers/ModulesControllerTest.php
index f680b751476af7b696e70ae59d998952034e1520..0a6588273312aed8e38580377b55bddd7c95ebe7 100644
--- a/tests/application/modules/opac/controllers/ModulesControllerTest.php
+++ b/tests/application/modules/opac/controllers/ModulesControllerTest.php
@@ -28,8 +28,7 @@ class ModulesControllerLoginRequiredTest extends AbstractControllerTestCase {
 
   public function datas() {
     return [
-            ['Vodeclic', 'vodeclic'],
-            ['ToutApprendre', 'toutapprendre']
+            ['Vodeclic', 'vodeclic']
     ];
   }
 
diff --git a/tests/application/modules/opac/controllers/NoticeAjaxControllerTest.php b/tests/application/modules/opac/controllers/NoticeAjaxControllerTest.php
index c4fe0a575bb3c9858bc67344fdf6cd24a09c5078..ef682af0722d22826bd4d73cff0066f9168572af 100644
--- a/tests/application/modules/opac/controllers/NoticeAjaxControllerTest.php
+++ b/tests/application/modules/opac/controllers/NoticeAjaxControllerTest.php
@@ -2464,4 +2464,48 @@ class NoticeAjaxControllerDetailWithMultipleEditorsTest extends AbstractControll
   public function shouldContainsEditorsKaizen() {
     $this->assertXPathContentContains('//dd//div', 'Kaizen');
   }
+}
+
+
+
+
+class NoticeAjaxControllerWithKiosqueInResumeTest extends AbstractControllerTestCase {
+
+  protected $_storm_default_to_volatile = true;
+
+
+  public function setUp() {
+    parent::setUp();
+    $album = $this->fixture('Class_Album',
+                            ['id' => 55,
+                             'titre' => 'Belgique',
+                             'status' => Class_Album::STATUS_VALIDATED,
+                             'visible' => true,
+                             'description' => '<img alt="Malle de 38 documents sur la Belgique " class="bokeh_kiosk" data-code="KIOSQUE" data-form="titre=Malle de 38 documents sur la Belgique&amp;style_liste=jcarousel&amp;styles_reload=0&amp;op_auto=0&amp;op_scroll=1&amp;op_largeur_img=120&amp;op_hauteur_img=150&amp;profil_redirect=&amp;id_catalogue=&amp;id_panier=98&amp;aleatoire=1&amp;tri=1&amp;nb_notices=20&amp;nb_analyse=50&amp;only_img=1&amp;boite=&amp;rss_avis=0" longdesc="Malle de 38 documents sur la Belgique" src="http://www.pergame-enligne.net/ckeditor/../public/opac/js/ckeditor_plugins/bokeh_kiosk/icons/placeholder.png" style="height: 150px; width: 200px;" title="Malle de 38 documents sur la Belgique " />']);
+
+    $album->index();
+
+    $second_album = $this->fixture('Class_Album',
+                            ['id' => 89,
+                             'titre' => 'Libre',
+                             'status' => Class_Album::STATUS_VALIDATED,
+                             'visible' => true,
+                             'description' => 'Ceci est un logiciel libre.']);
+
+    $second_album->index();
+  }
+
+
+  /** @test */
+  public function pageShouldContainsIFrame() {
+    $this->dispatch('/noticeajax/detail/id/1', true);
+    $this->assertXPath( '//iframe[contains(@src, "style_liste/jcarousel")]');
+  }
+
+
+  /** @test */
+  public function pageShouldContainsDescription() {
+    $this->dispatch('/noticeajax/detail/id/2', true);
+    $this->assertXPathContentContains( '//dd', 'Ceci est un logiciel libre.');
+  }
 }
\ No newline at end of file
diff --git a/tests/application/modules/telephone/controllers/RechercheControllerRessourceNumeriqueTest.php b/tests/application/modules/telephone/controllers/RechercheControllerRessourceNumeriqueTest.php
index f0dca34a1e0e99d81698741ccc5749e4d7341d38..47f3d2cb69d1de60edbf3b34cf82c3346a45bc24 100644
--- a/tests/application/modules/telephone/controllers/RechercheControllerRessourceNumeriqueTest.php
+++ b/tests/application/modules/telephone/controllers/RechercheControllerRessourceNumeriqueTest.php
@@ -86,7 +86,7 @@ class Telephone_RechercheControllerRessourceNumeriqueToutApprendreTest extends T
     $this->fixture('Class_Album',
                    ['id' => 1,
                     'titre' => 'smalltalk',
-                    'type_doc_id' => Class_TypeDoc::TOUTAPPRENDRE]);
+                    'type_doc_id' => ToutApprendre_Config::getName()]);
 
     $item = $this->fixture('Class_Exemplaire',
                            ['id' => 16,
@@ -95,7 +95,7 @@ class Telephone_RechercheControllerRessourceNumeriqueToutApprendreTest extends T
 
     $record = $this->fixture('Class_Notice',
                              ['id' => 15,
-                              'type_doc' => Class_TypeDoc::TOUTAPPRENDRE]);
+                              'type_doc' => ToutApprendre_Config::getName()]);
 
     $record->setTitrePrincipal('SmallTalk')
            ->setExemplaire($item);
@@ -111,8 +111,8 @@ class Telephone_RechercheControllerRessourceNumeriqueToutApprendreTest extends T
 
 
   /** @test */
-  public function wrongAccountRequirementMessageShouldBeDisplay() {
-    $this->assertXPathContentContains('//div//p', 'Vous devez être connecté sous un compte avec abonnement valide pour pouvoir accéder au cours en ligne');
+  public function linkToModulesToutApprendreShouldBeDisplay() {
+    $this->assertXPathContentContains('//div//a[contains(@href, "/modules/tout-apprendre/album_id/1")]', 'Accéder à "smalltalk"');
   }
 }
 
@@ -155,7 +155,7 @@ class Telephone_RechercheControllerRessourceNumeriqueTutoZBrushViewNoticeTest
                     'titre' => 'Tuto ZBrush',
                     'visible' => true,
                     'status' => Class_Album::STATUS_VALIDATED,
-                    'type_doc_id' => Class_TypeDoc::TOUTAPPRENDRE])
+                    'type_doc_id' => ToutApprendre_Config::getInstance()->getDocType()])
          ->index();
   }
 
@@ -164,7 +164,7 @@ class Telephone_RechercheControllerRessourceNumeriqueTutoZBrushViewNoticeTest
   public function firstActionLinkShouldBeAccessCourse() {
     $this->dispatch('/telephone/recherche/viewnotice/id/1', true);
     $this->assertXPathContentContains('//ul[@data-role="listview"]/li[2]//a[contains(@href, "ressourcesnumeriques/id/1")][@data-ajax="false"]',
-                                      'Accéder au cours',
+                                      'Accéder à la ressource',
                                       $this->_response->getBody());
   }
 }
diff --git a/tests/db/UpgradeDBTest.php b/tests/db/UpgradeDBTest.php
index 06bbc4e9fb786f4cc7cd579318a1d57b5ce429a6..5484c2f6a4a380ed8ea90b3e3fccd8fdb7d9d53d 100644
--- a/tests/db/UpgradeDBTest.php
+++ b/tests/db/UpgradeDBTest.php
@@ -2165,4 +2165,45 @@ class UpgradeDB_350_Test extends UpgradeDBTestCase {
   public function fieldShouldBe($field, $type) {
     $this->assertFieldType('template_settings', $field, $type);
   }
+}
+
+
+
+
+class UpgradeDB_351_Test extends UpgradeDBTestCase {
+  public function prepare() {}
+
+  /** @test */
+  public function placeholderForToutApprendreMigrationPatch() {}
+}
+
+
+
+
+class UpgradeDB_352_Test extends UpgradeDBTestCase {
+
+  public function prepare() {
+    $this->silentQuery('ALTER TABLE bib_admin_profil modify mail_site varchar(50) not null');
+    $this->silentQuery('ALTER TABLE bib_admin_profil modify libelle varchar(50) not null');
+    $this->silentQuery('ALTER TABLE bib_admin_profil modify commentaire varchar(250) not null');
+  }
+
+
+  public function datas() {
+    return
+      [
+       ['mail_site',  'varchar(255)'],
+       ['libelle', 'varchar(255)'],
+       ['commentaire', 'mediumtext']
+      ];
+  }
+
+
+  /**
+   * @test
+   * @dataProvider datas
+   */
+  public function fieldsShouldExists($field, $type) {
+    $this->assertFieldType('bib_admin_profil', $field, $type);
+  }
 }
\ No newline at end of file
diff --git a/tests/fixtures/KohaFixtures.php b/tests/fixtures/KohaFixtures.php
index 0e107f87264252e5db4dba083479413edb707033..e76c705d451d425ca6d19eccb8844dcc184f6567 100644
--- a/tests/fixtures/KohaFixtures.php
+++ b/tests/fixtures/KohaFixtures.php
@@ -262,7 +262,7 @@ class KohaFixtures {
 
   public static function xmlGetRecordHarryPotter() {
     return
-        '<?xml version="1.0" encoding="UTF-8" ?>
+      '<?xml version="1.0" encoding="UTF-8" ?>
         <GetRecords>
           <record>
             <biblioitemnumber>33233</biblioitemnumber>
@@ -734,25 +734,25 @@ class KohaFixtures {
   }
 
 
-  public static function xmlLookupPatronLaure() {
+    public static function xmlLookupPatronLaure() {
     return '<?xml version="1.0" encoding="ISO-8859-1" ?>
         <LookupPatron>
           <id>572</id>
         </LookupPatron>';
-  }
+    }
 
 
 
-  public static function xmlAuthenticatePatronOk() {
-    return '<?xml version="1.0" encoding="UTF-8" ?>
+    public static function xmlAuthenticatePatronOk() {
+      return '<?xml version="1.0" encoding="UTF-8" ?>
               <AuthenticatePatron>
               <id>96138</id>
             </AuthenticatePatron>';
-  }
+    }
 
 
-  public static function xmlGetPatronInfoLaure() {
-    return '<?xml version="1.0" encoding="UTF-8" ?>
+    public static function xmlGetPatronInfoLaure() {
+      return '<?xml version="1.0" encoding="UTF-8" ?>
         <GetPatronInfo>
           <category_type>A</category_type>
           <categorycode>INDIVIDU</categorycode>
@@ -880,28 +880,28 @@ class KohaFixtures {
           <sort1>10</sort1>
           <sex></sex>
         </GetPatronInfo>';
-  }
+    }
 
 
 
-  public static function xmlLookupPatronJeanAndre() {
-    return '<?xml version="1.0" encoding="UTF-8" ?>
+      public static function xmlLookupPatronJeanAndre() {
+        return '<?xml version="1.0" encoding="UTF-8" ?>
         <LookupPatron>
           <id>419</id>
         </LookupPatron>';
-  }
+      }
 
 
-  public static function xmlLookupPatronLisianne() {
-    return '<?xml version="1.0" encoding="UTF-8" ?>
+      public static function xmlLookupPatronLisianne() {
+        return '<?xml version="1.0" encoding="UTF-8" ?>
         <LookupPatron>
           <id>16186</id>
         </LookupPatron>';
-  }
+      }
 
 
-  public static function xmlGetPatronInfoDupont() {
-    return '<?xml version="1.0" encoding="UTF-8" ?>
+      public static function xmlGetPatronInfoDupont() {
+        return '<?xml version="1.0" encoding="UTF-8" ?>
 <GetPatronInfo>
   <category_type>A</category_type>
   <categorycode>A</categorycode>
@@ -943,11 +943,11 @@ class KohaFixtures {
   <reservefee>0.000000</reservefee>
 </GetPatronInfo>';
 
-  }
+      }
 
 
-  public static function xmlGetPatronInfoJeanAndre() {
-    return '<?xml version="1.0" encoding="UTF-8" ?>
+      public static function xmlGetPatronInfoJeanAndre() {
+        return '<?xml version="1.0" encoding="UTF-8" ?>
         <GetPatronInfo>
           <category_type>A</category_type>
           <categorycode>ADUEXT</categorycode>
@@ -1051,6 +1051,182 @@ class KohaFixtures {
             </loan>
           </loans>
        </GetPatronInfo>';
-  }
+      }
+
+      public static function xmlGetRecordsWithTransfert () {
+        return '<?xml version="1.0" encoding="UTF-8" ?>
+    <GetRecords>
+      <record>
+        <itemtype>LIVR</itemtype>
+        <items>
+          <item>
+            <notforloan>0</notforloan>
+            <homebranchname>Pukapuka</homebranchname>
+            <biblionumber>3846</biblionumber>
+            <datelastborrowed>2016-02-08</datelastborrowed>
+            <transfer>
+              <tobranch>BDP</tobranch>
+    <datesent>2018-03-27 16:53:01</datesent>
+              <frombranch>MAURES</frombranch>
+            </transfer>
+            <datelastseen>2018-03-27</datelastseen>
+            <holdingbranch>BDP</holdingbranch>
+            <itemcallnumber>A FRE</itemcallnumber>
+            <date_due></date_due>
+            <dateaccessioned>2014-06-26</dateaccessioned>
+            <damaged>0</damaged>
+            <replacementpricedate>2009-10-01</replacementpricedate>
+            <holdingbranchname>Budaka</holdingbranchname>
+            <itemlost>0</itemlost>
+            <issues>5</issues>
+            <itype>LIVR</itype>
+            <itemnumber>4850</itemnumber>
+            <homebranch>MAURES</homebranch>
+            <withdrawn>0</withdrawn>
+            <renewals>0</renewals>
+            <biblioitemnumber>3846</biblioitemnumber>
+            <permanent_location>Album</permanent_location>
+            <cn_sort>A_FRE</cn_sort>
+    <timestamp>2018-03-27 16:53:01</timestamp>
+            <location>Album</location>
+            <barcode>00519000079128</barcode>
+          </item>
+        </items>
+        <marcxml>
+    <record
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd"
+          xmlns="http://www.loc.gov/MARC21/slim">
+
+        <leader>00958cam a2200265 i 4500</leader>
+      <controlfield tag="001">3846</controlfield>
+      <datafield tag="010" ind1=" " ind2=" ">
+        <subfield code="a">2226154949</subfield>
+        <subfield code="b">Cart.</subfield>
+        <subfield code="d">10.90 EUR</subfield>
+      </datafield>
+      <datafield tag="090" ind1=" " ind2=" ">
+        <subfield code="a">3846</subfield>
+      </datafield>
+      <datafield tag="100" ind1=" " ind2=" ">
+        <subfield code="a">20050321d2005    b  |0frey50  ||||ba</subfield>
+      </datafield>
+      <datafield tag="101" ind1=" " ind2=" ">
+        <subfield code="a">fre</subfield>
+        <subfield code="c">eng</subfield>
+      </datafield>
+      <datafield tag="102" ind1=" " ind2=" ">
+        <subfield code="a">FR</subfield>
+      </datafield>
+      <datafield tag="105" ind1=" " ind2=" ">
+        <subfield code="a">a       0||y|</subfield>
+      </datafield>
+      <datafield tag="106" ind1=" " ind2=" ">
+        <subfield code="a">r</subfield>
+      </datafield>
+      <datafield tag="200" ind1="1" ind2=" ">
+    <subfield code="a">Je mange, je dors, je me gratte, je suis un wombat</subfield>
+        <subfield code="f">écrit par Jackie French</subfield>
+        <subfield code="g">Illustrations de Bruce Whatley</subfield>
+        <subfield code="g">Traduit de l\'anglais par Pascale Jusforgues</subfield>
+    <subfield code="b">LIVR</subfield>
+  </datafield>
+  <datafield tag="210" ind1=" " ind2="1">
+    <subfield code="a">Paris</subfield>
+    <subfield code="c">Albin Michel-Jeunesse</subfield>
+    <subfield code="d">2005</subfield>
+  </datafield>
+  <datafield tag="211" ind1=" " ind2="1">
+    <subfield code="a">20050202</subfield>
+  </datafield>
+  <datafield tag="215" ind1=" " ind2="1">
+    <subfield code="a">32 p.</subfield>
+    <subfield code="c">ill. en coul.</subfield>
+    <subfield code="d">22 x 29 cm</subfield>
+  </datafield>
+  <datafield tag="330" ind1=" " ind2=" ">
+    <subfield code="a">Un wombat, gros mammifère marsupial, écrit son journal. On y découvre un animal gourmand, attachant, pataud et paresseux.</subfield>
+  </datafield>
+  <datafield tag="345" ind1=" " ind2=" ">
+    <subfield code="b">9782226154941</subfield>
+  </datafield>
+  <datafield tag="606" ind1=" " ind2="1">
+    <subfield code="9">5259</subfield>
+    <subfield code="y">2006-2007</subfield>
+  </datafield>
+  <datafield tag="700" ind1=" " ind2="1">
+    <subfield code="9">5256</subfield>
+    <subfield code="a">French</subfield>
+    <subfield code="b">Jackie</subfield>
+    <subfield code="4">070</subfield>
+  </datafield>
+  <datafield tag="701" ind1=" " ind2="1">
+    <subfield code="9">5257</subfield>
+    <subfield code="a">Whatley</subfield>
+    <subfield code="b">Bruce</subfield>
+    <subfield code="4">440</subfield>
+  </datafield>
+  <datafield tag="702" ind1=" " ind2="1">
+    <subfield code="9">5258</subfield>
+    <subfield code="a">Jusforgues</subfield>
+    <subfield code="b">Pascale</subfield>
+    <subfield code="4">730</subfield>
+  </datafield>
+  <datafield tag="801" ind1=" " ind2="1">
+    <subfield code="a">FR</subfield>
+    <subfield code="b">Electre</subfield>
+    <subfield code="c">20050321</subfield>
+    <subfield code="g">AFNOR</subfield>
+  </datafield>
+  <datafield tag="615" ind1=" " ind2=" ">
+    <subfield code="a">Fiction</subfield>
+  </datafield>
+  <datafield tag="995" ind1=" " ind2=" ">
+    <subfield code="2">0</subfield>
+    <subfield code="9">4850</subfield>
+    <subfield code="b">MAURES</subfield>
+    <subfield code="c">BDP</subfield>
+    <subfield code="e">Album</subfield>
+    <subfield code="f">00519000079128</subfield>
+    <subfield code="k">A FRE</subfield>
+    <subfield code="m">2018-03-27</subfield>
+    <subfield code="o">0</subfield>
+    <subfield code="r">LIVR</subfield>
+    <subfield code="h">7912</subfield>
+    <subfield code="j">LA LIBRAIRIE</subfield>
+    <subfield code="q">Jeunes</subfield>
+    <subfield code="p">10,90</subfield>
+    <subfield code="s">22/09/2006</subfield>
+  </datafield>
+</record>
+</marcxml>
+    <biblionumber>3846</biblionumber>
+    <isbn>2226154949</isbn>
+    <size>22 x 29 cm</size>
+    <pages>32 p.</pages>
+    <cn_sort></cn_sort>
+    <reserves>
+      <reserve>
+        <timestamp>2018-03-27 16:49:55</timestamp>
+        <priority>1</priority>
+        <lowestPriority>0</lowestPriority>
+        <reserve_id>1425</reserve_id>
+        <branchcode>MAURES</branchcode>
+        <reservedate>2018-03-27</reservedate>
+        <borrowernumber>7852</borrowernumber>
+        <suspend>0</suspend>
+        <biblionumber>3846</biblionumber>
+      </reserve>
+    </reserves>
+    <timestamp>2011-10-04 13:49:11</timestamp>
+    <publishercode>Albin Michel-Jeunesse</publishercode>
+    <publicationyear>2005</publicationyear>
+    <biblioitemnumber>3846</biblioitemnumber>
+    <issues>
+    </issues>
+  </record>
+</GetRecords>
+';
+      }
 }
 ?>
\ No newline at end of file
diff --git a/tests/fixtures/RessourcesNumeriquesFixtures.php b/tests/fixtures/RessourcesNumeriquesFixtures.php
index 3c3ee7a219016e9e702d54a6adde0377f6d88e34..fc9f7e3ff2662622a3bbb0094ced421b6b122ec4 100644
--- a/tests/fixtures/RessourcesNumeriquesFixtures.php
+++ b/tests/fixtures/RessourcesNumeriquesFixtures.php
@@ -21,7 +21,6 @@
 
 class RessourcesNumeriquesFixtures {
   public static function deactivate() {
-    self::deactivateToutApprendre();
     self::deactivateVodeclic();
     self::deactivateArteVod();
     self::deactivateNumilog();
@@ -41,7 +40,6 @@ class RessourcesNumeriquesFixtures {
 
 
   public static function activate() {
-    self::activateToutApprendre();
     self::activateVodeclic();
     self::activateArteVod();
     self::activateNumilog();
@@ -61,18 +59,6 @@ class RessourcesNumeriquesFixtures {
   }
 
 
-  public static function activateToutApprendre() {
-    Class_AdminVar::newInstanceWithId('TOUTAPPRENDRE_BIB_ID', ['valeur' => '2100']);
-    Class_AdminVar::newInstanceWithId('TOUTAPPRENDRE_KEY', ['valeur' => '1111']);
-  }
-
-
-  public static function deactivateToutApprendre() {
-    Class_AdminVar::newInstanceWithId('TOUTAPPRENDRE_BIB_ID', ['valeur' => '']);
-    Class_AdminVar::newInstanceWithId('TOUTAPPRENDRE_KEY', ['valeur' => '']);
-  }
-
-
   public static function activateVodeclic() {
     Class_AdminVar::newInstanceWithId('VODECLIC_KEY', ['valeur' => '6m5js1dPpFNrtAJbsfXO']);
     Class_AdminVar::newInstanceWithId('VODECLIC_ID', ['valeur' => 'api-test']);
diff --git a/tests/fixtures/fnac_millenium_suite.html b/tests/fixtures/fnac_millenium_suite.html
index 6a459dd96892be2fd21de9403d71725cd306fb28..9b718329707977a072999fde86dc55df32ced8fb 100644
--- a/tests/fixtures/fnac_millenium_suite.html
+++ b/tests/fixtures/fnac_millenium_suite.html
@@ -1,8085 +1,5520 @@
-
-
-
-
-
-
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns:likemastr="http://likemastr.com/api/ns#">
-<head id="HtmlHead1_Head1">
-<script type="text/javascript" src="http://www4-fr.fnac-static.com/static/jsg/blkJNHs2TNsokT_qQZfWZp3207A1/HEADER.js"></script>
-<script type="text/javascript" src="http://www4-fr.fnac-static.com/static/jsg/UGN6_qd8NdQ8lAg1v9qgfX2kqBg1/FA2.js"></script>
-<title>
-	Millénium - Tome 2 - La fille qui rêvait d'un bidon d'essence et d'une allumette - Stieg Larsson - broché - Livre ou ebook - Fnac.com
-</title><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><meta property="og:title" /><meta property="og:description" content="Fnac.com : Millénium, Tome 2, La fille qui rêvait d&#39;un bidon d&#39;essence et d&#39;une allumette, Stieg Larsson, Actes sud. Livraison gratuite et - 5% sur tous les livres. Achetez neuf ou d&#39;occasion ou téléchargez la version eBook." /><meta property="og:image" content="http://static.fnac-static.com/multimedia/FR/images_produits/FR/Fnac.com/Grandes110/0/1/0/9782742765010.gif" /><meta property="og:type" content="book" /><meta property="og:url" content="http://livre.fnac.com/a1891354/Millenium-Tome-2-La-fille-qui-revait-d-un-bidon-d-essence-et-d-une-allumette-Stieg-Larsson" /><meta property="og:site_name" content="Fnac.com" /><meta property="og:isbn" content="2742765018" /><meta property="fb:admins" content="100000229423174" /><meta property="fb:page_id" content="167579097467" /><meta property="fb:app_id" content="293710547310964" /><meta property="likemastr:categories" content="NM-Livre,NM-Coups de coeur Livre,NM-Coups de coeur Polar,NM-Polar et Thriller,NM-Coups de coeur Policier,NM-Millénium en eBook,NM-Roman et Nouvelles,NM-Roman étranger,NM-Roman Scandinave,NM-Polars polaires,NM-Roman Policier et Thriller,NM-La saga Millénium,NM-Les autres éditeurs de Polars...,NM-Actes Sud,NM-Meilleures ventes Polar,S-broché,E-Actes sud,I-Stieg Larsson,TA-Livre" /><link rel="image_src" href="http://static.fnac-static.com/multimedia/FR/images_produits/FR/Fnac.com/Grandes110/0/1/0/9782742765010.gif" /><link rel="canonical" href="http://livre.fnac.com/a1891354/Millenium-Tome-2-La-fille-qui-revait-d-un-bidon-d-essence-et-d-une-allumette-Stieg-Larsson" /><link rel="shortcut icon" href="/favicon.ico" /><link href="https://plus.google.com/108105935173065357348" rel="publisher" />
-    <link rel="stylesheet" type="text/css" href="http://www4-fr.fnac-static.com/static/css/iZQofTDMpl-ojnCN7TU-W-p_Gz41/css/fnacStruct.css" />
-
-    
-    
-    
-
-<i class="contentOnTop" data-is-TryCard="false" data-is-AboIlli="true" data-image-path="http://www4-fr.fnac-static.com/img/" data-link-express="http://www4.fnac.com/service-livraison-express-plus#bl=surHeader" data-link-cnil="http://www4.fnac.com/Help/fnaccom-cookies.aspx#bl=CNILinfoCookies"></i>
-
-
-        
-        <script>window['adrum-start-time'] = new Date().getTime();</script>
-        <script src="http://www4-fr.fnac-static.com/static/js/e6foZ-KQE1xHasLhlCCmP9O1Ca41/js/adrum.js"></script>
-
-    
-        <link rel="stylesheet" type="text/css" href="http://www4-fr.fnac-static.com/static/css/RnRGJZZmlv8O9INp_Q9OQ_zMbaY1/css/ficheArticle2.css" />
-        <link rel="stylesheet" type="text/css" href="http://www4-fr.fnac-static.com/static/css/cHftbK5MNCFpvF-QkNDhhXjoU9o1/css/communautaire-lite2.css" />
-        
-        <link rel="stylesheet" type="text/css" href="http://www4-fr.fnac-static.com/static/css/GWApqSjLNTQ7Q4dKZaVutMbUnCg1/css/popinMultiArticleOPFA.css" />
-    
-                <script type="text/javascript">
-                    var oas_tag = {};
-                    oas_tag.anchorElementPrefix = 'fnac';
-                    oas_tag.enableRTB = true;
-                    oas_tag.allowSizeOverride = true;
-                    oas_tag.query = 'url=' + encodeURIComponent(location.href);
-                    oas_tag.url = 'd.fnac.com'; //Define OAS URL
-                    oas_tag.sizes = function () {
-                        oas_tag.definePos('Bottom', [1, 1]);
-                        oas_tag.definePos('Bottom2', [996, 42]);
-                    };
-                    oas_tag.site_page = 'www.fnac.com/livres-ebooks-rg';
-                    (function () {
-                        oas_tag.version = '1'; var oas = document.createElement('script'),
-                        protocol = 'https:' == document.location.protocol ? 'https://' : 'http://',
-                        node = document.getElementsByTagName('script')[0];
-                        oas.type = 'text/javascript'; oas.async = true;
-                        oas.src = 'http://www4-fr.fnac-static.com/js/gestion_bandeaux/1.js';
-                        node.parentNode.insertBefore(oas, node);
-                    })();
-                </script>
-            
-
-
-<div id="PopinRetourMag" class="hide genericPopin clearfix bg_blanc pdg_lg" style="width:650px !important;">
-
-<a href="#" class="close floatr"><img src="http://www4-fr.fnac-static.com/img/boutons/btn_close.gif" alt="Fermer" class="close" /></a>
-    
-    <img src="http://www4-fr.fnac-static.com/img/fr-FR/popin/popinRetourMag.png" class="dispeblock"/>
-    
-    <p class="fontS_11 noir pdg">* Hors Marketplace</p>
-</div>
-
-
-
-<script type="text/javascript">
-    
-        // Anti-Iframe
-	    if (window.parent.length != 0) {
-		    window.top.location.replace(document.location.href);
-	    }
-    
-</script>
-
-
-<script type="text/javascript">
-    //
-    window.fbAsyncInit = function () {
-        FB.init({
-            status: true, //
-            cookie: true, //
-            xfbml: true,  //
-            channelUrl: "http://www4.fnac.com//channel_facebook.html" //
-        });
-        //
-    };
-
-    $(document).ready(function () {
-        
-            $.ajax({ url: "http://connect.facebook.net/fr_FR/all.js", dataType: "script", cache: true });
-        
-    });
-    //
-</script><meta name="description" content="Millénium, Tome 2, La fille qui rêvait d&#39;un bidon d&#39;essence et d&#39;une allumette, Stieg Larsson, Actes sud&quot;. Livraison gratuite et - 5% sur tous les livres en magasin. Achetez neuf ou d&#39;occasionou téléchargez la version eBook." /></head>
-
-
-
-
-
-
-<body class="FA footerOutsidePage ">
-    <div id="page_1col">
-        <form method="post" action="http://livre.fnac.com/a1891354/Millenium-Tome-2-La-fille-qui-revait-d-un-bidon-d-essence-et-d-une-allumette-Stieg-Larsson?NUMERICAL=Y" id="ASPNetForm">
-<div class="aspNetHidden">
-<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKMTY3NzQ4NjM1NQ9kFhICBRBkZBYCZg9kFhYCAw8WAh4HY29udGVudGRkAgQPFgIfAAXkAUZuYWMuY29tIDogTWlsbMOpbml1bSwgVG9tZSAyLCBMYSBmaWxsZSBxdWkgcsOqdmFpdCBkJ3VuIGJpZG9uIGQnZXNzZW5jZSBldCBkJ3VuZSBhbGx1bWV0dGUsIFN0aWVnIExhcnNzb24sIEFjdGVzIHN1ZC4gTGl2cmFpc29uIGdyYXR1aXRlIGV0IC0gNSUgc3VyIHRvdXMgbGVzIGxpdnJlcy4gQWNoZXRleiBuZXVmIG91IGQnb2NjYXNpb24gb3UgdMOpbMOpY2hhcmdleiBsYSB2ZXJzaW9uIGVCb29rLmQCBQ8WAh8ABWpodHRwOi8vc3RhdGljLmZuYWMtc3RhdGljLmNvbS9tdWx0aW1lZGlhL0ZSL2ltYWdlc19wcm9kdWl0cy9GUi9GbmFjLmNvbS9HcmFuZGVzMTEwLzAvMS8wLzk3ODI3NDI3NjUwMTAuZ2lmZAIGDxYCHwAFBGJvb2tkAgcPFgIfAAV5aHR0cDovL2xpdnJlLmZuYWMuY29tL2ExODkxMzU0L01pbGxlbml1bS1Ub21lLTItTGEtZmlsbGUtcXVpLXJldmFpdC1kLXVuLWJpZG9uLWQtZXNzZW5jZS1ldC1kLXVuZS1hbGx1bWV0dGUtU3RpZWctTGFyc3NvbmQCCQ8VAjA8bWV0YSBwcm9wZXJ0eT0ib2c6aXNibiIgY29udGVudD0iMjc0Mjc2NTAxOCIgLz4AZAINDxYCHwAF/wJOTS1MaXZyZSxOTS1Db3VwcyBkZSBjb2V1ciBMaXZyZSxOTS1Db3VwcyBkZSBjb2V1ciBQb2xhcixOTS1Qb2xhciBldCBUaHJpbGxlcixOTS1Db3VwcyBkZSBjb2V1ciBQb2xpY2llcixOTS1NaWxsw6luaXVtIGVuIGVCb29rLE5NLVJvbWFuIGV0IE5vdXZlbGxlcyxOTS1Sb21hbiDDqXRyYW5nZXIsTk0tUm9tYW4gU2NhbmRpbmF2ZSxOTS1Qb2xhcnMgcG9sYWlyZXMsTk0tUm9tYW4gUG9saWNpZXIgZXQgVGhyaWxsZXIsTk0tTGEgc2FnYSBNaWxsw6luaXVtLE5NLUxlcyBhdXRyZXMgw6lkaXRldXJzIGRlIFBvbGFycy4uLixOTS1BY3RlcyBTdWQsTk0tTWVpbGxldXJlcyB2ZW50ZXMgUG9sYXIsUy1icm9jaMOpLEUtQWN0ZXMgc3VkLEktU3RpZWcgTGFyc3NvbixUQS1MaXZyZWQCDg8WAh4EaHJlZgVqaHR0cDovL3N0YXRpYy5mbmFjLXN0YXRpYy5jb20vbXVsdGltZWRpYS9GUi9pbWFnZXNfcHJvZHVpdHMvRlIvRm5hYy5jb20vR3JhbmRlczExMC8wLzEvMC85NzgyNzQyNzY1MDEwLmdpZmQCDw8WAh8BBXlodHRwOi8vbGl2cmUuZm5hYy5jb20vYTE4OTEzNTQvTWlsbGVuaXVtLVRvbWUtMi1MYS1maWxsZS1xdWktcmV2YWl0LWQtdW4tYmlkb24tZC1lc3NlbmNlLWV0LWQtdW5lLWFsbHVtZXR0ZS1TdGllZy1MYXJzc29uZAISEGRkFgICAw8VA1dodHRwOi8vd3d3NC1mci5mbmFjLXN0YXRpYy5jb20vc3RhdGljL2Nzcy9SZV9Ia29XNEpwUHZBZWtScl80bjdRTkNkNDQxL2Nzcy91aS50aGVtZS5jc3NWaHR0cDovL3d3dzQtZnIuZm5hYy1zdGF0aWMuY29tL3N0YXRpYy9jc3MvbmJ6QVV0WlowWUZubFM1dzZnRjZLWHB2SEJNMS9jc3MvdWkuY29yZS5jc3NYaHR0cDovL3d3dzQtZnIuZm5hYy1zdGF0aWMuY29tL3N0YXRpYy9jc3MvWU5EeEdFd1Rkd0RYUDhOTlFzei1NOUtpeWVVMS9jc3MvdWkuc2xpZGVyLmNzc2QCFBBkZBYCZg8VARVodHRwOi8vd3d3NC5mbmFjLmNvbS9kAgoQZGQWAgIKEGRkFgJmEGRkFgRmDxUBAGQCAQ8VAQBkAgsQZGQWAgIPEGRkFgICAhBkZBYCAgQPFgIeC18hSXRlbUNvdW50Av////8PZAINEGRkFgICCxBkZBYCAgIQZGQWAgIEDxYCHwIC/////w9kAg4QZGQWAgIKEGRkFgJmEGRkFgRmDxUBAGQCAQ8VAQBkAg8QZGQWAgIPEGRkFgICAhBkZBYCAgQPFgIfAgL/////D2QCEBBkZBYCAgoQZGQWAmYQZGQWBGYPFQEAZAIBDxUBAGQCFBBkZBYCAgoQZGQWAmYQZGQWBGYPFQEAZAIBDxUBAGQCHQ8WAh4EVGV4dAWLAw0KPHNjcmlwdCB0eXBlPSJ0ZXh0L2phdmFzY3JpcHQiIHNyYz0iaHR0cDovL3d3dzQtZnIuZm5hYy1zdGF0aWMuY29tL3N0YXRpYy9qc2cvQ25sb282M1BlUnRFaWNuUkZxa0pYQ1dNZlNrMS9GT09URVIyLmpzIj48L3NjcmlwdD4NCjxzY3JpcHQgdHlwZT0idGV4dC9qYXZhc2NyaXB0IiBzcmM9Imh0dHA6Ly93d3c0LWZyLmZuYWMtc3RhdGljLmNvbS9zdGF0aWMvanNnL2pQYk12WmN2TGxsRjhZMUhDTGVBS3I4WjFnbzEvQVVESU9QTEFZRVIuanMiPjwvc2NyaXB0Pg0KPHNjcmlwdCB0eXBlPSJ0ZXh0L2phdmFzY3JpcHQiIHNyYz0iaHR0cDovL3d3dzQtZnIuZm5hYy1zdGF0aWMuY29tL3N0YXRpYy9qc2cvWGxJQ1ZvRnJkUHdPN2lKVWI3NE4yTzhLUExVMS9CQVNLRVQuanMiPjwvc2NyaXB0Pg0KZBgYBTNIZWFkZXIxJEhlYWRlcjEkY3RsMDAkSGVhZGVyTWVudTEkbWVudVRpcmFnZXMkY3RsMDAPD2QCAWQFPEFydGljbGVIZWFkZXJQRUZPRm5hYyRBcnRpY2xlRGVzY3JpcHRpb24kQXJ0aWNsZVN3aXRjaGVyTmV3MQ8PZGZkBTBIZWFkZXIxJEhlYWRlcjEkY3RsMDAkSGVhZGVyTGlua0NvbnRlbnRTd2l0Y2hlcjEPD2RmZAU2SGVhZGVyMSRIZWFkZXIxJGN0bDAwJEhlYWRlck1lbnUxJG1lbnVUYWJNdXNpcXVlJGN0bDAwDw9kAgFkBUBGb290ZXIxJEZvb3RlclN0ZWFtUm9sbFBsYWNlSG9sZGVyMSRjdGwwMCRGb290ZXJDb250ZW50U3dpdGNoZXIxDw9kZmQFNkhlYWRlcjEkSGVhZGVyMSRjdGwwMCRIZWFkZXJNZW51MSRtZW51U3BlY3RhY2xlcyRjdGwwMA8PZAIBZAUzSGVhZGVyMSRIZWFkZXIxJGN0bDAwJEhlYWRlck1lbnUxJG1lbnVWb3lhZ2VzJGN0bDAwDw9kAgFkBThBcnRpY2xlSGVhZGVyUEVGTyRBcnRpY2xlRGVzY3JpcHRpb24kQXJ0aWNsZVN3aXRjaGVyTmV3MQ8PZGZkBTVIZWFkZXIxJEhlYWRlcjEkY3RsMDAkSGVhZGVyTWVudTEkbWVudVRhYkVuZmFudCRjdGwwMA8PZAIBZAU0SGVhZGVyMSRIZWFkZXIxJGN0bDAwJEhlYWRlck1lbnUxJG1lbnVDb2ZmcmV0cyRjdGwwMA8PZAIBZAU0SGVhZGVyMSRIZWFkZXIxJGN0bDAwJEhlYWRlck1lbnUxJG1lbnVUYWJWaWRlbyRjdGwwMA8PZAIBZAUtSGVhZGVyMSRIZWFkZXIxJGN0bDAwJEhlYWRlckJhc2tldCRNdWx0aU1vZGUxDw9kZmQFNEhlYWRlcjEkSGVhZGVyMSRjdGwwMCRIZWFkZXJNZW51MSRtZW51VGFiTGl2cmUkY3RsMDAPD2QCAWQFMkhlYWRlcjEkSGVhZGVyMSRjdGwwMCRIZWFkZXJNZW51MSRtZW51VGFiU29uJGN0bDAwDw9kAgFkBTVIZWFkZXIxJEhlYWRlcjEkY3RsMDAkSGVhZGVyTWVudTEkbWVudVRhYk1haXNvbiRjdGwwMA8PZAIBZAU6UEVBcnRpY2xlUkNGTyRPdGhlckNsaWVudFNhbGVzMSRDb29raWVTdXBwb3J0Vmlld1N3aXRjaGVyMQ8PZGZkBThIZWFkZXIxJEhlYWRlcjEkY3RsMDAkSGVhZGVyTWVudTEkbWVudVRhYkpldXhWaWRlbyRjdGwwMA8PZAIBZAU4UEVBcnRpY2xlUkMkT3RoZXJDbGllbnRTYWxlczEkQ29va2llU3VwcG9ydFZpZXdTd2l0Y2hlcjEPD2RmZAU1SGVhZGVyMSRIZWFkZXIxJGN0bDAwJEhlYWRlck1lbnUxJG1lbnVUYWJUZWxHUFMkY3RsMDAPD2QCAWQFNkFydGljbGVIZWFkZXJQRSRBcnRpY2xlRGVzY3JpcHRpb24kQXJ0aWNsZVN3aXRjaGVyTmV3MQ8PZGZkBTtIZWFkZXIxJEhlYWRlcjEkY3RsMDAkSGVhZGVyTWVudTEkbWVudVRhYkluZm9ybWF0aXF1ZSRjdGwwMA8PZAIBZAUxSGVhZGVyMSRIZWFkZXIxJGN0bDAwJEhlYWRlck1lbnUxJG1lbnVUYWJUViRjdGwwMA8PZAIBZAU5UEVBcnRpY2xlUkMxJE90aGVyQ2xpZW50U2FsZXMxJENvb2tpZVN1cHBvcnRWaWV3U3dpdGNoZXIxDw9kZmQFNEhlYWRlcjEkSGVhZGVyMSRjdGwwMCRIZWFkZXJNZW51MSRtZW51VGFiUGhvdG8kY3RsMDAPD2QCAWRliFyQ3vpCzEZbPxgSfuLv0Fnq6g==" />
-</div>
-</form>
-        <input type="hidden" id="asyncLoadHighLightPostParam" />
-        <input type="hidden" id="asyncLoadRichContentPostParam" />
-        
-<script type="text/javascript">
-function Get_BasketLimitAddedArticles() { return 999; }
-function GetWWWDOtNetBaseUrl() { return 'http://www4.fnac.com/'; }
-function GetWWWDOtNetPathRoot() { return ''; }
-function GetImagesPathWithCulture() { return 'http://www4-fr.fnac-static.com/img/fr-FR/'; }
-</script>
-
-<input type="hidden" id="pathRoot" value="" />
-
-
-
-
-<div id="HEADER" class="posrel iPadHide">
-	<!-- *********************** #TOP **************************** -->
-	<div id="TOP" class="clearfix">
-
-		<p id="topLEFT">
-
-            <a id="logoFnac" href="http://www.fnac.com/">fnac.com</a>
-            
-		</p><!-- /fin/#topLEFT-->
-
-        <div id="topChaines" class="clearfix">
-            <ul id="CHAINES" class="clearfix">
-                
-                    
-
-
-
-	<li id="ch-Adherents"><span id="MHAdherentFnacUrl" class="fnac 45CBCBC02D1F1FCCCCCC1944494A4219424F4E1FBE4A4C4ACD4649431F454F4E433F4A4B4543C14349CBC2194AC2C01241482E4245BA4B45 lkCh "><i class="icoCH icoAdh"><!-- --></i>Adhérents</span></li>
-	<li id="ch-Magasins"><span id="MHMagasinFnacUrl" class="fnac 45CBCBC02D1F1FCCCCCC2B1944494A4219424F4E1F484F424A4846C243C11E4E4A4C4AC246491E44494A421241482E4245BE4A4C lkCh "><i class="icoCH icoMag"><!-- --></i>Magasins</span></li>
-    <li id="ch-Vendre"><a href="http://www4.fnac.com/Guides/marketplace/vente-et-revente/default.aspx#bl=chVen" class="lkCh">Revendre</a></li>
-    <li id="ch-FnacPro"><span id="MHFnacpro" class="fnac 45CBCBC02D1F1FCCCCCC1944494A42C0C14F19424F4E1F2F4A2E2A14BFC1464C46492EB4B9BAB23031BF3FB5B3BABBB331 lkCh ">Fnacpro</span></li>
-    <li id="ch-Actu"><span id="MHActuFnac" class="fnac 45CBCBC02D1F1FCCCCCC1944494A4219424F4E1FB843C21EB3C44349434E4349CBC21EB4494A421FB3C44349434E4349CBC21F4248222A1FCC1E2B1241482E4245BA42CBC3 lkCh ">Événements</span></li>
-	<li id="ch-Passion"><span id="MHEspacePassionUrl" class="fnac 45CBCBC02D1F1FCCCCCC1944494A4219424F4E1F4843C21E43C2C04A4243C21EC04AC2C2464F49C21E4B431E484A1EB4494A421FCC1E2B1241482E4245304AC2C2 lkCh ">Nos conseils</span></li>
-    <li id="ch-Service"><span id="MHServiceUrl" class="fnac 45CBCBC02D1F1FCCCCCC2B1944494A4219424F4E1F3243C1C44642431F4B43444AC348CB194AC2C0C51241482E42453243C1C4464243 lkCh">SAV</span></li>
-    <li id="ch-Aide"><span id="MHAideUrl" target="_blank" class="fnac 45CBCBC02D1F1FCCCCCC2B1944494A4219424F4E1FB54348C01FB44ACA194AC2C0C51241482E4245BA464B lkCh">Aide</span></li>
-
-
-
-
-
-
-
-
-
-                
-
-                <li class="pushCA">
-    <span class="pushCAtrigger">&Eacute;conomisez toute l'année<i class="icoFLE"><!-- --></i><i class="decoCA"><!-- --></i></span>
-
-
-<div id="pushCAcontent" class=" hide">
-    
-        <span class="pushCAimg">La carte fnac: -5% sur les livres et le high-tech + -40% de remises lors de ventes privées + Livraison gratuite sur les livres + des spectacles à prix reduit</span>
-    <a href="http://www4.fnac.com/Adherents/choisir_carte.aspx#bl=pushTop1" class="pushCAlk">Prendre la carte</a>
-    
-</div>
-    
-<script type="text/javascript">
-    $(function () {
-        var wTrig, wLay, posXLay;
-        wTrig = $(".pushCAtrigger").parent().width();
-        wLay = $("#pushCAcontent").width();
-        posXLay = wTrig - wLay + 11;
-        $(".pushCAtrigger").popinManager({
-            targetContent: "#pushCAcontent",
-            modeView: "layer",
-            eventStart: "click",
-            eventStop: "mouseleave",
-            timer: "250",
-            customPosition: true,
-            relativePosition: { right: posXLay, top: 10 }
-        });
-        $("#pushCAcontent").on("click touchstart", function () {
-            $("#ContainerPopin_pushCAtrigger").css("display", "none");
-        });
-    });
-</script>
-
-</li>
-
-            </ul><!-- /fin/#CHAINES-->        
-        </div>
-
-
-		<div id="topRIGHT" class="clearfix">
-
-			<div id="SEARCH">
-				
-    <script type="text/javascript">
-        function redirectToAdvancedSearch() { 
-            var url = "http://www4.fnac.com/Search/advancedSearch.aspx";
-        //get selected item
-
-        var selectedCategory = $("#category");
-
-        if (selectedCategory != undefined){
-            selectedCategoryTab = selectedCategory.split("!")
-
-            //according to selected item build url
-            if (selectedCategoryTab[0] == "2" || selectedCategoryTab[0] == "3" || selectedCategoryTab[0] == "4" || selectedCategoryTab[0] == "5" || selectedCategoryTab[0] == "6" || selectedCategoryTab[0] == "8")
-                url = url + "?stype=" + selectedCategoryTab[0]
-            else
-                url = url + "?stype=2"
-        }
-        else
-            url = url + "?stype=2"
-        
-        //redirect to url
-        window.location = url
-    }
-    </script>
-
-<input type="hidden" id="advancedSearchUrl" value="http://www4.fnac.com/Search/advancedSearch.aspx" />
-
-
-    <script type="text/javascript">
-        AppCore.ready(function(){
-            AppCore.modules.ready('searchAutocomplete', function () {
-            
-
-                if (AppCore.defaults != null && AppCore.defaults.searchAutocomplete != null)
-                    AppCore.modules.searchAutocomplete.defaultAB = AppCore.defaults.searchAutocomplete.defaultAB;
-
-                if (AppCore.modules.searchAutocomplete.defaultAB == null)
-                    AppCore.modules.searchAutocomplete.defaultAB =  'A' ;
-                AppCore.modules.searchAutocomplete.urlAutocomplete = "http://autocomplete-fr.ws.fnac.com/search-autocomplete/autocomplete?client=1&method=GetCommonSuggest";
-                AppCore.modules.searchAutocomplete.groups = [
-                    {
-                        name: "Suggestions de mots clés",
-                    type: 's',
-                    max: 5,
-                    maxChars: 33,
-                    order: 1
-                },
-                {
-                    name: "Voir les rayons",
-                    type: 'm',
-                    max: 5,
-                    maxChars: 33,
-                    order: 2
-                },
-                {
-                    name: "Produits",
-                    type: 'p',
-                    max: 5,
-                    maxChars: 50,
-                    order: 0
-                }
-            ];
-                
-                AppCore.start("searchAutocomplete");
-            });
-
-        });
-    </script>
-
-    
-
-<form class="block_search" accept-charset="UTF-8" action="http://recherche.fnac.com/SearchResult/ResultList.aspx" method="GET" name="QuickSearchForm" id="QuickSearchForm">
-    <fieldset>
-        <div id="contain" class="boxSelect">
-            <select name="SCat" id="category" class="realSelect">
-                <option value='0!1'>Tous&nbsp;produits</option><option value='7!1'>Jeu et Jouet</option><option value='2!1' selected='selected'>Livre</option><option value='36!1'>Son, Hifi, Lecteur MP3</option><option value='22!1'>Livre numérique</option><option value='32!1'>TV, Vidéo, Home cinéma</option><option value='1!1'>Livre en VO</option><option value='23!1'>Maison & Cuisine</option><option value='3!1'>Musique</option><option value='30!1'>Puériculture</option><option value='4!1'>DVD et Blu-Ray</option><option value='6!1'>Logiciel</option><option value='5!1'>Jeu vidéo</option><option value='14!1'>Papeterie</option><option value='8!1'>Tablette, Informatique</option><option value='16!1'>Billetterie</option><option value='34!1'>Téléphone, GPS</option><option value='11!1'>Gadget et Goodies</option><option value='35!1'>Photo, Caméscope</option><option value='25!1'>Coffret Cadeau</option>
-            </select>
-        </div>
-        <input type="text" class="text" placeholder="Rechercher" id="Fnac_Search" name="Search" value="" />
-        <input type="hidden" name="sft" value="1" />
-        <input type="hidden" name="sa" id="QuickSearchFormSa" value="0" />
-        <input class="btSubmit" type="submit" name="submitbtn" value="OK" title='Lancer la recherche' />
-        
-    </fieldset>
-</form>
-<script type="text/javascript">
-    $('.realSelect').comboToList({ hiddenInputName: 'SCat' });
-</script>
-
-
-
-
-        
-
-			</div><!-- /fin/#SEARCH-->
-
-
-			<div id="MONCOIN" class="clearfix">
-                
-				<p id="monCompte"> 
-                    <span id="MonCompteLink" class="monCompteOng ">
-
-                        <a id="FnacCryptLink1" href="#">
-                                <i class="icoMY icoId"><!-- --></i>
-                            </a>
-                        
-                            <a href="https://secure.fnac.com/Account/Logon/Logon.aspx?LogonType=Standard&PageRedir=http%3a%2f%2fwww.fnac.com%2f" class="lkID colorLk">Se connecter</a>
-                        
-                    </span>
-                </p>
-
-                
-
-
-<p class="maWL">
-    <a class="wlHeaderLk_new showBlockWishlistHeader" href="http://www4.fnac.com/Account/Wishlist/Home">
-        <i class="icoMY icoList"><!-- --></i>
-        <span>Mes listes</span>
-        
-    </a>
-
-    <span id="block-header-wishlist" class="hide">
-    </span>
-</p>
-                <div id="HeaderBasket">
-<script type="text/javascript">
-    //Utilisé de partout surtout communautaire. Sera à supprimer.
-    var scriptImagesPath = 'http://www4-fr.fnac-static.com/img/';
-    
-    //Basket interface.
-    function AddToMyBasket(serializedId, obj)
-    {
-        return DirectRenderingWithMsg("WebForm_DoCallback('Header1$Header1$ctl00$HeaderBasket','" + serializedId + "|" + (obj != '' ? obj.id : obj) + "',JSHandlerStructWithMsg,null,null,true)");
-    }
-
-    function AddToMyBasketV2(serializedId,offer)
-    {
-        var requete = '{|Id|:|this|^|ErgoIdentifier|:{|Quantity|:{3}^|Offer|:|{1}|^|UiUpdateMethod|:0^|UpdateMethodPlace|:0^|Prid|:{0}^|PossibleTarget|:1^|Origine|:0^|PopinId|:null^|PanelId|:null^|Type|:0^|ItemArticleType|:0^|Reference|:null^|ConfigName|:|default|^|OfferId|:0^|BundleItemIdentifiers|:null}}';
-        //on mets les bonnes valeurs dans la chaîne
-        if (offer == '' || offer == null) {
-            offer = "00000000-0000-0000-0000-000000000000";
-        }
-        requete = requete.replace('{0}', serializedId).replace('{1}', offer).replace('{3}', 1);
-
-        ManageBasketAjax(requete, this.href);
-        return false;
-    }
-
-    function AddsToMyBasket(serializedId, obj)
-    {
-        if(obj != '')
-            return DirectRenderingWithMsg("WebForm_DoCallback('Header1$Header1$ctl00$HeaderBasket','FM|" + serializedId + "|" + obj.id + "',JSHandlerStructWithMsg,null,null,true)");
-        else
-            return DirectRenderingWithMsg("WebForm_DoCallback('Header1$Header1$ctl00$HeaderBasket','FM|" + serializedId + "|" + obj + "',JSHandlerStructWithMsg,null,null,true)");
-    }
-
-    function OfferPlaylist(serializedId, obj)
-    {
-        if(obj != '')
-            return DirectRenderingWithMsg("WebForm_DoCallback('Header1$Header1$ctl00$HeaderBasket','PL|" + serializedId + "|" + obj.id + "',JSHandlerStructWithMsg,null,null,true)");
-        else
-            return DirectRenderingWithMsg("WebForm_DoCallback('Header1$Header1$ctl00$HeaderBasket','PL|" + serializedId + "|" + obj + "',JSHandlerStructWithMsg,null,null,true)");
-    }
-
-    function ContinueBying()
-    {
-        var prev = document.referrer;
-        prev = prev.toLowerCase();
-        
-        if(prev == "")
-        {
-            document.location.href="http://www.fnac.com/";
-        }
-        else
-        {    
-            
-            if(prev.indexOf("intermediarybasket",0) > 0)
-            {
-                history.back();
-            }
-            
-            else
-            {
-                document.location.href = prev;
-            }
-        }
-    }
-    
-    function getCookieVal(offset) {
-        var endstr = document.cookie.indexOf(";", offset);
-        if (endstr == -1)
-            endstr = document.cookie.length;
-        return unescape(document.cookie.substring(offset, endstr));
-    }
-    
-    function GetCookie(name) {
-        var arg = name + "=";
-        var alen = arg.length;
-        var clen = document.cookie.length;
-        var i = 0;
-        while (i < clen) {
-            var j = i + alen;
-            if (document.cookie.substring(i, j) == arg)
-                return getCookieVal(j);
-            i = document.cookie.indexOf(" ", i) + 1;
-            if (i == 0) break;
-        }
-        return null;
-    }
-    
-    $(document ).ready(function() {
-        var nbArtCookieCount = GetCookie('NBART');
-        var nbArtCount = 0;
-        if(nbArtCookieCount != nbArtCount ){
-            if(nbArtCount >= 1){
-                if(nbArtCookieCount >=1){
-                    $('#totalArticlesPanier').text(nbArtCookieCount);
-                }
-                else{
-                    $('#totArticlesCount').html('');
-                }
-            }
-            else {
-                if(nbArtCookieCount >=1){
-                    $('#totArticlesCount').html ('<span id="totalArticlesPanier">'+ nbArtCookieCount+'</span>');
-                }
-            }
-        }
-    });
-</script>
-
-
-<div id="monPanier">
-<input type="hidden" id="NbArt" value="" />
-
-        
-        <span class="recapPanier">
-		Panier
-					
-                        
-				
-                    
-                    </a>
-        </span>
-
-
-
-        
-            <p id="msgVide" class="basketInfo">
-	                
-		                Consulter votre panier
-	                 
-            </p>
-        
-
-</div><!-- /fin/#monPanier -->
-
-
-<div id="GreyScreen"></div>
-</div>
-                
-			</div><!-- /fin/#MONCOIN-->
-
-		</div><!-- /fin/#topRIGHT-->
-        
-        
-        
-
-
-<div id="topPromo" class="clearfix">
-    <span id="topPromoTrigger" class=""><strong>
-        
-            Livraison gratuite sur tout le site<i class="icoFLE"><!-- --></i>
-        
-    </strong></span>
-        <div id="topPromoContent" class="hide">
-    
-            <ul class="topPromoList">
-                <li><img src="http://www4-fr.fnac-static.com/img/fr-FR/vignettes/Header/push-livraison-retraitmagasin-290x80.png" alt="Retrait gratuit en magasin ou relais colis" /></li>
-                <li><img src="http://www4-fr.fnac-static.com/img/fr-FR/vignettes/Header/push-livraison-retrait1heure-290x80.png" alt="Retrait 1h gratuit en magasin sur tout le high-tech" /></li>
-            	<li><img src="http://www4-fr.fnac-static.com/img/fr-FR/vignettes/Header/push-livraison-expressplus-290x80_0115.png" alt="Essai gratuit - Express+ Livraison en 1 jour chez vous, illimité toute l'année" /></li>
-            </ul>
-            <a href="http://www4.fnac.com/Help/livraison-gratuite.aspx#bl=pushTop2" class="topPromolk">En savoir plus</a>
-    
-    </div>
-</div>
-
-
-
-
-<!-- # script layer push top promo -->
-<script type="text/javascript">
-    $(function () {
-        $("#topPromoTrigger").popinManager({
-            targetContent: "#topPromoContent",
-            modeView: "layer",
-            eventStart: "click",
-            eventStop: "mouseleave",
-            timer:"250",
-            customPosition: true,
-            relativePosition: { left: 0, top: 20 }
-        });
-    });
-</script>
-  
-
-	</div>
-	<!-- *********************** /fin/#TOP **************************** -->
-
-	        
-
-<!-- *********************** #MENU **************************** -->
-
-
-
-
-<div id="MENU">
-
-    <ul id="onglets" class="clearfix">
-
-        
-
-        
-<li id="ong-Livres" class=" current">
-    <a href="http://www.fnac.com/livre.asp#bl=MMli" class="ongLink">Livres, Ebooks Kobo</a>
-    <div id="ong-Livres-content" class="megaMenu clearfix">
-        
-    </div>
-</li>
-
-
-        
-            
-<li id="ong-Jouets" class="">
-    <a href="http://www.fnac.com/enfants.asp#bl=MMenf" class="ongLink">jeux, jouets</a>
-    <div id="ong-Jouets-content" class="megaMenu clearfix">
-        
-    </div>
-</li>
-
-        
-
-        
-<li id="ong-Musique" class="">
-    <a href="http://www.fnac.com/musique.asp#bl=MMmu" class="ongLink">Musique Jukebox</a>
-    <div id="ong-Musique-content" class="megaMenu clearfix">
-        
-    </div>
-</li>
-
-
-        
-<li id="ong-DVD" class="">
-    <a href="http://www.fnac.com/video.asp#bl=MMvi" class="ongLink">DVD Blu-ray</a>
-    <div id="ong-DVD-content" class="megaMenu clearfix">
-        
-    </div>
-</li>
-
-
-        
-<li id="ong-JeuxVideo" class="">
-    <a href="http://www.fnac.com/jeux-video.asp#bl=MMje" class="ongLink">Jeux vidéo Consoles</a>
-    <div id="ong-JeuxVideo-content" class="megaMenu clearfix">
-        
-    </div>
-</li>
-
-
-        
-<li id="ong-Informatique" class="">
-    <a href="http://www.fnac.com/Informatique/shi48966/w-4#bl=MMmic" class="ongLink">Informatique Tablettes</a>
-    <div id="ong-Informatique-content" class="megaMenu clearfix">
-        
-    </div>
-</li>
-
-
-        
-<li id="ong-Photo" class="">
-    <a href="http://www.fnac.com/Photo-camescope/shi56352/w-4#bl=MMpho" class="ongLink">Photo Caméscopes</a>
-    <div id="ong-Photo-content" class="megaMenu clearfix">
-        
-    </div>
-</li>
-
-
-        
-<li id="ong-TV" class="">
-    <a href="http://www.fnac.com/TV-Video-Home-cinema/shi56328/w-4#bl=MMtvh" class="ongLink">TV, Vidéo Home cinéma</a>
-    <div id="ong-TV-content" class="megaMenu clearfix">
-        
-    </div>
-</li>
-
-
-        
-<li id="ong-Son" class="">
-    <a href="http://www.fnac.com/Son-hifi-lecteur-MP3/shi176062/w-4#bl=MMson" class="ongLink">Casques, Son Docks</a>
-    <div id="ong-Son-content" class="megaMenu clearfix">
-        
-    </div>
-</li>
-
-
-        
-<li id="ong-GPS" class="">
-    <a href="http://www.fnac.com/GPS-Telephones-eBook/shi56528/w-4#bl=MMtmg" class="ongLink">Smartphones Objets connectés</a>
-    <div id="ong-GPS-content" class="megaMenu clearfix">
-        
-    </div>
-</li>
-
-
-        
-<li id="ong-Gadgets" class="">
-    <a href="http://www.fnac.com/Petit-electromenager/shi181432/w-4#bl=MMpem" class="ongLink">Maison Cuisine</a>
-    <div id="ong-Gadgets-content" class="megaMenu clearfix">
-        
-    </div>
-</li>
-
-
-        
-<li id="ong-TiragesPhoto" class="">
-    <a href="http://tiragesphoto.fnac.com/?cref=om_coop_megamenu_tirages_18455_x" class="ongLink" target="_blank">Tirages photo</a>
-    <div id="ong-TiragesPhoto-content" class="megaMenu clearfix">
-        
-    </div>
-</li>
-
-
-        
-<li id="ong-Evenement" class="">
-    <a href="http://www.fnac.com/coffret-cadeau#bl=MMcoffrets" class="ongLink">Coffrets cadeaux</a>
-    <div id="ong-Evenement-content" class="megaMenu clearfix">
-        
-    </div>
-</li>
-
-
-        
-<li id="ong-Voyages" class="">
-    <a href="http://www.fnac.com/voyages.asp#bl=MMvoy" class="ongLink">Voyages</a>
-    <div id="ong-Voyages-content" class="megaMenu clearfix">
-        
-    </div>
-</li>
-
-
-        
-<li id="ong-Spectacles" class="">
-    <a href="http://www.fnacspectacles.com/?utm_campaign=onglet&utm_medium=text&utm_source=fnac.com&utm_term=billetterie#bl=MMspect" class="ongLink last">Billetterie</a>
-    <div id="ong-Spectacles-content" class="megaMenu clearfix">
-        
-    </div>
-</li>
-
-
-    </ul>
-    
-    
-</div>
-
-<!-- *********************** /fin/#MENU**************************** -->
-
-<script type="text/javascript">
-
-    $(function () {
-
-        $.ajax({
-            url: 'http://www4-fr.fnac-static.com/static/mm/NM3vJoMho5rMYqNk4MBwAiK1BMA1/MegaMenu.js',
-            dataType: 'jsonp',
-            cache: true,
-            crossDomain: true,
-            jsonp: false,
-            jsonpCallback: 'jsoncallback',
-            success: function(data) {
-
-                for (var i = 0; i < data.length; i++) {
-                    $('#' + data[i].Id).html(data[i].Content);
-                }
-
-                jQuery(window).load(function ($) {
-
-                    //[lignes des blocks à aligner
-                    var listGroups = [".megaMenu > .mmEqual ", ".mmMain > .mm1-3"];
-                    var len = listGroups.length, i;
-                    for (i = 0; i < len; i++) {
-                        AppCore.modules.utilities.equalBlocHeight(listGroups[i]);
-                    }
-
-                });
-            }
-        });
-
-    });
-
-</script>
-
-
-
-    
-
-    
-</div><!-- /fin/#HEADER-->
-<div id="floatBasketcontent" class="hide add_basketErgoPipeAjax"></div>
-<div id="floatBasketcontentPush" class="hide add_basketErgoPipeAjax"></div>
-
-<div class="popinCGVOCB hide" id="PopinCGVOCB"></div>
-
-
-<script type="text/javascript">
-
-    openPopinSetExpiry = function () {
-        $("#MonCompteLink").mouseenter();
-        var d1 = new Date();
-        var d2 = new Date(d1);
-        d2.setHours(d1.getHours() + 1);
-        localStorage.setItem("sessionPopin", d2);
-    };
-
-    popinCheck = function () {
-        if (localStorage.getItem("sessionPopin") == null) {
-            openPopinSetExpiry();
-        }
-        else {
-            if ((Date.parse(localStorage.sessionPopin) - new Date()) <= 0) { openPopinSetExpiry(); }
-        }
-    };
-
-	function asyncLoadLastOrder() {
-		$.ajax({
-			url: "http://livre.fnac.com/LastUndeliveredOrder.aspx?w-4",
-			data: { },
-            type:  'GET',
-			success: function(response) {
-				$("#popinLastOrderInfosBox").html(response);
-			}
-		});
-	}
-
-	$(function () {
-		$("#MonCompteLink").popinManager({
-			targetContent: "#popinLastOrderInfosBox",
-			modeView: "layer",
-			pageLoad: true,
-			eventStart: "mouseenter",
-			eventStop:"mouseleave",
-			
-			customPosition: true,
-            relativePosition: { left: -53, top: 24 },
-			ajaxLoaderLink: "http://www4-fr.fnac-static.com/img/decos/ajax-loader-FA.gif",
-			timer:200
-		});
-	    var isConnected = $("#MonCompteLink").hasClass("isIdentified");
-	    if (!isConnected) {
-
-	        $("#popinLastOrderInfosBox").addClass("not-connected");
-	        setTimeout(function () {
-	            $("#popinLastOrderInfosBox").removeClass("not-connected");
-	        }, 1000);
-
-	        popinCheck();
-	        
-	    }
-	    else {
-	        $(".popinLastOrderInfosBoxNotConnected").remove();
-	    }
-	});
-
-    $(function () {
-        $("#popinLastOrderInfosBox").on("mouseenter", function () {
-            $("#monCompte").addClass("hover");
-        });
-        $("#popinLastOrderInfosBox").on("mouseleave", function () {
-            $("#monCompte").removeClass("hover");
-        });
-    });
-
-    $(function () {
-        $(".lineNew a").on("mouseenter", function () {
-            $(".grey-infos").addClass("hover");
-        });
-        $(".lineNew a").on("mouseleave", function () {
-            $(".grey-infos").removeClass("hover");
-        });
-    });
-
-</script>
-
-<div id="popinLastOrderInfosBox" class="hide">
-    <div class="popinLastOrderInfosBoxNotConnected">
-        <p class="popCptTitle1"><strong>Bienvenue</strong>Comment ça va aujourd'hui ?</p>
-        
-        
-        <p class="popCptLine"><span id="OpenYourAccount1" class="fnac 45CBCBC0C22D1F1FC24342C3C1431944494A4219424F4E1FBEC6BA42424FC349CB lkBtn">Se connecter</span></p>
-        
-        
-        <p class="popCptLine lineNew">
-            Nouveau client&nbsp;?
-            <span id="OpenYourAccount2" class="fnac 45CBCBC0C22D1F1FC24342C3C1431944494A4219424F4E1FBEC6BA42424FC349CB orange">Créer un compte&nbsp;&rsaquo;</span>
-        </p>
-        <div class="grey-infos">
-            <p>
-                <img src="http://www4-fr.fnac-static.com/img/Template/Header/u58.png"/>
-                Retrouvez votre panier et vos listes à tout moment sur tous vos écrans.
-            </p>
-            <p>
-                <img src="http://www4-fr.fnac-static.com/img/Template/Header/u60.png"/>
-                Une expérience personnalisée avec des conseils rien que pour vous.
-            </p>
-        </div>
-    </div>
-</div>
-
-
-
-
-
-<div id='fnac_Bottom2' class="BSO_base"></div>
-
-
-
- 
-
-
-
-
-
-
-
-
-<script language="javascript">
-    function messageHelperGetFermer() {
-        return 'Fermer';
-    }
-</script>
-
-
-        <div id="content" itemscope itemtype="http://schema.org/Product">
-            
-
-<!-- breadcrumbs -->
-
-<!-- /breadcrumbs -->
-
-
-            
-
-<div id="lecteurMp3"></div>
-<script type="text/javascript">  
-    AppCore.ready(function()
-    {
-        $("a.prec").css("opacity",0.5).attr("disabled",true);
-
-        var se = new SWFObject('http://livre.fnac.com/flash/players/AudioPlayer.swf?w-4', 'audioplayer', '1', '1', '7', '#FFFFFF');
-        se.addParam("wmode", "transparent");
-        se.addParam("menu", "false");
-        se.addParam("play", "true");
-        se.addParam("allowscriptaccess", "always");
-        se.addParam("quality", "autohigh");
-        se.write("lecteurMp3");
-     });
-
-    function trackActionPlayerAudio(controlId, pid)
-    {
-        WebForm_DoCallback(controlId,'Play-' + pid, JSHandlerStructWithMsg, null, null, true);
-    }   
-             
-    function mediaStoppedCallback(player, media) {
-		$("#btnPlayPause"+player.id).attr("src", "http://www4-fr.fnac-static.com/img/boutons/playbig.png");
-        $(".fromplayer"+player.id+" ul li").eq(media.index).find("div#playing").remove();
-    }
-
-    function metaUpdatedCallback(player, media, currentTime, totalTime, loadRatio, playRatio) 
-    {
-    	var vwidth = $('#ratio'+player.id).parent("div").width();
-		var ratio = Math.round(playRatio * vwidth);
-        $('#ratio'+player.id).css('width', ratio + 'px');
-    }
-
-    function mediaChangedCallback(player, media)
-    {
-        if(player)
-        {
-            try
-            {
-                DoPlay(false); // Arret du player en popup 30s
-            }
-            catch(e) { }
-            $("#btnPlayPause" + player.id).attr("src", "http://www4-fr.fnac-static.com/img/boutons/pausebig.png");
-            $("#titre" + player.id).html(media.title);
-            $("#cover" + player.id).attr('src', media.coverUrl).attr('alt', media.coverLiteral);
-            if(media.isFirst)
-            {
-                $("#classbtnprec" + player.id).attr('disabled', true).css("opacity", 0.5);
-            }
-            else
-            {
-                $("#classbtnprec" + player.id).attr('disabled', false).css("opacity", 1);
-            }
-            if(media.isLast)
-            {
-                $("#classbtnsuiv" + player.id).attr('disabled', true).css("opacity", 0.5);
-            }
-            else
-            {
-                $("#classbtnsuiv" + player.id).attr('disabled', false).css("opacity", 1);
-            }
-            var elt = $(".fromplayer" + player.id + " ul li").eq(media.index);
-            if(!elt.children("#playing").exists())
-            {
-                elt.children("span.pricetrack")
-                    .append("<div id='playing' style='float:left;margin-left:5px'><img src='http://www4-fr.fnac-static.com/img/decos/playing_community.gif' alt='playing' /></div>");
-            }
-        }
-    }
-</script>
-
-            
-<div class="faHead clearfix">
-    <meta itemprop="url" content="http://livre.fnac.com/a1891354/Millenium-Tome-2-La-fille-qui-revait-d-un-bidon-d-essence-et-d-une-allumette-Stieg-Larsson">
-
-    <div class="faHeadLeft">
-        
-        <div class="visuelArticle">
-        
-          <div class="mainVisual posrel">
-               <i class="loupe hide"><!-- --></i>
-               <img id="imgMainVisual" itemprop="image" src="http://static.fnac-static.com/multimedia/Images/FR/NR/d2/ee/36/3600082/1540-0.jpg" alt="" />
-               <script type="text/javascript">
-                   $("#imgMainVisual").addClass("hide");
-               </script>
-          </div>
-        
-        
-            <div class="carrouselMain clearfix">
-                <span class="arrow arrowLeft"></span>
-                <ul class="carrousel">
-                     
-                            <li > 
-                                        <a href="#" class="openZoomPopin">
-                                            <img src="http://static.fnac-static.com/multimedia/Images/FR/NR/d2/ee/36/3600082/1502-0.jpg" alt="Millénium - Millénium, T2_0" />
-                                        </a>
-                                    
-                            </li>
-                    
-                </ul>
-                <span class="arrow arrowRight"></span>
-            </div>
-        </div>
-        <div id="popinZoom" class="hide zoomArticle">
-            <a href="#" class="close"><i class="closeContent">Fermer</i></a>
-            <div class="topContent">
-                <span class="arrow arrowLeft"><i>precedent</i></span>
-                <ul class="main clearfix">
-
-                </ul>
-                <span class="arrow arrowRight"><i>suivant</i></span>
-            </div>
-            <div class="bottomContent clearfix">
-                <div class="leftPart">
-                    <ul class="thumb clearfix">
-                            
-                    </ul>
-                </div>
-            </div>
-        </div>
-        <script type="text/javascript">
-            var objJSON = [{"DTO":{"Index":0,"ImageGUID":"7d8d0fac-5b50-4142-adbc-9e00a4977e5b","LiteralUrl_Zoom":"http://static.fnac-static.com/multimedia/Images/FR/NR/d2/ee/36/3600082/1507-0.jpg","LiteralUrl_47":"http://static.fnac-static.com/multimedia/Images/FR/NR/d2/ee/36/3600082/1502-0.jpg","LiteralUrl_340":"http://static.fnac-static.com/multimedia/Images/FR/NR/d2/ee/36/3600082/1540-0.jpg","LiteralUrl_200":"http://static.fnac-static.com/multimedia/Images/FR/NR/d2/ee/36/3600082/1545-0.jpg","VisualType":1},"LiteralUrl_47":"http://static.fnac-static.com/multimedia/Images/FR/NR/d2/ee/36/3600082/1502-0.jpg","LiteralUrl_340":"http://static.fnac-static.com/multimedia/Images/FR/NR/d2/ee/36/3600082/1540-0.jpg","LiteralUrl_200":"http://static.fnac-static.com/multimedia/Images/FR/NR/d2/ee/36/3600082/1545-0.jpg","LiteralUrl_Zoom":"http://static.fnac-static.com/multimedia/Images/FR/NR/d2/ee/36/3600082/1507-0.jpg","ImageGUID":"7d8d0fac-5b50-4142-adbc-9e00a4977e5b","Index":0,"VisualType":1,"DisplayMode":0,"Link":null}];
-            var itemClicked = 0;
-
-            // On cache le slide si 1 seul visuel
-            if (objJSON.length < 2) {
-                $(".carrouselMain").addClass("hide");
-            }
-
-            function loadContentZoom(item) {
-        
-                var nbItemNotClicked = $("ul.carrousel li a:not(.openZoomPopin)").size();
-                var rItem = (item+1);
-                var VisualFaTypeMax = 4;
-                var itemRealClicked = (rItem > VisualFaTypeMax) ? rItem-nbItemNotClicked : rItem;
-
-                if ($("ul.main li").size() < 1) {
-                    var rCount = 0;
-                    var hasVideo = false;
-                    var tabHeight = [];
-
-                    for (x in objJSON) {
-                        obj = objJSON[x];
-
-                        if (obj.VisualType < VisualFaTypeMax) { // Generated images 
-                            imgOBJ = new Image();
-                            imgOBJ.src = obj.LiteralUrl_Zoom;
-                            tabHeight.push(imgOBJ);
-
-                            $("ul.main").append("<li>");
-                            $("ul.main li").eq(rCount).css({"background":"transparent url('"+obj.LiteralUrl_Zoom+"') no-repeat center center"});
-                            $("ul.thumb").append("<li><img src='"+obj.LiteralUrl_47+"'></li>");
-                            rCount++;
-                        } else if (obj.VisualType == VisualFaTypeMax) { // Video
-                            $("ul.main").append("<li id='playervideo'><div id='playerVideoContainer' class='flowplayer'><video></video></div></li>")
-                            $("ul.thumb").append("<li><i class='thumbVideo'>Video</i></li>");
-                            rCount++;
-                            hasVideo = true;
-						
-                        }
-                  
-                    }
-
-                    function callbackSlideMoveFunction(param){
-                        // On fait suivre la sélection visuelle des thumbs
-                        var i = param-1;
-                        $(".active", "ul.thumb").removeClass("active");
-                        $("ul.thumb li").eq(i).addClass("active");
-                    }
-
-                    // Comportement du premier slide (popin)
-                    setTimeout(function() {
-                        $(".topContent").articleSlide({
-                            startPosition:itemRealClicked,
-                            callbackMove:callbackSlideMoveFunction,
-                            bindKeys:true
-                        });
-
-                        // on positionne la selection sur le visuel cliqué
-                        $("ul.thumb li").eq(itemRealClicked-1).addClass("active");
-
-                        // on adapte la hauteur de la popin par rapport à son contenu 
-                        var tabH = [];
-                        for (val in tabHeight){
-                            tabH.push(tabHeight[val].height);
-                        }
-
-                        tabH.sort(function(a,b){return b-a}); // on tri le tableau pour obtenir la plus grande taille d'image, on la set sur tous les LI
-                        $("ul.main li").height(tabH[0]);
-                        
-						
-                        // on centre le player s'il existe
-                        if ($('#playervideo','ul.main').size() > 0) {
-                            var diff = (tabH[0] - $(".zoomArticle embed").height());
-                            var margin = (diff/2);
-                            if (margin > 5) {
-                                $(".zoomArticle embed").css("margin-top", margin+"px");
-                            }
-                        }
-						
-                        // Ajustement si un seul visuel zoom
-                        if (rCount < 2){
-                            $("ul.main li").css({
-                                'width':'100%',
-                                'margin-right':'0'
-                            });
-                            $("ul.main").css("position", "relative");
-                        }
-                    }, 200);
-
-                    var timeClear;
-
-                    // Comportement du second slide (popin)
-                    $("ul.thumb li").live("mouseenter",function(){
-                        var ul = $(this).parent();
-                        var index = $(this).index();
-                        var item = ($(this).index()+1);
-                        clearTimeout(timeClear);
-                        timeClear = setTimeout(function(){
-                            $(".active", ul).removeClass("active");
-                            $("li", ul).eq(index).addClass("active");
-                            $.articleSlide.move(item);
-                        }, 150);
-                    });
-
-                    $("ul.thumb li").live("mouseleave",function(){
-                        clearTimeout(timeClear);
-                    });
-                    
-				
-                } else {
-                    setTimeout(function(){
-                        $.articleSlide.move(itemRealClicked);
-                        // on positionne la selection sur le visuel cliqué
-                        $("ul.thumb .active").removeClass("active");
-                        $("ul.thumb li").eq(itemRealClicked-1).addClass("active");
-                    }, 100);
-                }
-                
-                // on ferme la popin lorqu'on souhaite cliquer dans la buybox
-                $("#popinZoom .buyBox a").click(function(){
-                    $("#layerPopin").click();
-                });
-                trackActionNewFARef(false, 'ZoomFA', 1891354);
-            }
-			
-            $(function(){
-                // Hover mainVisual
-                $(".mainVisual").hover(function(){
-                    $("i.loupe", this).toggleClass("hide");
-                });
-                $("i.loupe", ".mainVisual").click(function(){ // Event click on loupe
-                    $(this).prev().click();
-                });
-
-                // Slider sous le visuel produit
-                $(".visuelArticle").articleSlide({
-                    mainArticle : ".mainVisual",
-                    objJsonData : objJSON,
-                    nbShow: 5
-                });
-                
-                // Manager zoom pop-in
-                $(".openZoomPopin").popinManager({
-                    targetContent: "#popinZoom",
-                    callbackMethodAfterCreate: "loadContentZoom($(base.el).parent().index())",
-                    bindKeys:true
-                });
-            });
-        </script>
-    
-        
-        
-
-
-
-
-<table class="noir">
-    
-        <tr>
-            <th scope="row"><span>Date de parution</span></th>
-            <td>
-                
-                    <span>07/11/2011</span>
-                
-            </td>
-        </tr>
-    
-        <tr>
-            <th scope="row"><span>Editeur</span></th>
-            <td>
-                
-                    <span itemprop="manufacturer"><a id="FnacLink1" href="http://recherche.fnac.com/e67090/Editions-actes-sud">Éditions actes sud</a></span>
-                
-            </td>
-        </tr>
-    
-        <tr>
-            <th scope="row"><span>Format</span></th>
-            <td>
-                
-                    <span>ePub</span>
-                
-            </td>
-        </tr>
-    
-        <tr>
-            <th scope="row"><span>Type de DRM</span></th>
-            <td>
-                
-                    <span>Adobe DRM </span>
-                
-            </td>
-        </tr>
-    
-</table>
-
-
-    <p class="txt_r vcar"><a href="http://livre.fnac.com/a1891354/Millenium-Tome-2-La-fille-qui-revait-d-un-bidon-d-essence-et-d-une-allumette-Stieg-Larsson?NUMERICAL=Y#ficheDt" class="gras">Voir les caractéristiques</a></p>    
-
-
-
-
-<div id="popinAveDaeFormat" class="hide">
-    
-
-<a href="#" class="close"><img src="http://www4-fr.fnac-static.com/img/boutons/btn_close.gif" alt="Fermer" class="close"></a>
-<h3 class="bleuDemat">Que sont les formats AVE et DAE ?</h3>
-
-<p>
-    <strong class="rouge dispeblock">Attention:</strong>
-    
-    <strong>Les BD au format AVE ou DAE</strong> ne sont pas lisibles sur les applications Kobo by Fnac ou sur la tablette Kobo Arc.
-    Ces formats sont lisibles <strong>uniquement en streaming</strong> sur votre ordinateur.
-</p>
-</div>
-<script type="text/javascript">
-    $(function () {
-        $(".openPopinAveDaeFormat").popinManager({
-            targetContent: "#popinAveDaeFormat"
-        });
-    });
-</script>
-    
-        
-    <div class="hache"></div>
-    <ul class="floatl SocialNetwork">
-        <li class="FBLike">
-    <div class="fb"><fb:like href="http://livre.fnac.com/a1891354/Millenium-Tome-2-La-fille-qui-revait-d-un-bidon-d-essence-et-d-une-allumette-Stieg-Larsson" send="false" layout="button_count" show_faces="false" font="tahoma" ref="DISS_FBL_PE_LIVRE" ></fb:like></div>
-</li>
-        <li class="GPlus">
-
-<g:plusone size="medium" href="http://livre.fnac.com/a1891354/Millenium-Tome-2-La-fille-qui-revait-d-un-bidon-d-essence-et-d-une-allumette-Stieg-Larsson&Origin=DISS_GOOG1_PE"></g:plusone></li>
-        <li class="Twitter">
-
-<div id="custom-tweet-button">
-    <span id="FnacLink1" target="_blank" class="fnac 45CBCBC02D1F1FCCCCCC2B1944494A4219424F4E1FB24F4E4E4349CBC21F32454AC1431F32454AC143194AC2C0C52F3246CB432E3BCC46CBCB43C1143B46CB48432EBE464848134222134A264946C34E132142173B2117132123212244494A42143331B82E45CBCBC013224A1321441321444846C4C1431944494A4219424F4E1321444A2A25262A22232B132144BE464848434946C34E1E3B4F4E431E211EB84A1E44464848431ECAC3461EC143C44A46CB1E4B1EC3491E41464B4F491E4B1E43C2C2434942431E43CB1E4B1EC349431E4A4848C34E43CBCB431E32CB46434C1EB84AC1C2C24F49 ">&nbsp;</span>
-    
-</div></li>
-        <li class="SendMailFA">
-            <span id="FnacLink1" class="fnac 12 openPopinSendMail">
-                <span id='DivSendMailFA'><img src="http://www4-fr.fnac-static.com/img/Communautaire/pictos/link-mail2.png" alt="envoyer à un ami" title="envoyer à un ami" /></span>
-            </span>
-            
-        </li>
-    </ul>
-    <script type="text/javascript">
-        
-        $(function(){
-            $(".openPopinSendMail").popinManager({
-                targetContent: "#PartagerZone",
-                ajaxMethod: "WebForm_DoCallback('PartagerZone','||FnacDirect§1891354§1891354§1584035§9782742765010|True',base.jSCallBack,null,null,true)"
-            });
-        });
-    </script>
-    <script type="text/javascript">
-        window.___gcfg = { lang: 'fr' };
-        $(function () {
-            $.ajax({ url: "https://apis.google.com/js/plusone.js", dataType: "script", cache: true });
-        });
-    </script>
-    <script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
-
-    </div><!-- /.faHeadLeft -->
-
-    <div class="faHeadCenter">
-        
-
-
-<div>
-    
-    
-    
-        
-
-<h1>
-    
-            <a href="http://www4.fnac.com/Millenium/si7752" title="Voir tous les volumes de la série">Millénium</a>
-        ,&nbsp;Tome 2
-
-    <strong class="titre dispeblock">
-        <span itemprop="name">La fille qui rêvait d'un bidon d'essence et d'une allumette</span>
-        
-    </strong>
-
-    
-</h1>
-
-
-
-<p class="FA lienInverse mrg_t_sm">
-    						
-            <span class="participants"><span id="FnacLink1" class="fnac 45CBCBC02D1F1FCCCCCC2B1944494A4219424F4E1F32CB46434C1EB84AC1C2C24F491F464A2A20222A2222 ">Stieg Larsson</span> (Auteur), <span id="FnacLink2" class="fnac 45CBCBC02D1F1FC143424543C14245431944494A4219424F4E1F464A252C2325251FB843494A1EBCC1C34E414A4245 ">Lena Grumbach</span> (Traduction), <span id="FnacLink3" class="fnac 45CBCBC02D1F1FC143424543C14245431944494A4219424F4E1F464A252C2325261FBE4AC1421E4B431EBC4FC3C443494A4649 ">Marc de Gouvenain</span> (Traduction)
-	        
-	         </span>
-	    
-            <span id="Span1">-&nbsp;23/10/2006</span>
-        
-</p>
-
-
-
-<div id="PopinInfoBook" class="hide genericPopin">
-    <a href="#" class="close floatr"><img src="http://www4-fr.fnac-static.com/img/boutons/btn_close.gif" alt="Fermer" class="close" /></a>
-    <div class="PopinInfoBookTitle"><h2 class="upper">B&#233;n&#233;ficiez de <em class="rouge"><span>-5%</span> sur tous vos livres</em></h2><p class="PopinInfoBookIntro">En choisissant le retrait en magasin</p></div>
-    <div class="clearfix puce_no">
-        <div class="PopinInfoBookCol PopinInfoBookCol1"><p class="PopinInfoBookColTitle">Valider votre panier</p><p class="fontS_12">Ajoutez les livres &#224; votre panier, puis validez-le pour passer &#224; l&#39;&#233;tape suivante.</p></div>
-        <div class="PopinInfoBookCol PopinInfoBookCol2"><p class="PopinInfoBookColTitle">Choisissez le retrait en magasin</p><p class="fontS_12">Lors de l&#39;&#233;tape du choix du mode de livraison, choisissez le retrait en magasin. C&#39;est rapide et c&#39;est gratuit.</p></div>
-        <div class="PopinInfoBookCol PopinInfoBookCol3"><p class="PopinInfoBookColTitle">C&#39;est fait !</p><p class="fontS_12">Et hop, les prix se mettent &#224; jour automatiquement : vous b&#233;n&#233;ficiez d&#39;une remise imm&#233;diate de 5% sur le prix &#233;diteur* de tous les livres de votre panier.</p></div>
-    </div>
-    <p class="PopinBookMentions">(*) Conform&#233;ment &#224; la nouvelle loi encadrant les conditions de la vente &#224; distance des livres, qui vient compl&#233;ter la loi du 10 ao&#251;t 1981 sur le prix unique du livre, l&#39;application d&#39;une remise de 5% sur le prix des livres n&#39;est d&#233;sormais possible que dans le cadre d&#39;un retrait dans un point de vente commercialisant des livres. B&#233;n&#233;ficiez ainsi de la remise de 5% sur le prix &#233;diteur et de la livraison gratuite en choisissant de faire livrer votre commande dans le magasin Fnac de votre choix</p>
-</div>
-
-
-
-
-
-<script type="text/javascript">
-
-    function trackOmnitureFivePercent(obj) {
-        var mode = "fa";
-        var t = $(obj.$el[0]);
-        var articlePrid = t.data("prid");
-        
-        var prid = (articlePrid) ? articlePrid : "";
-        var s = s_gi('fnaccomprod');
-        s.linkTrackVars = 'events,products,eVar25';
-        s.linkTrackEvents = 'event4';
-        s.events = 'event4';
-        s.products = (prid) ? ";" + prid : "";
-
-        switch (mode) {
-            case "fa":
-                s.eVar25 = "FA: message livres"
-                s.tl(this, 'o', ' FA message livres');
-                break;
-            case "arbo":
-                s.eVar25 = "Arbo: message livres"
-                s.tl(this,'o',' Arbo message livres');
-                break;
-            case "search":
-                s.eVar25 = "Rech: message livres"
-                s.tl(this,'o',' Rech message livres');
-                break;
-            case "basket":
-                s.eVar25 = "Panier: message livres"
-                s.tl(this,'o',' Panier message livres');
-                break;
-        }
-
-    }
-
-    $(function () {
-        $(".openPopinInfoBook").popinManager({
-            targetContent : "#PopinInfoBook",
-            ajaxLoaderLink : "http://www4-fr.fnac-static.com/img/decos/ajax-loader-FA.gif",
-            callbackMethodAfterCreate : "trackOmnitureFivePercent(this)"
-        });
-    });
-
-</script>
-
-    
-</div>
-        
-        
-    <div class="clearfix userOpinion floatl lienInverse mrg_b mrg_r" itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating"> 
-        <span id="FnacLink1" class="fnac 124AC446C24649CB43C1494AC3CB43C2 ">
-            <span class="openLayerUserOpinion FA noir">
-                
-    <img src="http://www4-fr.fnac-static.com/img/decos/etoiles/stars4.png" alt="Note moyenne des internautes :4/5"/>
-
-
-                    <span itemprop="ratingValue">4</span>/5
-                    <span>
-                        (<span itemprop="reviewCount">74</span>&nbsp;Avis)
-                        <meta itemprop="ratingCount" content="74" />
-                    </span>
-                
-            </span>
-        </span>
-        
-    </div>
-    <div id="popinAvisInternautes" class="hide">
-        <div id="ArticleHeaderPE_Comments_FAPopinUsersOpinion"></div>
-    </div>
-    <script type="text/javascript">
-        $(".openLayerUserOpinion").popinManager({
-            modeView: "layer",
-            eventStart: "mouseenter",
-            eventStop: "mouseleave",
-            targetContent: "#popinAvisInternautes",
-            ajaxMethod: "WebForm_DoCallback('ArticleHeaderPE$Comments$FAPopinUsersOpinion','true',base.jSCallBack,null,null,false)",
-            callbackMethod: "longComment()",
-            ajaxLoaderLink: "http://www4-fr.fnac-static.com/img/decos/ajax-loader-FA.gif",
-            customPosition: true,
-            timer:400
-        });
-    </script>
-
-        
-<div class="floatl distinct">
-    
-        <span class="mrg_r">
-        <img src="http://www4-fr.fnac-static.com/img/decos/distinctions/small/coupcoeur.gif" alt="" />
-        Coups de c&oelig;ur  des Libraires
-        <span id="FnacLink1" class="fnac 12B24FC3C0B24F43C3C1 ">(3)</span>
-            
-        
-        </span>
-    
-</div>
-<div class="clearb"></div>
-
-
-
-        
-
-
-        
-         <div class="pricerZone clearfix">   
-            
-
-
-
-
-        <!--New Price 07/12 -->
-        
-    
-    
-    
-
-    <p class="bigPricerFA">
-
-        <!-- Début cas des prix remisés -->
-         <!--FIN cas des prix remisés --> <!-- DEBUT affichage des prix standard (sans remise) -->
-          
-		
-
-                <!-- gestion la remise dégressive-->
-				
-                    <strong class="userPrice">9<i>&euro;99</i></strong> <!-- parfois des prix "affaire de Fnac" s'affiche -->
-                <meta itemprop="price" content="9.99" />
-
-        
-        <!-- FIN affichage des prix standard (sans remise) -->
-
-        </p>
-
-        
-
-    
-            
-
-             
-
-<!-- PROMOS -->
-
-        <div id="PopinAdherentCardPromo" class="hide genericPopin clearfix adhPopin">
-            
-	<a href="#" class="close floatr"><img src="http://www4-fr.fnac-static.com/img/boutons/btn_close.gif" alt="Fermer" class="close" /></a>
-	<h2 class="upper mrg_b">Prenez votre carte Fnac 3 ans</h2>
-	
-
-	<!-- Type pour le message à afficher -->
-	<!-- OA : Offre Adhérent, RD : Remise Différée -->
-	
-    <div class="card">
-        Avec <strong>la carte 3 ans</strong>, vous <strong class="rouge">économisez </strong> sur votre compte fidélité Fnac.
-        <ul>
-	
-		    <li class="clearfix">
-                <!-- On affiche la carte 25 ans si le client n'est pas loggé ou si l'âge du client loggé est strictement supérieur à 25 ans -->
-		        <img src="http://www4-fr.fnac-static.com/img/decos/adherent/bg-push-eactivation.png" class="psVisuel"/>
-                <div class="age">
-		            <span class="HL hlJaun">Vous avez <strong>plus de 25 ans</strong></span>
-                    <span class="during">Adhésion 3 ans</span>
-                </div>
-                
-<div>
-    <span class="userPrice floatl">
-        
-        10&euro;
-    
-
-    </span>
-    <a AddBasketTrackingFunction="trackAddToBasketNewFA(2022506, 0, 0,1)" FnacAdditionalEvent="hidePopinAdherentCard();" href="http://www4.fnac.com/Account/Basket/IntermediaryShoppingCartRecalculate.aspx?action=1&prid=2022506&sctype=standard&from=111" rel="nofollow" FnacIdProduct="2022506" class="btn b_std_y btn_medium FnacBtnAddBasket floatl">
-        <span class="img i_cart pdg_b_sm mrg_r_lg"></span> Ajout au panier
-    </a>
-</div>
-                
-            </li>
-        
-            <li class="clearfix">
-                <img src="http://www4-fr.fnac-static.com/img/decos/adherent/bg-push-eactivation.png" class="psVisuel"/>
-		        <!-- On affiche la carte 25 ans si le client n'est pas loggé ou si l'âge du client loggé est inférieur ou égal à 25 ans -->
-		        <div class="age">
-                    <span class="HL hlJaun">Vous avez <strong>25 ans ou moins</strong></span>
-                    <span class="during">Adhésion 3 ans</span>
-		        </div>
-                
-<div>
-    <span class="userPrice floatl">
-        
-        10&euro;
-    
-
-    </span>
-    <a AddBasketTrackingFunction="trackAddToBasketNewFA(2022508, 0, 0,1)" FnacAdditionalEvent="hidePopinAdherentCard();" href="http://www4.fnac.com/Account/Basket/IntermediaryShoppingCartRecalculate.aspx?action=1&prid=2022508&sctype=standard&from=111" rel="nofollow" FnacIdProduct="2022508" class="btn b_std_y btn_medium FnacBtnAddBasket floatl">
-        <span class="img i_cart pdg_b_sm mrg_r_lg"></span> Ajout au panier
-    </a>
-</div>
-                
-            </li>
-        
-        </ul>
-    </div>
-        </div>
-        <div id="PopinAdherentCardPromoWelcome" class="hide genericPopin clearfix adhPopin">
-            
-	<a href="#" class="close floatr"><img src="http://www4-fr.fnac-static.com/img/boutons/btn_close.gif" alt="Fermer" class="close" /></a>
-	<h2 class="upper mrg_b">Prenez votre carte Fnac 3 ans</h2>
-	
-
-	<!-- Type pour le message à afficher -->
-	<!-- OA : Offre Adhérent, RD : Remise Différée -->
-	
-    <div class="card">
-        Avec <strong>la carte 3 ans</strong>, vous <strong class="rouge">économisez 0&nbsp;&euro;</strong> immédiatement.
-        <ul>
-	
-		    <li class="clearfix">
-                <!-- On affiche la carte 25 ans si le client n'est pas loggé ou si l'âge du client loggé est strictement supérieur à 25 ans -->
-		        <img src="http://www4-fr.fnac-static.com/img/decos/adherent/bg-push-eactivation.png" class="psVisuel"/>
-                <div class="age">
-		            <span class="HL hlJaun">Vous avez <strong>plus de 25 ans</strong></span>
-                    <span class="during">Adhésion 3 ans</span>
-                </div>
-                
-<div>
-    <span class="userPrice floatl">
-        
-        10&euro;
-    
-
-    </span>
-    <a AddBasketTrackingFunction="trackAddToBasketNewFA(2022506, 0, 0,1)" FnacAdditionalEvent="hidePopinAdherentCard();" href="http://www4.fnac.com/Account/Basket/IntermediaryShoppingCartRecalculate.aspx?action=1&prid=2022506&sctype=standard&from=111" rel="nofollow" FnacIdProduct="2022506" class="btn b_std_y btn_medium FnacBtnAddBasket floatl">
-        <span class="img i_cart pdg_b_sm mrg_r_lg"></span> Ajout au panier
-    </a>
-</div>
-                
-            </li>
-        
-            <li class="clearfix">
-                <img src="http://www4-fr.fnac-static.com/img/decos/adherent/bg-push-eactivation.png" class="psVisuel"/>
-		        <!-- On affiche la carte 25 ans si le client n'est pas loggé ou si l'âge du client loggé est inférieur ou égal à 25 ans -->
-		        <div class="age">
-                    <span class="HL hlJaun">Vous avez <strong>25 ans ou moins</strong></span>
-                    <span class="during">Adhésion 3 ans</span>
-		        </div>
-                
-<div>
-    <span class="userPrice floatl">
-        
-        10&euro;
-    
-
-    </span>
-    <a AddBasketTrackingFunction="trackAddToBasketNewFA(2022508, 0, 0,1)" FnacAdditionalEvent="hidePopinAdherentCard();" href="http://www4.fnac.com/Account/Basket/IntermediaryShoppingCartRecalculate.aspx?action=1&prid=2022508&sctype=standard&from=111" rel="nofollow" FnacIdProduct="2022508" class="btn b_std_y btn_medium FnacBtnAddBasket floatl">
-        <span class="img i_cart pdg_b_sm mrg_r_lg"></span> Ajout au panier
-    </a>
-</div>
-                
-            </li>
-        
-        </ul>
-    </div>
-        </div>
-        <script type="text/javascript">
-            $(function () {
-                $(".openPopinAdherentCardPromo").popinManager({
-                    targetContent: "#PopinAdherentCardPromo",
-                    ajaxLoaderLink: "http://www4-fr.fnac-static.com/img/decos/ajax-loader-FA.gif"
-                });
-                $(".openPopinAdherentCardPromoWelcome").popinManager({
-                    targetContent: "#PopinAdherentCardPromoWelcome",
-                    ajaxLoaderLink: "http://www4-fr.fnac-static.com/img/decos/ajax-loader-FA.gif"
-                });
-            });
-        </script>
-    
-<!-- /PROMOS -->
-
-
-        </div>
-
-        
-
-
-
-        <p class="dispoAndSeller">
-        <!--état du produit si la BB est MP occaz-->
-        
-                    <strong class="avail">
-        <span class="vert">Téléchargement immédiat</span>
-    
-
-</strong>
-                
-        </p>
-
-
-        
-        
-
-
-        
-            
-        
-        
-
-    <dl class="blkResume">
-        <dt class="blkAplat dispeline"><span class="HL"><a href="#ficheResume">En résumé</a></span></dt>
-        <dd><span itemprop="description">Lisbeth et Mickael sont de retour dans un roman aussi trépidant que le premier. Nos deux anti-héros sont à nouveau plongés dans une aventure passionnante. Un livre époustoufflant, plein d'humour et d'effroi. Vivement le tome 3. Anais, libraire à la...</span>
-        
-            <br />
-            <a href="http://livre.fnac.com/a1891354/Millenium-Tome-2-La-fille-qui-revait-d-un-bidon-d-essence-et-d-une-allumette-Stieg-Larsson?NUMERICAL=Y#ficheResume" class="FA">Lire la suite</a>
-        
-        </dd>
-    </dl>
-
-        
-        
-        
-            
-        
-    </div><!-- /.faHeadCenter -->
-
-    <div class="faHeadRight">
-        
-        <div class="buyBox bbMain">
-            
-            
-            
-
-
-    <script type="text/javascript">
-        $('input:checkbox', '.buyButtonExpressPlus_B').change(function () {
-            var $input = $(this), $buyButton = $('.buyButtonExpressPlus_AB');
-            if ($input.prop('checked')) {
-                $input.prop('checked', true);
-                $buyButton.removeClass('FnacBtnAddBasket').prop('href', $input.data("url-a"));
-                $buyButton.on("click", function () {
-                    trackAddToBasketNewFA($input.data("idproduct"), $input.data("caller"), $input.data("index"), $input.data("reference"), $input.data("subscriptiontype"))
-                });
-            } else {
-                $input.prop('checked', false);
-                $buyButton.off("click");
-                $buyButton.addClass('FnacBtnAddBasket').prop('href', $input.data("url-b"));
-            }
-        });
-
-        $(".buyButtonExpressPlus_A > a").click(function () {
-            trackAddToBasketNewFA($(this).data("idproduct"), $(this).data("caller"), $(this).data("index"), $(this).data("reference"), $(this).data("subscriptiontype"));
-        });
-    </script>
-
-    
-    
-    
-
-    <div class="mboxDefault"></div><script language= "JavaScript1.2">mboxCreate('FA-buybox');</script>
-    
-
-
-
- <div id="ARPopin" class="hide genericPopin">               
-        <a href="#" class="close floatr">
-            <img src="http://www4-fr.fnac-static.com/img/boutons/btn_close.gif" alt="" class="close">
-        </a>
-        <h2 class="noir">
-            Achat rapide
-        </h2>
-        <p class="noir">
-            
-            
-                L’option achat rapide vous permet de passer votre commande facilement en un minimum de clics sur Fnac.com.
-            <br />
-            <br />
-                Il vous faut au préalable paramétrer sur votre compte Fnac.com une adresse de livraison et une carte de paiement par défaut. 
-                Une fois l’option activée, il vous suffira de cliquer sur le bouton                    pour le(s) produit(s) souhaité(s).
-            <br />
-            <br />
-                Les commandes réalisées via l’achat rapide sont soumises aux conditions générales de vente Fnac.com, et les paiements effectués sont tout aussi sécurisés que pour une commande classique.
-            
-       
-        </p> 
-</div>
- <script type="text/javascript">
-     $(function () {
-         $("a.openPopinAR").popinManager({
-             targetContent: "#ARPopin"
-         });
-     });
-</script>
-
-                
-    <a class="btn b_std_b btn_medium FnacBtnAddBasket" FnacIdProduct="4015696" FnacReferentialId="1" href="http://www4.fnac.com/Account/Basket/IntermediaryShoppingCartRecalculate.aspx?action=1&prid=4015696&sctype=standard" rel="nofollow" id="numart_buttondl" >
-        <span class="img i_dl pdg_b_sm mrg_r_lg"></span> 
-        
-        Télécharger
-        
-    </a>
-    
-
-
-
-         
-                
-
-            
-            
-
-        </div>
-        
-        <div id="exitLinks" class="txt_c mrg_b_15">
-
-            <div id="ArticleHeaderPE_AddToWishlist1">
-           
-                
-
-                <script>
-                    $(function () {
-                        var urlParam = function (name) {
-                            var results = new RegExp('[\\?&amp;]' + name + '=([^&amp;#]*)').exec(window.location.href);
-                            return (results && results[1]) || 0;
-                        }
-
-                        if (urlParam('wladd') == "1") {
-                            $('.addItemFromFa').trigger('click');
-                        };
-                    });
-                </script>
-
-                <div id="block-fa-wishlist">
-                    <span class="img i_wishAdd_small"></span>
-                    <a href="#" class="addItemFromFa" 
-                        data-prid="1891354" data-offerId="" 
-                        data-price="23,4"  data-ref="1">
-                        Ajouter à mes listes</a> 
-                </div>
-                <div id="block-fa-addto-wishlist-wrapperPopin" class="popin-content addto hide" >
-                    <div class="bar">
-                        <div>
-                            <strong>Ajouter à mes listes</strong><i class="img close"></i>
-                        </div>
-                    </div>
-                    
-                    <div>
-                        <span class="not_connected">Vous ne pouvez pas ajouter ce produit à vos listes car vous n'êtes pas connecté"</span>
-                    </div>
-                    
-                </div>
-
-             </div>
-                <div id="ArticleHeaderPE_AddSelection">
-
-<div id="addToSelectionDiv_Header" class="addToSel">
-
-    
-    
-    <input type="hidden" value="http://www4.fnac.com/Account/Basket/IntermediaryBasket.aspx" /> 
-</div>
-</div>
-
-            
-                    <div id="alertes">
-                        
-    <script type="text/javascript">
-    AppCore.ready(function(){
-        AppCore.modules.ready("alertingPrice", function(){
-            var args = {
-                    callBackId: "ArticleHeaderPE$AlertingPriceDrop1",
-                    itemId: "1891354",
-                    prid: "1891354",
-                    itemSKU: "1584035",
-                    priceInitial: "23,4",
-                    priceClickElement: $("#alertingPriceDropdiv .addAlertPrice"),
-                    registerClickElement: $("#alertingPriceDropdiv .registerBeforeAlertPrice"),
-                    registerUrl: "https://secure.fnac.com/Account/Logon/Logon.aspx?AlertingType=4&InitialPrice=23%2c4&ItemId=1891354&ItemPrid=1891354&ItemSKU=1584035&LogonType=Alerting&Referrer=http%3a%2f%2flivre.fnac.com%2fa1891354%2fMillenium-Tome-2-La-fille-qui-revait-d-un-bidon-d-essence-et-d-une-allumette-Stieg-Larsson",
-                    alertAddedContainer: $('#alertingPriceDropdiv'),
-                    alertSuccessMessage: $("#addAlertSuccessMsg").html(),
-                    alertAlreadyExistsMessage: $("#addAlertExistsMsg").html(),
-                    errorAlertContainer: $('#laberror')
-            };
-            AppCore.modules.alertingPrice.registerPriceAlert(args);
-        });
-    });
-    </script>
-       
-                    </div>
-                
-        </div>
-          
-        
-
-   
-
-        
-        
-
-        <script type="text/javascript">
-            checkBuyBox(); // check if buybox is empty
-            $(function () { // popin Manager for AddToSelection
-                $(".openLayerAddToSelect").popinManager({
-                    modeView: "layer",
-                    autoclose: true,
-                    timeToAutoclose: 2500,
-                    targetContent: "#validActionSelected",
-                    customPosition: true,
-                    relativePosition: { left: -258, top: -25 }
-                });
-            });
-            
-        </script>
-        <div id="validActionSelected" class="hide validActionBuyBox">
-            Cet article a bien été ajouté à ma liste
-        </div>
-
-        
-    <dl class="buyBox">
-        <dt class="header">AUTRES FORMATS</dt>
-
-
-        
-            <dd class="bbOtherFormats">
-                <table>
-                    <tr>
-                        <td>
-                            <div class="infosFormat">
-                                <a class="typeFormat" href="http://livre.fnac.com/a1891354/Millenium-Tome-2-La-fille-qui-revait-d-un-bidon-d-essence-et-d-une-allumette-Stieg-Larsson">broché</a>
-                            </div>
-                        </td>
-                         
-                        <td align="right">
-                            <span class="userPrice">
-                                
-        23,40&euro;
-    
-
-                            </span>
-                            <!--Affichage du prix barré si promo-->
-                            
-                        </td>
-                        <td class="btn_clk">
-                             
-    <a onclick="trackAddToBasketNewFA(1891354, 7, 0,1);" href="http://www4.fnac.com/Account/Basket/IntermediaryShoppingCartRecalculate.aspx?action=1&prid=1891354&sctype=standard&from=111" rel="nofollow" FnacIdProduct="1891354" FnacReferentialId="1" class="btn b_sqr_y" title="Ajout au panier">
-        <span class="img i_cart"></span> 
-    </a>
-
-                            
-                        </td>
-                    </tr>
-                </table>
-            </dd>
-        
-
-            <dd class="bbOtherFormats">
-                <table>
-                
-                        <tr>
-                            <td>
-                                <div class="infosFormat">
-                                    <a class="typeFormat" href="http://livre.fnac.com/a3764876/Millenium-Tome-2-La-fille-qui-revait-d-un-bidon-d-essence-et-d-une-allumette-Stieg-Larsson">poche</a>
-                                </div>
-                            </td>
-                            
-                            
-                            <td align="right">
-                                <span class="userPrice">
-                                    
-        10&euro;
-    
-
-                                </span>
-                                <!--Affichage du prix barré si promo-->
-                                
-                            </td>
-                            <td class="btn_clk">
-                                
-                                    <a AddBasketTrackingFunction="trackAddToBasketNewFA(3764876, 7, 0,1);" href="http://www4.fnac.com/Account/Basket/IntermediaryShoppingCartRecalculate.aspx?action=1&prid=3764876&sctype=standard&from=111" rel="nofollow" FnacIdProduct="3764876" class="btn b_sqr_y FnacBtnAddBasket" title="Ajout au panier">
-                                        <span class="img i_cart"></span> 
-                                    </a>
-                                
-                            </td>
-                        </tr>
-                    
-                        <tr>
-                            <td>
-                                <div class="infosFormat">
-                                    <a class="typeFormat" href="http://livre.fnac.com/a2422259/Millenium-CD-Mp3-Tome-2-La-fille-qui-revait-d-un-bidon-d-essence-et-d-une-allumette-Stieg-Larsson">Textes lus</a>
-                                </div>
-                            </td>
-                            
-                            
-                            <td align="right">
-                                <span class="userPrice">
-                                    
-        24,40&euro;
-    
-
-                                </span>
-                                <!--Affichage du prix barré si promo-->
-                                
-                            </td>
-                            <td class="btn_clk">
-                                
-                                    <a AddBasketTrackingFunction="trackAddToBasketNewFA(2422259, 7, 0,1);" href="http://www4.fnac.com/Account/Basket/IntermediaryShoppingCartRecalculate.aspx?action=1&prid=2422259&sctype=standard&from=111" rel="nofollow" FnacIdProduct="2422259" class="btn b_sqr_y FnacBtnAddBasket" title="Ajout au panier">
-                                        <span class="img i_cart"></span> 
-                                    </a>
-                                
-                            </td>
-                        </tr>
-                    
-                </table>
-            </dd>
-            <dd class="lienInverse">
-                <a href="http://www.fnac.com/o8001619/La-fille-qui-revait-d-un-bidon-d-essence-et-d-une-allumette/w-4" class="offresOtherFormat">
-                    <span class="chevron">&raquo;&nbsp;</span>
-                    <strong>Voir tous les formats</strong>
-		            
-                </a>
-            </dd>
-        
-    </dl>
-
-
-
-<div id="popinDigitalFormat" class='hide clearfix'>
-    
-
-<a href="#" class="close"><img src="http://www4-fr.fnac-static.com/img/boutons/btn_close.gif" alt="Fermer" class="close"></a>
-<h3 class='bleuDemat'>Qu’est-ce qu’un livre numérique ?</h3>
-<p>
-    Un <strong>livre numérique</strong>, ou <strong>eBook</strong>, est un ouvrage contenu dans un fichier numérique à lire sur un écran.
-    Différents supports de lecture s’offrent donc à vous : liseuse numérique, tablettes/smatphone, ordinateur.
-    Avec Kobo by Fnac, synchronisez vos livres achetés sur fnac.com et Kobo, prises de notes, etc. sur tous vos supports de lecture.
-    Téléchargez gratuitement l’application Kobo by Fnac et passez de votre smartphone à votre liseuse sans perdre la page !
-</p>
-<p>
-    Fnac et Kobo ont choisi <strong>le format ouvert EPUB</strong>, conçu spécialement pour les livres numériques. Vous pouvez aussi lire des PDF  ou fichiers TXT par exemple.
-</p>
-
-<p> 
-    <strong class="rouge dispeblock">Attention:</strong>
-    <strong>Les livres et BD au format ePub illustré</strong> sont disponibles sur le Kobo Arc et via les applications Kobo by Fnac pour Android et IOS.
-    La lecture de ce format se fait donc uniquement sur smartphones et tablettes (compatibles Android et IOS).
-</p>
-
-<p> 
-    <strong class="rouge dispeblock">Attention:</strong>
-    <strong>Les BD au format AVE ou DAE</strong>   sont lisibles <strong>uniquement en streaming</strong> sur votre ordinateur à partir de fnac.com. <strong>Ces formats</strong> ne sont pas lisibles sur les applications Kobo by Fnac ou sur la tablette Kobo Arc.
-</p>
-</div>
-<script type="text/javascript">
-    $(function () {
-        $(".openPopinDigitalFormat").popinManager({
-            targetContent: "#popinDigitalFormat"
-        });
-    });
-</script>
-
-
-        
-                <div itemprop="offers" itemscope itemtype="http://schema.org/AggregateOffer">
-                    <meta itemprop="priceCurrency" content="EUR" />
-            
-                </div>
-            
-
-    </div><!-- /.faHeadRight -->
-
-</div><!-- /.faHead .clearfix -->
-
-                    
-    <a id="opc"><!-- --></a>
-    
-    
-<!-- PROMOS -->
-
-<div id="Promoepub">
-
-   </div>
-
-  
-<!-- /PROMOS -->
-
-        
-
-
-
-<div id="popinAveDaeFormat" class="hide">
-    
-
-<a href="#" class="close"><img src="http://www4-fr.fnac-static.com/img/boutons/btn_close.gif" alt="Fermer" class="close"></a>
-<h3 class="bleuDemat">Que sont les formats AVE et DAE ?</h3>
-
-<p>
-    <strong class="rouge dispeblock">Attention:</strong>
-    
-    <strong>Les BD au format AVE ou DAE</strong> ne sont pas lisibles sur les applications Kobo by Fnac ou sur la tablette Kobo Arc.
-    Ces formats sont lisibles <strong>uniquement en streaming</strong> sur votre ordinateur.
-</p>
-</div>
-<script type="text/javascript">
-    $(function () {
-        $(".openPopinAveDaeFormat").popinManager({
-            targetContent: "#popinAveDaeFormat"
-        });
-    });
-</script>
-
-        <h2 class="ssTtl"><strong>Indispensable avec</strong> La fille qui rêvait d'un bidon d'essence et d'une allumette</h2>
-        <div class="uppSellEbook blkSpace blkBrd clearfix">
-            <h3><a href="http://www4.fnac.com/Guides/High-tech/kobo/default.aspx"><img src="http://www4-fr.fnac-static.com/img/fr-FR/vignettes/FA/gamme-kobo_490.jpg" alt="Kobo by Fnac: La gamme des liseuses s'élargit à partir de 79€90"/></a></h3>
-            <div class="uppSellMsg">
-                <p>
-                Le même <strong>confort de lecture</strong> qu’un livre papier avec des tailles de police adaptables. 
-                <br />Pratique, intuitif et facile à utiliser grâce à <strong>son écran tactile</strong>
-                1000 livres partout avec vous.
-                <br /><a class="showMoreLk floatr" href="http://www4.fnac.com/Guides/High-tech/kobo/default.aspx">En savoir plus</a>
-                <strong>Grande autonomie</strong> de lecture jusqu’à 30 jours 
-                </p>
-            </div>
-        </div>
-    
-
-
-        
-        <div class="posrel blkSpace clearfix">
-  
-             
-                <span id="triNumeriqueDiv" class="triNumerique">
-                    <input type="checkbox" checked="" id="checkboxTriNumerique" />
-                    <label for="checkboxTriNumerique">
-                        
-                        Afficher des <strong>Livres numériques</strong> en priorité
-                    </label>
-                </span>
-               
-            <h2 class="ssTtl">
-                
-                <strong>Les internautes</strong> ayant acheté 
-                 Millénium, Tome 2 - La fille qui...
-         
-                 ont également acheté :
-             </h2>
-
-     
-             <div class="blkBrd">
-                
-<div class="news_slider produitsFnac wrapSlide clearfix" id="jsTopSellings"> 
-    <div class="news_items">
-        <span class="prev arrow arrowLeft"><i>précédent</i></span>
-        <ul class="container float_l contenuSlider">
-            
-                <li class="slideItem  numerique">
-                    
-<dl class="clearfix">
-
-    <dt class="visualBox">     
-        <span id="FnacLink1" title="Millénium, Tome 3" onclick="trackActionNewFA(&#39;CrossSell&#39;);" class="fnac 45CBCBC02D1F1F4846C4C1431944494A4219424F4E1F4A2A2626222220201FBE464848434946C34E1E3B4F4E431E221EB84A1EC1434649431E4B4A49C21E48431EC04A484A46C21E4B43C21E424FC3C14A49CBC21E4B1E4A46C11E32CB46434C1EB84AC1C2C24F491241482EB4BAB8B634C143424F2A itemVisuLk">
-            <img class="itemVisu" id="img_0" src="http://static.fnac-static.com/multimedia/FR/images_produits/FR/Fnac.com/Grandes110_110/1/1/3/9782742770311.gif" alt="Millénium, Tome 3&nbsp;-&nbsp;Stieg Larsson" />
-        </span>
-        
-    </dt>
-    
-    <dd class="itemTtl"> 
-        <a class="itemLk" id="articleLink" onclick="trackActionNewFA('CrossSell');"  href="http://livre.fnac.com/a1993300/Millenium-Tome-3-La-reine-dans-le-palais-des-courants-d-air-Stieg-Larsson#bl=FALIVreco1"  title="Millénium, Tome 3">
-            Millénium, Tome...
-        </a>
-    </dd> 
-
-    <dd class="itemSstl" title="Stieg Larsson">
-        Stieg Larsson
-        
-    </dd>
-
-    <dd class="itemStars">
-        <!-- note -->
-        
-    <img src="http://www4-fr.fnac-static.com/img/decos/etoiles/stars45.png" alt="Note moyenne des internautes :4,5/5"/>
-
-        
-    </dd>    
-
-    <dd class="itemPricer">
-        
-
-
-    <!--Fnac Price -->
-    
-
-
-        <!--New Price 07/12 -->
-        
-    
-    
-
-    <p class="smallPricerFA">
-
-        <!-- Début cas des prix remisés -->
-         <!--FIN cas des prix remisés --> <!-- DEBUT affichage des prix standard (sans remise) -->
-          
-		
-
-                <!-- gestion la remise dégressive-->
-				
-                    <strong class="userPrice">23,40&euro;</strong> <!-- parfois des prix "affaire de Fnac" s'affiche -->
-                
-
-        
-        <!-- FIN affichage des prix standard (sans remise) -->
-
-        </p>
-
-        
-
-    
-    
-        
-            <span class="itemBB">
-        <a AddBasketTrackingFunction="trackAddToBasketNewFA(1993300, 12, 1,1);" href="http://www4.fnac.com/Account/Basket/IntermediaryShoppingCartRecalculate.aspx?action=1&prid=1993300&sctype=standard&from=111" rel="nofollow" FnacIdProduct="1993300" class="btn b_sqr_y FnacBtnAddBasket">
-            <span class="img i_cart pdg_b_sm mrg_r_lg"></span>
-        </a>
-    </span>
-        
-    </dd>
-    
-    <dd class="itemSeller">
-        <!-- vendu par -->
-          
-    </dd>
-    
-   
-</dl>
-
-                </li>
-                
-                <li class="slideItem  numerique">
-                    
-<dl class="clearfix">
-
-    <dt class="visualBox">     
-        <span id="FnacLink1" title="Millénium, Tome 1" onclick="trackActionNewFA(&#39;CrossSell&#39;);" class="fnac 45CBCBC02D1F1F4846C4C1431944494A4219424F4E1F4A2A2521222324221FBE464848434946C34E1E3B4F4E431E2A1EB843C21E454F4E4E43C21ECAC3461E491E4A464E4A464349CB1EC04AC21E4843C21E44434E4E43C21E32CB46434C1EB84AC1C2C24F491241482EB4BAB8B634C143424F21 itemVisuLk">
-            <img class="itemVisu" id="img_1" src="http://static.fnac-static.com/multimedia/FR/images_produits/FR/Fnac.com/Grandes110_110/9/7/5/9782742761579.gif" alt="Millénium, Tome 1&nbsp;-&nbsp;Stieg Larsson" />
-        </span>
-        
-    </dt>
-    
-    <dd class="itemTtl"> 
-        <a class="itemLk" id="articleLink" onclick="trackActionNewFA('CrossSell');"  href="http://livre.fnac.com/a1823563/Millenium-Tome-1-Les-hommes-qui-n-aimaient-pas-les-femmes-Stieg-Larsson#bl=FALIVreco2"  title="Millénium, Tome 1">
-            Millénium, Tome...
-        </a>
-    </dd> 
-
-    <dd class="itemSstl" title="Stieg Larsson">
-        Stieg Larsson
-        
-    </dd>
-
-    <dd class="itemStars">
-        <!-- note -->
-        
-    <img src="http://www4-fr.fnac-static.com/img/decos/etoiles/stars4.png" alt="Note moyenne des internautes :4/5"/>
-
-        
-    </dd>    
-
-    <dd class="itemPricer">
-        
-
-
-    <!--Fnac Price -->
-    
-
-
-        <!--New Price 07/12 -->
-        
-    
-    
-
-    <p class="smallPricerFA">
-
-        <!-- Début cas des prix remisés -->
-         <!--FIN cas des prix remisés --> <!-- DEBUT affichage des prix standard (sans remise) -->
-          
-		
-
-                <!-- gestion la remise dégressive-->
-				
-                    <strong class="userPrice">23,20&euro;</strong> <!-- parfois des prix "affaire de Fnac" s'affiche -->
-                
-
-        
-        <!-- FIN affichage des prix standard (sans remise) -->
-
-        </p>
-
-        
-
-    
-    
-        
-            <span class="itemBB">
-        <a AddBasketTrackingFunction="trackAddToBasketNewFA(1823563, 12, 2,1);" href="http://www4.fnac.com/Account/Basket/IntermediaryShoppingCartRecalculate.aspx?action=1&prid=1823563&sctype=standard&from=111" rel="nofollow" FnacIdProduct="1823563" class="btn b_sqr_y FnacBtnAddBasket">
-            <span class="img i_cart pdg_b_sm mrg_r_lg"></span>
-        </a>
-    </span>
-        
-    </dd>
-    
-    <dd class="itemSeller">
-        <!-- vendu par -->
-          
-    </dd>
-    
-   
-</dl>
-
-                </li>
-                
-                <li class="slideItem  numerique">
-                    
-<dl class="clearfix">
-
-    <dt class="visualBox">     
-        <span id="FnacLink1" title="Chambre numéro 10" onclick="trackActionNewFA(&#39;CrossSell&#39;);" class="fnac 45CBCBC02D1F1F4846C4C1431944494A4219424F4E1F4A2A26252422252B1FB843C21E4349CAC343CB43C21E4B1EB3C146471E3C4649CB43C11EB2454A4E41C1431E49C34E43C14F1E2A201EBA47431EB34BCC4AC14BC24F491241482EB4BAB8B634C143424F22 itemVisuLk">
-            <img class="itemVisu" id="img_2" src="http://static.fnac-static.com/multimedia/FR/images_produits/FR/Fnac.com/Grandes110_110/2/7/3/9782709628372.gif" alt="Chambre numéro 10&nbsp;-&nbsp;Åke Edwardson" />
-        </span>
-        
-    </dt>
-    
-    <dd class="itemTtl"> 
-        <a class="itemLk" id="articleLink" onclick="trackActionNewFA('CrossSell');"  href="http://livre.fnac.com/a1986384/Les-enquetes-d-Erik-Winter-Chambre-numero-10-Ake-Edwardson#bl=FALIVreco3"  title="Chambre numéro 10">
-            Chambre numéro...
-        </a>
-    </dd> 
-
-    <dd class="itemSstl" title="Ã…ke Edwardson">
-        Ã…ke Edwardson
-        
-    </dd>
-
-    <dd class="itemStars">
-        <!-- note -->
-        
-    <img src="http://www4-fr.fnac-static.com/img/decos/etoiles/stars35.png" alt="Note moyenne des internautes :3,5/5"/>
-
-        
-    </dd>    
-
-    <dd class="itemPricer">
-        
-
-
-    <!--Fnac Price -->
-    
-
-
-        <!--New Price 07/12 -->
-        
-    
-    
-
-    <p class="smallPricerFA">
-
-        <!-- Début cas des prix remisés -->
-         <!--FIN cas des prix remisés --> <!-- DEBUT affichage des prix standard (sans remise) -->
-          
-		
-
-                <!-- gestion la remise dégressive-->
-				
-                    <strong class="userPrice">22&euro;</strong> <!-- parfois des prix "affaire de Fnac" s'affiche -->
-                
-
-        
-        <!-- FIN affichage des prix standard (sans remise) -->
-
-        </p>
-
-        
-
-    
-    
-        
-            <span class="itemBB">
-        <a AddBasketTrackingFunction="trackAddToBasketNewFA(1986384, 12, 3,1);" href="http://www4.fnac.com/Account/Basket/IntermediaryShoppingCartRecalculate.aspx?action=1&prid=1986384&sctype=standard&from=111" rel="nofollow" FnacIdProduct="1986384" class="btn b_sqr_y FnacBtnAddBasket">
-            <span class="img i_cart pdg_b_sm mrg_r_lg"></span>
-        </a>
-    </span>
-        
-    </dd>
-    
-    <dd class="itemSeller">
-        <!-- vendu par -->
-          
-    </dd>
-    
-   
-</dl>
-
-                </li>
-                
-                <li class="slideItem  numerique">
-                    
-<dl class="clearfix">
-
-    <dt class="visualBox">     
-        <span id="FnacLink1" title="Les morts de la Saint-Jean" onclick="trackActionNewFA(&#39;CrossSell&#39;);" class="fnac 45CBCBC02D1F1F4846C4C1431944494A4219424F4E1F4A2A2A2C262B2B251FB543494946494C1EBE4A49474348481EB843C21E4E4FC1CBC21E4B431E484A1E324A4649CB1EBD434A491241482EB4BAB8B634C143424F2B itemVisuLk">
-            <img class="itemVisu" id="img_3" src="http://static.fnac-static.com/multimedia/Images/FR/NR/38/ff/11/1179448/1535-1.jpg" alt="Les morts de la Saint-Jean&nbsp;-&nbsp;Henning Mankell" />
-        </span>
-        
-    </dt>
-    
-    <dd class="itemTtl"> 
-        <a class="itemLk" id="articleLink" onclick="trackActionNewFA('CrossSell');"  href="http://livre.fnac.com/a1179448/Henning-Mankell-Les-morts-de-la-Saint-Jean#bl=FALIVreco4"  title="Les morts de la Saint-Jean">
-            Les morts de la...
-        </a>
-    </dd> 
-
-    <dd class="itemSstl" title="Henning Mankell">
-        Henning Mankell
-        
-    </dd>
-
-    <dd class="itemStars">
-        <!-- note -->
-        
-    <img src="http://www4-fr.fnac-static.com/img/decos/etoiles/stars45.png" alt="Note moyenne des internautes :4,5/5"/>
-
-        
-    </dd>    
-
-    <dd class="itemPricer">
-        
-
-
-    <!--Fnac Price -->
-    
-
-
-        <!--New Price 07/12 -->
-        
-    
-    
-
-    <p class="smallPricerFA">
-
-        <!-- Début cas des prix remisés -->
-         <!--FIN cas des prix remisés --> <!-- DEBUT affichage des prix standard (sans remise) -->
-          
-		
-
-                <!-- gestion la remise dégressive-->
-				
-                    <strong class="userPrice">20,20&euro;</strong> <!-- parfois des prix "affaire de Fnac" s'affiche -->
-                
-
-        
-        <!-- FIN affichage des prix standard (sans remise) -->
-
-        </p>
-
-        
-
-    
-    
-        
-            <span class="itemBB">
-        <a AddBasketTrackingFunction="trackAddToBasketNewFA(1179448, 12, 4,1);" href="http://www4.fnac.com/Account/Basket/IntermediaryShoppingCartRecalculate.aspx?action=1&prid=1179448&sctype=standard&from=111" rel="nofollow" FnacIdProduct="1179448" class="btn b_sqr_y FnacBtnAddBasket">
-            <span class="img i_cart pdg_b_sm mrg_r_lg"></span>
-        </a>
-    </span>
-        
-    </dd>
-    
-    <dd class="itemSeller">
-        <!-- vendu par -->
-          
-    </dd>
-    
-   
-</dl>
-
-                </li>
-                
-                <li class="slideItem  numerique">
-                    
-<dl class="clearfix">
-
-    <dt class="visualBox">     
-        <span id="FnacLink1" title="Le retour du professeur de danse" onclick="trackActionNewFA(&#39;CrossSell&#39;);" class="fnac 45CBCBC02D1F1F4846C4C1431944494A4219424F4E1F4A2A2520242424211FB543494946494C1EBE4A49474348481EB8431EC143CB4FC3C11E4BC31EC0C14F4443C2C243C3C11E4B431E4B4A49C2431241482EB4BAB8B634C143424F23 itemVisuLk">
-            <img class="itemVisu" id="img_4" src="http://static.fnac-static.com/multimedia/Images/FR/NR/46/91/1b/1806662/1535-1.jpg" alt="Le retour du professeur de danse&nbsp;-&nbsp;Henning Mankell" />
-        </span>
-        
-    </dt>
-    
-    <dd class="itemTtl"> 
-        <a class="itemLk" id="articleLink" onclick="trackActionNewFA('CrossSell');"  href="http://livre.fnac.com/a1806662/Henning-Mankell-Le-retour-du-professeur-de-danse#bl=FALIVreco5"  title="Le retour du professeur de danse">
-            Le retour du pr...
-        </a>
-    </dd> 
-
-    <dd class="itemSstl" title="Henning Mankell">
-        Henning Mankell
-        
-    </dd>
-
-    <dd class="itemStars">
-        <!-- note -->
-        
-    <img src="http://www4-fr.fnac-static.com/img/decos/etoiles/stars4.png" alt="Note moyenne des internautes :4/5"/>
-
-        
-    </dd>    
-
-    <dd class="itemPricer">
-        
-
-
-    <!--Fnac Price -->
-    
-
-
-        <!--New Price 07/12 -->
-        
-    
-    
-
-    <p class="smallPricerFA">
-
-        <!-- Début cas des prix remisés -->
-         <!--FIN cas des prix remisés --> <!-- DEBUT affichage des prix standard (sans remise) -->
-          
-		
-
-                <!-- gestion la remise dégressive-->
-				
-                    <strong class="userPrice">22,20&euro;</strong> <!-- parfois des prix "affaire de Fnac" s'affiche -->
-                
-
-        
-        <!-- FIN affichage des prix standard (sans remise) -->
-
-        </p>
-
-        
-
-    
-    
-        
-            <span class="itemBB">
-        <a AddBasketTrackingFunction="trackAddToBasketNewFA(1806662, 12, 5,1);" href="http://www4.fnac.com/Account/Basket/IntermediaryShoppingCartRecalculate.aspx?action=1&prid=1806662&sctype=standard&from=111" rel="nofollow" FnacIdProduct="1806662" class="btn b_sqr_y FnacBtnAddBasket">
-            <span class="img i_cart pdg_b_sm mrg_r_lg"></span>
-        </a>
-    </span>
-        
-    </dd>
-    
-    <dd class="itemSeller">
-        <!-- vendu par -->
-          
-    </dd>
-    
-   
-</dl>
-
-                </li>
-                
-                <li class="slideItem  numerique">
-                    
-<dl class="clearfix">
-
-    <dt class="visualBox">     
-        <span id="FnacLink1" title="L&#39;homme qui souriait" onclick="trackActionNewFA(&#39;CrossSell&#39;);" class="fnac 45CBCBC02D1F1F4846C4C1431944494A4219424F4E1F4A2A242A212321261FB543494946494C1EBE4A49474348481EB81E454F4E4E431ECAC3461EC24FC3C1464A46CB1241482EB4BAB8B634C143424F24 itemVisuLk">
-            <img class="itemVisu" id="img_5" src="http://static.fnac-static.com/multimedia/Images/FR/NR/f1/9a/18/1612529/1535-1.jpg" alt="L'homme qui souriait&nbsp;-&nbsp;Henning Mankell" />
-        </span>
-        
-    </dt>
-    
-    <dd class="itemTtl"> 
-        <a class="itemLk" id="articleLink" onclick="trackActionNewFA('CrossSell');"  href="http://livre.fnac.com/a1612529/Henning-Mankell-L-homme-qui-souriait#bl=FALIVreco6"  title="L'homme qui souriait">
-            L'homme qui sou...
-        </a>
-    </dd> 
-
-    <dd class="itemSstl" title="Henning Mankell">
-        Henning Mankell
-        
-    </dd>
-
-    <dd class="itemStars">
-        <!-- note -->
-        
-    <img src="http://www4-fr.fnac-static.com/img/decos/etoiles/stars45.png" alt="Note moyenne des internautes :4,5/5"/>
-
-        
-    </dd>    
-
-    <dd class="itemPricer">
-        
-
-
-    <!--Fnac Price -->
-    
-
-
-        <!--New Price 07/12 -->
-        
-    
-    
-
-    <p class="smallPricerFA">
-
-        <!-- Début cas des prix remisés -->
-         <!--FIN cas des prix remisés --> <!-- DEBUT affichage des prix standard (sans remise) -->
-          
-		
-
-                <!-- gestion la remise dégressive-->
-				
-                    <strong class="userPrice">21,30&euro;</strong> <!-- parfois des prix "affaire de Fnac" s'affiche -->
-                
-
-        
-        <!-- FIN affichage des prix standard (sans remise) -->
-
-        </p>
-
-        
-
-    
-    
-        
-            <span class="itemBB">
-        <a AddBasketTrackingFunction="trackAddToBasketNewFA(1612529, 12, 6,1);" href="http://www4.fnac.com/Account/Basket/IntermediaryShoppingCartRecalculate.aspx?action=1&prid=1612529&sctype=standard&from=111" rel="nofollow" FnacIdProduct="1612529" class="btn b_sqr_y FnacBtnAddBasket">
-            <span class="img i_cart pdg_b_sm mrg_r_lg"></span>
-        </a>
-    </span>
-        
-    </dd>
-    
-    <dd class="itemSeller">
-        <!-- vendu par -->
-          
-    </dd>
-    
-   
-</dl>
-
-                </li>
-                
-                <li class="slideItem  numerique">
-                    
-<dl class="clearfix">
-
-    <dt class="visualBox">     
-        <span id="FnacLink1" title="Avant le gel" onclick="trackActionNewFA(&#39;CrossSell&#39;);" class="fnac 45CBCBC02D1F1F4846C4C1431944494A4219424F4E1F4A2A242C212B26261FB543494946494C1EBE4A49474348481EBAC44A49CB1E48431E4C43481241482EB4BAB8B634C143424F2C itemVisuLk">
-            <img class="itemVisu" id="img_6" src="http://static.fnac-static.com/multimedia/Images/FR/NR/33/85/19/1672499/1535-1.jpg" alt="Avant le gel&nbsp;-&nbsp;Henning Mankell" />
-        </span>
-        
-    </dt>
-    
-    <dd class="itemTtl"> 
-        <a class="itemLk" id="articleLink" onclick="trackActionNewFA('CrossSell');"  href="http://livre.fnac.com/a1672499/Henning-Mankell-Avant-le-gel#bl=FALIVreco7"  title="Avant le gel">
-            Avant le gel
-        </a>
-    </dd> 
-
-    <dd class="itemSstl" title="Henning Mankell">
-        Henning Mankell
-        
-    </dd>
-
-    <dd class="itemStars">
-        <!-- note -->
-        
-    <img src="http://www4-fr.fnac-static.com/img/decos/etoiles/stars4.png" alt="Note moyenne des internautes :4/5"/>
-
-        
-    </dd>    
-
-    <dd class="itemPricer">
-        
-
-
-    <!--Fnac Price -->
-    
-
-
-        <!--New Price 07/12 -->
-        
-    
-    
-
-    <p class="smallPricerFA">
-
-        <!-- Début cas des prix remisés -->
-         <!--FIN cas des prix remisés --> <!-- DEBUT affichage des prix standard (sans remise) -->
-          
-		
-
-                <!-- gestion la remise dégressive-->
-				
-                    <strong class="userPrice">22,30&euro;</strong> <!-- parfois des prix "affaire de Fnac" s'affiche -->
-                
-
-        
-        <!-- FIN affichage des prix standard (sans remise) -->
-
-        </p>
-
-        
-
-    
-    
-        
-            <span class="itemBB">
-        <a AddBasketTrackingFunction="trackAddToBasketNewFA(1672499, 12, 7,1);" href="http://www4.fnac.com/Account/Basket/IntermediaryShoppingCartRecalculate.aspx?action=1&prid=1672499&sctype=standard&from=111" rel="nofollow" FnacIdProduct="1672499" class="btn b_sqr_y FnacBtnAddBasket">
-            <span class="img i_cart pdg_b_sm mrg_r_lg"></span>
-        </a>
-    </span>
-        
-    </dd>
-    
-    <dd class="itemSeller">
-        <!-- vendu par -->
-          
-    </dd>
-    
-   
-</dl>
-
-                </li>
-                
-                <li class="slideItem ">
-                    
-<dl class="clearfix">
-
-    <dt class="visualBox">     
-        <span id="FnacLink1" title="La muraille invisible" onclick="trackActionNewFA(&#39;CrossSell&#39;);" class="fnac 45CBCBC02D1F1F4846C4C1431944494A4219424F4E1F4A2A212C252426251FB543494946494C1EBE4A49474348481EB84A1E4EC3C14A464848431E4649C446C2464148431241482EB4BAB8B634C143424F25 itemVisuLk">
-            <img class="itemVisu" id="img_7" src="http://static.fnac-static.com/multimedia/FR/images_produits/FR/Fnac.com/Grandes110_110/5/8/1/9782020381185.gif" alt="La muraille invisible&nbsp;-&nbsp;Henning Mankell" />
-        </span>
-        
-    </dt>
-    
-    <dd class="itemTtl"> 
-        <a class="itemLk" id="articleLink" onclick="trackActionNewFA('CrossSell');"  href="http://livre.fnac.com/a1278698/Henning-Mankell-La-muraille-invisible#bl=FALIVreco8"  title="La muraille invisible">
-            La muraille inv...
-        </a>
-    </dd> 
-
-    <dd class="itemSstl" title="Henning Mankell">
-        Henning Mankell
-        
-    </dd>
-
-    <dd class="itemStars">
-        <!-- note -->
-        
-    <img src="http://www4-fr.fnac-static.com/img/decos/etoiles/stars45.png" alt="Note moyenne des internautes :4,5/5"/>
-
-        
-    </dd>    
-
-    <dd class="itemPricer">
-        
-
-
-    <!--Fnac Price -->
-    
-
-
-        <!--New Price 07/12 -->
-        
-    
-    
-
-    <p class="smallPricerFA">
-
-        <!-- Début cas des prix remisés -->
-         <!--FIN cas des prix remisés --> <!-- DEBUT affichage des prix standard (sans remise) -->
-          
-		
-
-                <!-- gestion la remise dégressive-->
-				
-                    <strong class="userPrice">20,30&euro;</strong> <!-- parfois des prix "affaire de Fnac" s'affiche -->
-                
-
-        
-        <!-- FIN affichage des prix standard (sans remise) -->
-
-        </p>
-
-        
-
-    
-    
-        
-            <span class="itemBB">
-        <a AddBasketTrackingFunction="trackAddToBasketNewFA(1278698, 12, 8,1);" href="http://www4.fnac.com/Account/Basket/IntermediaryShoppingCartRecalculate.aspx?action=1&prid=1278698&sctype=standard&from=111" rel="nofollow" FnacIdProduct="1278698" class="btn b_sqr_y FnacBtnAddBasket">
-            <span class="img i_cart pdg_b_sm mrg_r_lg"></span>
-        </a>
-    </span>
-        
-    </dd>
-    
-    <dd class="itemSeller">
-        <!-- vendu par -->
-          
-    </dd>
-    
-   
-</dl>
-
-                </li>
-                
-                <li class="slideItem  numerique">
-                    
-<dl class="clearfix">
-
-    <dt class="visualBox">     
-        <span id="FnacLink1" title="La cinquième femme" onclick="trackActionNewFA(&#39;CrossSell&#39;);" class="fnac 45CBCBC02D1F1F4846C4C1431944494A4219424F4E1F4A25242C2A22231FB543494946494C1EBE4A49474348481EB84A1E424649CAC346434E431E44434E4E431241482EB4BAB8B634C143424F26 itemVisuLk">
-            <img class="itemVisu" id="img_8" src="http://static.fnac-static.com/multimedia/Images/FR/NR/3f/3b/0d/867135/1535-1.jpg" alt="La cinquième femme&nbsp;-&nbsp;Henning Mankell" />
-        </span>
-        
-    </dt>
-    
-    <dd class="itemTtl"> 
-        <a class="itemLk" id="articleLink" onclick="trackActionNewFA('CrossSell');"  href="http://livre.fnac.com/a867135/Henning-Mankell-La-cinquieme-femme#bl=FALIVreco9"  title="La cinquième femme">
-            La cinquième fe...
-        </a>
-    </dd> 
-
-    <dd class="itemSstl" title="Henning Mankell">
-        Henning Mankell
-        
-    </dd>
-
-    <dd class="itemStars">
-        <!-- note -->
-        
-    <img src="http://www4-fr.fnac-static.com/img/decos/etoiles/stars45.png" alt="Note moyenne des internautes :4,5/5"/>
-
-        
-    </dd>    
-
-    <dd class="itemPricer">
-        
-
-
-    <!--Fnac Price -->
-    
-
-
-        <!--New Price 07/12 -->
-        
-    
-    
-
-    <p class="smallPricerFA">
-
-        <!-- Début cas des prix remisés -->
-         <!--FIN cas des prix remisés --> <!-- DEBUT affichage des prix standard (sans remise) -->
-          
-		
-
-                <!-- gestion la remise dégressive-->
-				
-                    <strong class="userPrice">20,30&euro;</strong> <!-- parfois des prix "affaire de Fnac" s'affiche -->
-                
-
-        
-        <!-- FIN affichage des prix standard (sans remise) -->
-
-        </p>
-
-        
-
-    
-    
-        
-            <span class="itemBB">
-        <a AddBasketTrackingFunction="trackAddToBasketNewFA(867135, 12, 9,1);" href="http://www4.fnac.com/Account/Basket/IntermediaryShoppingCartRecalculate.aspx?action=1&prid=867135&sctype=standard&from=111" rel="nofollow" FnacIdProduct="867135" class="btn b_sqr_y FnacBtnAddBasket">
-            <span class="img i_cart pdg_b_sm mrg_r_lg"></span>
-        </a>
-    </span>
-        
-    </dd>
-    
-    <dd class="itemSeller">
-        <!-- vendu par -->
-          
-    </dd>
-    
-   
-</dl>
-
-                </li>
-                
-                <li class="slideItem ">
-                    
-<dl class="clearfix">
-
-    <dt class="visualBox">     
-        <span id="FnacLink1" title="Un flic dans le pétrin" onclick="trackActionNewFA(&#39;CrossSell&#39;);" class="fnac 45CBCBC02D1F1F4846C4C1431944494A4219424F4E1F4A212122212121261F3B4543C143C24A1E324245CC434C43481E33491E444846421E4B4A49C21E48431EC043CBC146491241482EB4BAB8B634C143424F2A20 itemVisuLk">
-            <img class="itemVisu" id="img_9" src="http://static.fnac-static.com/multimedia/FR/images_produits/FR/Fnac.com/Grandes110_110/7/2/9/9782742775927.gif" alt="Un flic dans le pétrin&nbsp;-&nbsp;Theresa Schwegel" />
-        </span>
-        
-    </dt>
-    
-    <dd class="itemTtl"> 
-        <a class="itemLk" id="articleLink" onclick="trackActionNewFA('CrossSell');"  href="http://livre.fnac.com/a2232229/Theresa-Schwegel-Un-flic-dans-le-petrin#bl=FALIVreco10"  title="Un flic dans le pétrin">
-            Un flic dans le...
-        </a>
-    </dd> 
-
-    <dd class="itemSstl" title="Theresa Schwegel">
-        Theresa Schwege...
-        
-    </dd>
-
-    <dd class="itemStars">
-        <!-- note -->
-        
-    </dd>    
-
-    <dd class="itemPricer">
-        
-
-
-    <!--Fnac Price -->
-    
-
-
-        <!--New Price 07/12 -->
-        
-    
-    
-
-    <p class="smallPricerFA">
-
-        <!-- Début cas des prix remisés -->
-         <!--FIN cas des prix remisés --> <!-- DEBUT affichage des prix standard (sans remise) -->
-          
-		
-
-                <!-- gestion la remise dégressive-->
-				
-                    <strong class="userPrice">20,30&euro;</strong> <!-- parfois des prix "affaire de Fnac" s'affiche -->
-                
-
-        
-        <!-- FIN affichage des prix standard (sans remise) -->
-
-        </p>
-
-        
-
-    
-    
-        
-            <span class="itemBB">
-        <a AddBasketTrackingFunction="trackAddToBasketNewFA(2232229, 12, 10,1);" href="http://www4.fnac.com/Account/Basket/IntermediaryShoppingCartRecalculate.aspx?action=1&prid=2232229&sctype=standard&from=111" rel="nofollow" FnacIdProduct="2232229" class="btn b_sqr_y FnacBtnAddBasket">
-            <span class="img i_cart pdg_b_sm mrg_r_lg"></span>
-        </a>
-    </span>
-        
-    </dd>
-    
-    <dd class="itemSeller">
-        <!-- vendu par -->
-          
-    </dd>
-    
-   
-</dl>
-
-                </li>
-                
-                <li class="slideItem ">
-                    
-<dl class="clearfix">
-
-    <dt class="visualBox">     
-        <span id="FnacLink1" title="Los Angeles river" onclick="trackActionNewFA(&#39;CrossSell&#39;);" class="fnac 45CBCBC02D1F1F4846C4C1431944494A4219424F4E1F4A2A23222B222A2C1FBE4642454A43481EB24F4949434848C61EB84FC21EBA494C434843C21EC146C443C11241482EB4BAB8B634C143424F2A2A itemVisuLk">
-            <img class="itemVisu" id="img_10" src="http://static.fnac-static.com/multimedia/FR/images_produits/FR/Fnac.com/Grandes110_110/0/7/2/9782020588270.gif" alt="Los Angeles river&nbsp;-&nbsp;Michael Connelly" />
-        </span>
-        
-    </dt>
-    
-    <dd class="itemTtl"> 
-        <a class="itemLk" id="articleLink" onclick="trackActionNewFA('CrossSell');"  href="http://livre.fnac.com/a1534317/Michael-Connelly-Los-Angeles-river#bl=FALIVreco11"  title="Los Angeles river">
-            Los Angeles riv...
-        </a>
-    </dd> 
-
-    <dd class="itemSstl" title="Michael Connelly">
-        Michael Connell...
-        
-    </dd>
-
-    <dd class="itemStars">
-        <!-- note -->
-        
-    <img src="http://www4-fr.fnac-static.com/img/decos/etoiles/stars4.png" alt="Note moyenne des internautes :4/5"/>
-
-        
-    </dd>    
-
-    <dd class="itemPricer">
-        
-
-
-    <!--Fnac Price -->
-    
-
-
-        <!--New Price 07/12 -->
-        
-    
-    
-
-    <p class="smallPricerFA">
-
-        <!-- Début cas des prix remisés -->
-         <!--FIN cas des prix remisés --> <!-- DEBUT affichage des prix standard (sans remise) -->
-          
-		
-
-                <!-- gestion la remise dégressive-->
-				
-                    <strong class="userPrice">21,30&euro;</strong> <!-- parfois des prix "affaire de Fnac" s'affiche -->
-                
-
-        
-        <!-- FIN affichage des prix standard (sans remise) -->
-
-        </p>
-
-        
-
-    
-    
-        
-            <span class="itemBB">
-        <a AddBasketTrackingFunction="trackAddToBasketNewFA(1534317, 12, 11,1);" href="http://www4.fnac.com/Account/Basket/IntermediaryShoppingCartRecalculate.aspx?action=1&prid=1534317&sctype=standard&from=111" rel="nofollow" FnacIdProduct="1534317" class="btn b_sqr_y FnacBtnAddBasket">
-            <span class="img i_cart pdg_b_sm mrg_r_lg"></span>
-        </a>
-    </span>
-        
-    </dd>
-    
-    <dd class="itemSeller">
-        <!-- vendu par -->
-          
-    </dd>
-    
-   
-</dl>
-
-                </li>
-                
-                <li class="slideItem ">
-                    
-<dl class="clearfix">
-
-    <dt class="visualBox">     
-        <span id="FnacLink1" title="Lumière morte" onclick="trackActionNewFA(&#39;CrossSell&#39;);" class="fnac 45CBCBC02D1F1F4846C4C1431944494A4219424F4E1F4A2A2B23232624221FBE4642454A43481EB24F4949434848C61EB8C34E4643C1431E4E4FC1CB431241482EB4BAB8B634C143424F2A21 itemVisuLk">
-            <img class="itemVisu" id="img_11" src="http://static.fnac-static.com/multimedia/FR/images_produits/FR/Fnac.com/Grandes110_110/3/6/2/9782020588263.gif" alt="Lumière morte&nbsp;-&nbsp;Michael Connelly" />
-        </span>
-        
-    </dt>
-    
-    <dd class="itemTtl"> 
-        <a class="itemLk" id="articleLink" onclick="trackActionNewFA('CrossSell');"  href="http://livre.fnac.com/a1455963/Michael-Connelly-Lumiere-morte#bl=FALIVreco12"  title="Lumière morte">
-            Lumière morte
-        </a>
-    </dd> 
-
-    <dd class="itemSstl" title="Michael Connelly">
-        Michael Connell...
-        
-    </dd>
-
-    <dd class="itemStars">
-        <!-- note -->
-        
-    <img src="http://www4-fr.fnac-static.com/img/decos/etoiles/stars45.png" alt="Note moyenne des internautes :4,5/5"/>
-
-        
-    </dd>    
-
-    <dd class="itemPricer">
-        
-
-
-    <!--Fnac Price -->
-    
-
-
-        <!--New Price 07/12 -->
-        
-    
-    
-
-    <p class="smallPricerFA">
-
-        <!-- Début cas des prix remisés -->
-         <!--FIN cas des prix remisés --> <!-- DEBUT affichage des prix standard (sans remise) -->
-          
-		
-
-                <!-- gestion la remise dégressive-->
-				
-                    <strong class="userPrice">21,30&euro;</strong> <!-- parfois des prix "affaire de Fnac" s'affiche -->
-                
-
-        
-        <!-- FIN affichage des prix standard (sans remise) -->
-
-        </p>
-
-        
-
-    
-    
-        
-            <span class="itemBB">
-        <a AddBasketTrackingFunction="trackAddToBasketNewFA(1455963, 12, 12,1);" href="http://www4.fnac.com/Account/Basket/IntermediaryShoppingCartRecalculate.aspx?action=1&prid=1455963&sctype=standard&from=111" rel="nofollow" FnacIdProduct="1455963" class="btn b_sqr_y FnacBtnAddBasket">
-            <span class="img i_cart pdg_b_sm mrg_r_lg"></span>
-        </a>
-    </span>
-        
-    </dd>
-    
-    <dd class="itemSeller">
-        <!-- vendu par -->
-          
-    </dd>
-    
-   
-</dl>
-
-                </li>
-                
-                <li class="slideItem ">
-                    
-<dl class="clearfix">
-
-    <dt class="visualBox">     
-        <span id="FnacLink1" title="Derniers verres" onclick="trackActionNewFA(&#39;CrossSell&#39;);" class="fnac 45CBCBC02D1F1F4846C4C1431944494A4219424F4E1F4A2A25262A23202C1FBA494BC143CC1EBE42BC4A454A491EBB43C1494643C1C21EC443C1C143C21241482EB4BAB8B634C143424F2A22 itemVisuLk">
-            <img class="itemVisu" id="img_12" src="http://static.fnac-static.com/multimedia/FR/images_produits/FR/Fnac.com/Grandes110_110/9/3/5/9782742765539.gif" alt="Derniers verres&nbsp;-&nbsp;Andrew McGahan" />
-        </span>
-        
-    </dt>
-    
-    <dd class="itemTtl"> 
-        <a class="itemLk" id="articleLink" onclick="trackActionNewFA('CrossSell');"  href="http://livre.fnac.com/a1891507/Andrew-McGahan-Derniers-verres#bl=FALIVreco13"  title="Derniers verres">
-            Derniers verres
-        </a>
-    </dd> 
-
-    <dd class="itemSstl" title="Andrew McGahan">
-        Andrew McGahan
-        
-    </dd>
-
-    <dd class="itemStars">
-        <!-- note -->
-        
-    <img src="http://www4-fr.fnac-static.com/img/decos/etoiles/stars4.png" alt="Note moyenne des internautes :4/5"/>
-
-        
-    </dd>    
-
-    <dd class="itemPricer">
-        
-
-
-    <!--Fnac Price -->
-    
-
-
-        <!--New Price 07/12 -->
-        
-    
-    
-
-    <p class="smallPricerFA">
-
-        <!-- Début cas des prix remisés -->
-         <!--FIN cas des prix remisés --> <!-- DEBUT affichage des prix standard (sans remise) -->
-          
-		
-
-                <!-- gestion la remise dégressive-->
-				
-                    <strong class="userPrice">24,20&euro;</strong> <!-- parfois des prix "affaire de Fnac" s'affiche -->
-                
-
-        
-        <!-- FIN affichage des prix standard (sans remise) -->
-
-        </p>
-
-        
-
-    
-    
-        
-            <span class="itemBB">
-        <a AddBasketTrackingFunction="trackAddToBasketNewFA(1891507, 12, 13,1);" href="http://www4.fnac.com/Account/Basket/IntermediaryShoppingCartRecalculate.aspx?action=1&prid=1891507&sctype=standard&from=111" rel="nofollow" FnacIdProduct="1891507" class="btn b_sqr_y FnacBtnAddBasket">
-            <span class="img i_cart pdg_b_sm mrg_r_lg"></span>
-        </a>
-    </span>
-        
-    </dd>
-    
-    <dd class="itemSeller">
-        <!-- vendu par -->
-          
-    </dd>
-    
-   
-</dl>
-
-                </li>
-                
-                <li class="slideItem  numerique">
-                    
-<dl class="clearfix">
-
-    <dt class="visualBox">     
-        <span id="FnacLink1" title="Peur blanche" onclick="trackActionNewFA(&#39;CrossSell&#39;);" class="fnac 45CBCBC02D1F1F4846C4C1431944494A4219424F4E1F4A2A23262B20212B1FB743491EB44F484843CBCB1E3043C3C11E41484A494245431241482EB4BAB8B634C143424F2A2B itemVisuLk">
-            <img class="itemVisu" id="img_13" src="http://static.fnac-static.com/multimedia/FR/images_produits/FR/Fnac.com/Grandes110_110/8/7/1/9782221096178.gif" alt="Peur blanche&nbsp;-&nbsp;Ken Follett" />
-        </span>
-        
-    </dt>
-    
-    <dd class="itemTtl"> 
-        <a class="itemLk" id="articleLink" onclick="trackActionNewFA('CrossSell');"  href="http://livre.fnac.com/a1594024/Ken-Follett-Peur-blanche#bl=FALIVreco14"  title="Peur blanche">
-            Peur blanche
-        </a>
-    </dd> 
-
-    <dd class="itemSstl" title="Ken Follett">
-        Ken Follett
-        
-    </dd>
-
-    <dd class="itemStars">
-        <!-- note -->
-        
-    <img src="http://www4-fr.fnac-static.com/img/decos/etoiles/stars3.png" alt="Note moyenne des internautes :3/5"/>
-
-        
-    </dd>    
-
-    <dd class="itemPricer">
-        
-
-
-    <!--Fnac Price -->
-    
-
-
-        <!--New Price 07/12 -->
-        
-    
-    
-
-    <p class="smallPricerFA">
-
-        <!-- Début cas des prix remisés -->
-         <!--FIN cas des prix remisés --> <!-- DEBUT affichage des prix standard (sans remise) -->
-          
-		
-
-                <!-- gestion la remise dégressive-->
-				
-                    <strong class="userPrice">22&euro;</strong> <!-- parfois des prix "affaire de Fnac" s'affiche -->
-                
-
-        
-        <!-- FIN affichage des prix standard (sans remise) -->
-
-        </p>
-
-        
-
-    
-    
-        
-            <span class="itemBB">
-        <a AddBasketTrackingFunction="trackAddToBasketNewFA(1594024, 12, 14,1);" href="http://www4.fnac.com/Account/Basket/IntermediaryShoppingCartRecalculate.aspx?action=1&prid=1594024&sctype=standard&from=111" rel="nofollow" FnacIdProduct="1594024" class="btn b_sqr_y FnacBtnAddBasket">
-            <span class="img i_cart pdg_b_sm mrg_r_lg"></span>
-        </a>
-    </span>
-        
-    </dd>
-    
-    <dd class="itemSeller">
-        <!-- vendu par -->
-          
-    </dd>
-    
-   
-</dl>
-
-                </li>
-                
-                <li class="slideItem  numerique">
-                    
-<dl class="clearfix">
-
-    <dt class="visualBox">     
-        <span id="FnacLink1" title="Mystic river" onclick="trackActionNewFA(&#39;CrossSell&#39;);" class="fnac 45CBCBC02D1F1F4846C4C1431944494A4219424F4E1F4A2A212C2620222C1FBB43494946C21EB843454A49431EBEC6C2CB46421EC146C443C11241482EB4BAB8B634C143424F2A23 itemVisuLk">
-            <img class="itemVisu" id="img_14" src="http://static.fnac-static.com/multimedia/FR/images_produits/FR/Fnac.com/Grandes110_110/7/2/6/9782743609627.gif" alt="Mystic river&nbsp;-&nbsp;Dennis Lehane" />
-        </span>
-        
-    </dt>
-    
-    <dd class="itemTtl"> 
-        <a class="itemLk" id="articleLink" onclick="trackActionNewFA('CrossSell');"  href="http://livre.fnac.com/a1279037/Dennis-Lehane-Mystic-river#bl=FALIVreco15"  title="Mystic river">
-            Mystic river
-        </a>
-    </dd> 
-
-    <dd class="itemSstl" title="Dennis Lehane">
-        Dennis Lehane
-        
-    </dd>
-
-    <dd class="itemStars">
-        <!-- note -->
-        
-    <img src="http://www4-fr.fnac-static.com/img/decos/etoiles/stars5.png" alt="Note moyenne des internautes :5/5"/>
-
-        
-    </dd>    
-
-    <dd class="itemPricer">
-        
-
-
-    <!--Fnac Price -->
-    
-
-
-        <!--New Price 07/12 -->
-        
-    
-    
-
-    <p class="smallPricerFA">
-
-        <!-- Début cas des prix remisés -->
-         <!--FIN cas des prix remisés --> <!-- DEBUT affichage des prix standard (sans remise) -->
-          
-		
-
-                <!-- gestion la remise dégressive-->
-				
-                    <strong class="userPrice">22,50&euro;</strong> <!-- parfois des prix "affaire de Fnac" s'affiche -->
-                
-
-        
-        <!-- FIN affichage des prix standard (sans remise) -->
-
-        </p>
-
-        
-
-    
-    
-        
-            <span class="itemBB">
-        <a AddBasketTrackingFunction="trackAddToBasketNewFA(1279037, 12, 15,1);" href="http://www4.fnac.com/Account/Basket/IntermediaryShoppingCartRecalculate.aspx?action=1&prid=1279037&sctype=standard&from=111" rel="nofollow" FnacIdProduct="1279037" class="btn b_sqr_y FnacBtnAddBasket">
-            <span class="img i_cart pdg_b_sm mrg_r_lg"></span>
-        </a>
-    </span>
-        
-    </dd>
-    
-    <dd class="itemSeller">
-        <!-- vendu par -->
-          
-    </dd>
-    
-   
-</dl>
-
-                </li>
-                
-                <li class="slideItem  numerique">
-                    
-<dl class="clearfix">
-
-    <dt class="visualBox">     
-        <span id="FnacLink1" title="Le Codex" onclick="trackActionNewFA(&#39;CrossSell&#39;);" class="fnac 45CBCBC02D1F1F4846C4C1431944494A4219424F4E1F4A2A262126202A211FBB4FC34C484AC21E30C143C2CB4F491EB8431EB24F4B43C51241482EB4BAB8B634C143424F2A24 itemVisuLk">
-            <img class="itemVisu" id="img_15" src="http://static.fnac-static.com/multimedia/FR/images_produits/FR/Fnac.com/Grandes110_110/6/2/8/9782841878826.gif" alt="Le Codex&nbsp;-&nbsp;Douglas Preston" />
-        </span>
-        
-    </dt>
-    
-    <dd class="itemTtl"> 
-        <a class="itemLk" id="articleLink" onclick="trackActionNewFA('CrossSell');"  href="http://livre.fnac.com/a1929012/Douglas-Preston-Le-Codex#bl=FALIVreco16"  title="Le Codex">
-            Le Codex
-        </a>
-    </dd> 
-
-    <dd class="itemSstl" title="Douglas Preston">
-        Douglas Preston
-        
-    </dd>
-
-    <dd class="itemStars">
-        <!-- note -->
-        
-    <img src="http://www4-fr.fnac-static.com/img/decos/etoiles/stars35.png" alt="Note moyenne des internautes :3,5/5"/>
-
-        
-    </dd>    
-
-    <dd class="itemPricer">
-        
-
-
-    <!--Fnac Price -->
-    
-
-
-        <!--New Price 07/12 -->
-        
-    
-    
-
-    <p class="smallPricerFA">
-
-        <!-- Début cas des prix remisés -->
-         <!--FIN cas des prix remisés --> <!-- DEBUT affichage des prix standard (sans remise) -->
-          
-		
-
-                <!-- gestion la remise dégressive-->
-				
-                    <strong class="userPrice">21,25&euro;</strong> <!-- parfois des prix "affaire de Fnac" s'affiche -->
-                
-
-        
-        <!-- FIN affichage des prix standard (sans remise) -->
-
-        </p>
-
-        
-
-    
-    
-        
-            <span class="itemBB">
-        <a AddBasketTrackingFunction="trackAddToBasketNewFA(1929012, 12, 16,1);" href="http://www4.fnac.com/Account/Basket/IntermediaryShoppingCartRecalculate.aspx?action=1&prid=1929012&sctype=standard&from=111" rel="nofollow" FnacIdProduct="1929012" class="btn b_sqr_y FnacBtnAddBasket">
-            <span class="img i_cart pdg_b_sm mrg_r_lg"></span>
-        </a>
-    </span>
-        
-    </dd>
-    
-    <dd class="itemSeller">
-        <!-- vendu par -->
-          
-    </dd>
-    
-   
-</dl>
-
-                </li>
-                
-                <li class="slideItem  numerique">
-                    
-<dl class="clearfix">
-
-    <dt class="visualBox">     
-        <span id="FnacLink1" title="Madame Ti mène l&#39;enquête" onclick="trackActionNewFA(&#39;CrossSell&#39;);" class="fnac 45CBCBC02D1F1F4846C4C1431944494A4219424F4E1F4A2A24212526222B1FB843C21E494FC3C443484843C21E4349CAC343CB43C21E4BC31E4DC34C431E3B461EBE4A4B4A4E431E3B461E4E4349431E481E4349CAC343CB431EB4C1434B43C146421EB843494FC14E4A494B1241482EB4BAB8B634C143424F2A2C itemVisuLk">
-            <img class="itemVisu" id="img_16" src="http://static.fnac-static.com/multimedia/FR/images_produits/FR/Fnac.com/Grandes110_110/2/0/4/9782213624402.gif" alt="Madame Ti mène l'enquête&nbsp;-&nbsp;Frédéric Lenormand" />
-        </span>
-        
-    </dt>
-    
-    <dd class="itemTtl"> 
-        <a class="itemLk" id="articleLink" onclick="trackActionNewFA('CrossSell');"  href="http://livre.fnac.com/a1628934/Les-nouvelles-enquetes-du-juge-Ti-Madame-Ti-mene-l-enquete-Frederic-Lenormand#bl=FALIVreco17"  title="Madame Ti mène l'enquête">
-            Madame Ti mène...
-        </a>
-    </dd> 
-
-    <dd class="itemSstl" title="Frédéric Lenormand">
-        Frédéric Lenorm...
-        
-    </dd>
-
-    <dd class="itemStars">
-        <!-- note -->
-        
-    <img src="http://www4-fr.fnac-static.com/img/decos/etoiles/stars5.png" alt="Note moyenne des internautes :5/5"/>
-
-        
-    </dd>    
-
-    <dd class="itemPricer">
-        
-
-
-    <!--Fnac Price -->
-    
-
-
-        <!--New Price 07/12 -->
-        
-    
-    
-
-    <p class="smallPricerFA">
-
-        <!-- Début cas des prix remisés -->
-         <!--FIN cas des prix remisés --> <!-- DEBUT affichage des prix standard (sans remise) -->
-          
-		
-
-                <!-- gestion la remise dégressive-->
-				
-                    <strong class="userPrice">16,50&euro;</strong> <!-- parfois des prix "affaire de Fnac" s'affiche -->
-                
-
-        
-        <!-- FIN affichage des prix standard (sans remise) -->
-
-        </p>
-
-        
-
-    
-    
-        
-            <span class="itemBB">
-        <a AddBasketTrackingFunction="trackAddToBasketNewFA(1628934, 12, 17,1);" href="http://www4.fnac.com/Account/Basket/IntermediaryShoppingCartRecalculate.aspx?action=1&prid=1628934&sctype=standard&from=111" rel="nofollow" FnacIdProduct="1628934" class="btn b_sqr_y FnacBtnAddBasket">
-            <span class="img i_cart pdg_b_sm mrg_r_lg"></span>
-        </a>
-    </span>
-        
-    </dd>
-    
-    <dd class="itemSeller">
-        <!-- vendu par -->
-          
-    </dd>
-    
-   
-</dl>
-
-                </li>
-                
-                <li class="slideItem  numerique">
-                    
-<dl class="clearfix">
-
-    <dt class="visualBox">     
-        <span id="FnacLink1" title="Ombre et soleil" onclick="trackActionNewFA(&#39;CrossSell&#39;);" class="fnac 45CBCBC02D1F1F4846C4C1431944494A4219424F4E1F4A2A232324202B211FB843C21E4349CAC343CB43C21E4B1EB3C146471E3C4649CB43C11EBF4E41C1431E43CB1EC24F484346481EBA47431EB34BCC4AC14BC24F491241482EB4BAB8B634C143424F2A25 itemVisuLk">
-            <img class="itemVisu" id="img_17" src="http://static.fnac-static.com/multimedia/FR/images_produits/FR/Fnac.com/Grandes110_110/5/5/5/9782709625555.gif" alt="Ombre et soleil&nbsp;-&nbsp;Ã…ke Edwardson" />
-        </span>
-        
-    </dt>
-    
-    <dd class="itemTtl"> 
-        <a class="itemLk" id="articleLink" onclick="trackActionNewFA('CrossSell');"  href="http://livre.fnac.com/a1556042/Les-enquetes-d-Erik-Winter-Ombre-et-soleil-Ake-Edwardson#bl=FALIVreco18"  title="Ombre et soleil">
-            Ombre et soleil
-        </a>
-    </dd> 
-
-    <dd class="itemSstl" title="Ã…ke Edwardson">
-        Ã…ke Edwardson
-        
-    </dd>
-
-    <dd class="itemStars">
-        <!-- note -->
-        
-    </dd>    
-
-    <dd class="itemPricer">
-        
-
-
-    <!--Fnac Price -->
-    
-
-
-        <!--New Price 07/12 -->
-        
-    
-    
-
-    <p class="smallPricerFA">
-
-        <!-- Début cas des prix remisés -->
-         <!--FIN cas des prix remisés --> <!-- DEBUT affichage des prix standard (sans remise) -->
-          
-		
-
-                <!-- gestion la remise dégressive-->
-				
-                    <strong class="userPrice">22,30&euro;</strong> <!-- parfois des prix "affaire de Fnac" s'affiche -->
-                
-
-        
-        <!-- FIN affichage des prix standard (sans remise) -->
-
-        </p>
-
-        
-
-    
-    
-        
-            <span class="itemBB">
-        <a AddBasketTrackingFunction="trackAddToBasketNewFA(1556042, 12, 18,1);" href="http://www4.fnac.com/Account/Basket/IntermediaryShoppingCartRecalculate.aspx?action=1&prid=1556042&sctype=standard&from=111" rel="nofollow" FnacIdProduct="1556042" class="btn b_sqr_y FnacBtnAddBasket">
-            <span class="img i_cart pdg_b_sm mrg_r_lg"></span>
-        </a>
-    </span>
-        
-    </dd>
-    
-    <dd class="itemSeller">
-        <!-- vendu par -->
-          
-    </dd>
-    
-   
-</dl>
-
-                </li>
-                
-                <li class="slideItem ">
-                    
-<dl class="clearfix">
-
-    <dt class="visualBox">     
-        <span id="FnacLink1" title="Voyage fatal" onclick="trackActionNewFA(&#39;CrossSell&#39;);" class="fnac 45CBCBC02D1F1F4846C4C1431944494A4219424F4E1F4A2A2224262C21241FB74ACB45C61E3143464245C21E344FC64A4C431E444ACB4A481241482EB4BAB8B634C143424F2A26 itemVisuLk">
-            <img class="itemVisu" id="img_18" src="http://static.fnac-static.com/multimedia/FR/images_produits/FR/Fnac.com/Grandes110_110/7/7/5/9782221095577.gif" alt="Voyage fatal&nbsp;-&nbsp;Kathy Reichs" />
-        </span>
-        
-    </dt>
-    
-    <dd class="itemTtl"> 
-        <a class="itemLk" id="articleLink" onclick="trackActionNewFA('CrossSell');"  href="http://livre.fnac.com/a1369726/Kathy-Reichs-Voyage-fatal#bl=FALIVreco19"  title="Voyage fatal">
-            Voyage fatal
-        </a>
-    </dd> 
-
-    <dd class="itemSstl" title="Kathy Reichs">
-        Kathy Reichs
-        
-    </dd>
-
-    <dd class="itemStars">
-        <!-- note -->
-        
-    <img src="http://www4-fr.fnac-static.com/img/decos/etoiles/stars5.png" alt="Note moyenne des internautes :5/5"/>
-
-        
-    </dd>    
-
-    <dd class="itemPricer">
-        
-
-
-    <!--Fnac Price -->
-    
-
-
-        <!--New Price 07/12 -->
-        
-    
-    
-
-    <p class="smallPricerFA">
-
-        <!-- Début cas des prix remisés -->
-         <!--FIN cas des prix remisés --> <!-- DEBUT affichage des prix standard (sans remise) -->
-          
-		
-
-                <!-- gestion la remise dégressive-->
-				
-                    <strong class="userPrice">22&euro;</strong> <!-- parfois des prix "affaire de Fnac" s'affiche -->
-                
-
-        
-        <!-- FIN affichage des prix standard (sans remise) -->
-
-        </p>
-
-        
-
-    
-    
-        
-            <span class="itemBB">
-        <a AddBasketTrackingFunction="trackAddToBasketNewFA(1369726, 12, 19,1);" href="http://www4.fnac.com/Account/Basket/IntermediaryShoppingCartRecalculate.aspx?action=1&prid=1369726&sctype=standard&from=111" rel="nofollow" FnacIdProduct="1369726" class="btn b_sqr_y FnacBtnAddBasket">
-            <span class="img i_cart pdg_b_sm mrg_r_lg"></span>
-        </a>
-    </span>
-        
-    </dd>
-    
-    <dd class="itemSeller">
-        <!-- vendu par -->
-          
-    </dd>
-    
-   
-</dl>
-
-                </li>
-                
-                <li class="slideItem ">
-                    
-<dl class="clearfix">
-
-    <dt class="visualBox">     
-        <span id="FnacLink1" title="Chromosome 6" onclick="trackActionNewFA(&#39;CrossSell&#39;);" class="fnac 45CBCBC02D1F1F4846C4C1431944494A4219424F4E1F4A2A2A2125202C251F314F4146491EB24F4F471EB245C14F4E4FC24F4E431E241241482EB4BAB8B634C143424F2120 itemVisuLk">
-            <img class="itemVisu" id="img_19" src="http://static.fnac-static.com/multimedia/FR/images_produits/FR/Fnac.com/Grandes110_110/3/9/0/9782226116093.gif" alt="Chromosome 6&nbsp;-&nbsp;Robin Cook" />
-        </span>
-        
-    </dt>
-    
-    <dd class="itemTtl"> 
-        <a class="itemLk" id="articleLink" onclick="trackActionNewFA('CrossSell');"  href="http://livre.fnac.com/a1128078/Robin-Cook-Chromosome-6#bl=FALIVreco20"  title="Chromosome 6">
-            Chromosome 6
-        </a>
-    </dd> 
-
-    <dd class="itemSstl" title="Robin Cook">
-        Robin Cook
-        
-    </dd>
-
-    <dd class="itemStars">
-        <!-- note -->
-        
-    <img src="http://www4-fr.fnac-static.com/img/decos/etoiles/stars45.png" alt="Note moyenne des internautes :4,5/5"/>
-
-        
-    </dd>    
-
-    <dd class="itemPricer">
-        
-
-
-    <!--Fnac Price -->
-    
-
-
-        <!--New Price 07/12 -->
-        
-    
-    
-
-    <p class="smallPricerFA">
-
-        <!-- Début cas des prix remisés -->
-         <!--FIN cas des prix remisés --> <!-- DEBUT affichage des prix standard (sans remise) -->
-          
-		
-
-                <!-- gestion la remise dégressive-->
-				
-                    <strong class="userPrice">21,50&euro;</strong> <!-- parfois des prix "affaire de Fnac" s'affiche -->
-                
-
-        
-        <!-- FIN affichage des prix standard (sans remise) -->
-
-        </p>
-
-        
-
-    
-    
-        
-            <span class="itemBB">
-        <a AddBasketTrackingFunction="trackAddToBasketNewFA(1128078, 12, 20,1);" href="http://www4.fnac.com/Account/Basket/IntermediaryShoppingCartRecalculate.aspx?action=1&prid=1128078&sctype=standard&from=111" rel="nofollow" FnacIdProduct="1128078" class="btn b_sqr_y FnacBtnAddBasket">
-            <span class="img i_cart pdg_b_sm mrg_r_lg"></span>
-        </a>
-    </span>
-        
-    </dd>
-    
-    <dd class="itemSeller">
-        <!-- vendu par -->
-          
-    </dd>
-    
-   
-</dl>
-
-                </li>
-                
-        </ul>
-        <span class="next arrow arrowRight"><i>suivant</i></span>
-    </div>
-</div>
-<script type="text/javascript">
-    $(function () {
-
-        if ($("#triNumeriqueDiv").size() > 0) {
-            triNumeriqueArticle($("#checkboxTriNumerique").attr("checked"));
-       
-            $("#checkboxTriNumerique").click(function () {
-                triNumeriqueArticle($(this).attr("checked"));
-            });
-        }
-
-        // Slider sous le visuel produit
-        $("#jsTopSellings").articleSlide({
-            nbShow: 6,
-            nbMove: 6,
-            speed: 450
-        });
-
-    });
-</script>
-            </div>
-        </div>
-    
-    
-
-
-
-
-
-
-
-
-
-
-
-
-<script type="text/javascript">
-    $(document).ready(function () {
-        var viewState = $("#editorialContent .resumeMarket").height();
-        // si la hauteur du bloc .resume est  nulle, on peut afficher le mot de l'editeur à 100% :
-        if (viewState == null) {
-            $(".avisEditeur").addClass("alone");
-        }
-    });
-</script>
-
-
-
-
-
-<div id="editorialContent" class="editorialContent">
-
-    
-
-    
-    <div id="ficheResume">
-
-        <!-- <Affichage AVIS DE LA FNAC> *********************************** -->
-        
-        
-        <div class="avisfnac blkSpace clearfix">
-            <h2 class="ssTtl">
-                <strong>Avis de la Fnac&nbsp;:</strong>
-                Millénium, Tome 2 - La fille qui rêvait d'un bidon d'essence et d'une allumette
-                
-            </h2>
-
-            <a href="#" class="BlkToTop">Haut de page<span class="arrow-up"><!-- --></span></a>
-            <div class="blkBrd blkBrdPdg">
-                Lisbeth et Mickael sont de retour dans un roman aussi trépidant que le premier. Nos deux anti-héros sont à nouveau plongés dans une aventure passionnante. Un livre époustoufflant, plein d'humour et d'effroi. Vivement le tome 3. Anais, libraire à la Fnac Clermont Q
-            </div>
-
-        </div>
-        
-        <!-- <FIN Affichage Avis de la Fnac> ******************************* -->
-
-
-
-        
-        
-        
-
-        <!-- <Affichage RESUME COURT MARKETING >  ************************* -->
-        
-        
-        <!-- AGAR | Connect 30841 : Dans le cas d'un livre numérique on doit que le resume marketing -->
-        
-        <div class="spaceForTitle">
-            <!-- -->
-        </div>
-        
-        <div class="editoContent blkBrd blkSpace clearfix">
-            
-            <div class="resumeMarket alone ">
-                <h2 class="ssTtl">
-                    <strong>En résumé :</strong>
-
-                    Actes Noirs - Millénium 2 - La fille...
-                    
-                </h2>
-                <div class="resMarkContent">
-                    Une enquête sur un réseau de prostitution dévoile des secrets d'espionnage et un lourd passé familial.
-                </div>
-            </div>
-            
-            <!-- <FIN Affichage résumé court market >  ************************* -->
-
-
-            <!-- <Affichage MOT DE L'EDITEUR> ********************************* -->
-            
-            
-            <!-- AGAR | Connect 30841 : Dans le cas d'un livre phusique on doit que le mot de l'éditeur -->
-            
-                <!-- <FIN Affichage mot de l'éditeur> ***************************** -->
-
-
-
-                <!-- <Affichage AVIS DU PARTENAIRE> ******************************** -->
-                
-                
-                    <!-- <FIN Affichage Avis du partenaire> *************************** -->
-                    
-                            </div>
-                            
-
-                            
-                        </div>
-                        
-
-                        
-<div id="PEArticleRC_StaffReview">
-    <div id="CoupCoeur">
-
-        
-	        <div class="coupDeCoeur blkSpace clearfix">
-	            <h2 class="ssTtl">
-	                
-                    Coups de c&oelig;ur  des Libraires
-                    
-	                
-                    
-                    	        
-                </h2>
-                <a class="BlkToTop" href="#">Haut de page<span class="arrow-up"><!-- --></span></a>
-
-                <div class="blkBrd blkBrdPdg">
-                    <!-- NLA 22091223 n'afficher que les 3 premiers avis -->
-                    
-                    <!-- /NLA 22091223 n'afficher que les 3 premiers avis -->
-                    
-                    <ul class="sanspuce pdg_v">
-                        
-		                    <li class="widthCC3 floatl mrg_b  pdg_r">
-				                <span class="topBl">
-                                    <span class="img i_ccoeur mrg_b_lg mrg_r floatl"></span>
-                                    <h3 class="noir font1-2 dispeblock pdg_b_sm">Une lutte sans merci</h3>
-		                            
-			                            <strong class="orange">ELIZABETH de FNAC Noisy-le-Grand</strong>
-			                        
-                                </span>
-				                Soupçonnée du meurtre d'un couple qui enquêtait sur le commerce du sexe, Lisbeth Salander se retrouve traquée par la police. Pour sauver sa peau, elle se lance dans une croisade à 100 à l'heure contre les hommes qui n'aiment pas les femmes…
-Michaël Blomkvist sera un allié de choix et de choc...
-
-			                    <!-- Popin Lire la suite 
-			                    <div class="lireLaSuite pdg">
-                
-				                        
-                
-			                        </div>-->
-			     
-			                    
-                            </li>
-                        
-		                    <li class="widthCC3 floatl mrg_b  brd_l_gris pdg_h_lg">
-				                <span class="topBl">
-                                    <span class="img i_ccoeur mrg_b_lg mrg_r floatl"></span>
-                                    <h3 class="noir font1-2 dispeblock pdg_b_sm">Stieg Larsson</h3>
-		                            
-			                            <strong class="orange">EMILIE de FNAC Croix-Blanche</strong>
-			                        
-                                </span>
-				                Les retrouvailles ne vont pas être de tout repos entre Mikael Blomkvist et Lisbeth Salander dans ce deuxième tome de la série culte du polar suèdois.
-Encore plus palpitant et trépidant que le précédent, à dévorer sans attendre!
-
-			                    <!-- Popin Lire la suite 
-			                    <div class="lireLaSuite pdg">
-                
-				                        
-                
-			                        </div>-->
-			     
-			                    
-                            </li>
-                        
-		                    <li class="widthCC3 floatl mrg_b  brd_l_gris pdg_h_lg">
-				                <span class="topBl">
-                                    <span class="img i_ccoeur mrg_b_lg mrg_r floatl"></span>
-                                    <h3 class="noir font1-2 dispeblock pdg_b_sm"></h3>
-		                            
-			                            <strong class="orange">L'equipe livre de FNAC NANTES</strong>
-			                        
-                                </span>
-				                Il avait mis la barre très haut avec Millenium 1, Il maintient l'excellence de son récit en nous racontant comment Lisbeth, écorchée et géniale, asociale et attachante veut, même au prix du sang, apurer les comptes de son enfance
-
-			                    <!-- Popin Lire la suite 
-			                    <div class="lireLaSuite pdg">
-                
-				                        
-                
-			                        </div>-->
-			     
-			                    
-                            </li>
-                        
-                    </ul>
-                    <div class="clearb"></div>
-                </div>
-
-                
-    </div>
-    </div>
-
-
-
-
-    
-    <div id="communautaire" class="blkSpace">
-        <h2 class="ssTtl">
-            <strong>
-                Les Libraires Fnac parlent de 
-                
-            </strong> La fille qui rêvait d'un bidon d'essence et d'une allumette
-        </h2>
-        <a href="#" class="BlkToTop">
-            Haut de page
-            <span class="arrow-up"><!-- --></span>
-        </a>
-        <div class="blkBrd">
-            
-    <div class="spaceVisual">
-        <span id="FnacLink3" target="_blank" class="fnac 45CBCBC02D1F1FCCCCCC1944494A4219424F4E1FB846C4C1431FB94FC21E424F49C2434648C21EB846C4C143C21F4248212C2A1FCC1E2B rouge">
-                        <img src="http://static.fnac-static.com/multimedia/Images/FD/Comete/42120/CCP_IMG_ORIGINAL/490624.gif" alt="Livre" />
-                    </span>
-                    
-                
-    </div>
-
-                
-
-<div class="posrel clearfix">
-     
-            <div class="blockmaincategorie deuxtiers mrg_t_sm">
-                
-                 
-    <div class="date">
-        <span class="lienInverse prenom">
-            <img src="http://static.fnac-static.com/multimedia/Images/FD/Comete/48940/CCP_IMG_34x39/568996.gif" alt="Pieric" class="avatar" />
-            <span id="FnacLink1" target="_blank" class="fnac 45CBCBC02D1F1FCCCCCC1944494A4219424F4E1FB8431E41484F4C1E4B431E304643C146421F424221262C1FCC1E2B ">Pieric</span>
-            
-        </span>
-    </div>
-
-
-<div class="article">
-    <a href="http://www.fnac.com/Millenium-les-hommes-qui-n-aimaient-pas-les-femmes-l-omelette-suedoise/cp14168/w-4" target="_blank">
-        <img id="ProductImage" src="http://static.fnac-static.com/multimedia/Images/FD/Comete/25862/CCP_IMG_145xAUTO/299285.jpg" alt="Mill&#233;nium, les hommes qui n’aimaient pas les femmes : l’omelette su&#233;doise" class="floatl pict" />
-    </a>
-
-    <div class="contenu">
-        
-
-
-
-<h3 class="Category_3 img_-25">
-    
-    <span class="CssClassByDefault">Ca va sortir</span>
-</h3>
-<h4 class="lienInverse">
-    <a href="http://www.fnac.com/Millenium-les-hommes-qui-n-aimaient-pas-les-femmes-l-omelette-suedoise/cp14168/w-4" target="_blank">Mill&#233;nium, les hommes qui n’aimaient pas les femmes : l’omelette su&#233;doise</a>
-</h4>
-
-        
-
-<p>C’est de toute &#233;vidence le personnage de Lisbeth Salander qui a fait plonger t&#234;te baiss&#233;e David Fincher dans ce projet. Et force est de reconna&#238;tre que l’interpr&#233;tation ou plut&#244;t la transformation de Rooney Mara est remarquable d’implication...</p>
-<a href="http://www.fnac.com/Millenium-les-hommes-qui-n-aimaient-pas-les-femmes-l-omelette-suedoise/cp14168/w-4" class="moutarde dispeblock" target="_blank">lire la suite</a>
-
-<div class="notation">
-    <span id="FnacLink1" target="_blank" class="fnac 45CBCBC02D1F1FCCCCCC1944494A4219424F4E1FBE464848434946C34E1E4843C21E454F4E4E43C21ECAC3461E491E4A464E4A464349CB1EC04AC21E4843C21E44434E4E43C21E481E4F4E434843CBCB431EC2C3434B4F46C2431F42C02A2B2A24251FCC1E2B12C1434A42CB464F49C2 ">
-        <span class="reaction">
-            6réactions
-        </span>
-    </span>
-    
-    
-    
-        <span class="vues">9423 vues</span>
-    
-
-<img src="http://www4-fr.fnac-static.com/img/decos/etoiles/stars4.png" alt="4 sur 5" title="4 sur 5" class="dispeblock" />
-
-</div>
-    </div>
-</div>
-
-
-                     
-            </div>
-        
-
-</div>
-
-            
-        </div>
-    </div>
-
-
-
-
-
-
-
-
-
-  
-
-
-        
-        <script language="JavaScript">
-            function google_ad_request_done(google_ads) {
-                /*
-                * This function is required and is used to display
-                * the ads that are returned from the JavaScript
-                * request. You should modify the document.write
-                * commands so that the HTML they write out fits
-                * with your desired ad layout.
-                */
-                var s;
-                /*
-                * Verify that there are actually ads to display.
-                */
-                if (google_ads.length == 0) return;
-                /*
-                * If an image or Flash ad is returned, display that ad.
-                * If a rich media ad is returned, display that as "as is."
-                * Otherwise, build a string containing all of the ads and
-                * then use a document.write() command to print that string.
-                */
-                s = '<a class="ad_attribution" target="_blank" href="' + google_info.feedback_url + '">Annonces Google</a><br>';
-
-                for (var i = 0; i < google_ads.length; i++) {
-                    if (google_ads[i].type == "image") {
-                        s += '<a href="' + google_ads[i].url + '" target="_top" title="go to ' + google_ads[i].visible_url + '">';
-                        s += '<img border="0" src="' + google_ads[i].image_url + '"width="' + google_ads[i].image_width + '"height="' + google_ads[i].image_height + '">';
-                        s += '</a>';
-                    }
-                    else if (google_ads[i].type == "flash") {
-                        s += '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"' + 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab"';
-                        s += ' WIDTH="' + google_ad.image_width + '" HEIGHT="' + google_ad.image_height + '">';
-                        s += '<PARAM NAME="movie" VALUE="' + google_ad.image_url + '">' + '<PARAM NAME="quality" VALUE="high">' + '<PARAM NAME="AllowScriptAccess" VALUE="never">';
-                        s += '<EMBED src="' + google_ad.image_url + '" WIDTH="' + google_ad.image_width + '" HEIGHT="' + google_ad.image_height + '"';
-                        s += ' TYPE="application/x-shockwave-flash AllowScriptAccess="never" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT>';
-                    }
-                    else if (google_ads[i].type == "html") {
-                        s += google_ads[i].snippet;
-                    }
-                    else if (google_ads[i].type == "text") {
-                        // Adjust text sizes to occupy the majority of ad space.
-                        if (google_ads.length == 1) {
-                            ad_title_class = 'ad_title_large';
-                            ad_text_class = 'ad_text_large';
-                            ad_url_class = 'ad_url_large';
-                        }
-                        else {
-                            ad_title_class = 'ad_title';
-                            ad_text_class = 'ad_text';
-                            ad_url_class = 'ad_url';
-                        }
-
-                        s += '<div class="blkSense"><a class="tSense ' + ad_title_class + '" href="' + google_ads[i].url + '" target="_blank">' + google_ads[i].line1 + '</a>';
-                        s += '<br><span class="tSense ' + ad_text_class + '">';
-                        s += google_ads[i].line2 + '<br>' + google_ads[i].line3 + '</span><br>';
-                        s += '<a class="lSense ' + ad_url_class + '" href="' + google_ads[i].url + '" target="_blank">' + google_ads[i].visible_url + '</a></div>';
-                    }
-                }
-
-                document.write(s);
-                return;
-            }
-
-            /*
-            * This section is responsible for setting the parameters of the ad call
-            * Customize this section to your needs with input from your account
-            manager
-            */
-            // The following parameters should be modified appropriately
-            google_ad_client = 'ca-pub-2531201876452453'; // substitute your client_id
-            //google_ad_channel = 'sports'; // substitute your channel
-            google_ad_output = 'js'; // leave this value as js
-            google_max_num_ads = '3'; // specify the number of maximum ads
-            //google_ad_type = 'text,image,flash,html'; // type of ads to display
-            google_ad_type = 'text'; // type of ads to display
-            google_safe = 'high'; // specify the ad safety
-            // The following parameter is required if you are displaying image, Flash or rich media ads.
-            //google_image_size = '728x90'; // the size of the ad block
-            // The following parameters are options you can specify as necessary
-            // google_encoding = 'utf8'; // specify the output language of the ads
-            google_language = 'fr'; // override the default page language
-
-            // The following parameter should be used only during testing
-            google_adtest = 'off'; // remove this line on launch day
-        </script>
-        <!--
-        /*
-        * The JavaScript returned from the following page uses
-        * the parameter values assigned above to populate an array
-        * of ad objects. Once that array has been populated,
-        * the JavaScript will call the google_ad_request_done
-        * function to display the ads.
-        */
-        -->
-        <div id="adSense" class="clearfix">
-            <script language="JavaScript"
-            src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
-            </script>
-        </div>
-
-
-    
-
-
-
-
-<div id="ficheDt" class="blkSpace clearfix">
-
-
-    <h2 class="ssTtl"><strong>Fiche détaillée</strong> : Millénium 2 - La fille qui rêvait d'un bidon d'essence et d'une allumette</h2>
-    <a href="#" class="BlkToTop">Haut de page<span class="arrow-up"><!-- --></span></a>
-    <div class="blkBrd blkBrdPdg clearfix">
-        
-        <div class="xtraProperties">
-            
-                <h3>Fiche détaillée</h3>
-            
-    <table summary="données détaillée de l'article" class="">
-    
-                    <tr>
-                        <th scope="row"><span>Auteur</span></th>
-                        <td>
-                            <span>
-                        <a id="FnacLink1" href="http://www4.fnac.com/Stieg-Larsson/ia103133">Stieg Larsson</a>
-                        </span></td>
-                    
-                        </tr>
-                    
-                    <tr>
-                        <th scope="row"><span>Traduction</span></th>
-                        <td>
-                            <span>
-                        <a id="FnacLink1" href="http://recherche.fnac.com/ia87588/Lena-Grumbach">Lena Grumbach</a>, <a id="FnacLink2" href="http://recherche.fnac.com/ia87589/Marc-de-Gouvenain">Marc de Gouvenain</a>
-                        </span></td>
-                    
-                        </tr>
-                    
-                    <tr>
-                        <th scope="row"><span>Editeur</span></th>
-                        <td>
-                            <span>
-                        <a id="FnacLink1" href="http://recherche.fnac.com/e35174/Actes-sud">Actes sud</a>
-                        </span></td>
-                    
-                        </tr>
-                    
-                    <tr>
-                        <th scope="row"><span>Date de parution</span></th>
-                        <td>
-                            <span>
-                        23/10/2006
-                                </span></td>
-                    
-                        </tr>
-                    
-                    <tr>
-                        <th scope="row"><span>Collection</span></th>
-                        <td>
-                            <span>
-                        <a id="FnacLink1" href="http://recherche.fnac.com/c104654/Actes-Noirs">Actes Noirs</a>
-                        </span></td>
-                    
-                        </tr>
-                    
-                    <tr>
-                        <th scope="row"><span>Format</span></th>
-                        <td>
-                            <span>
-                        16cm x 23cm
-                        </span></td>
-                    
-                        </tr>
-                    
-                    <tr>
-                        <th scope="row"><span>ISBN</span></th>
-                        <td>
-                            <span>
-                        2742765018</tr>
-                                    <tr><th scope="row"><span>EAN</span></th>
-                                    <td><span>978-2742765010</span></td></tr>
-                                </span></td>
-                    
-                    <tr>
-                        <th scope="row"><span>Illustration</span></th>
-                        <td>
-                            <span>
-                        Pas d'illustrations 
-                        </span></td>
-                    
-                        </tr>
-                    
-        <tr>
-            <td><meta itemprop="productID" content="978-2742765010"/></td>
-        </tr>
-    
-    </table>
-
-
-        </div>
-        <div class="drtNumerique">
-            
-                <h3>Caractéristiques numériques</h3>
-            
-                    <table class="width100">
-                
-                    <tr>
-                        <th><span>Format</span></th><td><span class="bleu">ePub</span></td>
-                    </tr> 
-                
-                    <tr>
-                        <th><span>Traduction</span></th><td><a id="FnacLink1" href="http://recherche.fnac.com/ia87588/Lena-Grumbach">Lena Grumbach</a>, <a id="FnacLink2" href="http://recherche.fnac.com/ia87589/Marc-de-Gouvenain">Marc de Gouvenain</a></td>
-                    </tr> 
-                
-                    <tr>
-                        <th><span>Editeur</span></th><td><a id="FnacLink1" href="http://recherche.fnac.com/e67090/Editions-actes-sud">Éditions actes sud</a></td>
-                    </tr> 
-                
-                    <tr>
-                        <th><span>Date de parution</span></th><td>07/11/2011</td>
-                    </tr> 
-                
-                    <tr>
-                        <th><span>Collection</span></th><td><a id="FnacLink1" href="http://recherche.fnac.com/c325419/Actes-Noirs">Actes Noirs</a></td>
-                    </tr> 
-                
-                    <tr>
-                        <th><span>EAN</span></th><td>9782742798247</td>
-                    </tr> 
-                
-                    <tr>
-                        <th><span>Type de DRM</span></th><td>Adobe DRM </td>
-                    </tr> 
-                
-                    <tr>
-                        <th><span>Droit d'impression</span></th><td>Non autorisé </td>
-                    </tr> 
-                
-                    <tr>
-                        <th><span>Droit de Copier/Coller</span></th><td>Non autorisé </td>
-                    </tr> 
-                
-                    </table>
-                
-
-            <div class="bloc_bulle">
-                <p class="bleuInfo lienInverse">
-                    Quel format pour mon livre numérique ?&nbsp;&nbsp;&nbsp;
-                    <a href="#" class="explicationFormatsEbook2 FA openPopinWhichDigitalFormat">
-                        En savoir plus
-                    </a>
-                </p>
-            </div>
-        </div>
-
-        <div class="clearb"></div>
-    </div>
-
-
-    
-<div id="popinWhichDigitalFormat" class="hide">
-    
-
-<a href="#" class="close"><img src="http://www4-fr.fnac-static.com/img/boutons/btn_close.gif" alt="Fermer" class="close"></a>
-<h3 class="bleuDemat mrg_b">Quel format pour mon livre numérique? En savoir plus</h3>
-<dl class="mrg_b">
-
-    <dt class="normal mrg_b_sm">Pour télécharger vos livres numériques (couramment appelés eBooks) plusieurs formats peuvent exister :</dt>
-
-    <dd class="mrg_b_sm">Le <strong>ePub</strong> est un format ouvert qui a été conçu pour optimiser la lecture sur les liseuses numériques ainsi que sur les tablettes et smartphones via les applications de lecture. Les formats ePub sont aussi consultables sur votre ordinateur grâce au logiciel Kobo by Fnac, à télécharger gratuitement après votre achat (www.fnac.com/kobobyfnac). </dd>
-
-    <dd class="mrg_b_sm">Les <strong>fichiers au format PDF</strong> peuvent être lus sur les liseuses numériques, cependant nous vous conseillons une consultation sur votre ordinateur à l’aide du logiciel Adobe Digital Editions, à télécharger gratuitement après votre achat.</dd>
-
-</dl>
-
-
-<p> 
-    <strong class="rouge dispeblock">Attention:</strong>
-    <strong>Les BD au format AVE ou DAE</strong> ne sont pas lisibles sur les applications Kobo by Fnac ou sur la tablette Kobo Arc. Ces formats sont lisibles <strong>uniquement en streaming</strong> sur votre ordinateur.
-</p>
-
-<p> 
-    <strong class="rouge dispeblock">Attention:</strong>
-    <strong>Les livres et BD au format ePub illustré</strong> sont disponibles sur le Kobo Arc et via les applications Kobo by Fnac pour Android et IOS. La lecture de ce format se fait donc uniquement sur smartphones et tablettes (compatibles Android et IOS).
-</p>
-</div>
-<script type="text/javascript">
-    $(function () {
-        $(".openPopinWhichDigitalFormat").popinManager({
-            targetContent: "#popinWhichDigitalFormat"
-        });
-    });
-</script>
-
-</div>
-
-
-
-
-        
-
-
-<div class="blkSpace">
-
-    <h2 class="ssTtl">
-        <strong>
-            Autour de
-            </strong>
-            &nbsp;Stieg Larsson
-     </h2>
-     <a href="#" class="BlkToTop">
-                Haut de page
-                <span class="arrow-up"><!-- --></span>
-     </a>
-    <div class="universParticipant blkBrd blkSpace blkBrdPdg clearfix">
-  
-        <div class="pptIDcard">
-            <i class="arrow-right"><!-- --></i>
-            <a href="http://www4.fnac.com/Stieg-Larsson/ia103133" title="Stieg Larsson" >
-                <img src="http://static.fnac-static.com/multimedia/images_intervenants/Portraits/Petit/3/3/103133.gif" alt="Portrait de Stieg Larsson" />
-            </a>
-
-            <h3><a href="http://www4.fnac.com/Stieg-Larsson/ia103133">Stieg Larsson</a></h3>
-
-            <p>
-                <span id="FnacLink1" class="fnac 45CBCBC02D1F1FCCCCCC2B1944494A4219424F4E1F32CB46434C1EB84AC1C2C24F491F464A2A20222A2222 btn b_big_w">Découvrir tout <br /><strong>son univers</strong></span>
-                
-            </p>
-
-            
-<script type="text/javascript">
-AppCore.ready(function()
-{
-    AppCore.modules.ready("alertingNews", function()
-    {
-        args = {
-            callbackId: "PEArticleRC$LinkedArticles1$ExtendedBookProperties$ParticipantLinkedArticles1$AlertingNews1",
-            contributorId: "103133",
-            contributorName: "Stieg Larsson",
-            addAlertElement: $("#alertingNewsdiv103133 a.addAlert"),
-            registerBeforeElement: $("#alertingNewsdiv103133 a.registerBefore"),
-            errorAddAlert: $("#errorAlertingNews103133"),
-            successAddAlert: $("#alertingNewsdiv103133 .newsAlerted"),
-            alreadyExistsAlert: $("#alertingNewsdiv103133 .alreadyExistsAlert"),
-            registerBeforeAlertUrl: "https://secure.fnac.com/Account/Logon/Logon.aspx?AlertingType=1&ContributorId=103133&ContributorName=Stieg+Larsson&LogonType=Alerting&Referrer=http%3a%2f%2fwww4.fnac.com%2fStieg-Larsson%2fia103133"
-        };
-        this.registerContributor(args);
-    });
-});
-</script>
-
-
-
-    <p id="alertingNewsdiv103133" class="pptAlerting">
-        
-        Je souhaite être informé de ses nouveautés
-
-        <span id="FnacLink1" class="fnac 4D4AC44AC242C146C0CB2DC143CBC3C14910444A48C24327 registerBefore btn b_std_w">
-            <span class="img i_alert mrg_r_sm"><!-- --></span>Ajout à mes alertes</span>
-        
-
-        <strong id="errorAlertingNews103133" class="rouge" style="display:none;">
-           Un problème technique est survenu, merci de réessayer ultérieurement
-        </strong>
-
-        <span class="newsAlerted" style="display:none">
-            
-            Vous avez choisi d'être alerté de ses nouveautés
-        </span>    
-        <span class="alreadyExistsAlert" style="display:none">
-            
-            Vous être déjà abonné à l'alerte de ses nouveautés
-        </span>    
-    </p>
-
-            
-
-        </div>
-
-
-        <div class="pptRelated">
-
-            <div id="PEArticleRC_LinkedArticles1_ExtendedBookProperties_ParticipantLinkedArticles1_ParticipantSpectacle"></div>
-
-            <div class="pptRelArticles">
-                <h3>Autres oeuvres</h3>
-                
-                    <ul class="pptRelArtList clearfix">
-                    
-                        <li class="pptRelArtItem">
-                            
-
-<dl class="clearfix">
-
-    <dt class="visualBox">     
-        <span id="FnacLink1" title="Millénium, T1" onclick="trackActionNewFA(&#39;CrossSell&#39;);" class="fnac 45CBCBC02D1F1F4846C4C1431944494A4219424F4E1F4A2225232C2C262B1FBE464848434946C34E1E3B4F4E431E2A1EB843C21E454F4E4E43C21ECAC3461E491E4A464E4A464349CB1EC04AC21E4843C21E44434E4E43C21E32CB46434C1EB84AC1C2C24F49 itemVisuLk">
-            <img class="itemVisu" id="img1" src="http://static.fnac-static.com/multimedia/FR/Images_Produits/FR/fnac.com/Grandes110_110/6/9/9/9782330004996.jpg" alt="Millénium, T1&nbsp;-&nbsp;Stieg Larsson" />
-        </span>
-        
-    </dt>
-
-    <dd class="itemTtl"> 
-        <a class="itemLk" id="articleLink" onclick="trackActionNewFA('CrossSell');"  href="http://livre.fnac.com/a3857794/Millenium-Tome-1-Les-hommes-qui-n-aimaient-pas-les-femmes-Stieg-Larsson"  title="Millénium, T1">
-            Millénium, T1
-        </a>
-    </dd> 
-
-    <dd class="itemSstl" title="Stieg Larsson">
-        Stieg Larsson
-        
-    </dd>
-    
-        <dd class="itemStars">
-         
-                <!-- note -->
-                
-    <img src="http://www4-fr.fnac-static.com/img/decos/etoiles/stars45.png" alt="Note moyenne des internautes :4,5/5"/>
-
-          
-        </dd>
-      
-
-    <dd class="itemPricer">
-        
-
-
-    <!--Fnac Price -->
-    
-
-
-        <!--New Price 07/12 -->
-        
-    
-    
-
-    <p class="smallPricerFA">
-
-        <!-- Début cas des prix remisés -->
-         <!--FIN cas des prix remisés --> <!-- DEBUT affichage des prix standard (sans remise) -->
-          
-		
-
-                <!-- gestion la remise dégressive-->
-				
-                    <strong class="userPrice">10&euro;</strong> <!-- parfois des prix "affaire de Fnac" s'affiche -->
-                
-
-        
-        <!-- FIN affichage des prix standard (sans remise) -->
-
-        </p>
-
-        
-
-    
-    
-        
-            <span class="itemBB">
-        <a AddBasketTrackingFunction="trackAddToBasketNewFA(3857794, 14, 1,1);" href="http://www4.fnac.com/Account/Basket/IntermediaryShoppingCartRecalculate.aspx?action=1&prid=3857794&sctype=standard&from=111" rel="nofollow" FnacIdProduct="3857794" class="btn b_sqr_y FnacBtnAddBasket">
-            <span class="img i_cart pdg_b_sm mrg_r_lg"></span>
-        </a>
-    </span>
-        
-
-    </dd>
-    
-    <dd class="itemSeller">
-        <!-- vendu par -->
-          
-    </dd>
-</dl>
-
-                        </li>
-                        
-                        <li class="pptRelArtItem">
-                            
-
-<dl class="clearfix">
-
-    <dt class="visualBox">     
-        <span id="FnacLink1" title="Millénium, T2" onclick="trackActionNewFA(&#39;CrossSell&#39;);" class="fnac 45CBCBC02D1F1F4846C4C1431944494A4219424F4E1F4A222C242B252C241FBE464848434946C34E1E3B4F4E431E211EB84A1E44464848431ECAC3461EC143C44A46CB1E4B1EC3491E41464B4F491E4B1E43C2C2434942431E43CB1E4B1EC349431E4A4848C34E43CBCB431E32CB46434C1EB84AC1C2C24F49 itemVisuLk">
-            <img class="itemVisu" id="img1" src="http://static.fnac-static.com/multimedia/Images/FR/NR/9b/ee/34/3468955/1535-1.jpg" alt="Millénium, T2&nbsp;-&nbsp;Stieg Larsson" />
-        </span>
-        
-    </dt>
-
-    <dd class="itemTtl"> 
-        <a class="itemLk" id="articleLink" onclick="trackActionNewFA('CrossSell');"  href="http://livre.fnac.com/a3764876/Millenium-Tome-2-La-fille-qui-revait-d-un-bidon-d-essence-et-d-une-allumette-Stieg-Larsson"  title="Millénium, T2">
-            Millénium, T2
-        </a>
-    </dd> 
-
-    <dd class="itemSstl" title="Stieg Larsson">
-        Stieg Larsson
-        
-    </dd>
-    
-        <dd class="itemStars">
-         
-                <!-- note -->
-                
-    <img src="http://www4-fr.fnac-static.com/img/decos/etoiles/stars5.png" alt="Note moyenne des internautes :5/5"/>
-
-          
-        </dd>
-      
-
-    <dd class="itemPricer">
-        
-
-
-    <!--Fnac Price -->
-    
-
-
-        <!--New Price 07/12 -->
-        
-    
-    
-
-    <p class="smallPricerFA">
-
-        <!-- Début cas des prix remisés -->
-         <!--FIN cas des prix remisés --> <!-- DEBUT affichage des prix standard (sans remise) -->
-          
-		
-
-                <!-- gestion la remise dégressive-->
-				
-                    <strong class="userPrice">10&euro;</strong> <!-- parfois des prix "affaire de Fnac" s'affiche -->
-                
-
-        
-        <!-- FIN affichage des prix standard (sans remise) -->
-
-        </p>
-
-        
-
-    
-    
-        
-            <span class="itemBB">
-        <a AddBasketTrackingFunction="trackAddToBasketNewFA(3764876, 14, 2,1);" href="http://www4.fnac.com/Account/Basket/IntermediaryShoppingCartRecalculate.aspx?action=1&prid=3764876&sctype=standard&from=111" rel="nofollow" FnacIdProduct="3764876" class="btn b_sqr_y FnacBtnAddBasket">
-            <span class="img i_cart pdg_b_sm mrg_r_lg"></span>
-        </a>
-    </span>
-        
-
-    </dd>
-    
-    <dd class="itemSeller">
-        <!-- vendu par -->
-          
-    </dd>
-</dl>
-
-                        </li>
-                        
-                        <li class="pptRelArtItem">
-                            
-
-<dl class="clearfix">
-
-    <dt class="visualBox">     
-        <span id="FnacLink1" title="Millénium, T3" onclick="trackActionNewFA(&#39;CrossSell&#39;);" class="fnac 45CBCBC02D1F1F4846C4C1431944494A4219424F4E1F4A2320212B242B2C1FBE464848434946C34E1E3B4F4E431E221EB84A1EC1434649431E4B4A49C21E48431EC04A484A46C21E4B43C21E424FC3C14A49CBC21E4B1E4A46C11E32CB46434C1EB84AC1C2C24F49 itemVisuLk">
-            <img class="itemVisu" id="img1" src="http://static.fnac-static.com/multimedia/Images/FR/NR/5d/32/42/4338269/1535-1.jpg" alt="Millénium, T3&nbsp;-&nbsp;Stieg Larsson" />
-        </span>
-        
-    </dt>
-
-    <dd class="itemTtl"> 
-        <a class="itemLk" id="articleLink" onclick="trackActionNewFA('CrossSell');"  href="http://livre.fnac.com/a5024647/Millenium-Tome-3-La-reine-dans-le-palais-des-courants-d-air-Stieg-Larsson"  title="Millénium, T3">
-            Millénium, T3
-        </a>
-    </dd> 
-
-    <dd class="itemSstl" title="Stieg Larsson">
-        Stieg Larsson
-        
-    </dd>
-    
-        <dd class="itemStars">
-         
-                <!-- note -->
-                
-    <img src="http://www4-fr.fnac-static.com/img/decos/etoiles/stars45.png" alt="Note moyenne des internautes :4,5/5"/>
-
-          
-        </dd>
-      
-
-    <dd class="itemPricer">
-        
-
-
-    <!--Fnac Price -->
-    
-
-
-        <!--New Price 07/12 -->
-        
-    
-    
-
-    <p class="smallPricerFA">
-
-        <!-- Début cas des prix remisés -->
-         <!--FIN cas des prix remisés --> <!-- DEBUT affichage des prix standard (sans remise) -->
-          
-		
-
-                <!-- gestion la remise dégressive-->
-				
-                    <strong class="userPrice">10&euro;</strong> <!-- parfois des prix "affaire de Fnac" s'affiche -->
-                
-
-        
-        <!-- FIN affichage des prix standard (sans remise) -->
-
-        </p>
-
-        
-
-    
-    
-        
-            <span class="itemBB">
-        <a AddBasketTrackingFunction="trackAddToBasketNewFA(5024647, 14, 3,1);" href="http://www4.fnac.com/Account/Basket/IntermediaryShoppingCartRecalculate.aspx?action=1&prid=5024647&sctype=standard&from=111" rel="nofollow" FnacIdProduct="5024647" class="btn b_sqr_y FnacBtnAddBasket">
-            <span class="img i_cart pdg_b_sm mrg_r_lg"></span>
-        </a>
-    </span>
-        
-
-    </dd>
-    
-    <dd class="itemSeller">
-        <!-- vendu par -->
-          
-    </dd>
-</dl>
-
-                        </li>
-                        
-                        <li class="pptRelArtItem">
-                            
-
-<dl class="clearfix">
-
-    <dt class="visualBox">     
-        <span id="FnacLink1" title="Millénium, Tome 3" onclick="trackActionNewFA(&#39;CrossSell&#39;);" class="fnac 45CBCBC02D1F1F4846C4C1431944494A4219424F4E1F4A2A2626222220201FBE464848434946C34E1E3B4F4E431E221EB84A1EC1434649431E4B4A49C21E48431EC04A484A46C21E4B43C21E424FC3C14A49CBC21E4B1E4A46C11E32CB46434C1EB84AC1C2C24F49 itemVisuLk">
-            <img class="itemVisu" id="img1" src="http://static.fnac-static.com/multimedia/FR/images_produits/FR/Fnac.com/Grandes110_110/1/1/3/9782742770311.gif" alt="Millénium, Tome 3&nbsp;-&nbsp;Stieg Larsson" />
-        </span>
-        
-    </dt>
-
-    <dd class="itemTtl"> 
-        <a class="itemLk" id="articleLink" onclick="trackActionNewFA('CrossSell');"  href="http://livre.fnac.com/a1993300/Millenium-Tome-3-La-reine-dans-le-palais-des-courants-d-air-Stieg-Larsson"  title="Millénium, Tome 3">
-            Millénium, Tome...
-        </a>
-    </dd> 
-
-    <dd class="itemSstl" title="Stieg Larsson">
-        Stieg Larsson
-        
-    </dd>
-    
-        <dd class="itemStars">
-         
-                <!-- note -->
-                
-    <img src="http://www4-fr.fnac-static.com/img/decos/etoiles/stars45.png" alt="Note moyenne des internautes :4,5/5"/>
-
-          
-        </dd>
-      
-
-    <dd class="itemPricer">
-        
-
-
-    <!--Fnac Price -->
-    
-
-
-        <!--New Price 07/12 -->
-        
-    
-    
-
-    <p class="smallPricerFA">
-
-        <!-- Début cas des prix remisés -->
-         <!--FIN cas des prix remisés --> <!-- DEBUT affichage des prix standard (sans remise) -->
-          
-		
-
-                <!-- gestion la remise dégressive-->
-				
-                    <strong class="userPrice">23,40&euro;</strong> <!-- parfois des prix "affaire de Fnac" s'affiche -->
-                
-
-        
-        <!-- FIN affichage des prix standard (sans remise) -->
-
-        </p>
-
-        
-
-    
-    
-        
-            <span class="itemBB">
-        <a AddBasketTrackingFunction="trackAddToBasketNewFA(1993300, 14, 4,1);" href="http://www4.fnac.com/Account/Basket/IntermediaryShoppingCartRecalculate.aspx?action=1&prid=1993300&sctype=standard&from=111" rel="nofollow" FnacIdProduct="1993300" class="btn b_sqr_y FnacBtnAddBasket">
-            <span class="img i_cart pdg_b_sm mrg_r_lg"></span>
-        </a>
-    </span>
-        
-
-    </dd>
-    
-    <dd class="itemSeller">
-        <!-- vendu par -->
-          
-    </dd>
-</dl>
-
-                        </li>
-                        
-                        <li class="pptRelArtItem">
-                            
-
-<dl class="clearfix">
-
-    <dt class="visualBox">     
-        <span id="FnacLink1" title="Millénium, T5" onclick="trackActionNewFA(&#39;CrossSell&#39;);" class="fnac 45CBCBC02D1F1F4846C4C1431944494A4219424F4E1F4A2C2C26222123261FBE464848434946C34E1E3B4F4E431E231EBE464848434946C34E1EB54F4EC2 itemVisuLk">
-            <img class="itemVisu" id="img1" src="http://static.fnac-static.com/multimedia/Images/FR/NR/4f/f1/60/6353231/1535-1.jpg" alt="Millénium, T5&nbsp;-&nbsp;Homs, Stieg Larsson, Sylvain Runberg" />
-        </span>
-        
-    </dt>
-
-    <dd class="itemTtl"> 
-        <a class="itemLk" id="articleLink" onclick="trackActionNewFA('CrossSell');"  href="http://livre.fnac.com/a7793259/Millenium-Tome-5-Millenium-Homs"  title="Millénium, T5">
-            Millénium, T5
-        </a>
-    </dd> 
-
-    <dd class="itemSstl" title="Homs, Stieg Larsson, Sylvain Runberg">
-        Homs, Stieg Lar...
-        
-    </dd>
-    
-        <dd class="itemStars">
-           
-        </dd>
-      
-
-    <dd class="itemPricer">
-        
-
-
-    <!--Fnac Price -->
-    
-
-
-        <!--New Price 07/12 -->
-        
-    
-    
-
-    <p class="smallPricerFA">
-
-        <!-- Début cas des prix remisés -->
-         <!--FIN cas des prix remisés --> <!-- DEBUT affichage des prix standard (sans remise) -->
-          
-		
-
-                <!-- gestion la remise dégressive-->
-				
-                    <strong class="userPrice">14,50&euro;</strong> <!-- parfois des prix "affaire de Fnac" s'affiche -->
-                
-
-        
-        <!-- FIN affichage des prix standard (sans remise) -->
-
-        </p>
-
-        
-
-    
-    
-        
-            <span class="itemBB">
-        <a AddBasketTrackingFunction="trackAddToBasketNewFA(7793259, 14, 5,1);" href="http://www4.fnac.com/Account/Basket/IntermediaryShoppingCartRecalculate.aspx?action=1&prid=7793259&sctype=standard&from=111" rel="nofollow" FnacIdProduct="7793259" class="btn b_sqr_y FnacBtnAddBasket">
-            <span class="img i_cart pdg_b_sm mrg_r_lg"></span>
-        </a>
-    </span>
-        
-
-    </dd>
-    
-    <dd class="itemSeller">
-        <!-- vendu par -->
-          
-    </dd>
-</dl>
-
-                        </li>
-                        
-                    </ul>
-            </div>
-
-
-            
-
-<div class="relatedParticipants">
-    <h3>Artistes du même univers</h3> 
-    <div>
-        <ul class="relPptList clearfix">
-            
-                <li class="relPptItem">
-                    
-
-<dl>
-    <dt>
-        <span id="FnacLink1" class="fnac 45CBCBC02D1F1FC143424543C14245431944494A4219424F4E1F464A2C2224232A211F3C464848464A4E1EB6C1CC4649 ">
-            <img src="http://www4-fr.fnac-static.com/img/catalog/nobody_80x118.png" alt="William Irwin" />
-        </span>
-        
-    </dt>
-    <dd class="lienInverse">
-        <a class="noir" href="http://recherche.fnac.com/ia736512/William-Irwin" title="William Irwin">
-            William Irwin
-        </a>
-    </dd>
-</dl>
- 
-                </li>
-            
-                <li class="relPptItem">
-                    
-
-<dl>
-    <dt>
-        <span id="FnacLink1" class="fnac 45CBCBC02D1F1FC143424543C14245431944494A4219424F4E1F464A2A2022202A24241FB3C146421EB1C14F49C24F49 ">
-            <img src="http://www4-fr.fnac-static.com/img/catalog/nobody_80x118.png" alt="Eric Bronson" />
-        </span>
-        
-    </dt>
-    <dd class="lienInverse">
-        <a class="noir" href="http://recherche.fnac.com/ia1030166/Eric-Bronson" title="Eric Bronson">
-            Eric Bronson
-        </a>
-    </dd>
-</dl>
- 
-                </li>
-            
-                <li class="relPptItem">
-                    
-
-<dl>
-    <dt>
-        <span id="FnacLink1" class="fnac 45CBCBC02D1F1FC143424543C14245431944494A4219424F4E1F464A2C2C2A2121211F3B4543C143C24A1E324245CC434C4348 ">
-            <img src="http://www4-fr.fnac-static.com/img/catalog/nobody_80x118.png" alt="Theresa Schwegel" />
-        </span>
-        
-    </dt>
-    <dd class="lienInverse">
-        <a class="noir" href="http://recherche.fnac.com/ia771222/Theresa-Schwegel" title="Theresa Schwegel">
-            Theresa Schwegel
-        </a>
-    </dd>
-</dl>
- 
-                </li>
-            
-                <li class="relPptItem">
-                    
-
-<dl>
-    <dt>
-        <span id="FnacLink1" class="fnac 45CBCBC02D1F1FC143424543C14245431944494A4219424F4E1F464A2C262620201FBE4AC146431EB4C14A49424F46C2431EB24F484F4E414A4946 ">
-            <img src="http://www4-fr.fnac-static.com/img/catalog/nobody_80x118.png" alt="Marie-Françoise Colombani" />
-        </span>
-        
-    </dt>
-    <dd class="lienInverse">
-        <a class="noir" href="http://recherche.fnac.com/ia79900/Marie-Francoise-Colombani" title="Marie-Françoise Colombani">
-            Marie-Françoise Colo...
-        </a>
-    </dd>
-</dl>
- 
-                </li>
-            
-                <li class="relPptItem">
-                    
-
-<dl>
-    <dt>
-        <span id="FnacLink1" class="fnac 45CBCBC02D1F1FC143424543C14245431944494A4219424F4E1F464A262A212021261FB3C44A1EBC4A41C1464348C2C24F49 ">
-            <img src="http://www4-fr.fnac-static.com/img/catalog/nobody_80x118.png" alt="Eva Gabrielsson" />
-        </span>
-        
-    </dt>
-    <dd class="lienInverse">
-        <a class="noir" href="http://recherche.fnac.com/ia912029/Eva-Gabrielsson" title="Eva Gabrielsson">
-            Eva Gabrielsson
-        </a>
-    </dd>
-</dl>
- 
-                </li>
-            
-        </ul>
-
-    </div>
-</div>
-
-            
-
-        </div>
-
-    </div>
-</div>
-
-           
-
-<div class="blkSpace">
-
-    <h2 class="ssTtl">
-        <strong>
-            Autour de
-            </strong>
-            &nbsp;Lena Grumbach
-     </h2>
-     <a href="#" class="BlkToTop">
-                Haut de page
-                <span class="arrow-up"><!-- --></span>
-     </a>
-    <div class="universParticipant blkBrd blkSpace blkBrdPdg clearfix">
-  
-        <div class="pptIDcard">
-            <i class="arrow-right"><!-- --></i>
-            <a href="http://recherche.fnac.com/ia87588/Lena-Grumbach" title="Lena Grumbach" >
-                <img src="http://www4-fr.fnac-static.com/img/catalog/nobody_80x118.png" alt="Portrait de Lena Grumbach" />
-            </a>
-
-            <h3><a href="http://recherche.fnac.com/ia87588/Lena-Grumbach">Lena Grumbach</a></h3>
-
-            <p>
-                <span id="FnacLink1" class="fnac 45CBCBC02D1F1FC143424543C14245431944494A4219424F4E1F464A252C2325251FB843494A1EBCC1C34E414A4245 btn b_big_w">Découvrir tout <br /><strong>son univers</strong></span>
-                
-            </p>
-
-            
-<script type="text/javascript">
-AppCore.ready(function()
-{
-    AppCore.modules.ready("alertingNews", function()
-    {
-        args = {
-            callbackId: "PEArticleRC$LinkedArticles1$ExtendedBookProperties$ParticipantLinkedArticles1$AlertingNews1",
-            contributorId: "87588",
-            contributorName: "Lena Grumbach",
-            addAlertElement: $("#alertingNewsdiv87588 a.addAlert"),
-            registerBeforeElement: $("#alertingNewsdiv87588 a.registerBefore"),
-            errorAddAlert: $("#errorAlertingNews87588"),
-            successAddAlert: $("#alertingNewsdiv87588 .newsAlerted"),
-            alreadyExistsAlert: $("#alertingNewsdiv87588 .alreadyExistsAlert"),
-            registerBeforeAlertUrl: "https://secure.fnac.com/Account/Logon/Logon.aspx?AlertingType=1&ContributorId=87588&ContributorName=Lena+Grumbach&LogonType=Alerting&Referrer=http%3a%2f%2frecherche.fnac.com%2fia87588%2fLena-Grumbach"
-        };
-        this.registerContributor(args);
-    });
-});
-</script>
-
-
-
-    <p id="alertingNewsdiv87588" class="pptAlerting">
-        
-        Je souhaite être informé de ses nouveautés
-
-        <span id="FnacLink1" class="fnac 4D4AC44AC242C146C0CB2DC143CBC3C14910444A48C24327 registerBefore btn b_std_w">
-            <span class="img i_alert mrg_r_sm"><!-- --></span>Ajout à mes alertes</span>
-        
-
-        <strong id="errorAlertingNews87588" class="rouge" style="display:none;">
-           Un problème technique est survenu, merci de réessayer ultérieurement
-        </strong>
-
-        <span class="newsAlerted" style="display:none">
-            
-            Vous avez choisi d'être alerté de ses nouveautés
-        </span>    
-        <span class="alreadyExistsAlert" style="display:none">
-            
-            Vous être déjà abonné à l'alerte de ses nouveautés
-        </span>    
-    </p>
-
-            
-
-        </div>
-
-
-        <div class="pptRelated">
-
-            <div id="PEArticleRC_LinkedArticles1_ExtendedBookProperties_ParticipantLinkedArticles1_ParticipantSpectacle"></div>
-
-            <div class="pptRelArticles">
-                <h3>Autres oeuvres</h3>
-                
-                    <ul class="pptRelArtList clearfix">
-                    
-                        <li class="pptRelArtItem">
-                            
-
-<dl class="clearfix">
-
-    <dt class="visualBox">     
-        <span id="FnacLink1" title="Cyanure" onclick="trackActionNewFA(&#39;CrossSell&#39;);" class="fnac 45CBCBC02D1F1F4846C4C1431944494A4219424F4E1F4A2B2C21202420241FB24A4E4648484A1EB84A42474143C14C1EB2C64A49C3C143 itemVisuLk">
-            <img class="itemVisu" id="img1" src="http://static.fnac-static.com/multimedia/FR/images_produits/FR/Fnac.com/Grandes110_110/8/4/4/9782330013448.gif" alt="Cyanure&nbsp;-&nbsp;Camilla Läckberg" />
-        </span>
-        
-    </dt>
-
-    <dd class="itemTtl"> 
-        <a class="itemLk" id="articleLink" onclick="trackActionNewFA('CrossSell');"  href="http://livre.fnac.com/a4720606/Camilla-Lackberg-Cyanure"  title="Cyanure">
-            Cyanure
-        </a>
-    </dd> 
-
-    <dd class="itemSstl" title="Camilla Läckberg">
-        Camilla Läckber...
-        
-    </dd>
-    
-        <dd class="itemStars">
-         
-                <!-- note -->
-                
-    <img src="http://www4-fr.fnac-static.com/img/decos/etoiles/stars3.png" alt="Note moyenne des internautes :3/5"/>
-
-          
-        </dd>
-      
-
-    <dd class="itemPricer">
-        
-
-
-    <!--Fnac Price -->
-    
-
-
-        <!--New Price 07/12 -->
-        
-    
-    
-
-    <p class="smallPricerFA">
-
-        <!-- Début cas des prix remisés -->
-         <!--FIN cas des prix remisés --> <!-- DEBUT affichage des prix standard (sans remise) -->
-          
-		
-
-                <!-- gestion la remise dégressive-->
-				
-                    <strong class="userPrice">7&euro;</strong> <!-- parfois des prix "affaire de Fnac" s'affiche -->
-                
-
-        
-        <!-- FIN affichage des prix standard (sans remise) -->
-
-        </p>
-
-        
-
-    
-    
-        
-            <span class="itemBB">
-        <a AddBasketTrackingFunction="trackAddToBasketNewFA(4720606, 14, 1,1);" href="http://www4.fnac.com/Account/Basket/IntermediaryShoppingCartRecalculate.aspx?action=1&prid=4720606&sctype=standard&from=111" rel="nofollow" FnacIdProduct="4720606" class="btn b_sqr_y FnacBtnAddBasket">
-            <span class="img i_cart pdg_b_sm mrg_r_lg"></span>
-        </a>
-    </span>
-        
-
-    </dd>
-    
-    <dd class="itemSeller">
-        <!-- vendu par -->
-          
-    </dd>
-</dl>
-
-                        </li>
-                        
-                        <li class="pptRelArtItem">
-                            
-
-<dl class="clearfix">
-
-    <dt class="visualBox">     
-        <span id="FnacLink1" title="La Faiseuse d&#39;anges" onclick="trackActionNewFA(&#39;CrossSell&#39;);" class="fnac 45CBCBC02D1F1F4846C4C1431944494A4219424F4E1F4A24252C2B26212B1FB24A4E4648484A1EB84A42474143C14C1EB84A1E444A46C243C3C2431E4B1E4A494C43C22FB933BEB331B6B2BAB82E3612B4BF31BEBA3B2E4330C341 itemVisuLk">
-            <img class="itemVisu" id="img1" src="http://static.fnac-static.com/multimedia/Images/FR/NR/3e/ed/5a/5958974/1535-0.jpg" alt="La Faiseuse d'anges&nbsp;-&nbsp;Lena Grumbach, Camilla Läckberg, Shani Grumbach" />
-        </span>
-        
-    </dt>
-
-    <dd class="itemTtl"> 
-        <a class="itemLk" id="articleLink" onclick="trackActionNewFA('CrossSell');"  href="http://livre.fnac.com/a6874924/Camilla-Lackberg-La-faiseuse-d-anges?NUMERICAL=Y#FORMAT=ePub"  title="La Faiseuse d'anges">
-            La Faiseuse d'a...
-        </a>
-    </dd> 
-
-    <dd class="itemSstl" title="Lena Grumbach, Camilla Läckberg, Shani Grumbach">
-        Lena Grumbach,...
-        
-    </dd>
-    
-        <dd class="itemStars">
-           
-        </dd>
-      
-
-    <dd class="itemPricer">
-        
-
-
-
-
-        <!--New Price 07/12 -->
-        
-    
-    
-
-    <p class="smallPricerFA">
-
-        <!-- Début cas des prix remisés -->
-         <!--FIN cas des prix remisés --> <!-- DEBUT affichage des prix standard (sans remise) -->
-          
-		
-
-                <!-- gestion la remise dégressive-->
-				
-                    <strong class="userPrice">14,99&euro;</strong> <!-- parfois des prix "affaire de Fnac" s'affiche -->
-                
-
-        
-        <!-- FIN affichage des prix standard (sans remise) -->
-
-        </p>
-
-        
-
-    
-    
-
-        
-            <span class="itemBB">
-    <a AddBasketTrackingFunction="trackAddToBasketNewFA(7257122, 14, 2,1);" class="btn b_sqr_b FnacBtnAddBasket" FnacIdProduct="7257122" href="http://www4.fnac.com/Account/Basket/IntermediaryShoppingCartRecalculate.aspx?action=1&prid=7257122&sctype=standard" rel="nofollow" id="numart_buttondl" >
-        <span class="img i_dl pdg_b_sm mrg_r_lg"></span>
-    </a>
-        
-    
-</span>
-        
-
-    </dd>
-    
-    <dd class="itemSeller">
-        <!-- vendu par -->
-          
-    </dd>
-</dl>
-
-                        </li>
-                        
-                        <li class="pptRelArtItem">
-                            
-
-<dl class="clearfix">
-
-    <dt class="visualBox">     
-        <span id="FnacLink1" title="L&#39;oiseau de mauvais augure" onclick="trackActionNewFA(&#39;CrossSell&#39;);" class="fnac 45CBCBC02D1F1F4846C4C1431944494A4219424F4E1F4A242620212322201FB24A4E4648484A1EB84A42474143C14C1EB81E4F46C2434AC31E4B431E4E4AC3C44A46C21E4AC34CC3C143 itemVisuLk">
-            <img class="itemVisu" id="img1" src="http://static.fnac-static.com/multimedia/Images/FR/NR/f2/ca/57/5753586/1535-1.jpg" alt="L'oiseau de mauvais augure&nbsp;-&nbsp;Camilla Läckberg" />
-        </span>
-        
-    </dt>
-
-    <dd class="itemTtl"> 
-        <a class="itemLk" id="articleLink" onclick="trackActionNewFA('CrossSell');"  href="http://livre.fnac.com/a6902530/Camilla-Lackberg-L-oiseau-de-mauvais-augure"  title="L'oiseau de mauvais augure">
-            L'oiseau de mau...
-        </a>
-    </dd> 
-
-    <dd class="itemSstl" title="Camilla Läckberg">
-        Camilla Läckber...
-        
-    </dd>
-    
-        <dd class="itemStars">
-         
-                <!-- note -->
-                
-    <img src="http://www4-fr.fnac-static.com/img/decos/etoiles/stars45.png" alt="Note moyenne des internautes :4,5/5"/>
-
-          
-        </dd>
-      
-
-    <dd class="itemPricer">
-        
-
-
-    <!--Fnac Price -->
-    
-
-
-        <!--New Price 07/12 -->
-        
-    
-    
-
-    <p class="smallPricerFA">
-
-        <!-- Début cas des prix remisés -->
-         <!--FIN cas des prix remisés --> <!-- DEBUT affichage des prix standard (sans remise) -->
-          
-		
-
-                <!-- gestion la remise dégressive-->
-				
-                    <strong class="userPrice">9,70&euro;</strong> <!-- parfois des prix "affaire de Fnac" s'affiche -->
-                
-
-        
-        <!-- FIN affichage des prix standard (sans remise) -->
-
-        </p>
-
-        
-
-    
-    
-        
-            <span class="itemBB">
-        <a AddBasketTrackingFunction="trackAddToBasketNewFA(6902530, 14, 3,1);" href="http://www4.fnac.com/Account/Basket/IntermediaryShoppingCartRecalculate.aspx?action=1&prid=6902530&sctype=standard&from=111" rel="nofollow" FnacIdProduct="6902530" class="btn b_sqr_y FnacBtnAddBasket">
-            <span class="img i_cart pdg_b_sm mrg_r_lg"></span>
-        </a>
-    </span>
-        
-
-    </dd>
-    
-    <dd class="itemSeller">
-        <!-- vendu par -->
-          
-    </dd>
-</dl>
-
-                        </li>
-                        
-                        <li class="pptRelArtItem">
-                            
-
-<dl class="clearfix">
-
-    <dt class="visualBox">     
-        <span id="FnacLink1" title="Le prédicateur" onclick="trackActionNewFA(&#39;CrossSell&#39;);" class="fnac 45CBCBC02D1F1F4846C4C1431944494A4219424F4E1F4A2323262320252A1FB24A4E4648484A1EB84A42474143C14C1EB8431EC0C1434B46424ACB43C3C1 itemVisuLk">
-            <img class="itemVisu" id="img1" src="http://static.fnac-static.com/multimedia/FR/Images_Produits/FR/fnac.com/Grandes110_110/0/3/0/9782330018030.jpg" alt="Le prédicateur&nbsp;-&nbsp;Camilla Läckberg" />
-        </span>
-        
-    </dt>
-
-    <dd class="itemTtl"> 
-        <a class="itemLk" id="articleLink" onclick="trackActionNewFA('CrossSell');"  href="http://livre.fnac.com/a5595081/Camilla-Lackberg-Le-predicateur"  title="Le prédicateur">
-            Le prédicateur
-        </a>
-    </dd> 
-
-    <dd class="itemSstl" title="Camilla Läckberg">
-        Camilla Läckber...
-        
-    </dd>
-    
-        <dd class="itemStars">
-         
-                <!-- note -->
-                
-    <img src="http://www4-fr.fnac-static.com/img/decos/etoiles/stars4.png" alt="Note moyenne des internautes :4/5"/>
-
-          
-        </dd>
-      
-
-    <dd class="itemPricer">
-        
-
-
-    <!--Fnac Price -->
-    
-
-
-        <!--New Price 07/12 -->
-        
-    
-    
-
-    <p class="smallPricerFA">
-
-        <!-- Début cas des prix remisés -->
-         <!--FIN cas des prix remisés --> <!-- DEBUT affichage des prix standard (sans remise) -->
-          
-		
-
-                <!-- gestion la remise dégressive-->
-				
-                    <strong class="userPrice">9,70&euro;</strong> <!-- parfois des prix "affaire de Fnac" s'affiche -->
-                
-
-        
-        <!-- FIN affichage des prix standard (sans remise) -->
-
-        </p>
-
-        
-
-    
-    
-        
-            <span class="itemBB">
-        <a AddBasketTrackingFunction="trackAddToBasketNewFA(5595081, 14, 4,1);" href="http://www4.fnac.com/Account/Basket/IntermediaryShoppingCartRecalculate.aspx?action=1&prid=5595081&sctype=standard&from=111" rel="nofollow" FnacIdProduct="5595081" class="btn b_sqr_y FnacBtnAddBasket">
-            <span class="img i_cart pdg_b_sm mrg_r_lg"></span>
-        </a>
-    </span>
-        
-
-    </dd>
-    
-    <dd class="itemSeller">
-        <!-- vendu par -->
-          
-    </dd>
-</dl>
-
-                        </li>
-                        
-                        <li class="pptRelArtItem">
-                            
-
-<dl class="clearfix">
-
-    <dt class="visualBox">     
-        <span id="FnacLink1" title="Le gardien de phare" onclick="trackActionNewFA(&#39;CrossSell&#39;);" class="fnac 45CBCBC02D1F1F4846C4C1431944494A4219424F4E1F4A2323262321202A1FB24A4E4648484A1EB84A42474143C14C1EB8431E4C4AC14B4643491E4B431EC0454AC143 itemVisuLk">
-            <img class="itemVisu" id="img1" src="http://static.fnac-static.com/multimedia/Images/FR/NR/9e/a9/49/4827550/1535-1.jpg" alt="Le gardien de phare&nbsp;-&nbsp;Camilla Läckberg" />
-        </span>
-        
-    </dt>
-
-    <dd class="itemTtl"> 
-        <a class="itemLk" id="articleLink" onclick="trackActionNewFA('CrossSell');"  href="http://livre.fnac.com/a5595201/Camilla-Lackberg-Le-gardien-de-phare"  title="Le gardien de phare">
-            Le gardien de p...
-        </a>
-    </dd> 
-
-    <dd class="itemSstl" title="Camilla Läckberg">
-        Camilla Läckber...
-        
-    </dd>
-    
-        <dd class="itemStars">
-         
-                <!-- note -->
-                
-    <img src="http://www4-fr.fnac-static.com/img/decos/etoiles/stars4.png" alt="Note moyenne des internautes :4/5"/>
-
-          
-        </dd>
-      
-
-    <dd class="itemPricer">
-        
-
-
-    <!--Fnac Price -->
-    
-
-
-        <!--New Price 07/12 -->
-        
-    
-    
-
-    <p class="smallPricerFA">
-
-        <!-- Début cas des prix remisés -->
-         <!--FIN cas des prix remisés --> <!-- DEBUT affichage des prix standard (sans remise) -->
-          
-		
-
-                <!-- gestion la remise dégressive-->
-				
-                    <strong class="userPrice">23,50&euro;</strong> <!-- parfois des prix "affaire de Fnac" s'affiche -->
-                
-
-        
-        <!-- FIN affichage des prix standard (sans remise) -->
-
-        </p>
-
-        
-
-    
-    
-        
-            <span class="itemBB">
-        <a AddBasketTrackingFunction="trackAddToBasketNewFA(5595201, 14, 5,1);" href="http://www4.fnac.com/Account/Basket/IntermediaryShoppingCartRecalculate.aspx?action=1&prid=5595201&sctype=standard&from=111" rel="nofollow" FnacIdProduct="5595201" class="btn b_sqr_y FnacBtnAddBasket">
-            <span class="img i_cart pdg_b_sm mrg_r_lg"></span>
-        </a>
-    </span>
-        
-
-    </dd>
-    
-    <dd class="itemSeller">
-        <!-- vendu par -->
-          
-    </dd>
-</dl>
-
-                        </li>
-                        
-                    </ul>
-            </div>
-
-
-            
-
-        </div>
-
-    </div>
-</div>
-
-           
-
-<div class="blkSpace">
-
-    <h2 class="ssTtl">
-        <strong>
-            Autour de
-            </strong>
-            &nbsp;Marc de Gouvenain
-     </h2>
-     <a href="#" class="BlkToTop">
-                Haut de page
-                <span class="arrow-up"><!-- --></span>
-     </a>
-    <div class="universParticipant blkBrd blkSpace blkBrdPdg clearfix">
-  
-        <div class="pptIDcard">
-            <i class="arrow-right"><!-- --></i>
-            <a href="http://recherche.fnac.com/ia87589/Marc-de-Gouvenain" title="Marc de Gouvenain" >
-                <img src="http://www4-fr.fnac-static.com/img/catalog/nobody_80x118.png" alt="Portrait de Marc de Gouvenain" />
-            </a>
-
-            <h3><a href="http://recherche.fnac.com/ia87589/Marc-de-Gouvenain">Marc de Gouvenain</a></h3>
-
-            <p>
-                <span id="FnacLink1" class="fnac 45CBCBC02D1F1FC143424543C14245431944494A4219424F4E1F464A252C2325261FBE4AC1421E4B431EBC4FC3C443494A4649 btn b_big_w">Découvrir tout <br /><strong>son univers</strong></span>
-                
-            </p>
-
-            
-<script type="text/javascript">
-AppCore.ready(function()
-{
-    AppCore.modules.ready("alertingNews", function()
-    {
-        args = {
-            callbackId: "PEArticleRC$LinkedArticles1$ExtendedBookProperties$ParticipantLinkedArticles1$AlertingNews1",
-            contributorId: "87589",
-            contributorName: "Marc de Gouvenain",
-            addAlertElement: $("#alertingNewsdiv87589 a.addAlert"),
-            registerBeforeElement: $("#alertingNewsdiv87589 a.registerBefore"),
-            errorAddAlert: $("#errorAlertingNews87589"),
-            successAddAlert: $("#alertingNewsdiv87589 .newsAlerted"),
-            alreadyExistsAlert: $("#alertingNewsdiv87589 .alreadyExistsAlert"),
-            registerBeforeAlertUrl: "https://secure.fnac.com/Account/Logon/Logon.aspx?AlertingType=1&ContributorId=87589&ContributorName=Marc+de+Gouvenain&LogonType=Alerting&Referrer=http%3a%2f%2frecherche.fnac.com%2fia87589%2fMarc-de-Gouvenain"
-        };
-        this.registerContributor(args);
-    });
-});
-</script>
-
-
-
-    <p id="alertingNewsdiv87589" class="pptAlerting">
-        
-        Je souhaite être informé de ses nouveautés
-
-        <span id="FnacLink1" class="fnac 4D4AC44AC242C146C0CB2DC143CBC3C14910444A48C24327 registerBefore btn b_std_w">
-            <span class="img i_alert mrg_r_sm"><!-- --></span>Ajout à mes alertes</span>
-        
-
-        <strong id="errorAlertingNews87589" class="rouge" style="display:none;">
-           Un problème technique est survenu, merci de réessayer ultérieurement
-        </strong>
-
-        <span class="newsAlerted" style="display:none">
-            
-            Vous avez choisi d'être alerté de ses nouveautés
-        </span>    
-        <span class="alreadyExistsAlert" style="display:none">
-            
-            Vous être déjà abonné à l'alerte de ses nouveautés
-        </span>    
-    </p>
-
-            
-
-        </div>
-
-
-        <div class="pptRelated">
-
-            <div id="PEArticleRC_LinkedArticles1_ExtendedBookProperties_ParticipantLinkedArticles1_ParticipantSpectacle"></div>
-
-            <div class="pptRelArticles">
-                <h3>Autres oeuvres</h3>
-                
-                    <ul class="pptRelArtList clearfix">
-                    
-                        <li class="pptRelArtItem">
-                            
-
-<dl class="clearfix">
-
-    <dt class="visualBox">     
-        <span id="FnacLink1" title="Millénium, T1" onclick="trackActionNewFA(&#39;CrossSell&#39;);" class="fnac 45CBCBC02D1F1F4846C4C1431944494A4219424F4E1F4A2225232C2C262B1FBE464848434946C34E1E3B4F4E431E2A1EB843C21E454F4E4E43C21ECAC3461E491E4A464E4A464349CB1EC04AC21E4843C21E44434E4E43C21E32CB46434C1EB84AC1C2C24F49 itemVisuLk">
-            <img class="itemVisu" id="img1" src="http://static.fnac-static.com/multimedia/FR/Images_Produits/FR/fnac.com/Grandes110_110/6/9/9/9782330004996.jpg" alt="Millénium, T1&nbsp;-&nbsp;Stieg Larsson" />
-        </span>
-        
-    </dt>
-
-    <dd class="itemTtl"> 
-        <a class="itemLk" id="articleLink" onclick="trackActionNewFA('CrossSell');"  href="http://livre.fnac.com/a3857794/Millenium-Tome-1-Les-hommes-qui-n-aimaient-pas-les-femmes-Stieg-Larsson"  title="Millénium, T1">
-            Millénium, T1
-        </a>
-    </dd> 
-
-    <dd class="itemSstl" title="Stieg Larsson">
-        Stieg Larsson
-        
-    </dd>
-    
-        <dd class="itemStars">
-         
-                <!-- note -->
-                
-    <img src="http://www4-fr.fnac-static.com/img/decos/etoiles/stars45.png" alt="Note moyenne des internautes :4,5/5"/>
-
-          
-        </dd>
-      
-
-    <dd class="itemPricer">
-        
-
-
-    <!--Fnac Price -->
-    
-
-
-        <!--New Price 07/12 -->
-        
-    
-    
-
-    <p class="smallPricerFA">
-
-        <!-- Début cas des prix remisés -->
-         <!--FIN cas des prix remisés --> <!-- DEBUT affichage des prix standard (sans remise) -->
-          
-		
-
-                <!-- gestion la remise dégressive-->
-				
-                    <strong class="userPrice">10&euro;</strong> <!-- parfois des prix "affaire de Fnac" s'affiche -->
-                
-
-        
-        <!-- FIN affichage des prix standard (sans remise) -->
-
-        </p>
-
-        
-
-    
-    
-        
-            <span class="itemBB">
-        <a AddBasketTrackingFunction="trackAddToBasketNewFA(3857794, 14, 1,1);" href="http://www4.fnac.com/Account/Basket/IntermediaryShoppingCartRecalculate.aspx?action=1&prid=3857794&sctype=standard&from=111" rel="nofollow" FnacIdProduct="3857794" class="btn b_sqr_y FnacBtnAddBasket">
-            <span class="img i_cart pdg_b_sm mrg_r_lg"></span>
-        </a>
-    </span>
-        
-
-    </dd>
-    
-    <dd class="itemSeller">
-        <!-- vendu par -->
-          
-    </dd>
-</dl>
-
-                        </li>
-                        
-                        <li class="pptRelArtItem">
-                            
-
-<dl class="clearfix">
-
-    <dt class="visualBox">     
-        <span id="FnacLink1" title="Millénium, T2" onclick="trackActionNewFA(&#39;CrossSell&#39;);" class="fnac 45CBCBC02D1F1F4846C4C1431944494A4219424F4E1F4A222C242B252C241FBE464848434946C34E1E3B4F4E431E211EB84A1E44464848431ECAC3461EC143C44A46CB1E4B1EC3491E41464B4F491E4B1E43C2C2434942431E43CB1E4B1EC349431E4A4848C34E43CBCB431E32CB46434C1EB84AC1C2C24F49 itemVisuLk">
-            <img class="itemVisu" id="img1" src="http://static.fnac-static.com/multimedia/Images/FR/NR/9b/ee/34/3468955/1535-1.jpg" alt="Millénium, T2&nbsp;-&nbsp;Stieg Larsson" />
-        </span>
-        
-    </dt>
-
-    <dd class="itemTtl"> 
-        <a class="itemLk" id="articleLink" onclick="trackActionNewFA('CrossSell');"  href="http://livre.fnac.com/a3764876/Millenium-Tome-2-La-fille-qui-revait-d-un-bidon-d-essence-et-d-une-allumette-Stieg-Larsson"  title="Millénium, T2">
-            Millénium, T2
-        </a>
-    </dd> 
-
-    <dd class="itemSstl" title="Stieg Larsson">
-        Stieg Larsson
-        
-    </dd>
-    
-        <dd class="itemStars">
-         
-                <!-- note -->
-                
-    <img src="http://www4-fr.fnac-static.com/img/decos/etoiles/stars5.png" alt="Note moyenne des internautes :5/5"/>
-
-          
-        </dd>
-      
-
-    <dd class="itemPricer">
-        
-
-
-    <!--Fnac Price -->
-    
-
-
-        <!--New Price 07/12 -->
-        
-    
-    
-
-    <p class="smallPricerFA">
-
-        <!-- Début cas des prix remisés -->
-         <!--FIN cas des prix remisés --> <!-- DEBUT affichage des prix standard (sans remise) -->
-          
-		
-
-                <!-- gestion la remise dégressive-->
-				
-                    <strong class="userPrice">10&euro;</strong> <!-- parfois des prix "affaire de Fnac" s'affiche -->
-                
-
-        
-        <!-- FIN affichage des prix standard (sans remise) -->
-
-        </p>
-
-        
-
-    
-    
-        
-            <span class="itemBB">
-        <a AddBasketTrackingFunction="trackAddToBasketNewFA(3764876, 14, 2,1);" href="http://www4.fnac.com/Account/Basket/IntermediaryShoppingCartRecalculate.aspx?action=1&prid=3764876&sctype=standard&from=111" rel="nofollow" FnacIdProduct="3764876" class="btn b_sqr_y FnacBtnAddBasket">
-            <span class="img i_cart pdg_b_sm mrg_r_lg"></span>
-        </a>
-    </span>
-        
-
-    </dd>
-    
-    <dd class="itemSeller">
-        <!-- vendu par -->
-          
-    </dd>
-</dl>
-
-                        </li>
-                        
-                        <li class="pptRelArtItem">
-                            
-
-<dl class="clearfix">
-
-    <dt class="visualBox">     
-        <span id="FnacLink1" title="Millénium, T3" onclick="trackActionNewFA(&#39;CrossSell&#39;);" class="fnac 45CBCBC02D1F1F4846C4C1431944494A4219424F4E1F4A2320212B242B2C1FBE464848434946C34E1E3B4F4E431E221EB84A1EC1434649431E4B4A49C21E48431EC04A484A46C21E4B43C21E424FC3C14A49CBC21E4B1E4A46C11E32CB46434C1EB84AC1C2C24F49 itemVisuLk">
-            <img class="itemVisu" id="img1" src="http://static.fnac-static.com/multimedia/Images/FR/NR/5d/32/42/4338269/1535-1.jpg" alt="Millénium, T3&nbsp;-&nbsp;Stieg Larsson" />
-        </span>
-        
-    </dt>
-
-    <dd class="itemTtl"> 
-        <a class="itemLk" id="articleLink" onclick="trackActionNewFA('CrossSell');"  href="http://livre.fnac.com/a5024647/Millenium-Tome-3-La-reine-dans-le-palais-des-courants-d-air-Stieg-Larsson"  title="Millénium, T3">
-            Millénium, T3
-        </a>
-    </dd> 
-
-    <dd class="itemSstl" title="Stieg Larsson">
-        Stieg Larsson
-        
-    </dd>
-    
-        <dd class="itemStars">
-         
-                <!-- note -->
-                
-    <img src="http://www4-fr.fnac-static.com/img/decos/etoiles/stars45.png" alt="Note moyenne des internautes :4,5/5"/>
-
-          
-        </dd>
-      
-
-    <dd class="itemPricer">
-        
-
-
-    <!--Fnac Price -->
-    
-
-
-        <!--New Price 07/12 -->
-        
-    
-    
-
-    <p class="smallPricerFA">
-
-        <!-- Début cas des prix remisés -->
-         <!--FIN cas des prix remisés --> <!-- DEBUT affichage des prix standard (sans remise) -->
-          
-		
-
-                <!-- gestion la remise dégressive-->
-				
-                    <strong class="userPrice">10&euro;</strong> <!-- parfois des prix "affaire de Fnac" s'affiche -->
-                
-
-        
-        <!-- FIN affichage des prix standard (sans remise) -->
-
-        </p>
-
-        
-
-    
-    
-        
-            <span class="itemBB">
-        <a AddBasketTrackingFunction="trackAddToBasketNewFA(5024647, 14, 3,1);" href="http://www4.fnac.com/Account/Basket/IntermediaryShoppingCartRecalculate.aspx?action=1&prid=5024647&sctype=standard&from=111" rel="nofollow" FnacIdProduct="5024647" class="btn b_sqr_y FnacBtnAddBasket">
-            <span class="img i_cart pdg_b_sm mrg_r_lg"></span>
-        </a>
-    </span>
-        
-
-    </dd>
-    
-    <dd class="itemSeller">
-        <!-- vendu par -->
-          
-    </dd>
-</dl>
-
-                        </li>
-                        
-                        <li class="pptRelArtItem">
-                            
-
-<dl class="clearfix">
-
-    <dt class="visualBox">     
-        <span id="FnacLink1" title="La Princesse des glaces" onclick="trackActionNewFA(&#39;CrossSell&#39;);" class="fnac 45CBCBC02D1F1F4846C4C1431944494A4219424F4E1F4A212122212A252B1FB24A4E4648484A1EB84A42474143C14C1EB84A1EC0C146494243C2C2431E4B43C21E4C484A4243C22FB933BEB331B6B2BAB82E3612B4BF31BEBA3B2E4330C341 itemVisuLk">
-            <img class="itemVisu" id="img1" src="http://static.fnac-static.com/multimedia/Images/FR/NR/cc/f0/36/3600588/1535-0.jpg" alt="La Princesse des glaces&nbsp;-&nbsp;Lena Grumbach, Marc de Gouvenain, Camilla Läckberg" />
-        </span>
-        
-    </dt>
-
-    <dd class="itemTtl"> 
-        <a class="itemLk" id="articleLink" onclick="trackActionNewFA('CrossSell');"  href="http://livre.fnac.com/a2232184/Camilla-Lackberg-La-princesse-des-glaces?NUMERICAL=Y#FORMAT=ePub"  title="La Princesse des glaces">
-            La Princesse de...
-        </a>
-    </dd> 
-
-    <dd class="itemSstl" title="Lena Grumbach, Marc de Gouvenain, Camilla Läckberg">
-        Lena Grumbach,...
-        
-    </dd>
-    
-        <dd class="itemStars">
-           
-        </dd>
-      
-
-    <dd class="itemPricer">
-        
-
-
-
-
-        <!--New Price 07/12 -->
-        
-    
-    
-
-    <p class="smallPricerFA">
-
-        <!-- Début cas des prix remisés -->
-         <!--FIN cas des prix remisés --> <!-- DEBUT affichage des prix standard (sans remise) -->
-          
-		
-
-                <!-- gestion la remise dégressive-->
-				
-                    <strong class="userPrice">9,99&euro;</strong> <!-- parfois des prix "affaire de Fnac" s'affiche -->
-                
-
-        
-        <!-- FIN affichage des prix standard (sans remise) -->
-
-        </p>
-
-        
-
-    
-    
-
-        
-            <span class="itemBB">
-    <a AddBasketTrackingFunction="trackAddToBasketNewFA(4016626, 14, 4,1);" class="btn b_sqr_b FnacBtnAddBasket" FnacIdProduct="4016626" href="http://www4.fnac.com/Account/Basket/IntermediaryShoppingCartRecalculate.aspx?action=1&prid=4016626&sctype=standard" rel="nofollow" id="numart_buttondl" >
-        <span class="img i_dl pdg_b_sm mrg_r_lg"></span>
-    </a>
-        
-    
-</span>
-        
-
-    </dd>
-    
-    <dd class="itemSeller">
-        <!-- vendu par -->
-          
-    </dd>
-</dl>
-
-                        </li>
-                        
-                        <li class="pptRelArtItem">
-                            
-
-<dl class="clearfix">
-
-    <dt class="visualBox">     
-        <span id="FnacLink1" title="Millénium 1 - Les hommes qui n&#39;aimaient pas les femmes" onclick="trackActionNewFA(&#39;CrossSell&#39;);" class="fnac 45CBCBC02D1F1F4846C4C1431944494A4219424F4E1F4A2A2521222324221FBE464848434946C34E1E3B4F4E431E2A1EB843C21E454F4E4E43C21ECAC3461E491E4A464E4A464349CB1EC04AC21E4843C21E44434E4E43C21E32CB46434C1EB84AC1C2C24F492FB933BEB331B6B2BAB82E3612B4BF31BEBA3B2E4330C341 itemVisuLk">
-            <img class="itemVisu" id="img1" src="http://static.fnac-static.com/multimedia/Images/FR/NR/ab/15/36/3544491/1535-0.jpg" alt="Millénium 1 - Les hommes qui n'aimaient pas les femmes&nbsp;-&nbsp;Lena Grumbach, Marc de Gouvenain, Stieg Larsson" />
-        </span>
-        
-    </dt>
-
-    <dd class="itemTtl"> 
-        <a class="itemLk" id="articleLink" onclick="trackActionNewFA('CrossSell');"  href="http://livre.fnac.com/a1823563/Millenium-Tome-1-Les-hommes-qui-n-aimaient-pas-les-femmes-Stieg-Larsson?NUMERICAL=Y#FORMAT=ePub"  title="Millénium 1 - Les hommes qui n'aimaient pas les femmes">
-            Millénium 1 - L...
-        </a>
-    </dd> 
-
-    <dd class="itemSstl" title="Lena Grumbach, Marc de Gouvenain, Stieg Larsson">
-        Lena Grumbach,...
-        
-    </dd>
-    
-        <dd class="itemStars">
-           
-        </dd>
-      
-
-    <dd class="itemPricer">
-        
-
-
-
-
-        <!--New Price 07/12 -->
-        
-    
-    
-
-    <p class="smallPricerFA">
-
-        <!-- Début cas des prix remisés -->
-         <!--FIN cas des prix remisés --> <!-- DEBUT affichage des prix standard (sans remise) -->
-          
-		
-
-                <!-- gestion la remise dégressive-->
-				
-                    <strong class="userPrice">9,99&euro;</strong> <!-- parfois des prix "affaire de Fnac" s'affiche -->
-                
-
-        
-        <!-- FIN affichage des prix standard (sans remise) -->
-
-        </p>
-
-        
-
-    
-    
-
-        
-            <span class="itemBB">
-    <a AddBasketTrackingFunction="trackAddToBasketNewFA(3903034, 14, 5,1);" class="btn b_sqr_b FnacBtnAddBasket" FnacIdProduct="3903034" href="http://www4.fnac.com/Account/Basket/IntermediaryShoppingCartRecalculate.aspx?action=1&prid=3903034&sctype=standard" rel="nofollow" id="numart_buttondl" >
-        <span class="img i_dl pdg_b_sm mrg_r_lg"></span>
-    </a>
-        
-    
-</span>
-        
-
-    </dd>
-    
-    <dd class="itemSeller">
-        <!-- vendu par -->
-          
-    </dd>
-</dl>
-
-                        </li>
-                        
-                    </ul>
-            </div>
-
-
-            
-
-        </div>
-
-    </div>
-</div>
-
-             
-
-
-
-
-
-    
-
-
-
-<div id="PEArticleRC_UsersOpinion1">
-
-
-<script type="text/javascript">
-
-    function paginationComments(args) {
-        return DirectRenderingWithMsg("WebForm_DoCallback('PEArticleRC$UsersOpinion1','" + args + "',JSHandlerStructWithMsg,null,null,true)");
-    }
-    function showAllOpinion(args) {
-        paginationComments('1|10|1;' + args);
-        return false;
-    }
-
-
-
-    function ChangeTransletedOpinion(args) {
-        var argsTranslated = args ? "translate" : "notranslate";
-        return DirectRenderingWithMsg("WebForm_DoCallback('PEArticleRC$UsersOpinion1','" + argsTranslated + "',JSHandlerStructWithMsg,null,null,true)");
-    }
-
-</script>
-
-
-
-<div id="avisinternautes" class="blkSpace avisinternautes clearfix">
-    
-
-<h2 class="ssTtl"><strong>Avis des internautes</strong>&nbsp;: 
-        
-            "Millénium, Tome 2 - La fille qui rêvait d'un bidon d'essence et d'une allumette"
-        
-</h2>
-    
-
-
-    <a href="#" class="BlkToTop">Haut de page<span class="arrow-up"><!-- --></span></a>
-    <div class="clearb">
-        <!-- -->
-    </div>
-    <div class="blkBrd clearfix">
-        <div class="headOpinion clearfix">
-            
-<div class="productRating">
-    <div class="inner">
-        <strong>Note moyenne</strong>
-        <div class="nbcomments">
-            <span id="FnacLink1" onclick="function(){ return showAllOpinion(); }" class="fnac 4D4AC44AC242C146C0CB2DC143CBC3C14910444A48C24327 ">(74 avis)</span>
-                
-            
-        </div>
-    </div>
-    <div class="stars clearfix">
-        
-    <i class="img i_star"><!-- --></i><i class="img i_star"><!-- --></i><i class="img i_star"><!-- --></i><i class="img i_star"><!-- --></i><i class="img i_emptyStar"><!-- --></i>
-
-    </div>
-     
-
-    
-</div>    
-
-            
-
-<div class="productAverageRating">
-    
-    <div class="notation">
-        
-                <div class="rowjauge clearfix">
-                    <div class="nbcomments">40</div>
-                    
-                    <div class="jaugepourcent">
-                        <div class="pourcent" style="width:54%">&nbsp;</div>
-                    </div>
-                    <div class="stars">
-                        
-                        <i class="img i_star"><!-- --></i><i class="img i_star"><!-- --></i><i class="img i_star"><!-- --></i><i class="img i_star"><!-- --></i><i class="img i_star"><!-- --></i>
-                        
-                    </div>
-                </div>
-        
-                <div class="rowjauge clearfix">
-                    <div class="nbcomments">17</div>
-                    
-                    <div class="jaugepourcent">
-                        <div class="pourcent" style="width:22%">&nbsp;</div>
-                    </div>
-                    <div class="stars">
-                        
-                        <i class="img i_star"><!-- --></i><i class="img i_star"><!-- --></i><i class="img i_star"><!-- --></i><i class="img i_star"><!-- --></i>
-                        
-                    </div>
-                </div>
-        
-                <div class="rowjauge clearfix">
-                    <div class="nbcomments">5</div>
-                    
-                    <div class="jaugepourcent">
-                        <div class="pourcent" style="width:6%">&nbsp;</div>
-                    </div>
-                    <div class="stars">
-                        
-                        <i class="img i_star"><!-- --></i><i class="img i_star"><!-- --></i><i class="img i_star"><!-- --></i>
-                        
-                    </div>
-                </div>
-        
-                <div class="rowjauge clearfix">
-                    <div class="nbcomments">6</div>
-                    
-                    <div class="jaugepourcent">
-                        <div class="pourcent" style="width:8%">&nbsp;</div>
-                    </div>
-                    <div class="stars">
-                        
-                        <i class="img i_star"><!-- --></i><i class="img i_star"><!-- --></i>
-                        
-                    </div>
-                </div>
-        
-                <div class="rowjauge clearfix">
-                    <div class="nbcomments">5</div>
-                    
-                    <div class="jaugepourcent">
-                        <div class="pourcent" style="width:6%">&nbsp;</div>
-                    </div>
-                    <div class="stars">
-                        
-                        <i class="img i_star"><!-- --></i>
-                        
-                    </div>
-                </div>
-        
-    </div>
-</div>    
-
-            <div class="addComment">
-                
-<div>
-    <span id="FnacLink1" title="Écrire un avis" class="fnac 45CBCBC02D1F1FCCCCCC2B1944494A4219424F4E1FC2454348441F4A4B4B3F424F4E4E4349CB194AC2C0C52F3031B6BB2E2A25262A22232B b_std_w btn">
-        <span class="img i_comment"><!-- --></span>Écrire un avis</span>
-    
-</div>
-
-                
-            </div>
-        </div>
-
-        <ul class="clearfix contentOpinion">
-            
-<li id="oneComment6355094" class="oneComment  clearfix">
-    <div class="user">
-        
-
-<div id="CommentRating_6355094" class="rating">
-
-
-    <p class="clearfix">
-        <span class="floatl">Note :</span>
-        
-    <i class="img i_star"><!-- --></i><i class="img i_star"><!-- --></i><i class="img i_star"><!-- --></i><i class="img i_star"><!-- --></i><i class="img i_emptyStar"><!-- --></i>
-
-    </p>
-</div>    
-
-        
-
-<div id="CommentUserData_6355094">
-    <div id="User_6355094" class="userData">
-        par
-        <span id="TrackingTag_Review_Display_ReadAllReviews" class="fnac 45CBCBC02D1F1FCCCCCC2B1944494A4219424F4E1FB5BB2C231FC0C1242625222544222A41254A22242B4120212421434244432A232A2C4A412C2B42252C2343234443432C252B2C262A2C43 ">HD75</span>
-        
-        <span class="img i_user"><!-- --></span>
-
-        
-    </div>
-    <div id="LieuDateUser_6355094" class="lieuDateUser">
-        Paris, 31/08/2013 
-        
-    </div>
-</div>
-
-    </div>
-    <div class="comment">
-        
-
-<div id="CommentText_6355094">
-    <div id="TitleComment_6355094" class="title">
-        Prenant
-    </div>
-    <div id="ContentComment_6355094" class="context">
-        N'ayant pas lu le premier mais ayant apprécié le film, j'ai attaqué ce livre par curiosité. Je n'ai pas été déçue. Il y a quelques redondances du fait du changement de points de vues avec les différents personnages, mais une lecture malgré tout agréable.
-        
-    </div>
-    
-</div>
-
-
-        
-        
-    </div>
-    <div class="more">
-        
-    <div id="CommentSummary_6355094" class="feedBack">
-        1 personne sur 1 a trouvé ce commentaire utile.
-        
-    </div>
-
-        
-
-<div id="CommentUtile_6355094" class="usefulYesNo">
-    <span class="mrg_r_lg">Cet avis vous a-t-il été utile ?</span>
-     <span id="FnacLink1" onclick="function(){return false;}" class="fnac 4D4AC44AC242C146C0CB2DC04FC03C4A46CB151CB443434B414A42473643C23F2422232320262B1C181C45CBCBC02D1F1FCCCCCC2B1E44C11944494A421EC2CB4ACB464219424F4E1F464E4C1FC04642CB4FC21F4A4D4AC53F41C3C2C6194C46441C16273C4341B44FC14E3FBB4FB24A4848414A4247151C30B3BAC1CB4642484331B21B33C243C1C2BFC04649464F492A1BBF4943B24F4E4E4349CB2A1BB24F4E4E4349CB33CB4648432A1C181C2422232320262BC82A1C18BD32B54A494B4843C132CBC1C342CB3C46CB45BEC24C1849C348481849C3484818CBC1C3431627 btn b_std_w">
-        <span id="FeedbackYes_6355094" class="inner">Oui</span>
-    </span>
-    <span id="FnacLink2" onclick="function(){return false;}" class="fnac 4D4AC44AC242C146C0CB2DC04FC03C4A46CB151CB443434B414A4247B94F3F2422232320262B1C181C45CBCBC02D1F1FCCCCCC2B1E44C11944494A421EC2CB4ACB464219424F4E1F464E4C1FC04642CB4FC21F4A4D4AC53F41C3C2C6194C46441C16273C4341B44FC14E3FBB4FB24A4848414A4247151C30B3BAC1CB4642484331B21B33C243C1C2BFC04649464F492A1BBF4943B24F4E4E4349CB2A1BB24F4E4E4349CB33CB4648432A1C181C2422232320262BC8201C18BD32B54A494B4843C132CBC1C342CB3C46CB45BEC24C1849C348481849C3484818CBC1C3431627 btn b_std_w">
-        <span id="FeedbackNo_6355094" class="inner">Non</span>
-    </span>
-
-    
-</div> 
-
-
-        
-<div id="CommentAbuse_6355094" class="abuse">
-    <span>
-        <span id="FnacLink1" title="Signaler un abus" class="fnac 45CBCBC02D1F1FCCCCCC2B1944494A4219424F4E1FB24F4E4E4349CBC21FBB4342484AC143BA41C3C243BAC1CB46424843194AC2C0C52F30C143C4464FC3C23331B82E45CBCBC0132123224A132123214413212321444846C4C1431944494A4219424F4E13212321444A2A25262A22232B1321232144BE464848434946C34E1E3B4F4E431E211EB84A1E44464848431ECAC3461EC143C44A46CB1E4B1EC3491E41464B4F491E4B1E43C2C2434942431E43CB1E4B1EC349431E4A4848C34E43CBCB431E32CB46434C1EB84AC1C2C24F491321232244B933BEB331B6B2BAB8132123224B36143031B6BB2E2A25262A22232B14C143C44643CCB6BB2E2422232320262B ">Signaler un abus</span>
-        
-    </span>
-    <div class="clearing"></div>         
-</div> 
-
-        
-
-
-
-        
-    </div>
-</li>
-
-            
-<li id="oneComment6337108" class="oneComment  clearfix">
-    <div class="user">
-        
-
-<div id="CommentRating_6337108" class="rating">
-
-
-    <p class="clearfix">
-        <span class="floatl">Note :</span>
-        
-    <i class="img i_star"><!-- --></i><i class="img i_star"><!-- --></i><i class="img i_star"><!-- --></i><i class="img i_star"><!-- --></i><i class="img i_star"><!-- --></i>
-
-    </p>
-</div>    
-
-        
-
-<div id="CommentUserData_6337108">
-    <div id="User_6337108" class="userData">
-        par
-        <span id="TrackingTag_Review_Display_ReadAllReviews" class="fnac 45CBCBC02D1F1FCCCCCC2B1944494A4219424F4E1FBA4843C51FC0C123434A2C2C2A4B262B422A2521214B432A2324442A2022212B22412A4A202A432326212124422B41414A262C424B4A22 ">Alex</span>
-        
-        <span class="img i_user"><!-- --></span>
-
-        
-    </div>
-    <div id="LieuDateUser_6337108" class="lieuDateUser">
-        Le Havre, 24/06/2013 
-        
-    </div>
-</div>
-
-    </div>
-    <div class="comment">
-        
-
-<div id="CommentText_6337108">
-    <div id="TitleComment_6337108" class="title">
-        Un classique
-    </div>
-    <div id="ContentComment_6337108" class="context">
-        Une suite évidente et incroyable. Une intrigue et un suspense haletant. On retrouve avec plaisir les personnages du premier tome. Une lecture facile et plaisante
-        
-    </div>
-    
-</div>
-
-
-        
-        
-    </div>
-    <div class="more">
-        
-    <div id="CommentSummary_6337108" class="feedBack">
-        1 personne sur 1 a trouvé ce commentaire utile.
-        
-    </div>
-
-        
-
-<div id="CommentUtile_6337108" class="usefulYesNo">
-    <span class="mrg_r_lg">Cet avis vous a-t-il été utile ?</span>
-     <span id="FnacLink1" onclick="function(){return false;}" class="fnac 4D4AC44AC242C146C0CB2DC04FC03C4A46CB151CB443434B414A42473643C23F2422222C2A20251C181C45CBCBC02D1F1FCCCCCC2B1E44C11944494A421EC2CB4ACB464219424F4E1F464E4C1FC04642CB4FC21F4A4D4AC53F41C3C2C6194C46441C16273C4341B44FC14E3FBB4FB24A4848414A4247151C30B3BAC1CB4642484331B21B33C243C1C2BFC04649464F492A1BBF4943B24F4E4E4349CB2A1BB24F4E4E4349CB33CB4648432A1C181C2422222C2A2025C82A1C18BD32B54A494B4843C132CBC1C342CB3C46CB45BEC24C1849C348481849C3484818CBC1C3431627 btn b_std_w">
-        <span id="FeedbackYes_6337108" class="inner">Oui</span>
-    </span>
-    <span id="FnacLink2" onclick="function(){return false;}" class="fnac 4D4AC44AC242C146C0CB2DC04FC03C4A46CB151CB443434B414A4247B94F3F2422222C2A20251C181C45CBCBC02D1F1FCCCCCC2B1E44C11944494A421EC2CB4ACB464219424F4E1F464E4C1FC04642CB4FC21F4A4D4AC53F41C3C2C6194C46441C16273C4341B44FC14E3FBB4FB24A4848414A4247151C30B3BAC1CB4642484331B21B33C243C1C2BFC04649464F492A1BBF4943B24F4E4E4349CB2A1BB24F4E4E4349CB33CB4648432A1C181C2422222C2A2025C8201C18BD32B54A494B4843C132CBC1C342CB3C46CB45BEC24C1849C348481849C3484818CBC1C3431627 btn b_std_w">
-        <span id="FeedbackNo_6337108" class="inner">Non</span>
-    </span>
-
-    
-</div> 
-
-
-        
-<div id="CommentAbuse_6337108" class="abuse">
-    <span>
-        <span id="FnacLink1" title="Signaler un abus" class="fnac 45CBCBC02D1F1FCCCCCC2B1944494A4219424F4E1FB24F4E4E4349CBC21FBB4342484AC143BA41C3C243BAC1CB46424843194AC2C0C52F30C143C4464FC3C23331B82E45CBCBC0132123224A132123214413212321444846C4C1431944494A4219424F4E13212321444A2A25262A22232B1321232144BE464848434946C34E1E3B4F4E431E211EB84A1E44464848431ECAC3461EC143C44A46CB1E4B1EC3491E41464B4F491E4B1E43C2C2434942431E43CB1E4B1EC349431E4A4848C34E43CBCB431E32CB46434C1EB84AC1C2C24F491321232244B933BEB331B6B2BAB8132123224B36143031B6BB2E2A25262A22232B14C143C44643CCB6BB2E2422222C2A2025 ">Signaler un abus</span>
-        
-    </span>
-    <div class="clearing"></div>         
-</div> 
-
-        
-
-
-
-        
-    </div>
-</li>
-
-            
-<li id="oneComment6256372" class="oneComment  clearfix">
-    <div class="user">
-        
-
-<div id="CommentRating_6256372" class="rating">
-
-
-    <p class="clearfix">
-        <span class="floatl">Note :</span>
-        
-    <i class="img i_star"><!-- --></i><i class="img i_star"><!-- --></i><i class="img i_star"><!-- --></i><i class="img i_star"><!-- --></i><i class="img i_star"><!-- --></i>
-
-    </p>
-</div>    
-
-        
-
-<div id="CommentUserData_6256372">
-    <div id="User_6256372" class="userData">
-        par
-        <span id="TrackingTag_Review_Display_ReadAllReviews" class="fnac 45CBCBC02D1F1FCCCCCC2B1944494A4219424F4E1FBE4AC146434848431FC0C12B22222C242544442422262B2123212A2A25222C23244A22212C23412B4B4B2342224A252C202626422B2423422A2B2B ">Marielle</span>
-        
-        <span class="img i_user"><!-- --></span>
-
-        
-    </div>
-    <div id="LieuDateUser_6256372" class="lieuDateUser">
-        Châteauroux, 20/09/2012 
-        
-    </div>
-</div>
-
-    </div>
-    <div class="comment">
-        
-
-<div id="CommentText_6256372">
-    <div id="TitleComment_6256372" class="title">
-        Encore meilleur !
-    </div>
-    <div id="ContentComment_6256372" class="context">
-        C'est avec plaisir que l'on retrouve Lisbeth, après son "coup de maître" du 1er volume ! Une nouvelle affaire attend Mikael, qui va recroiser sa route. Style dans la droite ligne du premier opus de cette trilogie. A ne manquer sous aucun prétexte !
-        
-    </div>
-    
-</div>
-
-
-        
-        
-    </div>
-    <div class="more">
-        
-    <div id="CommentSummary_6256372" class="feedBack">
-        1 personne sur 1 a trouvé ce commentaire utile.
-        
-    </div>
-
-        
-
-<div id="CommentUtile_6256372" class="usefulYesNo">
-    <span class="mrg_r_lg">Cet avis vous a-t-il été utile ?</span>
-     <span id="FnacLink1" onclick="function(){return false;}" class="fnac 4D4AC44AC242C146C0CB2DC04FC03C4A46CB151CB443434B414A42473643C23F24212324222C211C181C45CBCBC02D1F1FCCCCCC2B1E44C11944494A421EC2CB4ACB464219424F4E1F464E4C1FC04642CB4FC21F4A4D4AC53F41C3C2C6194C46441C16273C4341B44FC14E3FBB4FB24A4848414A4247151C30B3BAC1CB4642484331B21B33C243C1C2BFC04649464F492A1BBF4943B24F4E4E4349CB2A1BB24F4E4E4349CB33CB4648432A1C181C24212324222C21C82A1C18BD32B54A494B4843C132CBC1C342CB3C46CB45BEC24C1849C348481849C3484818CBC1C3431627 btn b_std_w">
-        <span id="FeedbackYes_6256372" class="inner">Oui</span>
-    </span>
-    <span id="FnacLink2" onclick="function(){return false;}" class="fnac 4D4AC44AC242C146C0CB2DC04FC03C4A46CB151CB443434B414A4247B94F3F24212324222C211C181C45CBCBC02D1F1FCCCCCC2B1E44C11944494A421EC2CB4ACB464219424F4E1F464E4C1FC04642CB4FC21F4A4D4AC53F41C3C2C6194C46441C16273C4341B44FC14E3FBB4FB24A4848414A4247151C30B3BAC1CB4642484331B21B33C243C1C2BFC04649464F492A1BBF4943B24F4E4E4349CB2A1BB24F4E4E4349CB33CB4648432A1C181C24212324222C21C8201C18BD32B54A494B4843C132CBC1C342CB3C46CB45BEC24C1849C348481849C3484818CBC1C3431627 btn b_std_w">
-        <span id="FeedbackNo_6256372" class="inner">Non</span>
-    </span>
-
-    
-</div> 
-
-
-        
-<div id="CommentAbuse_6256372" class="abuse">
-    <span>
-        <span id="FnacLink1" title="Signaler un abus" class="fnac 45CBCBC02D1F1FCCCCCC2B1944494A4219424F4E1FB24F4E4E4349CBC21FBB4342484AC143BA41C3C243BAC1CB46424843194AC2C0C52F30C143C4464FC3C23331B82E45CBCBC0132123224A132123214413212321444846C4C1431944494A4219424F4E13212321444A2A25262A22232B1321232144BE464848434946C34E1E3B4F4E431E211EB84A1E44464848431ECAC3461EC143C44A46CB1E4B1EC3491E41464B4F491E4B1E43C2C2434942431E43CB1E4B1EC349431E4A4848C34E43CBCB431E32CB46434C1EB84AC1C2C24F491321232244B933BEB331B6B2BAB8132123224B36143031B6BB2E2A25262A22232B14C143C44643CCB6BB2E24212324222C21 ">Signaler un abus</span>
-        
-    </span>
-    <div class="clearing"></div>         
-</div> 
-
-        
-
-
-
-        
-    </div>
-</li>
-
-            
-<li id="oneComment6190070" class="oneComment  clearfix">
-    <div class="user">
-        
-
-<div id="CommentRating_6190070" class="rating">
-
-
-    <p class="clearfix">
-        <span class="floatl">Note :</span>
-        
-    <i class="img i_star"><!-- --></i><i class="img i_star"><!-- --></i><i class="img i_star"><!-- --></i><i class="img i_star"><!-- --></i><i class="img i_star"><!-- --></i>
-
-    </p>
-</div>    
-
-        
-
-<div id="CommentUserData_6190070">
-    <div id="User_6190070" class="userData">
-        par
-        <span id="TrackingTag_Review_Display_ReadAllReviews" class="fnac 45CBCBC02D1F1FCCCCCC2B1944494A4219424F4E1FB14C4F484B4F1FC0C1204A212B22232525442B422A262C202020242B4A21434A262C212A2423412C2B2043222C2C4326422C232224444A264B ">Bgoldo</span>
-        
-        <span class="img i_user"><!-- --></span>
-
-        
-    </div>
-    <div id="LieuDateUser_6190070" class="lieuDateUser">
-        France, 27/02/2012 
-        
-    </div>
-</div>
-
-    </div>
-    <div class="comment">
-        
-
-<div id="CommentText_6190070">
-    <div id="TitleComment_6190070" class="title">
-        Aussi bon que le tome 1
-    </div>
-    <div id="ContentComment_6190070" class="context">
-        Ce roman nous tient en haleine du debut jusqu'a la fin et nous motive à acheter le tome 3
-        
-    </div>
-    
-</div>
-
-
-        
-        
-    </div>
-    <div class="more">
-        
-        
-
-<div id="CommentUtile_6190070" class="usefulYesNo">
-    <span class="mrg_r_lg">Cet avis vous a-t-il été utile ?</span>
-     <span id="FnacLink1" onclick="function(){return false;}" class="fnac 4D4AC44AC242C146C0CB2DC04FC03C4A46CB151CB443434B414A42473643C23F242A2620202C201C181C45CBCBC02D1F1FCCCCCC2B1E44C11944494A421EC2CB4ACB464219424F4E1F464E4C1FC04642CB4FC21F4A4D4AC53F41C3C2C6194C46441C16273C4341B44FC14E3FBB4FB24A4848414A4247151C30B3BAC1CB4642484331B21B33C243C1C2BFC04649464F492A1BBF4943B24F4E4E4349CB2A1BB24F4E4E4349CB33CB4648432A1C181C242A2620202C20C82A1C18BD32B54A494B4843C132CBC1C342CB3C46CB45BEC24C1849C348481849C3484818CBC1C3431627 btn b_std_w">
-        <span id="FeedbackYes_6190070" class="inner">Oui</span>
-    </span>
-    <span id="FnacLink2" onclick="function(){return false;}" class="fnac 4D4AC44AC242C146C0CB2DC04FC03C4A46CB151CB443434B414A4247B94F3F242A2620202C201C181C45CBCBC02D1F1FCCCCCC2B1E44C11944494A421EC2CB4ACB464219424F4E1F464E4C1FC04642CB4FC21F4A4D4AC53F41C3C2C6194C46441C16273C4341B44FC14E3FBB4FB24A4848414A4247151C30B3BAC1CB4642484331B21B33C243C1C2BFC04649464F492A1BBF4943B24F4E4E4349CB2A1BB24F4E4E4349CB33CB4648432A1C181C242A2620202C20C8201C18BD32B54A494B4843C132CBC1C342CB3C46CB45BEC24C1849C348481849C3484818CBC1C3431627 btn b_std_w">
-        <span id="FeedbackNo_6190070" class="inner">Non</span>
-    </span>
-
-    
-</div> 
-
-
-        
-<div id="CommentAbuse_6190070" class="abuse">
-    <span>
-        <span id="FnacLink1" title="Signaler un abus" class="fnac 45CBCBC02D1F1FCCCCCC2B1944494A4219424F4E1FB24F4E4E4349CBC21FBB4342484AC143BA41C3C243BAC1CB46424843194AC2C0C52F30C143C4464FC3C23331B82E45CBCBC0132123224A132123214413212321444846C4C1431944494A4219424F4E13212321444A2A25262A22232B1321232144BE464848434946C34E1E3B4F4E431E211EB84A1E44464848431ECAC3461EC143C44A46CB1E4B1EC3491E41464B4F491E4B1E43C2C2434942431E43CB1E4B1EC349431E4A4848C34E43CBCB431E32CB46434C1EB84AC1C2C24F491321232244B933BEB331B6B2BAB8132123224B36143031B6BB2E2A25262A22232B14C143C44643CCB6BB2E242A2620202C20 ">Signaler un abus</span>
-        
-    </span>
-    <div class="clearing"></div>         
-</div> 
-
-        
-
-
-
-        
-    </div>
-</li>
-
-            
-<li id="oneComment6173916" class="oneComment  clearfix">
-    <div class="user">
-        
-
-<div id="CommentRating_6173916" class="rating">
-
-
-    <p class="clearfix">
-        <span class="floatl">Note :</span>
-        
-    <i class="img i_star"><!-- --></i><i class="img i_star"><!-- --></i><i class="img i_star"><!-- --></i><i class="img i_star"><!-- --></i><i class="img i_star"><!-- --></i>
-
-    </p>
-</div>    
-
-        
-
-<div id="CommentUserData_6173916">
-    <div id="User_6173916" class="userData">
-        par
-        <span id="TrackingTag_Review_Display_ReadAllReviews" class="fnac 45CBCBC02D1F1FCCCCCC2B1944494A4219424F4E1F304646464E4FC3C2C2431FC0C1444425204321422C41414B252420442B4226212A234A254B2C212B254B222A2B4A2C2A4B2A2A4B43234A212025202244 ">Piiimousse</span>
-        
-        <span class="img i_user"><!-- --></span>
-
-        
-    </div>
-    <div id="LieuDateUser_6173916" class="lieuDateUser">
-        France, 20/01/2012 
-        
-    </div>
-</div>
-
-    </div>
-    <div class="comment">
-        
-
-<div id="CommentText_6173916">
-    <div id="TitleComment_6173916" class="title">
-        Superbe
-    </div>
-    <div id="ContentComment_6173916" class="context">
-        Un très bon livre que je vous conseille à tous ! Du suspens.. je n'ai pu me retenir de le lire. En 3 jours, il était terminé ! Vite j'achète la suite.  Il y a de l'intrigue.. Les personnages deviennent vivant dans notre imaginaire car il ont un aspect très réaliste !
-        
-    </div>
-    
-</div>
-
-
-        
-        
-    </div>
-    <div class="more">
-        
-        
-
-<div id="CommentUtile_6173916" class="usefulYesNo">
-    <span class="mrg_r_lg">Cet avis vous a-t-il été utile ?</span>
-     <span id="FnacLink1" onclick="function(){return false;}" class="fnac 4D4AC44AC242C146C0CB2DC04FC03C4A46CB151CB443434B414A42473643C23F242A2C22262A241C181C45CBCBC02D1F1FCCCCCC2B1E44C11944494A421EC2CB4ACB464219424F4E1F464E4C1FC04642CB4FC21F4A4D4AC53F41C3C2C6194C46441C16273C4341B44FC14E3FBB4FB24A4848414A4247151C30B3BAC1CB4642484331B21B33C243C1C2BFC04649464F492A1BBF4943B24F4E4E4349CB2A1BB24F4E4E4349CB33CB4648432A1C181C242A2C22262A24C82A1C18BD32B54A494B4843C132CBC1C342CB3C46CB45BEC24C1849C348481849C3484818CBC1C3431627 btn b_std_w">
-        <span id="FeedbackYes_6173916" class="inner">Oui</span>
-    </span>
-    <span id="FnacLink2" onclick="function(){return false;}" class="fnac 4D4AC44AC242C146C0CB2DC04FC03C4A46CB151CB443434B414A4247B94F3F242A2C22262A241C181C45CBCBC02D1F1FCCCCCC2B1E44C11944494A421EC2CB4ACB464219424F4E1F464E4C1FC04642CB4FC21F4A4D4AC53F41C3C2C6194C46441C16273C4341B44FC14E3FBB4FB24A4848414A4247151C30B3BAC1CB4642484331B21B33C243C1C2BFC04649464F492A1BBF4943B24F4E4E4349CB2A1BB24F4E4E4349CB33CB4648432A1C181C242A2C22262A24C8201C18BD32B54A494B4843C132CBC1C342CB3C46CB45BEC24C1849C348481849C3484818CBC1C3431627 btn b_std_w">
-        <span id="FeedbackNo_6173916" class="inner">Non</span>
-    </span>
-
-    
-</div> 
-
-
-        
-<div id="CommentAbuse_6173916" class="abuse">
-    <span>
-        <span id="FnacLink1" title="Signaler un abus" class="fnac 45CBCBC02D1F1FCCCCCC2B1944494A4219424F4E1FB24F4E4E4349CBC21FBB4342484AC143BA41C3C243BAC1CB46424843194AC2C0C52F30C143C4464FC3C23331B82E45CBCBC0132123224A132123214413212321444846C4C1431944494A4219424F4E13212321444A2A25262A22232B1321232144BE464848434946C34E1E3B4F4E431E211EB84A1E44464848431ECAC3461EC143C44A46CB1E4B1EC3491E41464B4F491E4B1E43C2C2434942431E43CB1E4B1EC349431E4A4848C34E43CBCB431E32CB46434C1EB84AC1C2C24F491321232244B933BEB331B6B2BAB8132123224B36143031B6BB2E2A25262A22232B14C143C44643CCB6BB2E242A2C22262A24 ">Signaler un abus</span>
-        
-    </span>
-    <div class="clearing"></div>         
-</div> 
-
-        
-
-
-
-        
-    </div>
-</li>
-
-            
-        </ul>
-
-        
-        <div id="PEArticleRC_UsersOpinion1_divAllOpinions" class="clearfix txt_r">
-            <a href="#" onclick="trackActionNewFA('Avis', 1891354); return showAllOpinion(false);" class="getAllOpinions">Tous les avis</a>
-        </div>
-    </div>
-</div>
-</div><script type="text/javascript">
-RegisterRendering( "PEArticleRC_UsersOpinion1", "1", "WebForm_DoCallback('PEArticleRC$UsersOpinion1','|1|1|1',JSHandlerStructCache,null,null,true)" );
-RegisterRendering( "PEArticleRC_UsersOpinion1", "2", "WebForm_DoCallback('PEArticleRC$UsersOpinion1','|2|1|1',JSHandlerStructCache,null,null,true)" );
-RegisterRendering( "PEArticleRC_UsersOpinion1", "3", "WebForm_DoCallback('PEArticleRC$UsersOpinion1','|3|1|1',JSHandlerStructCache,null,null,true)" );
-RegisterRendering( "PEArticleRC_UsersOpinion1", "4", "WebForm_DoCallback('PEArticleRC$UsersOpinion1','|4|1|1',JSHandlerStructCache,null,null,true)" );
-RegisterRendering( "PEArticleRC_UsersOpinion1", "5", "WebForm_DoCallback('PEArticleRC$UsersOpinion1','|5|1|1',JSHandlerStructCache,null,null,true)" );
-RegisterRendering( "PEArticleRC_UsersOpinion1", "6", "WebForm_DoCallback('PEArticleRC$UsersOpinion1','|6|1|1',JSHandlerStructCache,null,null,true)" );
-RegisterRendering( "PEArticleRC_UsersOpinion1", "7", "WebForm_DoCallback('PEArticleRC$UsersOpinion1','|7|1|1',JSHandlerStructCache,null,null,true)" );
-RegisterRendering( "PEArticleRC_UsersOpinion1", "8", "WebForm_DoCallback('PEArticleRC$UsersOpinion1','|8|1|1',JSHandlerStructCache,null,null,true)" );
-RegisterRendering( "PEArticleRC_UsersOpinion1", "9", "WebForm_DoCallback('PEArticleRC$UsersOpinion1','|9|1|1',JSHandlerStructCache,null,null,true)" );
-RegisterRendering( "PEArticleRC_UsersOpinion1", "10", "WebForm_DoCallback('PEArticleRC$UsersOpinion1','|10|1|1',JSHandlerStructCache,null,null,true)" );
-RegisterRendering( "PEArticleRC_UsersOpinion1", "11", "WebForm_DoCallback('PEArticleRC$UsersOpinion1','|11|1|1',JSHandlerStructCache,null,null,true)" );
-RegisterRendering( "PEArticleRC_UsersOpinion1", "12", "WebForm_DoCallback('PEArticleRC$UsersOpinion1','|12|1|1',JSHandlerStructCache,null,null,true)" );
-RegisterRendering( "PEArticleRC_UsersOpinion1", "13", "WebForm_DoCallback('PEArticleRC$UsersOpinion1','|13|1|1',JSHandlerStructCache,null,null,true)" );
-RegisterRendering( "PEArticleRC_UsersOpinion1", "14", "WebForm_DoCallback('PEArticleRC$UsersOpinion1','|14|1|1',JSHandlerStructCache,null,null,true)" );
-RegisterRendering( "PEArticleRC_UsersOpinion1", "15", "WebForm_DoCallback('PEArticleRC$UsersOpinion1','|15|1|1',JSHandlerStructCache,null,null,true)" );
-</script>
-
-
-
-
-
-<div class="seeAlso blkSpace clearfix">
-    <h2 class="ssTtl"><strong>Voir aussi</strong></h2>
-    <a href="#" class="BlkToTop">Haut de page<span class="arrow-up"><!-- --></span></a>
-    <div class="clearb">
-        <!-- -->
-    </div>
-
-    <div class="blkBrd blkBrdPdg">
-        <ul class="listArrowOrange">
-            
-                        <li>
-                    <span id="FnacLink1" class="fnac 45CBCBC02D1F1FCCCCCC2B1944494A4219424F4E1F4846C4C1431E49C34E43C146CAC3431FC22A24232122201F304F484AC11E43CB1E3B45C146484843C1 ">Polar et Thriller</span>
-                    
-                     
-                          &gt;
-                          <span id="FnacLink1" class="fnac 45CBCBC02D1F1FCCCCCC2B1944494A4219424F4E1F4846C4C1431E49C34E43C146CAC3431F482A242323232B1FB24FC3C0C21E4B431E424F43C3C11E304F4846424643C11F304F484AC11E43CB1E3B45C146484843C1 ">Coups de coeur Policier</span>
-                    
-                    
-                        </li>
-                    
-                        <li>
-                    <span id="FnacLink1" class="fnac 45CBCBC02D1F1FCCCCCC2B1944494A4219424F4E1F4846C4C1431E49C34E43C146CAC3431FC22A24232122201F304F484AC11E43CB1E3B45C146484843C1 ">Polar et Thriller</span>
-                    
-                     
-                          &gt;
-                          <span id="FnacLink1" class="fnac 45CBCBC02D1F1F4846C4C1431944494A4219424F4E1F492220202A2C2A1F304F484AC11E43CB1E3B45C146484843C11FBE464848434946C34E1E43491E43B14F4F47 ">Millénium en eBook</span>
-                    
-                    
-                        </li>
-                    
-        </ul>
-    </div>
-</div>
-
-
-
-
-
-<p class="txt_r pdg_t">
-    <span id="FnacLink1" class="fnac 4D4AC44AC242C146C0CB2DCC46494B4FCC19C0C14649CB151627 btn b_std_w bold noir pdg_sm clearfix">
-    <span class="inner floatl">Imprimer</span>
-    <span class="floatr img i_ergo2 mrg_l_sm"><!-- --></span>
-</span>
-
-
-    <span id="FnacLink1" class="fnac 45CBCBC02D1F1FCCCCCC2B1944494A4219424F4E1F3243494BBE4A46481F3243494BBE4A4648194AC2C0C52F3031B6BB2E2A25262A22232B mrg_l btn b_std_w bold noir pdg_sm clearfix">
-            <span class="inner floatl">Envoyer cette page &agrave; un ami</span>
-            <span class="floatr img i_ergo2 mrg_l_sm"><!-- --></span>
-        </span>
-    
-</p>
-
-
-
-                
-
-<div id="StorePopin" class="hide"></div>
-
-<input type="hidden" id="clickedLinkReclaimPopup" value="" />
-<script type="text/javascript" src='https://maps.googleapis.com/maps/api/js?key=AIzaSyDzXzrrU99j404-2hP99APXRIega82uLyA&language=fr&sensor=true'></script>
-<script type="text/javascript" src="http://www4-fr.fnac-static.com/static/js/KE8dHcHWw-7qRWDgC4BWv-38K6Q1/js/RetreatStore.js"></script>
-<script type="text/javascript">
-
-    function SetFlag(elem) {
-        var r = $(elem).prev().val();
-        $("#clickedLinkReclaimPopup").val(r);
-        SetPopinContext();
-    }
-
-    function SetPopinContext() {
-        var clickedValue = $("#clickedLinkReclaimPopup").val();
-        var hdReclaimTitle = $("#hdReclaimTitle");
-        var isTechnical = "False";
-        var reclaimTitleConsult = "Consulter le stock en magasin";
-
-        var buttons = $('div#popinStoreReclaim a.btn.b_std_y');
-        var buttons2 = $('div#popinStoreReclaim a.btn.b_std_w');
-
-        if (clickedValue == 2 && isTechnical == "True") {
-            hdReclaimTitle.text(reclaimTitleConsult);
-            buttons.each(function (index) {
-
-                if ($(this).hasClass("btn b_std_y hide")) {
-                    $(this).removeAttr('class');
-                    $(this).addClass("btn b_std_y hide dontShow");
-                } else {
-                    $(this).removeAttr('class');
-                    $(this).addClass("btn b_std_y hide");
-                }
-            });
-
-            buttons2.each(function (index) {
-
-                if ($(this).hasClass("btn b_std_w hide")) {
-                    $(this).removeAttr('class');
-                    $(this).addClass("btn b_std_w hide dontShow");
-                } else {
-                    $(this).removeAttr('class');
-                    $(this).addClass("btn b_std_w hide");
-                }
-            });
-        } else if (clickedValue == 1) {
-            hdReclaimTitle.html('Retrait en Magasin <span class="rouge">Gratuit</span>');
-
-                buttons.each(function (index) {
-
-                    if ($(this).hasClass("btn b_std_y hide dontShow")) {
-                        $(this).removeClass('dontShow');
-                    } else {
-                        $(this).removeAttr('class');
-                        $(this).addClass("btn b_std_y");
-                    }
-                });
-
-                buttons2.each(function (index) {
-
-                    if ($(this).hasClass("btn b_std_w hide dontShow")) {
-                        $(this).removeClass('dontShow');
-                    } else {
-                        $(this).removeAttr('class');
-                        $(this).addClass("btn b_std_w");
-                    }
-                });
-
-            } else {
-                hdReclaimTitle.text(reclaimTitleConsult);
-            }
-    }
-
-    var pridStoreCheck = "1891354";
-    var rguStoreCheck = "1584035";
-    var typeStoreCheck = "11001";
-    var ApiGoogleKey = 'AIzaSyDzXzrrU99j404-2hP99APXRIega82uLyA';
-    var pathRoot = $("#pathRoot").val();
-    var webpage = pathRoot + "/OrderPipe/NewCustomer/RelayAddressAjaxSuggestionList.aspx";
-    var webpageStore = pathRoot + "/OrderPipe/NewCustomer/StoresSuggestionList.aspx?w-4";
-    var paramUrl = location.search;
-    var RetreatStoreManager = new RetreatStoreManager();
-     
-    function retreatStoreCallback() {
-        RetreatStoreManager.Initialize();
-    }
-
-    function loadRetreatStore(obj, element) {
-        $("#StorePopin").load("/Nav/RetreatStore/GetRetreatStorePopin?Prid=1891354",
-            function (callback) {
-                if (callback != "") {
-                    element.jSCallBack(callback);
-                    $(element.options.targetContent).find("a.socloz").on("click", function () {
-                        element.hidePopinAndLayer();
-                    });
-                }
-            });
-    };
-
-
-
-    $(function () {
-
-
-        $(".openLayerStoreReclaim").popinManager({
-            targetContent: "#StorePopin",
-            ajaxCharsSplit: '',
-            ajaxMethod: "loadRetreatStore(base.el,base);",
-            callbackMethod: "retreatStoreCallback();",
-            ajaxLoaderLink: "http://www4-fr.fnac-static.com/img/decos/ajax-loader-FA.gif",
-            multiContent: true
-        });
-
-
-        if (paramUrl.indexOf("showstorereclaim") != -1) {
-            $(".contextStore .openLayerStoreReclaim").click();
-        }
-
-    });
-
-</script> 
-        </div>
-    </div><!-- /fin #page_1col -->
-
-    <!-- Pub -->
-    
<div id="BannerHomeRight">
    <iframe width="300" height="250" hspace="0" vspace="0" frameborder="0" bordercolor="#000000" middlemargin="0" marginwidth="0" marginheight="0" border="no" letmargin="0" scrolling="no" src="http://mfr.247realmedia.com/2/www.fnac.com/produits/livres/recherche/rg@Middle?scat="></iframe>
</div>

-    <!-- Pub -->
-
-    <!-- Dynamo Keywords -->
-    
-
-    <!-- END Dynamo Keywords --> 
-               
-    
-
-<div class="spacer">&nbsp;</div>
-
-<div class="wrapFooter iPadHide">
-
-
-    
-
-
-
-       
-            
-<div class="Footer mrg_t_xlg">
-
-    <div class="Footer-Sgf">
-        <h2 class="FooterSgf-Title">Services et garanties Fnac</h2>
-        <ul class="FooterSfg-List clearfix">
-            <li class="FooterSgf-Item"><a class="FooterSgf-link FooterSgf-link-1 Footer-ico" href="http://www4.fnac.com/Help/Faq.aspx?idHelp=13303&idQRfaq=2" target="aide" title="Satisfait ou remboursé">Satisfait <br />ou remboursé</a></li>
-            
-            <li class="FooterSgf-Item"><a class="FooterSgf-link FooterSgf-link-2 Footer-ico" href="http://www4.fnac.com/Help/retrait-et-livraison.aspx#bl=FooterRetraitMag" title="Retrait gratuit en magasin">Retrait gratuit <br />en magasin</a></li>
-            
-            <li class="FooterSgf-Item"><a class="FooterSgf-link FooterSgf-link-3 Footer-ico" href="http://www.fnac.com/Magazine/home_adherents.asp#bl=FooterCarteAdh" title="La carte Fnac - Adhérez et économisez">La carte Fnac <br />Adhérez et économisez</a>
-            </li>
-            
-            <li class="FooterSgf-Item"><a class="FooterSgf-link FooterSgf-link-4 Footer-ico" href="http://www4.fnac.com/Service/default.aspx#bl=FooterSavFnac" title="SAV Fnac 7J/7">SAV Fnac <br />7J/7</a></li>
-            
-            <li class="FooterSgf-Item"><a class="FooterSgf-link FooterSgf-link-5 Footer-ico" href="http://www.fnac.com/les-espaces-passions-de-la-Fnac/w-4#bl=FooterConseilsExperts" title="Conseils et Tests des experts">Conseils et Tests <br />des experts</a></li>
-        </ul>
-    </div>
-
-    <div class="Footer-Middle clearfix">
-        <div class="FooterMiddle-col FooterMiddle-Left">
-            
-            <p class="FooterMiddle-Left-1">
-                <span id="FooterNewsLetters" title="Bons Plans Fnac" class="fnac 45CBCBC0C22D1F1FC24342C3C1431944494A4219424F4E1FBEC6B4494A421FB943CCC24843CBCB43C1194AC2C0C51241482EB44F4FCB43C1B943CCC24843CBCB43C1C2 Footer-ico"><strong>Bons plans Fnac</strong> <br />Ne manquez plus les dernières offres !</span>
-            </p>
-            
-            <p class="FooterMiddle-Left-2">
-                <span id="FooterFnacMobile" title="Appli Mobile &amp; Tablette" class="fnac 45CBCBC02D1F1FCCCCCC2B1944494A4219424F4E1FBCC3464B43C21F3B434843C0454F4946431F4AC0C04846C21E4E4F414648431F4B43444AC348CB194AC2C0C51241482EB44F4FCB43C1BAC0C04846C2BE4F41464843 Footer-ico"><strong>Appli Mobile & Tablette</strong> <br />La Fnac, n'importe où, n'importe quand</span>
-            </p>
-        </div>
-        
-        <p class="FooterMiddle-col FooterMiddle-Center">
-            <span id="FooterLogo" title="Fnac.com" class="fnac 45CBCBC02D1F1FCCCCCC1944494A4219424F4E1F1241482EB44F4FCB43C1B84F4C4FB4494A42 Footer-ico graf FooterMiddle-logo">Fnac.com</span>
-        </p>
-        <div class="FooterMiddle-col FooterMiddle-Right">
-            <ul class="FooterMiddle-Social-List clearfix">
-                
-                <li class="FooterMiddle-Social-Item"><span id="FooterFbFnac" target="_blank" title="Facebook" class="fnac 45CBCBC02D1F1FCCCCCC19444A4243414F4F4719424F4E1F44494A42 FooterMiddle-Social-link FooterMiddle-Facebook Footer-ico graf">Facebook</span></li>
-                
-                <li class="FooterMiddle-Social-Item"><span id="FooterTwFnac" target="_blank" title="Twitter" class="fnac 45CBCBC02D1F1FCBCC46CBCB43C119424F4E1F44494A42 FooterMiddle-Social-link FooterMiddle-Twitter Footer-ico graf">Twitter</span></li>
-                
-                <li class="FooterMiddle-Social-Item"><span id="FooterInstagram" target="_blank" title="Instagram" class="fnac 45CBCBC02D1F1F4649C2CB4A4CC14A4E19424F4E1F44494A423F4F44444642464348 FooterMiddle-Social-link FooterMiddle-Instagram Footer-ico graf">Instagram</span></li>
-                
-                <li class="FooterMiddle-Social-Item"><span id="FooterGooglePlus" target="_blank" title="Google +" class="fnac 45CBCBC02D1F1FC048C3C2194C4F4F4C484319424F4E1F17B4B9BAB2 FooterMiddle-Social-link FooterMiddle-GooglePlus Footer-ico graf">Google +</span></li>
-                
-                <li class="FooterMiddle-Social-Item"><span id="FooterYoutube" target="_blank" title="Youtube" class="fnac 45CBCBC02D1F1FC64FC3CBC3414319424F4E1FC3C243C11F44494A42 FooterMiddle-Social-link FooterMiddle-Youtube Footer-ico graf">Youtube</span></li>
-                
-                <li class="FooterMiddle-Social-Item"><span id="FooterPinterest" target="_blank" title="Pintereset" class="fnac 45CBCBC02D1F1FCCCCCC19C04649CB43C143C2CB19424F4E1F44494A424F44444642464348 FooterMiddle-Social-link FooterMiddle-Pinterest Footer-ico graf">Pinterest</span></li>
-                
-                <li class="FooterMiddle-Social-Item"><span id="FooterLinkedin" target="_blank" title="Fnac Pro sur LinkedIn" class="fnac 45CBCBC02D1F1F48464947434B464919424F4E1F424F4EC04A49C61F44494A421EC0C14F FooterMiddle-Social-link FooterMiddle-Linkedin Footer-ico graf">Fnac Pro sur LinkedIn</span></li>
-            </ul>
-            <div class="FooterMiddle-Mag">
-                <form class="Footer-FormMag clearfix" action="http://www4.fnac.com/Community/SearchStore.aspx">
-                    
-                    <label for="city">
-                        <span id="FooterMagHome" title="Trouver un magasin" class="fnac 45CBCBC02D1F1FCCCCCC2B1944494A4219424F4E1F484F424A4846C243C11E4E4A4C4AC246491E44494A421241482EB44F4FCB43C1B54F4E43BE4A4C ">Trouver un magasin</span>
-                    </label>
-                    <input type="text" value="Ville / code postal ..." name="city" id="city" class="Footer-FormMag-input" />
-                    <input type="submit" value="OK" />
-                </form>
-            </div>
-        </div>
-    </div>
-
-    <div class="Footer-Bottom">
-        <div class="FooterBottomLinks clearfix">
-            <dl class="FooterBottomLinks-Col">
-                <dt>Le groupe Fnac</dt>
-                <dd><a href="http://groupe-fnac.com/" rel="nofollow" target="_blank" title="Le groupe Fnac">Le groupe Fnac</a></dd>
-                <dd><a href="http://groupe-fnac.com/index.php/category/carrieres" rel="nofollow" target="_blank" title="Recrutement">Recrutement</a></dd>
-                
-                <dd><span id="FooterDevDurable" target="_blank" title="Développement durable" class="fnac 45CBCBC02D1F1F4CC14FC3C0431E44494A4219424F4E1F46494B43C519C045C01F494FCBC14343494C4A4C434E4349CB ">Développement durable</span></dd>
-                
-                <dd><span id="FooterLaboFnacEssais" title="Le Labo Fnac Essais" class="fnac 45CBCBC02D1F1FCCCCCC2B1944494A4219424F4E1F484A414FB4494A421F43C2C24A46C21FCB4FC3C24B4FC2C24643C1C2194AC2C0C51241482EB44F4FCB43C1B84A414FB4494A42B3C2C24A46C2 ">Le Labo Fnac Essais</span></dd>
-                
-                
-            </dl>
-            <dl class="FooterBottomLinks-Col">
-                <dt>Aide, SAV, services</dt>
-                
-	            <dd><span id="FooterSuiviCommande" target="_blank" title="Aide et suivi de commande" class="fnac 45CBCBC02D1F1FCCCCCC2B1944494A4219424F4E1FB54348C01FB44ACA194AC2C0C51241482EB44F4FCB43C132C346C446B24F4E4E4A494B43 ">Aide et suivi de commande</span></dd>
-                
-                <dd><span id="FooterReprise" title="Argus Reprise" class="fnac 45CBCBC02D1F1FCCCCCC2B1944494A4219424F4E1FBCC3464B43C21F424F4E4E4F491FC143C0C146C2431F4B43444AC348CB194AC2C0C51241482EB44F4FCB43C1BAC14CC3C23143C0C146C243 ">Argus Reprise</span></dd>
-                
-                <dd><a href="http://www4.fnac.com/Guides/common/cheques-cartes-cadeaux/Default.aspx#bl=FooterChequeCadeau" rel="nofollow" title="Chèque cadeau Fnac">Chèque cadeau Fnac</a></dd>
-                
-                <dd><span id="FooterAffiliation" title="Affiliation" class="fnac 45CBCBC02D1F1FCCCCCC2B1944494A4219424F4E1F4A44444648464ACB43C21F4A4242C3434648194AC2C0C51241482EB44F4FCB43C1BA44444648464ACB464F49 ">Affiliation</span></dd>
-                
-                <dd><span id="FooterPublicite" title="Publicité" class="fnac 45CBCBC02D1F1FCCCCCC2B1944494A4219424F4E1FBA4BC443C1CB46C243C11F31434C46C2CBC14ACB464F49194AC2C0C51241482EB44F4FCB43C130C34148464246CB43 ">Publicité</span></dd>
-            </dl>
-            <dl class="FooterBottomLinks-Col">
-                <dt>&Agrave; propos</dt>
-                
-		        <dd><span id="FooterCGVFnac" title="Conditions générales de vente Fnac.com" class="fnac 45CBCBC02D1F1FCCCCCC2B1944494A4219424F4E1FB54348C01F44494A42424F4E1E424CC4194AC2C0C51241482EB44F4FCB43C1B2BC34 ">Conditions générales de vente</span></dd>
-                
-                <dd><span id="FooterDonnesPerso" title="Données personnelles" class="fnac 45CBCBC02D1F1FCCCCCC2B1944494A4219424F4E1FBFC14B43C13046C0431F4B4ACB4A30C14FCB4342CB194AC2C0C51241482EB44F4FCB43C1BB4ACB4A30C14FCB4342CB ">Données personnelles</span></dd>
-                
-                <dd><span id="FooterMLeg" title="Mentions légales" class="fnac 45CBCBC02D1F1FCCCCCC2B1944494A4219424F4E1F4349CBC143C0C146C2431F4E4349CB464F49C23F48434C4A4843C2194AC2C0C51241482EB44F4FCB43C1BE4349CB464F49C2B8434C4A4843C2 ">Mentions légales</span></dd>
-                
-                <dd><span id="FooterSignalAbus" target="_blank" title="Signalez un abus" class="fnac 45CBCBC02D1F1F4EC348CB464E434B464A1944494A4219424F4E1F4EC348CB464E434B464A1F44494A424B46C14342CB1FC04B441F32464C494A4843CD1EC3491E4A41C3C219C04B44 ">Signalez un abus</span></dd>
-                
-                <dd><span id="FooterCookies" title="Cookies" class="fnac 45CBCBC02D1F1FCCCCCC2B1944494A4219424F4E1FB54348C01F44494A42424F4E1E424F4F474643C2194AC2C0C51241482EB44F4FCB43C1B24F4F474643C2 ">Cookies</span></dd>
-                
-                <dd><span id="FooterWinners" title="Résultats des concours" class="fnac 45CBCBC02D1F1FCCCCCC2B1944494A4219424F4E1FB24F49CB43C2CB1FB846C2CB194AC2C0C51241482EB44F4FCB43C13143C2C348CB4ACBC2B24F49424FC3C1C2 ">Résultats des concours</span></dd>
-            </dl>
-            <dl class="FooterBottomLinks-Col">
-                <dt>&Agrave; la Fnac</dt>
-                
-                <dd><span id="FooterFnacPro" title="Fnac Pro" class="fnac 45CBCBC02D1F1FCCCCCC1944494A42C0C14F19424F4E1F1241482EB44F4FCB43C1B4494A4230C14F ">Fnac Pro</span></dd>
-                
-                <dd><a href="http://www4.fnac.com/Guides/marketplace/vente-et-revente/default.aspx#bl=FooterMarketPlace" title="Fnac Marketplace">Fnac Marketplace</a></dd>
-                
-                <dd><span id="FooterJukebox" target="_blank" title="Fnac Jukebox" class="fnac 45CBCBC02D1F1FCCCCCC1944494A424DC34743414FC519424F4E1F1241482EB44F4FCB43C1B4494A42BDC34743414FC5 ">Fnac Jukebox</span></dd>
-                
-                <dd><a href="http://www.fnac.com/Les-tests-du-LaboFnac/Labo-Fnac/cl220/w-4#bl=FooterLaboFnac" title="Labo Fnac">Labo Fnac</a></dd>
-            </dl>
-        </div>
-        <div class="FooterBottomLast clearfix">
-            <div class="FooterBottomLast-Left">
-                <div class="FooterBottomLast-Land">
-                    <span class="Footer-ico Footer-France graf">Vous êtes sur Fnac.com France</span>
-                    <span id="worldTrigger" class="">France - Changer de Pays</span>
-                    <div id="popinWorld" class="hide">
-                        <ul class="FooterBotom-world">
-                            
-                            <li class="FooterBotom-world-item"><a href="http://www.fnac.com/#bl=FooterWorldFrance" title="Fnac France" class="FooterBotom-world-link FooterBotom-world-France Footer-ico">Fnac France</a></li>
-                            
-                            <li class="FooterBotom-world-item"><a href="http://www.fnac.pt/#bl=FooterWorldPortugal" title="Fnac Portugal" class="FooterBotom-world-link FooterBottom-world-Portugal Footer-ico">Fnac Portugal</a></li>
-                            
-                            <li class="FooterBotom-world-item"><a href="http://www.fnac.es/#bl=FooterWorldEspagne" title="Fnac Espagne" class="FooterBotom-world-link FooterBottom-world-Espagne Footer-ico">Fnac Espagne</a></li>
-                            
-                            <li class="FooterBotom-world-item"><a href=http://www.fnac.com.br/#bl=FooterWorldBresil title="Fnac Brésil" class="FooterBotom-world-link FooterBottom-world-Bresil Footer-ico">Fnac Brésil</a></li>
-                            
-                            <li class="FooterBotom-world-item"><a href="http://www.fr.fnac.be/#bl=FooterWorldBelgiqueFR" title="Fnac Belgique (Français)" class="FooterBotom-world-link FooterBottom-world-Belgique Footer-ico">Fnac Belgique (Français)</a></li>
-                             
-                            <li class="FooterBotom-world-item"><a href=http://www.nl.fnac.be/#bl=FooterWorldBelgiqueNL title="Fnac Belgique (Néerlandais)" class="FooterBotom-world-link FooterBottom-world-Belgique Footer-ico">Fnac Belgique (Néerlandais)</a></li>
-                            
-                            <li class="FooterBotom-world-item"><a href="http://www.fnac.ch/#bl=FooterWorldSuisse" title="Fnac Suisse" class="FooterBotom-world-link FooterBottom-world-Suisse Footer-ico">Fnac Suisse</a></li>
-                            
-                            <li class="FooterBotom-world-item mrg_b_no"><a href="http://www.fnacmaroc.ma/#bl=FooterWorldMaroc" title="Fnac Maroc" class="FooterBotom-world-link FooterBottom-world-Maroc Footer-ico">Fnac Maroc</a></li>
-                        </ul>
-                        <i class="FooterBottomPopinArrow">&nbsp;</i>
-                    </div>
-                    <!-- # script layer popin World -->
-                    <script type="text/javascript">
-                        $(function () {
-                            $("#worldTrigger").popinManager({
-                                targetContent: "#popinWorld",
-                                modeView: "layer",
-                                eventStart: "click",
-                                eventStop: "mouseleave",
-                                customPosition: true,
-                                relativePosition: { left: -25, bottom: -310 }
-                            });
-                        });
-                    </script>
-                </div>
-                <p class="FooterBottomLast-Payment">
-                    <span class="FooterBottomLast-Payment-Ico Footer-ico graf">Payez avec les cartes de paiement Visa, MasterCard, Mastro, Carte Bleue, American Express, eCarte Bleue, Paypal ...</span>
-                    <a class="FooterBottomLast-Payment-Link" href="http://www4.fnac.com/Help/Faq.aspx?idHelp=8022&idQRfaq=2" target="aide" rel="nofollow"  title="plus d'infos sur les moyens de paiement">Plus d'info</a>
-                </p>
-                <ul class="FooterBottomLast-Site puce_no">
-                    <li class="FooterBottomLast-Site-Item">
-                        
-                        <a class="FooterBottomLast-Site-link" href="http://www4.fnac.com/Navigation/plan.aspx#bl=FooterPlanSite" title="Plan du site">Plan du site</a>
-                    </li>
-                    <li class="FooterBottomLast-Site-Item">&copy;&nbsp;Fnac 2015</li>
-                    <li class="FooterBottomLast-Site-Item hasHyphenBefore hasCommaAfter">
-                        <a class="FooterBottomLast-Site-link" href="http://www.playfrance.com/?utm_source=fnac&utm_medium=fichearticle&utm_campaign=pasdecampagne" target="_blank" title="Jeux PlayStation">Jeux PlayStation</a>
-                    </li>
-                    <li class="FooterBottomLast-Site-Item hasCommaAfter">
-                        <a class="FooterBottomLast-Site-link" href="http://www.xboxfrance.com/?utm_source=fnac&utm_medium=fichearticle&utm_campaign=pasdecampagne" target="_blank" title="Jeux Xbox 360">Jeux Xbox 360</a>
-                    </li>
-                    <li class="FooterBottomLast-Site-Item hasCommaAfter">
-                        <a class="FooterBottomLast-Site-link" href="http://www.wiidsfrance.com/?utm_source=fnac&utm_medium=fichearticle&utm_campaign=pasdecampagne" title="Jeux Wii et DS">Jeux Wii et DS</a>
-                    </li>
-                    <li class="FooterBottomLast-Site-Item hasCommaAfter">
-                        <a class="FooterBottomLast-Site-link" href="http://astuce-soluce.playfrance.com/index.php/Accueil" target="_blank" title="Astuces et codes jeux vidéo">Astuces et codes jeux vidéo</a>
-                    </li>
-                </ul>
-                <dl class="FooterBottomLast-Site">
-                    <dt class="FooterBottomLast-Site-Item">Evènements à venir sur Fnac.com : </dt>
-                    <dd class="FooterBottomLast-Site-Item hasCommaAfter">
-                        
-                        <a class="FooterBottomLast-Site-link" href="http://www.fnac.com/noel/w-4#bl=FooterNoel" title="Noël">Noël</a>
-                    </dd>
-                    <dd class="FooterBottomLast-Site-Item hasCommaAfter">
-                        
-                        <a class="FooterBottomLast-Site-link" href="http://www.fnac.com/soldes/w-4#bl=FooterSoldes" title="Soldes">Soldes</a>
-                    </dd>
-                    <dd class="FooterBottomLast-Site-Item">
-                        
-                        <a class="FooterBottomLast-Site-link" href="http://www4.fnac.com/Guides/High-tech/kobo/default.aspx#bl=FooterKobo" title="Kobo">Kobo</a>
-                    </dd>
-                </dl>
-            </div>
-            <div class="FooterBottomLast-Right">
-                <ul class="FooterBottomLast-Awards clearfix">
-                    <li class="FooterBottomLast-Awards-Item FooterBottom-Award-1 Footer-ico graf">FEVAD FAVOR'I 2014 : meilleur site e-commerce - Prix des internautes</li>
-                    <li class="FooterBottomLast-Awards-Item FooterBottom-Award-2 Footer-ico graf">FEVAD FAVOR'I 2014 : meilleur site e-commerce - Prix du jury</li>
-                </ul>
-            </div>
-        </div>
-    </div>
-
-</div>
-<script type="text/javascript">
-    $(function () {
-        var $inputMag = $("#city");
-        var inputOriginalValue = $inputMag.val();
-        if (!$inputMag.data("originalValue")) {
-            $inputMag.data("originalValue", inputOriginalValue);
-        }
-        $inputMag
-            .focus(function () {
-                $inputMag.val("");
-            })
-            .focusout(function () {
-                $inputMag.val($inputMag.data("originalValue"));
-            });
-    });
-</script>
-
-        
-    
-
-    
-    <script type="text/javascript">
-        $(document).ready(function () {
-            $("a.popRetourMag").popinManager({ targetContent: "#PopinRetourMag" });
-        });
-    </script>
-    
-</div>
-
-
-<div id='fnac_Bottom'></div>
-<div id='fnac_Bottom1'></div>
-
-
-
-<!-- START IADVIZE LIVECHAT -->
-
-
-<script src="http://fnac.livechat.iadvize.com/chat_init.js?sid=3" type="text/javascript"></script>
-
-<!-- END IADVIZE LIVECHAT -->
- 
-    
-<script type="text/javascript">
-    AppCore.ready(function()
-    {
-        AppCore.start("waitingMgr", {
-            contentContainer: $("#waitingMsg2"),
-            layerContainer: $("#shadowLayer")
-        });
-    });
-</script>
-
-<div id="shadowLayer"></div>
-<div id="waitingMsg2">
-    <img src="http://www4-fr.fnac-static.com/img/decos/ajax-loader-FA.gif" alt="Veuillez patienter..." />
-    <p>Veuillez patienter...</p>
-</div>
-
-
-    <div id="PartagerZone">
-    <script type="text/javascript">
-        function Share(str, prid, isShowSendMail)
-        {
-            //Opens popin defined in socialnetworks.js.
-            AppCore.modules.socialNetworks.openSharePopin(AppCore.$("#" + str), isShowSendMail);
-            $('#snResultMessage').html('Votre message a bien été envoyé');
-        }
-    </script>
-    </div>
-    
-<div style="display:none;">
-
-</div>
-<script type="text/javascript">
-
-    function trackActionNewFARef(isMP, action, id, price) {
-        if (isMP) {
-            trackActionNewFA(action, "MP-" + id, price);
-        } else {
-            trackActionNewFA(action, id, price);
-        }
-    }
-       
-    function trackActionNewFA(action, id, price)
-    {
-        
-            var s=s_gi(s_account);
-            
-            //Start Re-built standard query string in the url
-            var urlTmp=window.location.href;
-            if(urlTmp.indexOf('#',0)>0){
-                s.pageURL=urlTmp.substring(0,urlTmp.indexOf('#',0))+"&"+urlTmp.substring(urlTmp.indexOf('#',0)+1,urlTmp.length);
-                if(s.pageURL.indexOf('?',0)==-1) {
-                    s.pageURL=s.pageURL.substring(0,s.pageURL.indexOf('&',0))+"?"+s.pageURL.substring(s.pageURL.indexOf('&',0)+1,s.pageURL.length);
-                }
-            }else s.pageURL=urlTmp;
-
-            var midParam = s.getQueryParam('mid');
-            
-            s.eVar6 = "";
-            s.products = "";
-            s.events = "";
-            s.prop17 = "";
-               
-            if(midParam)
-                s.eVar36 = midParam;
-            else
-                s.eVar36 = "";
-               
-            switch (action)
-            {
-                case "Ecoute":
-                    s.linkTrackVars='events,products';
-                    s.linkTrackEvents='event26';
-                    s.events='event26';
-                    s.products = ';' + id;
-                    s.tl(this,'o','Ajout Panier');
-                    break;
-                case "PlayerAddDemat":
-                    s.linkTrackVars='events,products,eVar6,eVar17,eVar19';
-                    s.linkTrackEvents='scAdd';
-                    s.events='scAdd';
-                    s.eVar6='FA: Ecoute Audio: Ajout au panier';
-                    s.eVar17="Achat Standard";
-                    s.eVar19='Non applicable';
-                    s.products = ';' + id;
-                    s.tl(this,'o','Ajout Panier');
-                    break;
-                case "Show":
-                    s.linkTrackVars='prop17';
-                    s.prop17 = 'FA: Spectacles';
-                    break;
-                case "ViewScreenShot":
-                    s.linkTrackVars='products,prop17';
-                    s.prop17 = "Captures d'écran";
-                    s.products = ';' + id;
-                    break;
-                case "Labo":
-                    s.linkTrackVars='products,prop17';
-                    s.prop17 = "FA PT: Labo Fnac";
-                    s.products = ';' + id;
-                    break;
-                case "Avis":
-                    s.linkTrackVars='products,prop17';
-                    s.prop17 = "FA : Avis des internautes";
-                    s.products = ';' + id;
-                    break;
-                case "ZoomFA":
-                    s.linkTrackVars='events,products,eVar25';
-                    s.linkTrackEvents='event4';
-                    s.events='event4';
-                    s.eVar25 = "FA: Zoom article";
-                    s.products = ';' + id;
-                    s.tl(this,'o','Zoom FA');
-                    break;
-                case "AddSelection":
-                    s.linkTrackVars='events,products';
-                    s.linkTrackEvents='event3';
-                    s.events='event3';
-                    s.products = ';' + id;
-                    s.tl(this,'o','Ajout liste');
-                    break;
-                case "PopinCredit":
-                    s.linkTrackVars='events,products,eVar25';
-                    s.linkTrackEvents='event4';
-                    s.events='event4';
-                    s.eVar25 = "FA: Demande financement";
-                    s.products = ';' + id;
-                    s.tl(this,'o','Demande Credit');
-                    break;
-                case "StoreReclaimPopin":
-                    s.linkTrackVars='events,products,eVar6,eVar17,eVar19,eVar25';
-                    s.linkTrackEvents='scAdd,event4';
-                    s.events='scAdd,event4';
-                    if (parseInt(price) == 1)
-                    {
-                        s.eVar6='FA: BuyBox: Retrait Magasin';
-                    }
-                     else if (parseInt(price) == 2)
-                    {
-                        s.eVar6='FA: Pop in Zoom: Retrait Magasin';
-                    }
-                    s.eVar17="Achat Standard";
-                    s.eVar19='Non applicable';
-                    s.eVar25="FA: Selection magasin";
-                    s.products = ';' + id;
-                    s.tl(this,'o','Ajout Panier');
-                    break;
-                case "StoreReclaimLink":
-                    s.linkTrackVars='events,products,eVar6,eVar17,eVar19';
-                    s.linkTrackEvents='scAdd';
-                    s.events='scAdd';
-                    if (parseInt(price) == 1)
-                    {
-                        s.eVar6='FA: BuyBox: Retrait Magasin';
-                    }
-                     else if (parseInt(price) == 2)
-                    {
-                        s.eVar6='FA: Pop in Zoom: Retrait Magasin';
-                    }
-                    s.eVar17="Achat Standard";
-                    s.eVar19='Non applicable';
-                    s.products = ';' + id;
-                    s.tl(this,'o','Ajout Panier');
-                    break;
-                case "CrossSell":
-                    s.linkTrackVars='eVar2';
-                    s.eVar2="cross-sell"
-                    s.tl(this,'o','Acces Produit cross sell');
-                    break;
-                case "Comparator":
-                    s.linkTrackVars='events,products';
-                    s.linkTrackEvents='event6';
-                    s.events='event6';
-                    s.products = ';' + id;
-                    s.tl(this,'o','Ajout comparateur');
-                    break;
-            }
-            s.linkTrackVars='';
-        
-    }
-
-    function trackAddToBasketNewFA(itemId, caller, index) {
-        return trackAddToBasketNewFA(itemId, caller, index, 1);
-    }
-    function trackAddToBasketNewFA(itemId, caller, index, referentialid)
-    {
-        return trackAddToBasketNewFA(itemId, caller, index, referentialid, 'trial');
-    }
-
-    function trackAddToBasketNewFA(itemId, caller, index, referentialid, typeabonnement)
-    {
-        // Caller:
-        // 1 : Main FA BuyBox
-        // 2 : Choice Box
-        // 3 : Popin Zoom
-        // 4 : Produit indispensable
-        // 5 : Accessoires
-        // 6 : Pack Fnac
-        // 7 : OthersFormat
-        // 8 : Panier flottant Recommandations
-        // 9 : PT Garanties
-        // 10 : PT Services
-        // 11 : PT Produits similaires
-        // 12 : PE egalement achetés
-        // 13 : Popin Credit
-        // 14 : PE autour de
-        // 15 : PE Produits dérivés
-        // 16 : PE JV bloc Avec
-        // 17 : Ajout BuyBox Fnac
-        // 18 : Ajout buyBox With Express+
-        // 19 : Popin Livraison Ajout Express+
-        
-            if (parseInt(caller) > 0)
-            {
-                var s=s_gi(s_account);
-            
-                //Start Re-built standard query string in the url
-                var urlTmp=window.location.href;
-                if(urlTmp.indexOf('#',0)>0){
-                    s.pageURL=urlTmp.substring(0,urlTmp.indexOf('#',0))+"&"+urlTmp.substring(urlTmp.indexOf('#',0)+1,urlTmp.length);
-                    if(s.pageURL.indexOf('?',0)==-1) {
-                        s.pageURL=s.pageURL.substring(0,s.pageURL.indexOf('&',0))+"?"+s.pageURL.substring(s.pageURL.indexOf('&',0)+1,s.pageURL.length);
-                    }
-                }else s.pageURL=urlTmp;
-
-                var midParam = s.getQueryParam('mid');
-            
-                s.eVar6 = "";
-                s.products = "";
-                s.events = "";
-                s.prop17 = "";
-               
-                if(midParam)
-                    s.eVar36 = midParam;
-                else
-                    s.eVar36 = "";
-                if (referentialid && referentialid == 3) {
-                    itemId = "MP-" + itemId;
-                }
-                s.linkTrackVars = 'events,products,eVar2,eVar6,eVar17,eVar19,eVar56,eVar57';
-                s.linkTrackEvents='scAdd';
-                s.events='scAdd';
-                s.eVar17 = "Achat Standard";
-                s.eVar56 = s.prop56 = 'Non Abonne Express';
-                s.eVar57 = '';
-                s.products = ';' + itemId;
-                       
-                switch (parseInt(caller))
-                {
-                    case 1:
-                        s.eVar6='FA: BuyBox: Ajout Panier';
-                        s.eVar19='Non applicable';
-                        break;
-                    case 2:
-                        s.eVar6='FA: ChoiceBox: Ajout Panier';
-                        s.eVar19 = index;
-                        break;
-                    case 3:
-                        s.eVar6='FA: Pop in Zoom: Ajout Panier';
-                        s.eVar19='Non applicable';
-                        break;
-                    case 4:
-                        s.linkTrackVars += ',eVar2';
-                        s.eVar2="cross-sell";
-                        s.eVar6='FA: Produit indispensable: Ajout Panier';
-                        s.eVar19='Non applicable';
-                        break;
-                    case 5:
-                        s.linkTrackVars += ',eVar2';
-                        s.eVar2="cross-sell";
-                        s.eVar6='FA: Bloc Accessoires: Ajout Panier';
-                        s.eVar19 = index;
-                        break;
-                    case 6:
-                        s.linkTrackVars += ',eVar2';
-                        s.eVar2="cross-sell";
-                        s.eVar6='FA: Pack Fnac: Ajout Panier';
-                        s.eVar19 = index;
-                        break;
-                    case 7:
-                        s.eVar6='FA: Autres Formats: Ajout Panier';
-                        s.eVar19='Non applicable';
-                        break;
-                    case 8:
-                        s.linkTrackVars += ',eVar2';
-                        s.eVar2="upsell";
-                        s.eVar6 = 'Panier Flottant: Recommandations: Ajout au panier';
-                        s.eVar19 = index;
-                        break;
-                    case 9:
-                        s.linkTrackVars += ',eVar2';
-                        s.eVar2="cross-sell";
-                        s.eVar6='FA: GARANTIES: Ajout au panier';
-                        s.eVar19 = index;
-                        break;
-                    case 10:
-                        s.linkTrackVars += ',eVar2';
-                        s.eVar2="cross-sell";
-                        s.eVar6='FA: SERVICES: Ajout au panier';
-                        s.eVar19 = index;
-                        break;
-                    case 11:
-                        s.linkTrackVars += ',eVar2';
-                        s.eVar2="cross-sell";
-                        s.eVar6='FA: PDTS SIMILAIRES: Ajout au panier';
-                        s.eVar19 = index;
-                        break;
-                    case 12:
-                        s.linkTrackVars += ',eVar2';
-                        s.eVar2="cross-sell";
-                        s.eVar6='FA: EGALEMENT: Ajout au panier';
-                        s.eVar19 = index;
-                        break;
-                    case 13:
-                        s.eVar6='FA: Pop in Credit: Ajout Panier';
-                        s.eVar19='Non applicable';
-                        break;
-                    case 14:
-                        s.linkTrackVars += ',eVar2';
-                        s.eVar2="cross-sell";
-                        s.eVar6='FA: AUTOUR: Ajout au panier';
-                        s.eVar19 = index;
-                        break;
-                    case 15:
-                        s.linkTrackVars += ',eVar2';
-                        s.eVar2="cross-sell";
-                        s.eVar6='FA: PDTS DERIVES: Ajout au panier';
-                        s.eVar19 = index;
-                        break;
-                    case 16:
-                        s.linkTrackVars += ',eVar2';
-                        s.eVar2="cross-sell";
-                        s.eVar6='FA: JV AVEC: Ajout au panier';
-                        s.eVar19 = index;
-                        break;
-                    case 17:
-                        s.linkTrackVars += ',scAdd';
-                        s.eVar6 = 'FA: Vendeur Fnac: Ajout Panier';
-                        s.eVar19 = 'Non applicable';
-                        break;
-                    case 18:
-                        s.linkTrackVars += ',scAdd';
-                        s.linkTrackEvents = 'scAdd,event51';
-                        s.events = 'scAdd,event51';
-                        s.eVar6 = 'FA: BuyBox: Ajout panier Express+';
-                        s.eVar19 = index;
-                        if (typeabonnement == 'trial') {
-                            s.eVar57 = 'Abonnement Express Essai';
-                        } else {
-                            s.eVar57 = 'Abonnement Express Payant';
-                        }
-                        break;
-                    case 19:
-                        s.linkTrackVars += ',scAdd';
-                        s.linkTrackEvents = 'event51';
-                        s.events = 'event51';
-                        s.eVar6 = 'FA: Popin Livraison: Ajout panier Express+';
-                        s.eVar19 = 'Non applicable';
-                        if (typeabonnement == 'trial') {
-                            s.eVar57 = 'Abonnement Express Essai';
-                        } else {
-                            s.eVar57 = 'Abonnement Express Payant';
-                        }
-                        break;
-                }
-
-                
-                if (caller ==18)
-                    s.tl(this, 'o', 'Ajout Panier avec abonnement express');
-                else if (caller == 19)
-                    s.tl(this, 'o', 'Ajout Panier abonnement express');
-                else
-                    s.tl(this, 'o', 'Ajout Panier');
-
-                s.linkTrackVars='';
-            }
-        
-    }
-    // -->
-    function trackAlertingAction(ItemId, AlertingType, AlertingCount, DropType, ContributorName)
-    {
-        
-            var s=s_gi(s_account);
-            switch (parseInt(AlertingType))
-            {
-                case 1 :
-                    s.linkTrackVars='events,eVar15,eVar22';
-                    s.linkTrackEvents='event29';
-                    s.events='event29';
-                    s.eVar22 = 'PARTICIPANT: ' + ContributorName;
-                    s.eVar15 = 'Nouveauté';
-                    s.tl(this,'o','Alerte nouveautés');
-                    break;
-                case 2:
-                    s.linkTrackVars='events,prop35,eVar15'; 
-                    s.linkTrackEvents='event29';
-                    s.events='event29';
-                    s.prop35 = 'Fiche Article';
-                    s.products = ItemId;
-                    s.eVar15 = 'Produit Disponible'
-                    s.tl(this,'o','Alerte');
-                    break;
-                case 4:
-                    s.linkTrackVars='events,products,eVar15,eVar22'; 
-                    s.linkTrackEvents='event29';
-                    s.events='event29';
-                    s.products = ';' + ItemId;
-                    s.eVar22 = 'PID:'+s.products
-                    if(DropType == 0){
-                        s.eVar15 = 'Baisse Prix';
-                        s.tl(this,'o','Alerte baisse de prix');
-                    }
-                    if(DropType == 1){
-                        s.eVar15 = 'Limite Prix';
-                        s.tl(this,'o','Alerte limite de prix');
-                    }
-                    break;
-            }
-        
-    }
-    
-    function tracklink(id, price, ocbMode)
-    {
-        
-            var s=s_gi(s_account);
-
-            s.linkTrackVars='events,products,eVar6,eVar17,eVar19';
-            s.linkTrackEvents='scAdd';
-            s.events='scAdd';
-            s.eVar17="Achat Immediat";
-            switch (parseInt(ocbMode))
-            {
-                case 1:
-                    s.eVar6='FA: BuyBox: Achat Immediat';
-                    break;
-                case 2:
-                    s.eVar6='FA: Pop in Zoom: Achat Immediat';
-                    break;
-            }
-            
-            s.eVar19='Non applicable';
-            s.products = ';' + id;
-            s.tl(this,'o','Ajout Panier');
-
-         
-    }
-
-    function trackPackFnacOCB(id, index)
-    {
-        
-            var s=s_gi(s_account);
-
-            s.linkTrackVars='events,products,eVar6,eVar2,eVar17,eVar19';
-            s.linkTrackEvents='scAdd';
-            s.events='scAdd';
-            s.eVar2="cross-sell";
-            s.eVar6='FA: Pack Fnac: Achat Immediat';
-            s.eVar17="Achat Immediat";
-            s.eVar19 = index;
-            s.products = ';' + id;
-            s.tl(this,'o','Ajout Panier');
-
-         
-    }
-
-    function trackStoreLocator(keyWord, nbResult)
-    {
-        
-            var s=s_gi(s_account);
-
-            s.linkTrackVars='events,eVar26,eVar27,eVar28';
-            s.linkTrackEvents='event5';
-            s.events='event5';
-            s.eVar26=keyWord.toLowerCase();
-            if (parseInt(nbResult) == 0)
-            {
-                s.eVar27='zero';
-            }
-            else
-            {
-                s.eVar27=nbResult;
-            }
-            s.eVar28 = s.pagename;
-            s.tl(this,'o','Store Locator');
-
-         
-    }
-
-    function trackStoreLocatorFavAndNearest()
-    {
-        
-            var s=s_gi(s_account);
-
-            s.linkTrackVars='events,eVar26,eVar27,eVar28';
-            s.linkTrackEvents='event5';
-            s.events='event5';
-            s.eVar26 = 'Non applicable';
-            s.eVar27 = 'Non applicable';
-            s.eVar28 = s.pagename;
-            s.tl(this,'o','Store Locator');
-         
-    }
-
-    function trackRSE() {
-        
-         var s = s_gi(s_account);
-         s.linkTrackVars = 'events,products,eVar25';
-         s.linkTrackEvents = 'event4';
-         s.events = 'event4';
-         s.eVar25 = "FA: Note environnementale";
-         s.products = ';1891354';
-            s.tl(this, 'o', 'Note Environnementale FA');
-        
-    }
-
-    function trackAddToWishlist() {
-        //
-        var s = s_gi(s_account);
-        s.linkTrackVars='events,products';
-        s.linkTrackEvents = 'event89';
-        s.events = 'event89';
-        s.products = ';1891354';
-        s.tl(this, 'o', 'Ajout a liste de noel');
-        //
-    }
-
-    function trackOpenShippingInfo() {
-        
-        var s = s_gi(s_account);
-        s.linkTrackVars = 'events,eVar25';
-        s.linkTrackEvents = 'event4';
-        s.events = 'event4';
-        s.eVar25 = 'FA: Popin Livraison';
-        s.tl(this, 'o', 'Affichage popin Livraison');
-        
-    }
-
-</script>
-
-
-<script type="text/javascript">
-    var DataAutoCompleteCallback = function () {
-        if (location.hash.length > 0) {
-            var hashVarObj = {};
-            var cptsa = 0;
-            var hashArr = location.hash.replace("#", "").split("&");
-            for (var i = 0; i < hashArr.length; i++) {
-                var t = hashArr[i].split("=");
-
-                if (t.length == 2) {
-                    var temp = "" + t[0];
-                    if (temp == "st" || temp == "ct" || temp == "t") {
-                        hashVarObj[temp] = decodeURIComponent(t[1]);
-                        cptsa = cptsa + 1;
-                    }
-                }
-            }
-            if (hashVarObj != null && cptsa == 3) {
-                s.prop10 = hashVarObj.st;  
-                s.prop13 = hashVarObj.cat; 
-                s.eVar2 = "search";
-                s.eVar10 = hashVarObj.st; 
-                s.eVar13 = "D=c13"; 
-                s.eVar42 = "D=v2";
-                if (hashVarObj.t == 'c') {
-                    s.eVar71 = "autocompletion:categorie";
-                }
-                else {
-                    s.linkTrackVars = 'eVar2';
-                    s.eVar71 = "autocompletion:produit";
-                    s.events = "prodView,event2";
-                }
-                
-            }
-        }
-    }
-</script>
-
-
-
-<script type="text/javascript">
-    
-    var s_account = 'fnaccomprod';
-    var s_trackingServer = 'metrics.fnac.com';
-    var s_trackingServerSecure = 'smetrics.fnac.com';
-    
-    function pageOriginClick(from, fr)
-    {
-        var iPageOriginClickToBasketType = 0;
-        var Omniture_pageOriginClikToBasket = "";
-
-        if (from)
-        {
-            iPageOriginClickToBasketType = from;
-            switch (iPageOriginClickToBasketType)
-            {
-                
-                case "101":
-                    Omniture_pageOriginClikToBasket = "Fiche Produit";
-                    break;
-                case "103":
-                    Omniture_pageOriginClikToBasket = "Comparateur";
-                    break;
-                case "102":
-                    Omniture_pageOriginClikToBasket = "Zoom Produit";
-                    break;
-                case "104":
-                    Omniture_pageOriginClikToBasket = "Liste Produits";
-                    break;
-                case "105":
-                    Omniture_pageOriginClikToBasket = "MyFnac";
-                    break;
-                case "106":
-                    Omniture_pageOriginClikToBasket = "FI:Mini-FA";
-                    break;
-                case "108":
-                    Omniture_pageOriginClikToBasket = "FI:Univers de l’intervenant";
-                    break;
-                case "107":
-                    Omniture_pageOriginClikToBasket = "FI:Ventes Additionelles";
-                    break;
-                case "201":
-                    Omniture_pageOriginClikToBasket = "Cross-Sell :FA";
-                    break;
-                case "202":
-                    Omniture_pageOriginClikToBasket = "Autres Articles :FA";
-                    break;
-                case "203":
-                    Omniture_pageOriginClikToBasket = "Block Accessoires :FA";
-                    break;
-                case "110":
-                    Omniture_pageOriginClikToBasket = "Fiche Produit PT:Services";
-                    break;
-                case "111":
-                    Omniture_pageOriginClikToBasket = "FP Fcom:BuyBox";
-                    break;
-                case "112":
-                    Omniture_pageOriginClikToBasket = "FP Fcom:ChoiceBox";
-                    break;
-                case "113":
-                    Omniture_pageOriginClikToBasket = "Liste d’offres";
-                    break;
-                case "114":
-                    Omniture_pageOriginClikToBasket = "Boutique";
-                    break;
-                case "115":
-                    Omniture_pageOriginClikToBasket = "FP MP:BuyBox";
-                    break;
-                case "116":
-                    Omniture_pageOriginClikToBasket = "FP MP:ChoiceBox";
-                    break;
-                case "117":
-                    Omniture_pageOriginClikToBasket = "Selection Artistes";
-                    break;
-                case "302":
-                    Omniture_pageOriginClikToBasket = "Elargir mes criteres";
-                    break;
-                case "301":
-                    Omniture_pageOriginClikToBasket = "Valider mes criteres";
-                    break;
-                    
-                case "1":
-                    Omniture_pageOriginClikToBasket = "Moteur";
-                    break;
-                case "4":
-                    Omniture_pageOriginClikToBasket = "Moteur";
-                    break;
-                case "119":
-                    Omniture_pageOriginClikToBasket = "Page Label: Mini-FA";
-                    break;
-                case "122":
-                    Omniture_pageOriginClikToBasket = "Fiche Serie";
-                    break;
-                case "123":
-                    Omniture_pageOriginClikToBasket = "Panier Flottant : Recommandations";
-                    break;
-                    
-            }
-        }
-        else
-        {
-            if (fr)
-            {
-                iPageOriginClickToBasketType = fr;
-                switch (iPageOriginClickToBasketType)
-                {
-                    case "1":
-                        Omniture_pageOriginClikToBasket = "Moteur";
-                        break;
-                    case "4":
-                        Omniture_pageOriginClikToBasket = "Moteur";
-                        break;
-                }
-            }
-        }
-        
-        
-        return Omniture_pageOriginClikToBasket;
-    }
-
-    function TrackExternalLink(from, urlLink) {
-    }
-
-    function requestItinerary(pageName)
-	{
-			s.linkTrackVars = "prop24,prop25";
-			s.prop24 = "Demande itineraire";
-			s.prop25 = pageName;
-			s.tl(this,'o','Demande itineraire');	
-	}
-
-	function trackBasket(articlePrid, From)
-    {
-	    var s=s_gi(s_account);
-	    var originClick = TrackBasketOverridedOriginClick(From);
-	    if(originClick.length == 0 && s.prop40.length > 0)
-	        originClick = s.prop40.toUpperCase() ;
-	    s.linkTrackVars='events,products,eVar2,eVar6,eVar17,eVar19';
-        s.linkTrackEvents='scAdd';
-        s.events = 'scAdd';
-        if(originClick.match(/Panier Flottant/))
-        {
-            s.eVar2="upsell";
-        }
-        if(!originClick.match(/BuyBox/) && !originClick.match(/Panier Flottant/))
-            originClick = originClick + ": BuyBox";
-        s.eVar6 = originClick + ": Ajout Panier";
-        s.eVar17="Achat Standard";
-        s.eVar19="Non applicable";
-        s.products = ';' + articlePrid;
-        s.tl(this, 'o', 'Ajout Panier');
-	}
-
-	function trackBasket(articlePrid, From, position)
-	{
-	    var s=s_gi(s_account);
-	    var originClick = TrackBasketOverridedOriginClick(From);
-	    if(originClick.length == 0 && s.prop40.length > 0)
-	        originClick = s.prop40.toUpperCase();
-	    s.linkTrackVars='events,products,eVar2,eVar6,eVar17,eVar19';
-	    s.linkTrackEvents='scAdd';
-	    s.events = 'scAdd';
-	    if(originClick.match(/Panier Flottant/))
-	    {
-	        s.eVar2="upsell";
-	    }
-	    if(!originClick.match(/BuyBox/) && !originClick.match(/Panier Flottant/))
-	        originClick = originClick + ": BuyBox";
-	    s.eVar6 = originClick + ": Ajout Panier";
-	    s.eVar17="Achat Standard";
-	    if(position === undefined || position == null || position.length <= 0)
-	        s.eVar19="Non applicable"; 
-	    else
-	        s.eVar19=position;    
-	    s.products = ';' + articlePrid;
-	    s.tl(this, 'o', 'Ajout Panier');
-	}
-
-	function TrackBasketOverridedOriginClick(From)
-	{
-	    var originClick = pageOriginClick(From);
-	    if(originClick=="Moteur")
-	        originClick = "";
-	    if(originClick=="FI:Mini-FA")
-	        originClick = "Fiche Itervenant:";
-	    return originClick;
-	}
-
-	function getParamFromQueryString(p)
-	{
-	    var urlTmp=window.location.href;
-	    var normalizedUrl = "";
-	    if(urlTmp.indexOf('#',0)>0){
-	        normalizedUrl=urlTmp.substring(0,urlTmp.indexOf('#',0))+"&"+urlTmp.substring(urlTmp.indexOf('#',0)+1,urlTmp.length);
-	        if(normalizedUrl.indexOf('?',0)==-1) {
-	            normalizedUrl=s.pageURL.substring(0,s.pageURL.indexOf('&',0))+"?"+s.pageURL.substring(s.pageURL.indexOf('&',0)+1,s.pageURL.length);
-	        }
-	    }else normalizedUrl=urlTmp;
-
-	    var re = new RegExp(".*[?&]" + p + "=([^&]+)(&|$)");
-	    var match = urlTmp.match(re);
-	    return(match ? match[1] : "");
-	}
-
-</script>
-
-
-<div style="display:none;">
-
-<!-- SiteCatalyst code version: H.14.
-Copyright 1997-2006 Omniture, Inc. More info available at
-http://www.omniture.com -->
-
-<script type="text/javascript" src="http://www4-fr.fnac-static.com/static/js/HSLMFhFFu9sA9-EXMJqzcCcmvvg1/js/s_code.js"></script>
-<script type="text/javascript"><!--
-
-/* You may give each page an identifying name, server, and channel on
-the next lines. */
-s.charSet="UTF-8";
-s.pageName="FA:LIV:Fiche Article"
-s.server="FCS1WPFWEBFR4"
-s.channel="Produits"
-s.pageType=""
-s.prop56="Non Abonne Express"
-s.prop1="Livre"
-s.prop40="Fiche Article"
-s.prop49="FA:LIV:La fille qui rêvait d'un bidon d'essence et d'une allumette"
-
-s.prop20=""
-s.prop21=""
-/* Conversion Variables */
-s.campaign=""
-s.state=""
-s.zip=""
-s.events="prodView,event2,event10,event20"
-s.products=";1891354"
-s.purchaseID=""
-s.eVar1=""
-s.eVar2=""
-s.eVar3="1"
-s.eVar4=""
-s.eVar5=""
-s.eVar6=""
-s.eVar36=""
-s.eVar37=""
-
-s.eVar12=""
-s.eVar15=""
-s.eVar17=""
-s.eVar19=""
-s.prop8=""
-
-s.eVar54=""
-s.eVar56="Non Abonne Express"
-s.eVar57=""
-
-
-
-
-    mboxLoadSCPlugin(s);
-
-/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
-    
-
-    if (DataAutoCompleteCallback)
-    {
-        DataAutoCompleteCallback(s);
-    }
-    
-    
-    var s_code=s.t();
-    if(s_code)document.write(s_code)
-
-//--></script>
-<script language="JavaScript"><!--
-if(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\!-'+'-')
-//--></script><!--/DO NOT REMOVE/-->
-<!-- End SiteCatalyst code version: H.14. -->
-</div>
-
-
-    
-    
-<script type="text/javascript" src="http://www4-fr.fnac-static.com/static/jsg/Cnloo63PeRtEicnRFqkJXCWMfSk1/FOOTER2.js"></script>
-<script type="text/javascript" src="http://www4-fr.fnac-static.com/static/jsg/jPbMvZcvLllF8Y1HCLeAKr8Z1go1/AUDIOPLAYER.js"></script>
-<script type="text/javascript" src="http://www4-fr.fnac-static.com/static/jsg/XlICVoFrdPwO7iJUb74N2O8KPLU1/BASKET.js"></script>
-
-    
-
-<div style="display:none;">
-
-</div>
-
-
-<script type="text/javascript">
-    
-    
-     
-     var tc_vars = [];
-     // Structure et arborescence
-     tc_vars["template_type"] = "fiches";
-     tc_vars["template_name"] = "13_fiches_fiche_article_pe";
-     tc_vars["arbo_niv1"] = "Livre";
-     tc_vars["arbo_niv2"] = ":Fiche Article";
-     tc_vars["arbo_niv3"] = "";
-     tc_vars["arbo_niv4"] = "";
-     tc_vars["arbo_niv5"] = "";
-     tc_vars["arbo_niv6"] = "";
-     tc_vars["page_name"] = "FA:LIV:Fiche Article";
-
-     tc_vars["env_language"] = "fr-FR";
-     tc_vars["env_country"] = "FR";
-     
-     // Adhérent
-     tc_vars["user_id"] =  "";
-     tc_vars["user_segment"] = "Non-Adherent";
-     tc_vars["user_age"] = "";
-     tc_vars["user_gender"] = "";
-     tc_vars["user_subscription_date"] = "";
-     tc_vars["user_subscription_newsletter"] = "";
-     tc_vars["express_plus"] = "";
-     tc_vars["eligibility_ express_plus_trial"] = "";
-     tc_vars["user_segment_type"] = "";
-
-     tc_vars["search_kw"] = "";
-     tc_vars["search_nb_results"] = "";
-     tc_vars["search_current_page"] = "";
-     tc_vars["search_category"] = "";
-     tc_vars["search_refine_category"] = "";
-     tc_vars["search_refine_comb"] = "";
-     tc_vars["search_type"] = "";
-
-     // Produit
-     tc_vars["product_name"] = "La fille qui rêvait d\u0027un bidon d\u0027essence et d\u0027une allumette";
-     tc_vars["product_id"] = "1891354";
-     tc_vars["product_ref"] = "1";
-     tc_vars["product_ref_id"] = "1-1891354";
-     tc_vars["product_stock"] = "yes";
-     tc_vars["product_category"] = "Fcom";
-     tc_vars["product_vendor"] = "Fnac";
-     tc_vars["product_unitprice_ati"] = "23.40";
-     tc_vars["product_discount_ati"] = "23.40";
-     tc_vars["product_unitprice_tf"] = "22.18";
-     tc_vars["product_discount_tf"] = "22.18";
-     tc_vars["product_currency"] = "EUR";
-     tc_vars["product_trademark"] = "";
-     tc_vars["product_url_page"] = "http://livre.fnac.com/a1891354/Millenium-Tome-2-La-fille-qui-revait-d-un-bidon-d-essence-et-d-une-allumette-Stieg-Larsson";
-     tc_vars["product_picture_url"] = "http://static.fnac-static.com/multimedia/FR/images_produits/FR/Fnac.com/Grandes110/0/1/0/9782742765010.gif";
-     tc_vars["product_isbundle"] = "no";
-     tc_vars["product_breadcrumb_id"] = "11001";
-     tc_vars["product_rating"] = "4";
-     
-     //OrderPipe
-     tc_vars["cart_id"] = "";
-     tc_vars["order_id"] = "";
-     tc_vars["orderUserRefs"] = "";
-     tc_vars["order_amount"] = "";
-     tc_vars["order_amount_ati"] = "";
-     tc_vars["order_amount_wt"] = "";
-     tc_vars["order_amount_ati_with_sf"] = "";
-     tc_vars["order_amount_tf_with_sf"] = "";
-     tc_vars["order_currency"] = "";
-     tc_vars["order_pay_method"] = "";
-     tc_vars["order_new_client"] = "";
-     tc_vars["order_nb_products"] = "0";
-     tc_vars["order_promo_code"] = "";
-     tc_vars["order_state"] = "";
-     tc_vars["order_shipping_method"] = "";
-     tc_vars["order_ship_ati"] = "";
-     tc_vars["order_ship_tf"] = "";
-     tc_vars["order_tax"] = "";
-     tc_vars["order_zip"] = "";
-     
-     // Products
-     tc_vars["order_products"] = [];
-       
-         
-
-	 //Nav
-     tc_vars["nav_typvt"] = "1";
-     tc_vars["nav_support"] = "1";
-     tc_vars["product_unitpricemp"] = "";
-     tc_vars["product_unitprice"] = "23,40";
-     tc_vars["product_unitprice_discount"] = "23,40";
-     tc_vars["product_offrebuybox"] = "2";
-     tc_vars["product_pricemode"] = "1";
-     tc_vars["product_availabilitype"] = "3";
-     tc_vars["product_productflagchoosebox"] = "1";
-     tc_vars["product_availability"] = "99";
-     tc_vars["nav_ip"] = "178.16.171.35";
-     tc_vars["nav_origine"] = "";
-     tc_vars["nav_objectid"] = "1891354";
-     tc_vars["nav_pathid"] = "1";
-     tc_vars["user_auth"] = "0";
-
-     // Search
-     tc_vars["list_products"] = [];
-     
- </script>
-
-
- 
-<script type="text/javascript" src="http://www4-fr.fnac-static.com/static/tc/e--m-HLsIwWC8w1r-OVEDWikP1s1/load_exec.1.D.js"></script>
-
-
-
-
-<noscript>
-    
-   <iframe src="http://redirect28.tagcommander.com/utils/noscript.php?id=1&mode=iframe&template_type=fiches&page_name=FA%3aLIV%3aFiche+Article" width="1" height="1"></iframe>
-</noscript>
-
-<!-- TAGCOMMANDER END //-->
-
-
-     
-    
-
-
-
-<div id="dvPopinRedirect"></div>
-
-
-    <div id="ScriptSoCloz"></div>
-</body>
-<script type='text/javascript'>
-    $(window).load(function () {
-        var idRichContent = $('#asyncLoadRichContentPostParam').val();
-        if (idRichContent != "") asyncLoadRichContentPost(idRichContent);
-
-        var idHighLight = $('#asyncLoadHighLightPostParam').val();
-        if (idHighLight != "") asyncLoadHighLightPost(parseInt(idHighLight));
-    });
-</script>
-</html>
+<!doctype html>
+<!--[if IE 9]>
+<html class="no-js ie9" lang="fr-FR">
+<![endif]-->
+<!--[if gt IE 9]><!-->
+<html class="no-js" lang="fr-FR">
+<!--<![endif]-->
+
+<head>
+  <meta charset="utf-8">
+
+  
+  <script id="kameleoon" data-include-method="iframe">(function(b,f,e,c,a){c.mark(a+"-init-start");b.kameleoonStartLoadTime=Date.now();b.kameleoonLightIframe=!1;b.kameleoonDisplayPage=function(e){var d=f.getElementById("kameleoonLoadingStyleSheet");b.clearTimeout(b.kameleoonDisplayPageTimeOut);d&&(d.parentNode.removeChild(d),c.mark(a+"-page-show"),c.measure(a+"-page-hidden",a+"-page-hide",a+"-page-show"));e||(c.mark(a+"-init-end"),c.measure(a+"-init",a+"-init-start",a+"-init-end"))};b.kameleoonDisplayPageTimeOut=b.setTimeout(b.kameleoonDisplayPage.bind(this,!0),1000);e.insertAdjacentHTML("beforeend",'<style id="kameleoonLoadingStyleSheet">*{opacity:0!important;pointer-events:none!important}</style>');f.documentElement.offsetHeight;c.mark(a+"-page-hide");"iframe"===f.getElementById("kameleoon").getAttribute("data-include-method")&&(c.mark(a+"-iframe-load-start"),b.addEventListener("message",function g(d){"https://i0n46ycwiz.kameleoon.eu"===d.origin&&(b.removeEventListener("message",g),b.kameleoonExternalIFrameLoaded=!0,eval(d.data+"\n//# sourceURL=file:///kameleoon.js"),Kameleoon.Analyst.load(),c.mark(a+"-iframe-load-end"),c.measure(a+"-iframe-load",a+"-iframe-load-start",a+"-iframe-load-end"))},!1),e.insertAdjacentHTML("beforeend",'<iframe id="kameleoonExternalIframe" style="position:fixed!important;visibility:hidden;width:0!important;height:0!important;border:0!important" src="https://i0n46ycwiz.kameleoon.eu"></iframe>'))})(window,document,document.head,performance.mark?performance:{mark:function(){},measure:function(){}},"kameleoon");</script>
+
+
+<script>window._abtasty=window._abtasty||[];window.abtiming=Date.now()</script>
+<script src="https://try.abtasty.com/bbee4a8423d5494a849fc60b6f30c70b.js" async></script>
+
+
+  
+
+
+
+<link rel="preload" href="https://www4-fr.fnac-static.com/static/sf/c0b3DQDHNLHEU2oMcv-KpO1J9mc1/assets/fonts/roboto-300.woff2" as="font" type="font/woff2" crossorigin="anonymous">
+<link rel="preload" href="https://www4-fr.fnac-static.com/static/sf/HrVy0CPxU4nOCqS8VP3SjJ9xciM1/assets/fonts/roboto-400.woff2" as="font" type="font/woff2" crossorigin="anonymous">
+<link rel="preload" href="https://www4-fr.fnac-static.com/static/sf/xDRHRoluRS5fTvRXgfYig2kQrkY1/assets/fonts/roboto-700.woff2" as="font" type="font/woff2" crossorigin="anonymous">
+<link rel="preload" href="https://www4-fr.fnac-static.com/static/sf/EDqsrpJoEt-P1t7arfcb5P2Ulm81/assets/fonts/icons.woff2" as="font" type="font/woff2" crossorigin="anonymous">
+
+<link rel="stylesheet" href="https://www4-fr.fnac-static.com/static/ls/J2PJJE7GLjIslRLjoenn_v6mvos1/nav/css/layout.css">
+
+  
+<link rel="stylesheet" type="text/css" href="https://www4-fr.fnac-static.com/static/ls/uU34LfyL5ebh5yzfuhJ5GNKM5JM1/nav/css/product.css">
+
+
+
+
+  <link rel="shortcut icon" href="https://www4-fr.fnac-static.com/nav/images/favicon.ico">
+
+  
+
+        <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
+        <meta name="apple-mobile-web-app-capable" content="yes">
+        <meta name="apple-mobile-web-app-status-bar-style" content="default">
+        <meta name="mobile-web-app-capable" content="yes">
+        <meta name="theme-color" content="#ffffff">
+        <meta name="msvalidate.01" content="DA361407407072F944FEC313FFFB02E4">
+        <meta name="cart-view-url" content="https://secure.fnac.com/basket/view">
+        <meta name="cart-add-url" content="https://secure.fnac.com/basket/add">
+        <meta name="cart-oneclick-url" content="https://secure.fnac.com/basket/oneclick">
+        <meta name="social-connect" content="false">
+        <meta name="secure-url" content="https://secure.fnac.com/">
+        <meta name="login-url" content="https://secure.fnac.com/identity/gateway/signin?LogonType=Standard&amp;PageAuth=X&amp;pagepar=omnsearchpos%3d1&amp;PageRedir=https%3a%2f%2fwww.fnac.com%2fArticle%2fIndex%2f3764876%2f1">
+        <meta name="images-url" content="https://www4-fr.fnac-static.com/Legacy/Img/">
+        <meta name="pathname" content="">
+        <meta name="cookies-path" content="/">
+        <meta name="cookies-hostname" content=".fnac.com">
+        <meta name="mobile-device" content="False">
+        <meta name="mediaelement-swf-url" content="https://www4-fr.fnac-static.com/static/sf/2jmj7l5rSw0yVb_vlWAYkK_YBwk1/nav/js/vendors/flashmediaelement.swf">
+        <meta name="localstorageiframe" content="https://www4-fr.fnac-static.com/static/sf/Y_GBzkR1fFz87mVB9wldmol7FFw1/nav/core/static/localstorage.html">
+        <meta name="doublerun" content="fjs">
+        <meta name="doublerun-call" content="cfls">
+      <meta name="description" content="Mill&#233;nium, Tome 2, La fille qui r&#234;vait d&#39;un bidon d&#39;essence et d&#39;une allumette, Stieg Larsson, Actes sud. Des milliers de livres avec la livraison chez vous en 1 jour ou en magasin avec -5% de r&#233;duction .">
+      <title>Mill&#233;nium - Tome 2 - La fille qui r&#234;vait d&#39;un bidon d&#39;essence et d&#39;une allumette - Stieg Larsson - Poche - Achat Livre | fnac</title>
+      <link rel="canonical" href="https://livre.fnac.com/a3764876/Millenium-Tome-2-La-fille-qui-revait-d-un-bidon-d-essence-et-d-une-allumette-Stieg-Larsson">
+      <script type="application/ld+json">
+        {"@context":"http://schema.org/","@type":"Product","name":"Millénium - Tome 2 : La fille qui rêvait d'un bidon d'essence et d'une allumette","image":"https://static.fnac-static.com/multimedia/Images/FR/NR/9b/ee/34/3468955/1540-1/tsp20140212130126/La-fille-qui-revait-d-un-bidon-d-eence-et-d-une-allumette.jpg","description":"Tandis que Lisbeth Salander coule des journées supposées tranquilles aux Caraïbes, Mikael Blomkvist, réhabilité, victorieux, est prêt à lancer un numéro spécial de Millenium sur un thème brûlant pour des gens haut placés : une sombre histoire de prostituées exportées des pays de l'Est. Mikael aimerait surtout revoir Lisbeth. Il la retrouve sur son chemin, mais pas vraiment comme prévu : un soir, dans une rue de Stockholm, il la voit échapper clé peu à une agression manifestement très planifiée.<br>Enquêter sur clés sujets qui fâchent mafieux et politiciens n'est pas ce qu'on souhaite à clé jeunes journalistes amoureux de la vie. Deux meurtres se succèdent, les victimes enquêtaient pour Millenium. Pire que tout, la police et les médias vont bientôt traquer Lisbeth, coupable toute désignée et qu'on a vite fait de qualifier de tueuse en série au passé psychologique lourdement chargé.<br>Mais qui était cette gamine attachée sur un lit, exposée aux caprices d'un maniaque et qui survivait en rêvant d'un bidon d'essence et d'une allumette ?<br>S'agissait-il d'une des filles des pays de l'Est, y a-t-il une hypothèse plus compliquée encore ? C'est dans cet univers à cent à l'heure que nous embarque Stieg Larsson qui signe avec ce deuxième volume de la trilogie Millenium un thriller au rythme affolant.<br>","gtin13":"9782742797875","prid":3764876,"sku":"2533752","url":"https://livre.fnac.com/a3764876/Millenium-Tome-2-La-fille-qui-revait-d-un-bidon-d-essence-et-d-une-allumette-Stieg-Larsson","mainEntityOfPage":"https://livre.fnac.com/a3764876/Millenium-Tome-2-La-fille-qui-revait-d-un-bidon-d-essence-et-d-une-allumette-Stieg-Larsson","aggregateRating":{"@type":"AggregateRating","ratingValue":4.5,"ratingCount":48},"offers":{"@type":"Offer","priceCurrency":"EUR","price":10.0,"availability":"http://schema.org/InStock","itemCondition":"http://schema.org/NewCondition","seller":{"@type":"Organization","name":"FNAC.COM"}},"additionalType":"Book","author":[{"@type":"Person","name":"Stieg Larsson","url":"https://www.fnac.com/Stieg-Larsson/ia103133"}]}
+      </script>
+  <script>
+      !function(h){var j="js-LazyImage",l="js-image-loaded",f="data-lazyimage",g="data-lazyimage-background",i="data-lazy-listening",k=(h.IntersectionObserver,document.getElementsByClassName(j));function b(d,v){var c,q,u,m,s=d.getAttribute(g),p=!s&&"IMG"===d.tagName;(c=p?d.getAttribute(f):s,d.className=d.className.replace(j,""),d.removeAttribute(f),d.removeAttribute(g),d.removeAttribute(i),v&&v.unobserve(d),c)&&(q=c,u=function(){p?d.src=c:d.style.backgroundImage="url("+c+")",setTimeout(function(){d.className+=" "+l},100)},(m=new Image).onload=function(){u(),m=null},m.src=q)}setInterval(function(){Array.prototype.slice.call(k).forEach(function(a){b(a)})},150)}(window),function(c){function d(h){function i(){h.media=g}var g=h.media||"all";h.addEventListener("load",i),setTimeout(function(){h.rel="stylesheet",h.media="only x"}),setTimeout(i,3000)}function a(){if(!b()){for(var h=c.document.getElementsByTagName("link"),i=0;i<h.length;i++){var g=h[i];"preload"!==g.rel||"style"!==g.getAttribute("as")||g.getAttribute("data-loadcss")||(g.setAttribute("data-loadcss",!0),d(g))}}}var b=function(){try{var h=c.document.createElement("link").relList.supports("preload")}catch(g){h=!1}return function(){return h}}();if(!b()){a();var f=c.setInterval(a,500);c.addEventListener("load",function(){a(),c.clearInterval(f)})}}(self);;
+  </script>
+  <meta name="google" content="notranslate">
+
+</head>
+<body>
+  
+
+<div class="legacy">
+
+  
+
+  <header class="Header--new js-Header  ">
+
+    <div class="Header__nav">
+      
+      <div class="Header__burger js-Burger-toggler">
+        <button type="button" class="Header__burger-link js-SlideNav-toggler">
+          <span class="Header__burger-icon">
+            <span class="Header__burger-line1"></span>
+            <span class="Header__burger-line2"></span>
+            <span class="Header__burger-line3"></span>
+            <span class="Header__burger-line4"></span>
+          </span>
+          <span class="Header__burger-icon__subtitle">Rayons</span>
+        </button>
+      </div>
+
+      
+      <a href="https://www.fnac.com/" class="Header__logo">
+        <span class="Header__logo-img"></span>
+        <span class="Header__logo-title">fnac.com</span>
+      </a>
+    </div>
+
+    <div class="Header__main js-headerSearchView">
+
+      <div class="Header__search js-Header-search">
+        
+  <script type="application/json" id="header_autocomplete">
+  {
+    
+    "service": "https://autocomplete-fr.ws.fnac.com/search-autocomplete/autocomplete?client=1&method=GetCommonSuggest",
+    "defaultAB": "A",
+    "groups": [
+      {
+        "name": "Suggestions de mots clés",
+        "type": "s",
+        "max": 5,
+        "maxChars": 33,
+        "order": 0,
+        "orderParamUrl": 1
+      },
+      {
+        "name": "Voir les rayons",
+        "type": "m",
+        "max": 4,
+        "maxChars": 33,
+        "order": 3,
+        "orderParamUrl": 2
+      },
+      {
+        "name": "Billetterie",
+        "type": "bil",
+        "max": 2,
+        "maxChars": 40,
+        "order": 1,
+        "orderParamUrl": 3
+      },
+      {
+        "name": "Produits",
+        "type": "p",
+        "max": 6,
+        "maxChars": 50,
+        "order": 2,
+        "orderParamUrl": 0
+      }
+    ],
+    
+    "in-label": "dans",
+    "plus-criteria": "+ de critères de recherche",
+    "advancedSearch": "https://www.fnac.com/Search/advancedSearch.aspx",
+    "modifier": ""
+  }
+  </script>
+
+
+
+<form accept-charset="UTF-8" action="https://www.fnac.com/SearchResult/ResultList.aspx" method="GET" name="QuickSearchForm" id="QuickSearchForm">
+  <div class="Header__search-aisle">
+    <div class="Header__aisle">
+      <select id="category" name="SCat" class="Header__search-dropdown--hidden js-Header__search-dropdown" style="display:none;">
+        <option value="0!1">Rayons</option><option value="8!1">Informatique</option><option value="2!1">Livres, BD</option><option value="34!1">Téléphonie</option><option value="22!1">Ebooks</option><option value="35!1">Photo, Caméra</option><option value="1!1">Livres en VO</option><option value="36!1">Son, Hi-fi</option><option value="16!1">Billetterie</option><option value="32!1">TV, Vidéo</option><option value="3!1">Musique</option><option value="38!1">Sport</option><option value="4!1">Films et Séries</option><option value="23!1">Maison</option><option value="5!1">Jeu vidéo</option><option value="39!1">Bricolage</option><option value="7!1">Enfant, Jouet</option><option value="40!1">Jardin</option><option value="25!1">Coffret Cadeau</option><option value="42!1">Bagagerie</option><option value="14!1">Papeterie</option><option value="37!1">Erotisme</option><option value="11!1">Gadget</option><option value="41!1">Animalerie.</option>
+      </select>
+    </div>
+  </div>
+
+  <div class="Header__search-form">
+    <div class="Header__search-fields">
+      
+        <input type="search" class="Header__search-input js-HeaderSearch-input" autocorrect="off" spellcheck="false" autocapitalize="off" id="Fnac_Search" name="Search" value="" placeholder="Rechercher">
+      
+
+      <input type="hidden" name="sft" value="1" />
+      <input type="hidden" name="sa" id="QuickSearchFormSa" value="0" />
+      <input type="hidden" name="omnsearchtype" id="quicksearch-history-type" disabled value="4">
+
+      <i class="icon icon_i_038_cross_02 Header__search-cross js-HeaderSearch-inputClear"></i>
+
+      <button class="Header__search-submit btSubmit js-btSubmit" type="submit" title="Lancer la recherche" aria-label="Lancer la recherche">
+      </button>
+    </div>
+  </div>
+</form>
+
+      </div>
+
+      <div class="Header__tabs-wrapper">
+        <div class="Header__tabs js-HeaderTabs">
+
+          <div class="Header__tabs-item Header__tabs-item--help js-HeaderTabHelp">
+            
+
+<a href="#" class="Header__tabs-link Header__tabs-link--help js-HeaderTab-toggle" data-panel="help" data-header-tab="help" data-track-click='{"action":"ShowHeaderLayer","label":"Layer: Fnac vous aide"}'>
+  <div class="Header__tabs-icon Header__tabs-icon--help"></div>
+</a>
+
+          </div>
+
+          
+
+          <div class="Header__tabs-specific-wrapper">
+
+            
+            <div class="Header__tabs-item Header__tabs-item--store js-StoreContainer js-HeaderTabStore">
+              
+    <a  class="Header__tabs-link Header__tabs-link--store js-HeaderTab-toggle" data-panel="store-gen" data-header-tab="store" href="https://www.fnac.com/localiser-magasin-fnac/w-4" data-track-click='{"action":"ShowHeaderLayer","label":"Layer: Magasins"}'>
+        <div class="Header__tabs-icon Header__tabs-icon--store"></div>
+        <div class="Header__tabs-title">
+          <span class="Header__tabs-firstline">Magasins</span>
+        </div>
+    </a>
+
+            </div>
+            
+
+            <div class="Header__tabs-item Header__tabs-item--account js-HeaderTabAccount">
+              
+<a class="Header__tabs-link Header__tabs-link--account js-HeaderTab-toggle" data-header-tab="account" data-usertype="unconnected" href="https://secure.fnac.com/account/personal-information?LogonType=StandardCreation&PageRedir=https%3a%2f%2fwww.fnac.com%2f" data-track-click='{"action":"ShowHeaderLayer","label":"Layer: Mon Compte: Connection"}'>
+
+    <div class="Header__tabs-icon Header__tabs-icon--account"></div>
+    <div class="Header__tabs-title">
+        <span class="Header__tabs-firstline">Me connecter</span>
+    </div>
+</a>
+
+            </div>
+
+            <div class="Header__tabs-item Header__tabs-item--basket js-HeaderTabBasket">
+              
+      <a class="Header__tabs-link Header__tabs-link--basket HeaderTab-control HeaderTab-control--basket js-HeaderTab-toggle" data-header-tab="basket" href="https://secure.fnac.com/orderpipe?pipe=pop&reset=1" rel="nofollow" data-track-click='{"action":"ShowHeaderLayer","label":"Layer: Mon Panier"}'>
+        <div class="Header__tabs-icon Header__tabs-icon--basket">
+          
+          <span class="Header__tabs-cartCount Header__tabs-cartCount--empty js-CartCount " data-maxlabel="99+"></span>
+        </div>
+
+        <div class="Header__tabs-title">
+          <span class="Header__tabs-firstline">
+            Mon panier
+          </span>
+        </div>
+      </a>
+
+            </div>
+
+          </div>
+          
+        </div>
+      </div>
+    </div>
+  </header>
+
+  <div class="Main-exitMenu Main-exitMenu--inverse js-Main-exitSideBar"></div>
+  <div class="Main-exitMenu js-Main-exitSlideNav"></div>
+  <div class="Header__layers-item js-HeaderTab-content"></div>
+  <div class="CategoryNav-wrapper js-CategoryNav-wrapper"></div>
+
+  
+  
+  <div class="Main-marketingHeader">
+    
+
+    <div class="promo js-scrollPasteToolbar">
+        <ul class="promo-List">
+            
+<li class="promo-ListItem">
+    <a class="promo-ListItemLink" href="https://www.fnac.com/Ventes-Flash/shi42245/w-4#bl=marktlink1">
+        
+            <img class="promo-ListItemImg" src="https://static.fnac-static.com/fr-FR/fch/01/img/58c077d6-d22a-4214-9238-eeb5c1a27b2e.jpg" alt="" title="" />
+         
+        <span class="promo-ListItemLabel"><span class="txt-bold txtColor-Rouge"> Ventes Flash -50% </span>  </span>
+    </a>
+</li>
+
+<li class="promo-ListItem">
+    <a class="promo-ListItemLink" href="https://www.fnac.com/soldes/w-4#bl=marktlink2">
+        
+            <img class="promo-ListItemImg" src="https://static.fnac-static.com/fr-FR/fch/01/img/14052900-db05-441b-a075-1c7c48d6ae4e.png" alt="" title="" />
+         
+        <span class="promo-ListItemLabel">Soldes -80%</span>
+    </a>
+</li>
+
+<li class="promo-ListItem">
+    <a class="promo-ListItemLink" href="https://livre.fnac.com/s233044/Un-ete-tres-livre#bl=marktlink3">
+        
+            <img class="promo-ListItemImg" src="https://static.fnac-static.com/fr-FR/fch/01/img/b072f5b0-9eb3-454d-9d85-5e0b4889e8df.png" alt="" title="" />
+         
+        <span class="promo-ListItemLabel">Vos livres de l'été</span>
+    </a>
+</li>
+
+<li class="promo-ListItem">
+    <a class="promo-ListItemLink" href="https://www.fnac.com/plein-air/#bl=marktlink4">
+        
+            <img class="promo-ListItemImg" src="https://static.fnac-static.com/fr-FR/fch/01/img/482e799f-a76c-4047-8239-69c65dcb8978.png" alt="" title="" />
+         
+        <span class="promo-ListItemLabel">Beaux jours: -30%</span>
+    </a>
+</li>
+
+<li class="promo-ListItem">
+    <a class="promo-ListItemLink" href="https://www.fnac.com/choisir-carte#bl=marktlink5">
+        
+            <img class="promo-ListItemImg" src="https://static.fnac-static.com/fr-FR/fch/01/img/0a6d95ef-f1eb-40af-98a7-6ae170a1f7e6.png" alt="" title="" />
+         
+        <span class="promo-ListItemLabel">Avantages Adhérents</span>
+    </a>
+</li>
+
+        </ul>
+    </div>
+
+
+
+    
+
+
+
+<div class="Marketing-banner AnimatedBso" id="sas_34399" data-sas-site-id="72544" data-sas-page-id="574860" data-sas-page-name=""></div>
+
+
+
+
+    
+  </div>
+  
+
+  
+  <div class="SlideNav nano">
+    <div class="nano-content ScrollWrapper SlideNav-loadWrapper"></div>
+  </div>
+</div>
+  <div class="Main Main--fullWidth">
+    
+
+
+  <div class="f-productPage clearfix js-articleView" data-prid="3764876" data-ean13="9782742797875" data-catalog="1">
+    <div class="productPageTop">
+      
+
+
+<section class="f-productHeader js-articleHeader">
+
+    
+    <ul class="f-breadcrumb">
+            <li class="f-breadcrumb-item">
+                <a class="f-breadcrumb-link" href="https://www.fnac.com/">Accueil</a>
+            </li>
+            <li class="f-breadcrumb-item">
+                <a class="f-breadcrumb-link" href="https://www.fnac.com/livre.asp">Livre</a>
+            </li>
+            <li class="f-breadcrumb-item">
+                <a class="f-breadcrumb-link" href="https://livre.fnac.com/s26/Roman-Policier-et-Thriller">Roman Policier et Thriller</a>
+            </li>
+            <li class="f-breadcrumb-item">
+                <a class="f-breadcrumb-link" href="https://livre.fnac.com/l6562/Meilleures-ventes-poche-Polar/Roman-Policier-et-Thriller">Meilleures ventes poche Polar</a>
+            </li>
+    </ul>
+
+    
+    <h1 class="f-productHeader-Title">
+        Mill&#233;nium - Tome 2 : La fille qui r&#234;vait d&#39;un bidon d&#39;essence et d&#39;une allumette
+    </h1>
+
+
+
+    
+    <div class="f-productHeader-additionalInformation f-productHeader-subTitle">
+            <b> Voir aussi </b><a class="f -productHeader-series f-productHeader-subTitleLink" href="https://www.fnac.com/Millenium/si7752">Mill&#233;nium</a>
+                        <a class="f-productHeader-subTitleLink" href="https://www.fnac.com/Stieg-Larsson/ia103133">Stieg Larsson (Auteur)</a>
+                        <span class="f-productHeader-subTitleLabel">Paru le 1 avril 2011</span>
+                    <span class="f-productHeader-subTitleLabel">Roman (Poche)</span>
+    </div>
+
+    <div class="f-productHeader-reviewContainer">
+
+        
+        <div class="f-productHeader-additionalInformation f-productHeader-review">
+            <a href="#customerReviews" class="f-stars js-articleBestReview-show js-scrollToStrate" data-prid="3764876" data-id="3468955" data-ean="9782742797875" data-referecencegu="2533752" data-catalog="1">
+                    <span class="f-star f-star--large S45">4,5</span>
+                                    <span class="f-productHeader-reviewLabel">48 avis</span>
+                                <span class="tooltipReview js-articleBestReview-container"></span>
+            </a>
+        </div>
+
+        
+                <div class="f-productHeader-additionalInformation f-productHeader-bookstoreFavorites">
+                <a class="f-productHeader-bookstoreFavorites-link js-scrollToStrate" href="#CoupCoeur">
+                    <i class="f-additionalInformation-icon icon icon_i_041_coup_de_coeur" aria-hidden="true"></i>
+                    <span class="f-productHeader-bookstoreFavorites-label">1 Coup de c&oelig;ur des Libraires</span>
+                    
+                </a>
+        </div>
+
+        
+    </div>
+</section>
+
+      <div class="f-productPage-colLeft clearfix">
+
+
+
+<section class="f-productVisuals js-articleVisuals">
+
+  
+
+  
+  <div class="whide " style="display: inline-block; width: 120px; vertical-align: top;">
+    <ul class="" style="list-style: none; padding :0; margin:0;"></ul>
+  </div>
+  
+  <div class="f-productVisuals-thumbnailsWrapper">
+    <ul class="f-productVisuals-thumbnails js-productVisuals-thumbnails ">
+            <li class="f-productVisuals-thumbnail js-articleVisuals-item" data-type="image" data-src="https://static.fnac-static.com/multimedia/Images/FR/NR/9b/ee/34/3468955/1540-1/tsp20140212130126/La-fille-qui-revait-d-un-bidon-d-eence-et-d-une-allumette.jpg" data-src-zoom="https://static.fnac-static.com/multimedia/Images/FR/NR/9b/ee/34/3468955/1507-1/tsp20140212130126/La-fille-qui-revait-d-un-bidon-d-eence-et-d-une-allumette.jpg">
+              <img src="https://static.fnac-static.com/multimedia/Images/FR/NR/9b/ee/34/3468955/1502-1/tsp20140212130126/La-fille-qui-revait-d-un-bidon-d-eence-et-d-une-allumette.jpg" alt="Mill&#233;niumLa fille qui r&#234;vait d&#39;un bidon d&#39;essence et d&#39;une allumette_0">
+            </li>
+            <li class="f-productVisuals-thumbnail js-articleVisuals-item" data-type="image" data-src="https://static.fnac-static.com/multimedia/Images/FR/NR/9b/ee/34/3468955/1542-1/tsp20140212130139/La-fille-qui-revait-d-un-bidon-d-eence-et-d-une-allumette.jpg" data-src-zoom="https://static.fnac-static.com/multimedia/Images/FR/NR/9b/ee/34/3468955/1510-1/tsp20140212130139/La-fille-qui-revait-d-un-bidon-d-eence-et-d-une-allumette.jpg">
+              <img src="https://static.fnac-static.com/multimedia/Images/FR/NR/9b/ee/34/3468955/1544-1/tsp20140212130139/La-fille-qui-revait-d-un-bidon-d-eence-et-d-une-allumette.jpg" alt="Mill&#233;niumLa fille qui r&#234;vait d&#39;un bidon d&#39;essence et d&#39;une allumette_1">
+            </li>
+              <li class="f-productVisuals-thumbnail f-productVisuals-thumbnail--video js-ProductVisuals-itemVideo">
+          <i class="f-productVisuals-thumbnailIconVideo icon icon_i_092_Play"></i>
+        </li>
+      <li class="f-productVisuals-thumbnail f-productVisuals-thumbnail-3D" id="web-viewer-button">
+
+      </li>
+
+    </ul>
+  </div>
+  
+  <div class="f-productVisuals-main js-articleVisuals-main">
+    <div class="" style="position: relative; width: 100%; cursor: pointer;">
+      <i class="f-productVisuals-main-iconZoom icon icon_i_011_search"></i>
+        <img class="f-productVisuals-mainMedia js-ProductVisuals-imagePreview xzoom" src="https://static.fnac-static.com/multimedia/Images/FR/NR/9b/ee/34/3468955/1540-1/tsp20140212130126/La-fille-qui-revait-d-un-bidon-d-eence-et-d-une-allumette.jpg" alt="Mill&#233;niumLa fille qui r&#234;vait d&#39;un bidon d&#39;essence et d&#39;une allumette">
+        <div class="VideoPlayer js-VideoPlayer no-select whide">
+    <div class="VideoPlayer-poster js-VideoPlayer-poster"></div>
+    <div class="VideoPlayer-header js-VideoPlayer-header">
+      <div class="VideoPlayer-title js-VideoPlayer-title"></div>
+    </div>
+    <div class="VideoPlayer-videoContainer js-VideoPlayer-videoContainer"></div>
+    <div class="VideoPlayer-glass VideoPlayer-glass--paused js-VideoPlayer-glass"></div>
+    <div class="VideoPlayer-playlist js-VideoPlayer-playlist">
+      <div class="VideoPlayerPlaylist-toggle js-VideoPlayerPlaylist-toggle">
+        <i class="icon_i_070_BurgerProduct"></i>
+          PLAYLIST
+        <i class="icon_i_058_arrow_bottom_02"></i>
+      </div>
+      <div class="VideoPlayerPlaylist-list js-VideoPlayerPlaylist-list">
+          <div class="VideoPlayerPlaylist-item js-VideoPlayerPlaylist-item" data-video-count="2"
+                                   data-video-index="0"
+                    data-video-0-mime-type="video/mp4"
+                    data-video-0-width="640"
+                    data-video-0-height="360"
+                    data-video-0-url="https://video.fnac-static.com/0/Video/FD/Comete/85565/CCP_MP4_640x360/1080521.mp4"
+                    data-video-thumbnail="https://video.fnac-static.com/0/Video/FD/Comete/85565/CCP_VIDEOSHOT_10%25/1080525.jpeg"
+                    data-video-index="0"
+                    data-video-1-mime-type="video/mp4"
+                    data-video-1-width="426"
+                    data-video-1-height="240"
+                    data-video-1-url="https://video.fnac-static.com/0/Video/FD/Comete/85565/CCP_MP4_426x240/1080522.mp4"
+                    data-video-thumbnail="https://video.fnac-static.com/0/Video/FD/Comete/85565/CCP_VIDEOSHOT_10%25/1080525.jpeg"
+>
+            <div class="VideoPlayerPlaylist-itemCell arrow">
+              <i class="icon_i_054_arrow_right_02"></i>
+            </div>
+            <div class="VideoPlayerPlaylist-itemCell image">
+              <img src="https://video.fnac-static.com/0/Video/FD/Comete/85565/CCP_VIDEOSHOT_10%25/1080525.jpeg" alt="Interview de Sandrine Collette - Les Larmes noires sur la terre">
+            </div>
+            <div class="VideoPlayerPlaylist-itemCell title js-VideoPlayerPlaylist-itemTitle">
+              Interview de Sandrine Collette - Les Larmes noires sur la terre
+            </div>
+            <div class="VideoPlayerPlaylist-itemCell space"></div>
+          </div>
+      </div>
+    </div>
+    <div class="VideoPlayer-controls js-VideoPlayer-controls">
+      <i class="VideoPlayerControls-button previous js-VideoPlayerControls-previous"></i>
+      <i class="VideoPlayerControls-button play js-VideoPlayerControls-togglePlay"></i>
+      <i class="VideoPlayerControls-button next js-VideoPlayerControls-next"></i>
+      <div class="VideoPlayerControls-progressBar js-VideoPlayerControls-progressBar">
+        <div class="VideoPlayerControls-progressBarLoaded js-VideoPlayerControls-progressBarLoaded"></div>
+        <div class="VideoPlayerControls-progressBarPlayed js-VideoPlayerControls-progressBarPlayed"></div>
+      </div>
+      <i class="VideoPlayerControls-button mute js-VideoPlayerControls-toggleMute"></i>
+      <div class="VideoPlayerControls-volumeBar js-VideoPlayerControls-volumeBar">
+        <div class="VideoPlayerControls-volumeBarFill js-VideoPlayerControls-volumeBarFill" style="width: 12px;"></div>
+      </div>
+      <div class="VideoPlayerControls-timer">
+        <span class="js-VideoPlayerControls-currentTime">00:00</span> / <span class="js-VideoPlayerControls-duration">00:00</span>
+      </div>
+      <i class="VideoPlayerControls-button fullscreen js-VideoPlayerControls-toggleFullScreen"></i>
+    </div>
+  </div>
+    </div>
+  </div>
+  <div class="f-productVisuals-3D" id="web-viewer-canvas" style="display:none;"></div>
+</section>
+
+
+<div class="f-mfp-content mfp-hide f-productVisuals-zoomBox js-articleVisuals-zoomBox"></div>
+
+
+
+
+
+
+<section class="f-productToolbar js-articleToolbar js-userNotConnected" data-price="10" data-prid="3764876" data-catalog="1" data-ref="1" data-offer-id="">
+
+
+
+    
+    <button
+      class="ff-button ff-button--grey ff-button--outline ff-button--opaque ff-circle--medium js-Tooltip js-articleWishlist f-toolbarButton"
+      type="button"
+      name="button"
+      data-placement="bottom"
+      title=' Mes listes'>
+        <i class="f-productToolbar-icon f-productToolbar-icon-heart icon icon_i_013_whishlist"></i>
+    </button>
+
+
+    
+  <button
+    class="ff-button ff-button--grey ff-button--outline ff-button--opaque ff-circle--medium js-Tooltip js-articleShare f-toolbarButton"
+    type="button"
+    name="button"
+    data-placement="bottom"
+    title=' Partager'>
+      <i class="f-productToolbar-icon f-productToolbar-icon-share icon icon_i_096_Share"></i>
+  </button>
+
+    
+    
+
+  <div id="sharePopinContent" class="f-popin-shareProduct f-mfp-content f-mfp--small mfp-hide js-sharePopin">
+    <div class="f-mfp-body">
+      <ul class="f-popin-shareProduct-list">
+        <li class="f-popin-shareProduct-item">
+          <span class="f-popin-shareProduct-button js-toolbar-shareWithFacebook ff-button ff-button--large ff-button--facebook ff-button--block">
+            <i class="f-popin-shareProduct-buttonIcon icon icon_i_077_Facebook"></i>
+          </span>
+        <li>
+        <li class="f-popin-shareProduct-item">
+          <span class="f-popin-shareProduct-button js-toolbar-shareWithGoogle ff-button ff-button--large ff-button--googlePlus ff-button--block">
+            <i class="f-popin-shareProduct-buttonIcon icon icon_i_079_GooglePlus"></i>
+          </span>
+        <li>
+        <li class="f-popin-shareProduct-item">
+          <span class="f-popin-shareProduct-button js-toolbar-shareWithTwitter ff-button ff-button--large ff-button--twitter ff-button--block">
+            <i class="f-popin-shareProduct-buttonIcon icon icon_i_002_twitter"></i>
+          </span>
+        <li>
+      </ul>
+    </div>
+  </div>
+
+<div id="sellYoursPopinTemplate" class="f-sellYours-popin f-mfp-content mfp-hide">
+     <div class="f-sellYours">
+    <i class="f-sellYours-icon icon icon_i_219_resell"></i>
+    <h3 class="f-sellYours-title">
+      Revendez le vôtre : <span class="f-sellYours-titleArticle">Mill&#233;nium - Tome 2 : La fille qui r&#234;vait d&#39;un bidon d&#39;essence et d&#39;une allumette</span> en quelques clics seulement,<br>sur fnac.com
+    </h3>
+    <ol class="f-sellYours-process">
+      <li class="f-sellYours-processStep"><span class="f-sellYours-processStep-label">Vous <b>mettez en vente</b></span></li>
+      <li class="f-sellYours-processStep"><span class="f-sellYours-processStep-label">Un client <b>achète votre produit</b></span></li>
+      <li class="f-sellYours-processStep"><span class="f-sellYours-processStep-label">Vous <b>expédiez votre produit</b></span></li>
+      <li class="f-sellYours-processStep"><span class="f-sellYours-processStep-label">Vous <b>êtes payés</b></span></li>
+    </ol>
+    <div class="f-sellYours-actions">
+      <a class="ff-button ff-button--greenYellow ff-button--medium ff-button--minWidth" href="https://mp.fnac.com/vendre/pro">
+        <span class="ff-button-label">Revendre un produit</span>
+      </a>
+      <a class="f-sellYours-readMoreLink" href="https://www.fnac.com/Guides/marketplace/vente-et-revente/default.aspx">En savoir plus</a>
+    </div>
+  </div>
+
+</div>
+
+
+  
+  
+<div id="FnacPlusInfoPopin" class="Popup Popup-FnacPlusInfo mfp-hide">
+
+  <div id="fnacPlusDetails">
+    <div class="AdhCardPlusInfo-title">
+      <!-- <div class="f-fnacPlusAside-FreeMonthLabelWrapper">
+                    
+                    <p class="f-fnacPlusAside-FreeMonthLabel">TEST3
+                        <b>1 mois</b> d'essai<br> <b>gratuit</b>
+                    </p>
+                </div> -->
+      <div class="AdhCardInfo-Action">
+        <div class="col-md-24 col-xs-4 AdhCardPlusInfo-img">
+          <img src="https://www4-fr.fnac-static.com/legacy/img/fnacplus/fnacplus-card.png" alt="" class="img-responsive" />
+        </div>
+        <div class="col-md-24 col-md-offset-0 col-xs-19 col-xs-offset-1 AdhCardInfo-txt desktop-only">
+            <p class="f-fnacPlus-Advantages-label">Devenez <b>adhérents+</b>,<br> devenez <b>privilégiés</b></p>
+            <hr />
+            <p class="f-fnacPlus-Advantages-label f-fnacPlus-Advantages-label--lvl2">
+                <span class="bleu">Essai gratuit</span> <span class="blanc">30 jours</span>
+                <br>puis 49€/an
+            </p>
+            <p class="f-fnacPlus-Advantages-label f-fnacPlus-Advantages-label--lvl3">Service d'abonnement en reconduction tacite*</p>
+        </div>
+
+
+        <!-- <button class="btn btn--FnacPlus btn--Block f-fnacPlus-Advantages-Action">
+                        Essayer gratuitement 
+                        Ajouter au panier 
+                        
+                    </button> -->
+      </div>
+    </div>
+
+    <div class="AdhCardInfo-content">
+      <div class="AdhCardInfo-block col-md-8 col-sm-8 col-xs-12">
+        <div>
+          <div class="AdhCardInfo-icon">
+            <i class="icon icon_i_193_Fnac_delivery"></i>
+          </div>
+          Livraison en 1J<br> <b>gratuite</b><br> <b>et illimitée</b>
+        </div>
+      </div>
+      <div class="AdhCardInfo-block col-md-8 col-sm-8 col-xs-12">
+        <div>
+          <div class="AdhCardInfo-icon">
+            -5%
+          </div>
+          Sur les livres &<br>le high-tech
+        </div>
+      </div>
+      <div class="AdhCardInfo-block col-md-8 col-sm-8 col-xs-12">
+        <div>
+          <div class="AdhCardInfo-icon">
+            <div class="AdhCardInfo-supText">
+              jusqu'à
+            </div>
+            -40%
+          </div>
+          Pendant les<br> <b>ventes privées</b>
+        </div>
+      </div>
+      <div class="AdhCardInfo-block col-md-8 col-sm-8 col-xs-12">
+        <div>
+          <div class="AdhCardInfo-icon">
+            + €€
+          </div>
+          Offerts sur votre<br> <b>compte fidélité</b>
+        </div>
+      </div>
+      <div class="AdhCardInfo-block col-md-8 col-sm-8 col-xs-12">
+        <div>
+          <div class="AdhCardInfo-icon">
+            <img src="https://www4-fr.fnac-static.com/assets/images/partners/deezer/logo-deezer_medium.png" alt="" class="img-responsive">
+          </div>
+          <b>3 Mois offerts</b><br>puis 9,99&euro;/mois
+        </div>
+      </div>
+      <div class="AdhCardInfo-block col-md-8 col-sm-8 hidden-xs">
+        <div>
+          <div class="AdhCardInfo-icon">
+            <i class="icon icon_i_160_starbasket"></i>
+          </div>
+          Votre caisse<br> <b>prioritaire</b> en<br> magasin
+        </div>
+      </div>
+      <div class="AdhCardInfo-block col-md-8 col-sm-8 hidden-xs">
+        <div>
+          <div class="AdhCardInfo-icon">
+            <i class="icon icon_i_163_smartphone"></i>
+          </div>
+          Votre carte FNAC+<br> dans <b>l'appli FNAC</b>
+        </div>
+      </div>
+      <div class="AdhCardInfo-block col-md-8 col-sm-8 hidden-xs">
+        <div>
+          <div class="AdhCardInfo-icon">
+            18 000
+          </div>
+          <b>Spectacles</b><br> à prix réduits
+        </div>
+      </div>
+      <div class="AdhCardInfo-block col-md-8 col-sm-8 hidden-xs">
+        <div>
+          <div class="AdhCardInfo-icon">
+            <i class="icon icon_i_008_tickets"></i>
+          </div>
+          <b>Des invitations</b><br> culturelles
+        </div>
+      </div>
+    </div>
+
+    <div class="f-fnacPlus-Advantages-footer desktop-only">
+      <a href="#" class="f-fnacPlus-Advantages-footerParagraphTitle">A l'échéance de la période d'essai (puis à chaque date anniversaire), sans opposition de votre part, votre carte Fnac+ sera renouvelée automatiquement pour 1 an moyennant le prix de l'abonnement annuel. En souscrivant en ligne à l'abonnement FNAC+ (avec ou sans période d'essai)... <b><span class="f-fnacPlus-Advantages-more">Voir les CGV</span></b> <i class="icon icon_i_158_arrow_right_fat"></i></a>
+      <p class="f-fnacPlus-Advantages-footerParagraphText">Service d’abonnement en reconduction tacite. A l’échéance de la période d’essai et chaque date anniversaire de votre abonnement celui-ci sera reconduit automatiquement pour une période d’un an moyennant le prix de l’abonnement annuel. En souscrivant en ligne à l’abonnement FNAC+ (avec ou sans période d’essai), vous avez accepté la conservation de vos coordonnées bancaires enregistrées lors de la souscription à l’offre pour les besoins de la gestion de votre abonnement FNAC+ en reconduction tacite. A l’échéance de votre période d’essai ou de chaque période d’abonnement, si vous n’avez pas mis fin à votre abonnement avant la fin de la période d’essai gratuite ou de l’abonnement en cours, le prélèvement du montant de l’abonnement annuel sera effectué automatiquement, à partir des coordonnées de la carte bancaire que vous avez accepté de conserver automatiquement dans votre compte pour cette finalité lors de la souscription à l’abonnement avec ou sans période d’essai. Dans le cas où la carte conservée au moment de la souscription en ligne est périmée ou a été supprimée de votre compte, vous acceptez que la FNAC effectue le prélèvement nécessaire au paiement de votre abonnement Fnac + en reconduction tacite sur toute autre carte conservée dans votre portefeuille électronique pour cette finalité. La dernière carte valide enregistrée dans votre portefeuille électronique (situé dans « mon compte »  rubrique « moyens de paiement ») pour cette finalité sera alors prélevée. Vous serez informé préalablement du prélèvement sur la carte concernée par email avant l’échéance de l’Abonnement FNAC +. Vous pouvez à tout moment choisir de ne pas prolonger votre inscription pour l’année à venir en vous rendant dans votre compte fnac.com rubrique « Ma carte ». Vous bénéficiez de la livraison en 1 jour ouvré à domicile et de la livraison standard en relais colis pour les produits éligibles. Pour les produits non éligibles à livraison en 1 jour ouvré à domicile (Produits volumineux, TV, Home cinéma, Moniteur, Jouets de plein air, poussettes* ) vous bénéficiez gratuitement de la Livraison standard à domicile. Valables sur les produits vendus par FNAC hors Marketplace, tirages photos et billetterie. Vos commandes expédiées en 1 jour ouvré sont traités prioritairement. Les produits non stockés sont expédiés en 1 jour ouvré une fois réceptionnés dans nos entrepôts. Pour la livraison en 1 jour ouvré : commande d’un produit en stock passée avant 18h, livraison le lendemain avant 18h (pas de livraison les dimanches et lundis).</p>
+    </div>
+  </div>
+</div>
+
+<script>
+    window.addEventListener('load', function () {
+        $(".f-fnacPlus-Advantages-footerParagraphTitle").click(function () {
+            $(this).children(".icon").toggleClass("active");
+            $(this).siblings(".f-fnacPlus-Advantages-footerParagraphText").toggleClass("active");
+        });
+    }, false);
+</script>
+
+
+</section>
+
+
+
+    <section class="f-productVariousData js-articleDetails">
+
+        
+        <ul class="f-productVariousData-tabs js-articleTabsVariousData">
+
+            
+                <li class="f-productVariousData-tabItem" data-tabtarget="tabSummary">
+                    <span class="f-productVariousData-tabTitle f-productVariousData-tabTitle--selected">Résumé</span>
+                </li>
+                            <li class="f-productVariousData-tabItem" data-tabtarget="tabProductDetails">
+                    <span class="f-productVariousData-tabTitle ">Détails produits</span>
+                </li>
+            <li class="f-productVariousData-tabItem whide" data-tabtarget="tabGuarantees">
+                <span class="f-productVariousData-tabTitle">Garanties</span>
+            </li>
+            
+
+            
+            <li class="f-productVariousData-tabItem whide" data-tabtarget="tabAccessoriesIncluded">
+                <span class="f-productVariousData-tabTitle">Accessoires inclus</span>
+            </li>
+            
+
+        </ul>
+
+        
+        <ul class="f-productVariousData-contents">
+
+            
+                <li class="f-productVariousData-content " id="tabProductDetails">
+
+                    
+                    <table class="f-productDetails-table">
+                                <tr class="f-productDetails-row">
+                                    
+                                        <td class="f-productDetails-cell"><span class="f-productDetails-cellValue">Date de parution</span></td>
+                                        <td class="f-productDetails-cell">
+                                                    <b class="f-productDetails-cellValue">01/04/2011 </b>
+                                        </td>
+                                </tr>
+                                <tr class="f-productDetails-row">
+                                    
+                                        <td class="f-productDetails-cell"><span class="f-productDetails-cellValue">Editeur</span></td>
+                                        <td class="f-productDetails-cell">
+                                                    <b class="f-productDetails-cellValue"><a class="f-productDetails-celllink" href="https://www.fnac.com/e35174/Actes-sud">Actes sud</a> </b>
+                                        </td>
+                                </tr>
+                                <tr class="f-productDetails-row">
+                                    
+                                        <td class="f-productDetails-cell"><span class="f-productDetails-cellValue">Collection</span></td>
+                                        <td class="f-productDetails-cell">
+                                                    <b class="f-productDetails-cellValue"><a class="f-productDetails-celllink" href="https://www.fnac.com/c37348/Babel-Noir">Babel Noir</a> </b>
+                                        </td>
+                                </tr>
+                    </table>
+
+                    <p class="f-productVariousData-actions">
+
+                        
+                        <a class="ff-button ff-button--medium ff-button--grey ff-button--outline ff-button--minWidth js-scrollToStrate" href="#specifications">
+                            <span class="ff-button-label">Voir toutes les caractéristiques</span>
+                        </a>
+
+                    </p>
+
+
+                    
+                        <div id="energy-label" class="energyLabel js-productEnergyContent mfp-hide">
+                            <span class="energyLabel-title">Classe énergie</span>
+                            <img src="https://www4-fr.fnac-static.com/Nav/Images/Noscan/noscan_47x70.gif" alt="Fiche énergétique de Titre" />
+                        </div>
+
+                </li>
+            <li class="f-productVariousData-content whide" id="tabGuarantees">
+                <div class="">
+                </div>
+            </li>
+            
+
+            
+            <li class="f-productVariousData-content whide" id="tabAccessoriesIncluded">
+                <div class="">
+                </div>
+            </li>
+            
+
+            
+                <li class="f-productVariousData-content f-productVariousData-content--active" id="tabSummary">
+                    <div class="f-productSummary js-ProductSummary">
+                        
+                        <p class="f-productSummary-paragraph">
+                            <span class="js-ProductSummary-truncate is-truncated">Tandis que Lisbeth Salander coule des journées supposées tranquilles aux Caraïbes, Mikael Blomkvist, réhabilité, victorieux, est prêt à lancer un numéro spécial de Millenium sur un thème brûlant pour des gens haut placés : une sombre histoire de prostituées exportées des pays de l'Est. Mikael aimerait surtout revoir Lisbeth. Il la retrouve sur son chemin, mais pas vraiment comme prévu : un soir, dans une rue de Stockholm, il la voit échapper clé peu à une agression manifestement très planifiée.<br/>Enquêter sur clés sujets qui...</span>
+
+                              <span class="f-productSummary-readMore js-scrollToStrate" href="#Opinions">
+                                Voir la suite
+                              </span>
+
+
+                        </p>
+
+                        <div class="f-productVariousData-actions">
+
+                          
+                                                                                                      </div>
+                    </div>
+                </li>
+
+        </ul>
+
+
+    </section>
+<section class="f-productStimuli">
+
+  
+      
+  <div class="f-productStimuli-offer clearfix f-productStimuli-offer--pro">
+    <div class="f-productStimuli-image">
+      <img class="" src="https://www4-fr.fnac-static.com/assets/images/logo-pro-pipe.svg" alt="fnacpro.com">
+    </div>
+    <p class="f-productStimuli-paragraph">
+      <b class="">Professionnels ?</b>
+      <a href="http://www.fnacpro.com/a3764876/Millenium-Tome-2-La-fille-qui-revait-d-un-bidon-d-essence-et-d-une-allumette-Stieg-Larsson?a=1&amp;Origin=FNACPRO_FA" rel="nofollow">Profitez des prix négociés</a>
+    </p>
+  </div>
+</section>
+
+      </div>
+      <div class="f-productPage-colRight clearfix">
+
+
+<section class="f-productOffers js-articleOffers">
+  
+  <ul class="f-productOffers-tabs js-productOffersTab">
+    
+      <li class="f-productOffers-tab f-productOffers-tab--selected js-fnacOffersTab" data-track-click='{"action":"MpFnacOffer"}'>
+        Prix Fnac
+        <span class="f-productOffers-tabLabel--price">&nbsp;10&euro;</span>
+      </li>
+          <li class="f-productOffers-tab  js-mpOffersTab" data-track-click='{"action":"MpAllOffer"}'>
+        <span>
+7 neufs           dès 
+          <span class="f-productOffers-tabLabel--price">10&euro; </span>
+        </span>
+        <span>&nbsp;
+et           16 occasions dès             <span class="f-productOffers-tabLabel--price">2<sup>&euro;24</sup></span>
+        </span>
+      </li>
+  </ul>
+
+  
+  <ul class="f-productOffers-contents js-productOffersContent">
+    
+          <li class="f-productOffers-fnacContent js-fnacTabContent isActive">
+        <div class="f-productOffers-content f-productOffers-fnac clearfix js-fnacBuyBox">
+    
+
+
+
+
+    <div class="f-productOffer f-productOffer--options clearfix">
+      <div class="f-productOffer-option clearfix">
+
+        
+        
+        
+        <div class="f-productOffer-commercialOperation">
+          <label for="rb_0" class="f-productOffer-OptionLabel">
+
+            <div class="f-productOffer-optionType f-alertOffer f-alertOffer--medium f-alertOffer--standard">
+              <span class="f-alertOfferLabel">Poche</span>
+              
+            </div>
+
+            
+
+            
+          </label>
+        </div>
+
+        
+        
+        
+        <div class="f-productOffer-priceBox">
+          <div class="f-priceBox">
+            <span class="f-priceBox-price f-priceBox-price--reco checked">10&euro;</span>
+          </div>
+          <div class="f-priceBox-options">
+
+  <div class="f-priceBox-options f-priceBox-options-bookRefund f-priceBox-options-5Percent js-5Percent" data-id="0">
+    
+      <div class="f-alertOffer f-alertOffer--medium f-alertOffer--round f-alertOffer--greenForest">
+        <span class="f-alertOfferLabel">-5%</span>
+      </div>
+
+<div class="f-withdrawalStore-popin f-mfp-content f-mfp-content mfp-hide PopupFivePourcent js-priceBox-fivePourcentBox" id="popinFivePourcent">
+  <div class="PopupFivePourcent-topBloc">
+    <p class="PopupFivePourcent-title">
+      <span class="PopupFivePourcent-title--pastille">-5<sup>%</sup></span>
+      Livres
+    </p>
+    <p class="PopupFivePourcent-subtitle">
+      Profitez du <strong>prix le moins cher</strong> en choisissant <strong class="PopupFivePourcent-subtitle--green">le retrait en magasin</strong>
+      <span class="PopupFivePourcent-subtitle--pub">En plus c'est gratuit</span>
+    </p>
+    <p class="PopupFivePourcent-txt">
+      Le prix se mettra à jour automatiquement lors de la validation de votre commande
+    </p>
+  </div>
+  <div class="f-withdrawalStore-popin-cgvContainer js-PubliAccordion">
+    <div class="js-PubliAccordion-item">
+      <p class="f-withdrawalStore-popin-cgvReadMore">
+        Voir les conditions générales de vente sur le livre
+        <span class="icon icon_i_059_arrow_bottom_01 js-PubliAccordion-trigger isActive"></span>
+      </p>
+      <p class="f-withdrawalStore-popin-cgvLabel js-PubliAccordion-target" style="display:none">
+        Conformément à la nouvelle loi encadrant les conditions de la vente à distance des livres, qui vient compléter la loi du 10 août 1981 sur le prix du livre, l'application d'une remise de 5% sur les prix des livres n'est désormais possible que dans le cadre d'un retrait dans un point de vente commercialisant des livres. Bénéficiez ainsi de la remise de 5% sur le prix éditeur et de la livraison gratuite en choisissant de faire livrer votre commande dans le magasin Fnac de votre choix.
+      </p>
+    </div>
+  </div>
+</div>    avec le retrait en magasin soit <b class="f-priceBox-price--discount">9<sup>&euro;50</sup></b>
+  </div>
+          </div>
+        </div>
+
+      </div>
+    </div>
+  <div class="f-productOffer-formats">
+    <div class="f-productOffer-othersFormatsContainer">
+      <span class="f-productOffer-othersFormatsLabel">Autres formats</span>
+        <a class="f-productOffer-othersFormatsLink" href="https://www.fnac.com/o8001619/La-fille-qui-revait-d-un-bidon-d-essence-et-d-une-allumette/w-4">Voir tout</a>
+    </div>
+
+    <ul class="f-productOffer-formatsList">
+        <li class="f-productOffer-formatsItem">
+            <div class="f-productOffer-format f-productOffer-format--selected">
+              <span class="f-productOffer-formatLabel">
+                <span class="f-productOffer-formatDenomination">Poche</span>
+                <span class="f-productOffer-formatPrice f-productOffer-formatPrice--reco">10&euro;</span>
+              </span>
+            </div>
+        </li>
+        <li class="f-productOffer-formatsItem">
+            <div class="f-productOffer-format">
+              <a class="f-productOffer-formatLabel" href="https://livre.fnac.com/a8762308/Millenium-Tome-2-La-fille-qui-revait-d-un-bidon-d-essence-et-d-une-allumette-Stieg-Larsson">
+                <span class="f-productOffer-formatDenomination">broché</span>
+                  <span class="f-productOffer-formatPrice f-productOffer-formatPrice--reco">23<sup>&euro;40</sup></span>
+              </a>
+            </div>
+        </li>
+        <li class="f-productOffer-formatsItem">
+            <div class="f-productOffer-format">
+              <a class="f-productOffer-formatLabel" href="https://livre.fnac.com/a2422259/Millenium-Livre-audio-2CD-MP3-Tome-2-La-fille-qui-revait-d-un-bidon-d-essence-et-d-une-allumette-Millenium-2-Stieg-Larsson">
+                <span class="f-productOffer-formatDenomination">Livre audio</span>
+                  <span class="f-productOffer-formatPrice f-productOffer-formatPrice--reco">24<sup>&euro;40</sup></span>
+              </a>
+            </div>
+        </li>
+    </ul>
+  </div>
+    <div class="f-buyShopBox">
+      
+
+<div class="f-buyBox js-BuyBox">
+      <div class="f-buyBox-infos">
+
+        
+          <p class="f-buyBox-availability">
+            <span class="f-buyBox-availabilityStatus-available">
+              <i class="f-buyBox-icon icon icon_i_222_available-circle"></i>
+            </span>
+            <span class="f-buyBox-availabilityStatus-available">En stock</span> en ligne
+          </p>
+                  <p class="f-buyBox-shipping">
+            Livraison à partir de 
+              <span class="f-buyBox-deliveryPrice">
+                0<sup>&euro;01</sup>
+              </span>
+          </p>
+                            <input type="checkbox" id="chkExpressPlus" class="js-ProductBuy-fnacplusCheckable" name="expressplus" data-prid="9667431">
+          <label class="f-buybox-optionFnacPlus" for="chkExpressPlus">
+            Continuer avec la livraison 1 jour ouvré gratuite avec la carte
+              <span class="js-FnacPlusAdvantage">
+                <img class="f-linkPopin-picture f-fnacPlusAdvantage-logo" src="https://www4-fr.fnac-static.com/nav/images/fnacplus/fnacplus.svg" height="11" alt="Fnac+">
+              <span class="f-linkPopin-readMore">(30 jours gratuits puis 49€/an. <u>Voir détails</u>)</span>
+              </span>
+          </label>
+                
+      </div>
+
+    <div class="f-buyBox-buttons js-TagcoRemarketing">
+        
+              <a class="ff-button ff-button--block ff-button--medium ff-button--black ff-button--outline js-buyBox-event js-ProductBuy-add js-TagcoRemarketingClick"
+                 href="https://secure.fnac.com/basket/oneclick?productId=3764876"
+                 data-quantity="1"
+                 data-url="https://secure.fnac.com/basket/oneclick?productId=3764876"
+                 data-one-click="1"
+                 data-track-click='{"action":"AddToBasket","category":"1 clic","oneClick":true}'
+                 data-tracking-price="10"
+                 data-tracking-price-discount="10"
+                 data-tracking-price-adh="10"
+                 data-tracking-price-mp=""
+                 data-tracking-prid="3764876"
+                 data-tracking-offerId="00000000-0000-0000-0000-000000000000"
+                 data-tracking-catalogId="1">
+                <span class="ff-button-icon icon f-buttonIcon-oneClick icon_i_021_ocb"></span>
+                <span class="ff-button-label">Acheter en 1 clic</span>
+              </a>
+              <a class="ff-button ff-button--block ff-button--medium ff-button--orange js-buyBox-event js-ProductBuy-add js-TagcoRemarketingClick"
+                 href="https://secure.fnac.com/basket/add?from=111&amp;productId=3764876"
+                 data-quantity="1"
+                 data-url="https://secure.fnac.com/basket/add?from=111&amp;productId=3764876"
+                 data-one-click="0"
+                 data-track-click='{"action":"AddToBasket","category":"BuyBox"}'
+                 data-tracking-price="10"
+                 data-tracking-price-discount="10"
+                 data-tracking-price-adh="10"
+                 data-tracking-price-mp=""
+                 data-tracking-prid="3764876"
+                 data-tracking-offerId="00000000-0000-0000-0000-000000000000"
+                 data-tracking-catalogId="1">
+                <span class="ff-button-icon icon f-buttonIcon-addBasket icon_i_049_basket"></span>
+                <span class="ff-button-label">Ajouter au panier</span>
+              </a>
+            </div>
+</div>
+
+      
+
+
+<div class="f-buyBox js-BuyBox">
+  <div class="f-buyBox-infos">
+    
+      <p class="f-shopBox-availability">
+        <span class="f-buyBox-availabilityStatus-default">
+          <i class="f-buyBox-icon icon icon_i_081_HelpBis"></i>
+        </span>
+        En magasin
+      </p>
+      <p class="f-shopBox-infos">
+        <span class="f-shopBox-shipping f-shopBox-shipping--default">
+          Retrait <span class="f-shopBox-deliveryPrice">gratuit</span>
+        </span>
+      </p>
+        <p class="f-shopBox-checkStore js-ProductRetreat-popup" data-track-click='{"action":"StoreReclaimPopin","prid":"3764876","catalog":"1"}' data-url="/Nav/API/KissRetreatStore/GetRetreatStorePopin?Prid=3764876">
+          Voir la disponibilit&#233; en magasin
+        </p>
+
+  </div>
+
+  <div class="f-buyBox-buttons">
+    
+        <button class="ff-button ff-button--medium ff-button--block ff-button--dark js-ProductRetreat-popup"
+            type="button"
+            data-track-click='{"action":"StoreReclaimPopin","prid":"3764876","catalog":"1"}'
+            data-url="/Nav/API/KissRetreatStore/GetRetreatStorePopin?Prid=3764876">
+          <span class="ff-button-icon icon icon_i_225_store"></span>
+          <span class="ff-button-label">Retirer en 1J en magasin</span>
+        </button>
+  </div>
+</div>
+
+    </div>
+      <div class="f-seeOptionsShipping">
+          <span class="f-seeOptionsShipping-link js-f-seeOptionsShipping-link">Voir toutes les options et délais de livraison</span>
+      </div>
+</div>
+
+
+      <section class="f-productSpecialsOffers clearfix js-">
+          <div class="f-titleFA-h5 f-productSpecialsOffers-title">Offres sur ce produit</div>
+               <div class="f-productSpecialsOffers-offer f-productSpecialsOffers-offer--refund f-productSpecialsOffers-offer--Gift clearfix js-productSpecialsOffers-offer" data-id="1">
+                    <div class="f-productSpecialsOffers-offerImage">
+                      <img class="js-LazyImage" data-lazyimage="https://www4-fr.fnac-static.com/nav/images/opcpicto/gift.png" src="https://www4-fr.fnac-static.com/nav/images/dot.gif" alt="Cadeau">
+                    </div>
+                <div class="f-productSpecialsOffers-offerParagraph">
+                  <div class="f-productSpecialsOffers-offerParagraphWrapper">
+                    <div class="table">
+                      <div class="table-cell">
+                        Un Babel offert
+                      </div>
+                    </div>
+                  </div>
+                </div>
+              </div>
+      </section>
+
+      </li>
+  </ul>
+</section>
+
+      </div>
+
+<section class="f-productReassurance js-articleReassurance">
+  <ul class="f-productReassurance-list">
+
+
+    <li class="f-productReassurance-item js-articleMoneyBackGuaranteePopin">
+      <i class="f-productReassurance-icon icon icon_i_130_Fnac_Money_Back"></i>
+      <span class="f-productReassurance-label">Satisfait <b>ou remboursé</b></span>
+    </li>
+
+    <li class="f-productReassurance-item js-articleAfterSalesServicePopin">
+      <i class="f-productReassurance-icon icon icon_i_129_Fnac_Call_Center"></i>
+      <span class="f-productReassurance-label">SAV Fnac <b>7 jours sur 7</b></span>
+    </li>
+
+      <li class="f-productReassurance-item js-articleFreeStoreReturnPopin">
+        <i class="f-productReassurance-icon icon icon_i_094_Reload"></i>
+        <span class="f-productReassurance-label">Retour gratuit <b>en magasin</b></span>
+      </li>
+
+    <li class="f-productReassurance-item js-articleShippingAndPaymentPopin">
+      <i class="f-productReassurance-icon icon icon_i_126_Fnac_Card_Back"></i>
+      <span class="f-productReassurance-label">Paiement <b>à l'expédition</b></span>
+    </li>
+
+  </ul>
+</section>
+
+
+    </div>
+
+    <span class="clearfix"></span>
+    
+
+  <div class="js-ProductSticky">
+    <div class="ProductStickyContainer clearfix js-ProductStickyContainer">
+
+      
+  <div class="js-specialeOffersLayerContent">
+
+    <section id="StrateStimuli-anchor" class="strate strate-greyBg js-StrateStimuli js-strate--Fnac">
+      <div class="productStrateTop">
+        <h2 class="FAstrate-title">
+          <span class="FAstrate-title-color js-ProductSticky-title">
+            1 Offre Sp&#233;ciale
+          </span>
+          <span class="FAstrate-subtitle">La fille qui rêvait d'un bidon d'essence et d'une allumette</span>
+        </h2>
+      </div>
+      <div class="StrateStimuli-container">
+        <div class="StrateStimuli-tabs js-TabbedList">
+          <ul class="StrateStimuli-tabsList">
+              <li class="StrateStimuli-tabsListItem js-TabbedList-control TabbedListItem--active" data-id="1">
+                <div class="StrateStimuli-txtWrap">
+                  <div class="StrateStimuli-txtWrapper">
+                    <div class="StrateStimuli-tabsNbr" style="display: none;">
+                      1
+                    </div>
+                    <div class="StrateStimuli-tabsName stimuliOPC-tab">
+                      Un Babel offert
+                    </div>
+                  </div>
+                </div>
+              </li>
+          </ul>
+          <div class="StrateStimuli-tabsContent">
+              <div class="StrateStimuli-tabsPane js-TabbedList-content TabbedListItem--active" data-id="1">
+                <A href="https://static.fnac-static.com/Multimedia/bandeaux/Livres%20bandeaux%202018/Nathalie2018/3pour2-babel-05-2018-1000x270.jpg" target=_blank><IMG alt=Babel offert src="https://static.fnac-static.com/Multimedia/bandeaux/Livres%20bandeaux%202018/Nathalie2018/2plus1-50x50.gif"></A> 
+<P class=titreStimuli>Un Babel OFFERT pour l’achat de 2 titres dans la sélection Babel.</P>
+<P class=texteStimuli><A href="https://livre.fnac.com/n222238"><STRONG>Dans notre sélection.
+</STRONG></A><BR>
+Le Babel offert sera choisi par nos soins parmi les titres suivants :<br><br>
+- La Trempe de Magyd Cherfi <br>
+- Sauver Mozart de Raphaël Jerusalmy <br>
+- Le Peigne de Cléopâtre de Maria Ernestam
+<BR><BR><FONT color=#ff0033><B>Un seul exemplaire offert par commande ajouté automatiquement à votre panier et dans la limite des stocks disponibles. Offre valable uniquement pour les produits expédiés et vendus par Fnac.com. Non valable sur les versions numériques</B></FONT></p>
+              </div>
+          </div>
+        </div>
+        
+        
+
+<div class="StrateStimuli-advertising">
+    <div id="sas_41537" data-sas-page-name="www.fnac.com/livres-ebooks"></div>
+</div>
+
+      </div>
+    </section>
+
+  </div>
+
+
+      
+      
+
+<div class="js-Layer">
+    
+
+
+
+
+
+
+
+
+
+
+
+
+
+<div class="js-recoPartners"></div>
+<div class="js-recoPartners--crossSell"></div>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<section class="strate strate-greyBg js-strate--Fnac js-strate--MP" id="Opinions">
+    <div class="productStrateTop">
+        <h2 class="FAstrate-title">
+            <span class="FAstrate-title-color js-ProductSticky-title">
+            Le mot de l'éditeur
+            </span>
+            <span class="FAstrate-subtitle">La fille qui rêvait d'un bidon d'essence et d'une allumette</span>
+        </h2>
+    </div>
+
+    <div class="whiteContent">
+      Tandis que Lisbeth Salander coule des journées supposées tranquilles aux Caraïbes
+      <br>
+    </div>
+</section>
+
+
+
+
+
+
+<section class="strate strate-greyBg js-strate--Fnac js-strate--MP" id="CoupCoeur">
+    <div class="productStrateTop">
+        <h2 class="FAstrate-title">
+            <span class="FAstrate-title-color js-ProductSticky-title">
+                Coups de c&oelig;ur des Libraires
+                
+            </span>
+        </h2>
+    </div>
+
+    <div class="cdcContent">
+        
+        <div class="Cdc-column">
+            <div class="whiteContent Cdc-WhiteContent">
+                <div class="Cdc-author">
+                    <i class="icon icon_i_041_coup_de_coeur"></i>
+                    <span class="Cdc-authorName">
+                        
+                        RACHEL
+                        <span class="Cdc-authorLocation">
+                            
+                             de FNAC Vannes
+                        </span>
+                    </span>
+
+                </div>
+                
+                <h3>Tome 2</h3>
+                
+                <p>Alors qu'il s'apprête à faire paraître dans la revue Millenium un article percutant sur un réseau de prostitution,  un journaliste pigiste est assassiné en même temps que sa compagne, étudiante au doctorat dont la thèse portait sur le même sujet.</p>
+            </div>
+        </div>
+        
+    </div>
+</section>
+
+
+
+
+
+<section class="strate strateTestExpert strate-greyBg js-strate--Fnac js-strate--MP">
+    <div class="productStrateTop">
+        
+        <h2 class="FAstrate-title">
+            <span class="FAstrate-title-color js-ProductSticky-title">
+                On en parle 
+                
+                
+            </span>
+            <span class="FAstrate-subtitle">La fille qui rêvait d'un bidon d'essence et d'une allumette</span>
+        </h2>
+
+        
+    </div>
+    <div class="strateTestExpertCarousel Carousel js-Carousel Carousel--LItem Carousel--outsideNav isActive" data-carousel-type="L_ITEM">
+        <div class="Carousel-overflowContainer Carousel-overflowContainer--noMargin">
+            <div class="Carousel-container js-Carousel-container">
+                
+    <div class="Carousel-item js-Carousel-item">
+        <div class="expertItem" >
+
+             <div class="expertItem-header">
+                <div class="expertItem-vignette" style="background-image:url('https://static.fnac-static.com/multimedia/Images/FD/Comete/95270/CCP_IMG_145xAUTO/1216059.jpg')"></div>
+                <div class="expertItem-author">
+                    <a href="https://www.fnac.com/Le-blog-de-Anna/cc641/w-4" class="expertItem-authorLink"><span class="expertItem-authorName">Anna</span>&nbsp;<i>-</i>&nbsp;rédactrice Livre sur Fnac.com</a>
+             </div>
+                </div>
+             <div class="expertItem-content">
+                <p class="expertItem-categorie">
+                    Livre / Sélection
+                </p>
+                <div class="article-title expertItem-title">
+                    <a href="https://www.fnac.com/Le-Palmares-Kobo-by-Fnac-les-livres-numeriques-les-plus-lus-en-2017/cp37909/w-4" class="expertItem-titleLink"> Le Palmar&#232;s Kobo by Fnac : les livres num&#233;riques les plus lus en 2017</a>
+                </div>
+
+                
+
+                <div class="expertItem-description">
+                    Quels livres ont &#233;t&#233; les plus lus en num&#233;rique cette ann&#233;e ? Les donn&#233;es recueillies dans les liseuses KOBO by Fnac nous ont permis d’&#233;tablir le palmar&#232;s qui suit. Il s’agit des ebooks les plus lus mais &#233...
+                </div>
+
+                <a href="https://www.fnac.com/Le-Palmares-Kobo-by-Fnac-les-livres-numeriques-les-plus-lus-en-2017/cp37909/w-4" class="expertItem-more">Lire la suite</a>
+
+            </div>
+        </div>
+    </div>
+
+    <div class="Carousel-item js-Carousel-item">
+        <div class="expertItem" >
+
+             <div class="expertItem-header">
+                <div class="expertItem-vignette" style="background-image:url('https://static.fnac-static.com/multimedia/Images/FD/Comete/95270/CCP_IMG_145xAUTO/1216059.jpg')"></div>
+                <div class="expertItem-author">
+                    <a href="https://www.fnac.com/Le-blog-de-Anna/cc641/w-4" class="expertItem-authorLink"><span class="expertItem-authorName">Anna</span>&nbsp;<i>-</i>&nbsp;rédactrice Livre sur Fnac.com</a>
+             </div>
+                </div>
+             <div class="expertItem-content">
+                <p class="expertItem-categorie">
+                    Livre / Sélection
+                </p>
+                <div class="article-title expertItem-title">
+                    <a href="https://www.fnac.com/Des-ebooks-en-serie-Les-sagas-les-plus-lues-en-2017-sur-Kobo-by-Fnac/cp37881/w-4" class="expertItem-titleLink"> Des ebooks en s&#233;rie ! Les sagas les plus lues en 2017 sur Kobo by Fnac</a>
+                </div>
+
+                
+
+                <div class="expertItem-description">
+                    Et si on passait &#224; la lecture num&#233;rique en 2018 ? Attention, il faut croire que celle-ci a quelque chose d’addictif : dans le palmar&#232;s Kobo by Fnac des ebooks les plus lus cette ann&#233;e, les sagas sont particuli&#232;rement bien...
+                </div>
+
+                <a href="https://www.fnac.com/Des-ebooks-en-serie-Les-sagas-les-plus-lues-en-2017-sur-Kobo-by-Fnac/cp37881/w-4" class="expertItem-more">Lire la suite</a>
+
+            </div>
+        </div>
+    </div>
+
+    <div class="Carousel-item js-Carousel-item">
+        <div class="expertItem" >
+
+             <div class="expertItem-header">
+                <div class="expertItem-vignette" style="background-image:url('https://static.fnac-static.com/multimedia/Images/FD/Comete/76243/CCP_IMG_145xAUTO/950225.jpg')"></div>
+                <div class="expertItem-author">
+                    <a href="https://www.fnac.com/Le-blog-de-Mathilde/cc595/w-4" class="expertItem-authorLink"><span class="expertItem-authorName">Mathilde</span>&nbsp;<i>-</i>&nbsp;rédactrice Livre sur Fnac.com</a>
+             </div>
+                </div>
+             <div class="expertItem-content">
+                <p class="expertItem-categorie">
+                    Livre / Actu
+                </p>
+                <div class="article-title expertItem-title">
+                    <a href="https://www.fnac.com/Au-commencement-etait-la-colere-Shi-la-nouvelle-serie-de-Zidrou/cp37674/w-4" class="expertItem-titleLink"> Au commencement &#233;tait la col&#232;re : Shi, la nouvelle s&#233;rie de Zidrou</a>
+                </div>
+
+                
+
+                <div class="expertItem-description">
+                    Le cadavre d&#39;un nourrisson est retrouv&#233; enterr&#233; dans les jardins qui accueillent la prestigieuse Exposition universelle. La m&#232;re de l&#39;enfant s&#39;associe &#224; une noble anglaise pour &#233;lucider ce crime qui prend une...
+                </div>
+
+                <a href="https://www.fnac.com/Au-commencement-etait-la-colere-Shi-la-nouvelle-serie-de-Zidrou/cp37674/w-4" class="expertItem-more">Lire la suite</a>
+
+            </div>
+        </div>
+    </div>
+
+    <div class="Carousel-item js-Carousel-item">
+        <div class="expertItem" >
+
+             <div class="expertItem-header">
+                <div class="expertItem-vignette" style="background-image:url('https://static.fnac-static.com/multimedia/Images/FD/Comete/76243/CCP_IMG_145xAUTO/950225.jpg')"></div>
+                <div class="expertItem-author">
+                    <a href="https://www.fnac.com/Le-blog-de-Mathilde/cc595/w-4" class="expertItem-authorLink"><span class="expertItem-authorName">Mathilde</span>&nbsp;<i>-</i>&nbsp;rédactrice Livre sur Fnac.com</a>
+             </div>
+                </div>
+             <div class="expertItem-content">
+                <p class="expertItem-categorie">
+                    Les médias en parlent
+                </p>
+                <div class="article-title expertItem-title">
+                    <a href="https://www.fnac.com/Revue-de-presse-du-4-au-8-septembre-2017-les-livres-a-ne-pas-manquer/cp36453/w-4" class="expertItem-titleLink"> Revue de presse du 4 au 8 septembre 2017 - les livres &#224; ne pas manquer</a>
+                </div>
+
+                
+
+                <div class="expertItem-description">
+                    Apr&#232;s les coups de cœur des libraires Fnac, retrouvez chaque semaine notre revue de presse, r&#233;capitulatif de l&#39;actualit&#233; litt&#233;raire. De quoi les m&#233;dias ont-ils parl&#233; cette semaine ? &#192; la une : la sortie en...
+                </div>
+
+                <a href="https://www.fnac.com/Revue-de-presse-du-4-au-8-septembre-2017-les-livres-a-ne-pas-manquer/cp36453/w-4" class="expertItem-more">Lire la suite</a>
+
+            </div>
+        </div>
+    </div>
+
+    <div class="Carousel-item js-Carousel-item">
+        <div class="expertItem" >
+
+             <div class="expertItem-header">
+                <div class="expertItem-vignette" style="background-image:url('https://static.fnac-static.com/multimedia/Images/FD/Comete/66427/CCP_IMG_145xAUTO/812981.jpg')"></div>
+                <div class="expertItem-author">
+                    <a href="https://www.fnac.com/Le-blog-de-Melanie/cc508/w-4" class="expertItem-authorLink"><span class="expertItem-authorName">Mélanie</span>&nbsp;<i>-</i>&nbsp;libraire sur Fnac.com</a>
+             </div>
+                </div>
+             <div class="expertItem-content">
+                <p class="expertItem-categorie">
+                    Livre / Rencontre
+                </p>
+                <div class="article-title expertItem-title">
+                    <a href="https://www.fnac.com/Millenium-5-3-questions-a-David-Lagercrantz/cp36452/w-4" class="expertItem-titleLink"> Mill&#233;nium 5 : 3 questions &#224; David Lagercrantz</a>
+                </div>
+
+                
+
+                <div class="expertItem-description">
+                    Deux ans apr&#232;s Ce qui ne me tue pas - coup d’essai et coup de ma&#238;tre - David Lagercrantz publie le tome 5 de la saga Mill&#233;nium : La Fille qui rendait coup pour coup. Il r&#233;pond &#224; nos questions, entre Stockholm et Paris…
+                </div>
+
+                <a href="https://www.fnac.com/Millenium-5-3-questions-a-David-Lagercrantz/cp36452/w-4" class="expertItem-more">Lire la suite</a>
+
+            </div>
+        </div>
+    </div>
+
+    <div class="Carousel-item js-Carousel-item">
+        <div class="expertItem" >
+
+             <div class="expertItem-header">
+                <div class="expertItem-vignette" style="background-image:url('https://static.fnac-static.com/multimedia/Images/FD/Comete/76243/CCP_IMG_145xAUTO/950225.jpg')"></div>
+                <div class="expertItem-author">
+                    <a href="https://www.fnac.com/Le-blog-de-Mathilde/cc595/w-4" class="expertItem-authorLink"><span class="expertItem-authorName">Mathilde</span>&nbsp;<i>-</i>&nbsp;rédactrice Livre sur Fnac.com</a>
+             </div>
+                </div>
+             <div class="expertItem-content">
+                <p class="expertItem-categorie">
+                    Les médias en parlent
+                </p>
+                <div class="article-title expertItem-title">
+                    <a href="https://www.fnac.com/Revue-de-presse-du-12-au-16-juin-2017-les-livres-a-ne-pas-manquer/cp35654/w-4" class="expertItem-titleLink"> Revue de presse du 12 au 16 juin 2017 - les livres &#224; ne pas manquer</a>
+                </div>
+
+                
+
+                <div class="expertItem-description">
+                    Apr&#232;s les coups de cœur des libraires Fnac, retrouvez chaque semaine notre revue de presse, r&#233;capitulatif de l&#39;actualit&#233; litt&#233;raire. De quoi les m&#233;dias ont-ils parl&#233; cette semaine ? &#192; la une : David Grossman r&...
+                </div>
+
+                <a href="https://www.fnac.com/Revue-de-presse-du-12-au-16-juin-2017-les-livres-a-ne-pas-manquer/cp35654/w-4" class="expertItem-more">Lire la suite</a>
+
+            </div>
+        </div>
+    </div>
+
+            </div>
+        </div>
+        <button class="Carousel-arrow Carousel-arrow--left js-Carousel-previous">
+            <i class="icon icon_i_057_arrow_left_01"></i>
+        </button>
+        <button class="Carousel-arrow Carousel-arrow--right js-Carousel-next">
+            <i class="icon icon_i_055_arrow_right_01"></i>
+        </button>
+    </div>
+</section>
+
+
+
+
+
+
+  <div id="strate-video-player"></div>
+
+  <section class="strate strate-greyBg js-strate--Fnac js-strate--MP">
+    <div class="productStrateTop">
+      
+      <h2 class="FAstrate-title">
+        <span class="FAstrate-title-color js-ProductSticky-title">
+          Vidéo
+        </span>
+      </h2>
+
+      <div class="VideoPlayer js-VideoPlayer no-select">
+        <div class="VideoPlayer-poster js-VideoPlayer-poster"></div>
+      
+        <div class="VideoPlayer-header js-VideoPlayer-header">
+          <div class="VideoPlayer-title js-VideoPlayer-title"></div>
+        </div>
+
+        <div class="VideoPlayer-videoContainer js-VideoPlayer-videoContainer"></div>
+        <div class="VideoPlayer-glass VideoPlayer-glass--paused js-VideoPlayer-glass"></div>
+        
+        <div class="VideoPlayer-playlist js-VideoPlayer-playlist">
+          <div class="VideoPlayerPlaylist-toggle js-VideoPlayerPlaylist-toggle">
+            <i class="icon_i_070_BurgerProduct"></i>
+            PLAYLIST
+            <i class="icon_i_058_arrow_bottom_02"></i>
+          </div>
+          <div class="VideoPlayerPlaylist-list js-VideoPlayerPlaylist-list">
+            
+              <div class="VideoPlayerPlaylist-item js-VideoPlayerPlaylist-item"
+                
+                  data-video-index="1"
+                  data-video-0-mime-type="video/mp4"
+                  data-video-0-width="640"
+                  data-video-0-height="360"
+                  data-video-0-url="https://video.fnac-static.com/0/Video/FD/Comete/85565/CCP_MP4_640x360/1080521.mp4"
+                  data-video-thumbnail="https://video.fnac-static.com/0/Video/FD/Comete/85565/CCP_VIDEOSHOT_10%25/1080525.jpeg"
+                  
+                  data-video-index="1"
+                  data-video-1-mime-type="video/mp4"
+                  data-video-1-width="426"
+                  data-video-1-height="240"
+                  data-video-1-url="https://video.fnac-static.com/0/Video/FD/Comete/85565/CCP_MP4_426x240/1080522.mp4"
+                  data-video-thumbnail="https://video.fnac-static.com/0/Video/FD/Comete/85565/CCP_VIDEOSHOT_10%25/1080525.jpeg"
+                  
+                data-video-count="2">
+                <div class="VideoPlayerPlaylist-itemCell arrow">
+                  <i class="icon_i_054_arrow_right_02"></i>
+                </div>
+                <div class="VideoPlayerPlaylist-itemCell image">
+                  <img src="https://video.fnac-static.com/0/Video/FD/Comete/85565/CCP_VIDEOSHOT_10%25/1080525.jpeg" alt="Interview de Sandrine Collette - Les Larmes noires sur la terre">
+                </div>
+                <div class="VideoPlayerPlaylist-itemCell title js-VideoPlayerPlaylist-itemTitle">
+                  Interview de Sandrine Collette - Les Larmes noires sur la terre
+                  
+                  
+                </div>
+                <div class="VideoPlayerPlaylist-itemCell space"></div>
+              </div> 
+              
+          </div><!-- .VideoPlayerPlaylist-list -->
+        </div><!-- .VideoPlayer-playlist -->
+
+        <div class="VideoPlayer-controls js-VideoPlayer-controls">
+          <i class="VideoPlayerControls-button previous js-VideoPlayerControls-previous"></i>
+          <i class="VideoPlayerControls-button play js-VideoPlayerControls-togglePlay"></i>
+          <i class="VideoPlayerControls-button next js-VideoPlayerControls-next"></i>
+          <div class="VideoPlayerControls-progressBar js-VideoPlayerControls-progressBar">
+            <div class="VideoPlayerControls-progressBarLoaded js-VideoPlayerControls-progressBarLoaded"></div>
+            <div class="VideoPlayerControls-progressBarPlayed js-VideoPlayerControls-progressBarPlayed"></div>
+          </div>
+          <i class="VideoPlayerControls-button mute js-VideoPlayerControls-toggleMute"></i>
+          <div class="VideoPlayerControls-volumeBar js-VideoPlayerControls-volumeBar">
+            <div class="VideoPlayerControls-volumeBarFill js-VideoPlayerControls-volumeBarFill" style="width: 12px;"></div>
+          </div>
+          <div class="VideoPlayerControls-timer">
+            <span class="js-VideoPlayerControls-currentTime">00:00</span> / <span class="js-VideoPlayerControls-duration">00:00</span>
+          </div>
+          <i class="VideoPlayerControls-button fullscreen js-VideoPlayerControls-toggleFullScreen"></i>
+        </div>
+      
+      </div><!-- .VideoPlayer -->
+
+    </div><!-- .productStrateTop -->
+  </section>
+
+
+
+
+
+        <section class="strate strate-greyBg strate-NoTitle js-strate--Fnac js-strate--MP" id="adSense" style="padding-left:0 !important;padding-right:0 !important;">
+            <div id="sas_41538" style="text-align:center;" data-sas-page-name="www.fnac.com/livres-ebooks"></div>
+
+        </section>
+
+
+
+<section class="strate strate-greyBg anchor js-strate--Fnac js-strate--MP" id="specifications">
+    <!--  Affichage Caractéristiques de l'article -->
+    <div class="productStrateTop">
+        <h2 class="FAstrate-title"><span class="FAstrate-title-color js-ProductSticky-title">Caractéristiques détaillées</span><span class="FAstrate-subtitle">La fille qui rêvait d'un bidon d'essence et d'une allumette</span></h2>
+    </div>
+
+    
+
+    <div class="whiteContent">
+        
+        <ul class="Feature-list">
+            
+            <li class="Feature-item">
+                <span class="Feature-label"><span>Auteur</span></span>
+                <span class="Feature-desc"><span ><a href="https://www.fnac.com/Stieg-Larsson/ia103133">Stieg Larsson</a></span></span>
+            </li>
+            
+            <li class="Feature-item">
+                <span class="Feature-label"><span>Traduction</span></span>
+                <span class="Feature-desc"><span ><a href="https://www.fnac.com/ia87588/Lena-Grumbach">Lena Grumbach</a><br/><a href="https://www.fnac.com/ia87589/Marc-de-Gouvenain">Marc de Gouvenain</a></span></span>
+            </li>
+            
+            <li class="Feature-item">
+                <span class="Feature-label"><span>Editeur</span></span>
+                <span class="Feature-desc"><span ><a href="https://www.fnac.com/e35174/Actes-sud">Actes sud</a></span></span>
+            </li>
+            
+            <li class="Feature-item">
+                <span class="Feature-label"><span>Date de parution</span></span>
+                <span class="Feature-desc"><span >01/04/2011</span></span>
+            </li>
+            
+            <li class="Feature-item">
+                <span class="Feature-label"><span>Collection</span></span>
+                <span class="Feature-desc"><span ><a href="https://www.fnac.com/c37348/Babel-Noir">Babel Noir, numéro 52 </a></span></span>
+            </li>
+            
+            <li class="Feature-item">
+                <span class="Feature-label"><span>EAN</span></span>
+                <span class="Feature-desc"><span >978-2742797875</span></span>
+            </li>
+            
+            <li class="Feature-item">
+                <span class="Feature-label"><span>ISBN</span></span>
+                <span class="Feature-desc"><span >2742797874</span></span>
+            </li>
+            
+        </ul>
+        
+    </div>
+
+        <!--  Affichage Caractéristiques du livre numerique -->
+        
+        <!--  Affichage Contenu du DVD -->
+        
+
+</section>
+
+
+
+
+
+
+
+<section class="strate js-strate--Fnac js-strate--MP">
+    <div class="productStrateTop">
+        <h2 class="FAstrate-title">
+            <span class="FAstrate-title-color js-ProductSticky-title">
+                Autres Å“uvres
+            </span>
+            
+            
+                <span class="FAstrate-subtitle">
+                    de <strong>Stieg Larsson</strong>
+                </span>
+            
+        </h2>
+    </div>
+
+    <div class="aroundContent Carousel js-Carousel">
+        <div class="Carousel-overflowContainer Carousel-overflowContainer--noMargin">
+            <div class="Carousel-container js-Carousel-container">
+                
+                <div class="Carousel-item js-Carousel-item">
+                    <div class="thumbnail js-ProductThumbnail">
+                        
+
+	<article class="thumbnail-content js-ProductBuy"
+		data-product-id="10773649"
+		data-catalog-id="1"
+		data-offer-id="00000000-0000-0000-0000-000000000000"
+		data-prid="10773649"
+		data-bannertype=""
+		data-pagename=""
+		data-pathid="0"
+		data-selltype="cross-sell"
+		data-categoryname="PDTS DERIVES"
+		data-price="14,5"
+		data-bannerthumbnailnumber=""
+		data-isfilteredoffer="False"
+    data-forcedofferref=""
+		data-customerid="0"
+    data-hasfnacofferforced="False"
+		>
+
+	
+				<a href="https://secure.fnac.com/basket/add?productId=10773649" rel="nofollow"
+					class="thumbnail-btn thumbnail-btnCart  js-ProductBuy-add"
+          data-track-click='{"action":"AddToBasket","prid":10773649,"catalog":1,"availability":"99-1-1","sellType":"cross-sell","category":"PDTS DERIVES","context":"|NonApplicable|10773649|NonApplicable|NonApplicable"}'
+					data-prid="10773649"
+					title="Ajouter au panier"
+					data-quantity="1"
+          data-tracking-prid="10773649"
+          data-tracking-price="14,5"
+          data-tracking-price-discount="14,5"
+          data-tracking-price-adh="14,5"
+          data-tracking-price-mp=""
+          data-tracking-offerId="00000000-0000-0000-0000-000000000000"
+          data-tracking-catalogId="1">
+					<i class="thumbnail-icon icon addToCart icon_i_049_basket"></i>Ajouter au panier
+				</a>
+      
+			<div class="thumbnail-btn thumbnail-btnOpen js-VisualProductshowOption js-Tooltip" data-placement="bottom" title="Ajouter à mes listes">
+				<i class="thumbnail-icon icon icon_i_110_Heart_Empty"></i>
+			</div>
+			<div style="display: none;" class="thumbnail-btnOpen--ab thumbnail-btn thumbnail-btnOpen js-ProductThumbnail-WishlistABTest js-Tooltip" data-placement="bottom" data-prid="10773649" title="">
+				<i class="thumbnail-icon icon icon_i_110_Heart_Empty"></i>
+			</div>
+		
+
+	
+	<div class="thumbnail-imgWrap Article-itemVisual">
+		
+    <img class="thumbnail-imgContent js-LazyImage"
+        src="https://www4-fr.fnac-static.com/nav/images/dot.gif"
+        data-lazyimage-background="https://static.fnac-static.com/multimedia/Images/FR/NR/23/a2/87/8888867/1545-1/tsp20170918120449/Les-nouveaux-spartiates.jpg"
+        alt="Les nouveaux spartiates" />
+
+	</div>
+
+	
+	<div class="thumbnail-desc Article-desc">
+		
+
+<span class="thumbnail-title thumbnail-title--PE">
+    <a class="thumbnail-titleLink js-Recos-track" rel="" href="https://livre.fnac.com/a10773649/Millenium-Saga-Tome-2-Les-nouveaux-spartiates-Sylvain-Runberg#int=|NonApplicable|10773649|NonApplicable|L1">Millénium Saga Tome 2 : Les nouveaux spartiates <span>(Bande dessinée - cartonné)</span> </a>
+    
+</span>
+
+    
+	</div>
+
+	
+	<div class="thumbnail-sub">
+		
+    <span class="thumbnail-sub--serial"><a href="https://www.fnac.com/Millenium/si7752">Millénium</a></span>
+
+                <span>
+                    <a href="https://www.fnac.com/ia538308/Sylvain-Runberg#int=||NonApplicable|NonApplicable|NonApplicable|L1" rel="nofollow">Sylvain Runberg</a>
+                </span>
+            
+                <span>
+                    <a href="https://www.fnac.com/ia4329067/Belen-Ortega#int=||NonApplicable|NonApplicable|NonApplicable|L1" rel="nofollow">Belen Ortega</a>
+                </span>
+            
+                <span>
+                    <a href="https://www.fnac.com/Stieg-Larsson/ia103133#int=||NonApplicable|NonApplicable|NonApplicable|L1" rel="nofollow">Stieg Larsson</a>
+                </span>
+            
+    
+
+	</div>
+
+	
+	<div class="thumbnail-rate">
+		
+		
+	</div>
+
+	
+	
+        <div class="stimuliOPC">
+            
+            
+                <span class="stimuliOPC-flyer stimuliOPC-flyer--5Percent">-5% sur les livres</span>
+                
+        </div>
+    
+            
+
+<div class="thumbnail-priceBloc">
+    <span class="thumbnail-price ">
+	
+ 	14<sup>&euro;50</sup>
+  
+    </span>
+
+	
+ 	
+</div>
+
+            
+
+	
+	
+	
+	
+	
+<div class="more thumbnail-moreOffers">
+ 
+    
+        
+        
+
+        <a href="https://livre.fnac.com/a10773649/Millenium-Saga-Tome-2-Les-nouveaux-spartiates-Sylvain-Runberg?oltype=1&OrderId=2&page=1&SortId=2" rel="nofollow">
+            5&nbsp;neufs&nbsp; dès 
+            <span class="smallPricerFA">
+                <strong class='userPrice'>
+        14&euro;50
+    </strong>
+
+            </span>
+        </a>
+
+        <br>
+
+        
+
+        <a href="https://livre.fnac.com/a10773649/Millenium-Saga-Tome-2-Les-nouveaux-spartiates-Sylvain-Runberg?oltype=2&OrderId=2&page=1&SortId=3" rel="nofollow">
+            3&nbsp;occasions&nbsp; dès 
+            <span class="smallPricerFA">
+                <strong class='userPrice'>
+        13&euro;05
+    </strong>
+ 
+            </span>
+        </a>
+
+        
+ 
+</div>
+
+	
+    <div class="thumbnail-numericalFormat userPrice userPrice--epub">
+        <i class="icon icon--epub icon_i_075_Download"></i>
+        <a href="https://livre.fnac.com/a10773649/Millenium-Saga-Tome-2-Les-nouveaux-spartiates-Sylvain-Runberg?NUMERICAL=Y#FORMAT=ePub">
+            <span class="thumbnail-numericalFormatText">Format numérique</span>
+            
+
+<span class="userPrice userPriceNumerical">
+    9<sup>&euro;99</sup>
+</span>
+
+        </a>
+    </div>
+
+	
+	
+	
+	
+	
+		<div class="thumbnail-action js-ThumbnailOption"></div>
+	
+
+	</article>
+
+                    </div>
+                </div>
+                
+                <div class="Carousel-item js-Carousel-item">
+                    <div class="thumbnail js-ProductThumbnail">
+                        
+
+	<article class="thumbnail-content js-ProductBuy"
+		data-product-id="9847279"
+		data-catalog-id="1"
+		data-offer-id="00000000-0000-0000-0000-000000000000"
+		data-prid="9847279"
+		data-bannertype=""
+		data-pagename=""
+		data-pathid="0"
+		data-selltype="cross-sell"
+		data-categoryname="PDTS DERIVES"
+		data-price="14,5"
+		data-bannerthumbnailnumber=""
+		data-isfilteredoffer="False"
+    data-forcedofferref=""
+		data-customerid="0"
+    data-hasfnacofferforced="False"
+		>
+
+	
+				<a href="https://secure.fnac.com/basket/add?productId=9847279" rel="nofollow"
+					class="thumbnail-btn thumbnail-btnCart  js-ProductBuy-add"
+          data-track-click='{"action":"AddToBasket","prid":9847279,"catalog":1,"availability":"99-1-1","sellType":"cross-sell","category":"PDTS DERIVES","context":"|NonApplicable|10773649|NonApplicable|L1"}'
+					data-prid="9847279"
+					title="Ajouter au panier"
+					data-quantity="1"
+          data-tracking-prid="9847279"
+          data-tracking-price="14,5"
+          data-tracking-price-discount="14,5"
+          data-tracking-price-adh="14,5"
+          data-tracking-price-mp=""
+          data-tracking-offerId="00000000-0000-0000-0000-000000000000"
+          data-tracking-catalogId="1">
+					<i class="thumbnail-icon icon addToCart icon_i_049_basket"></i>Ajouter au panier
+				</a>
+      
+			<div class="thumbnail-btn thumbnail-btnOpen js-VisualProductshowOption js-Tooltip" data-placement="bottom" title="Ajouter à mes listes">
+				<i class="thumbnail-icon icon icon_i_110_Heart_Empty"></i>
+			</div>
+			<div style="display: none;" class="thumbnail-btnOpen--ab thumbnail-btn thumbnail-btnOpen js-ProductThumbnail-WishlistABTest js-Tooltip" data-placement="bottom" data-prid="9847279" title="">
+				<i class="thumbnail-icon icon icon_i_110_Heart_Empty"></i>
+			</div>
+		
+
+	
+	<div class="thumbnail-imgWrap Article-itemVisual">
+		
+    <img class="thumbnail-imgContent js-LazyImage"
+        src="https://www4-fr.fnac-static.com/nav/images/dot.gif"
+        data-lazyimage-background="https://static.fnac-static.com/multimedia/Images/FR/NR/fe/64/7c/8152318/1545-1/tsp20170602112457/Les-ames-froides.jpg"
+        alt="Les âmes froides" />
+
+	</div>
+
+	
+	<div class="thumbnail-desc Article-desc">
+		
+
+<span class="thumbnail-title thumbnail-title--PE">
+    <a class="thumbnail-titleLink js-Recos-track" rel="" href="https://livre.fnac.com/a9847279/Millenium-Saga-Tome-1-Les-ames-froides-Belen-Ortega#int=|NonApplicable|10773649|NonApplicable|L1">Millénium Saga Tome 1 : Les âmes froides <span>(Bande dessinée - cartonné)</span> </a>
+    
+</span>
+
+    
+	</div>
+
+	
+	<div class="thumbnail-sub">
+		
+    <span class="thumbnail-sub--serial"><a href="https://www.fnac.com/Millenium/si7752">Millénium</a></span>
+
+                <span>
+                    <a href="https://www.fnac.com/ia4329067/Belen-Ortega#int=||NonApplicable|NonApplicable|NonApplicable|L1" rel="nofollow">Belen Ortega</a>
+                </span>
+            
+                <span>
+                    <a href="https://www.fnac.com/ia538308/Sylvain-Runberg#int=||NonApplicable|NonApplicable|NonApplicable|L1" rel="nofollow">Sylvain Runberg</a>
+                </span>
+            
+                <span>
+                    <a href="https://www.fnac.com/Stieg-Larsson/ia103133#int=||NonApplicable|NonApplicable|NonApplicable|L1" rel="nofollow">Stieg Larsson</a>
+                </span>
+            
+    
+
+	</div>
+
+	
+	<div class="thumbnail-rate">
+		 
+            <a href="https://livre.fnac.com/a9847279/Millenium-Saga-Tome-1-Les-ames-froides-Belen-Ortega#customerReviews">
+                
+    <span class="f-star f-star--small S45">
+      45
+    </span>
+
+                
+            </a>
+        
+		
+	</div>
+
+	
+	
+        <div class="stimuliOPC">
+            
+            
+                <span class="stimuliOPC-flyer stimuliOPC-flyer--5Percent">-5% sur les livres</span>
+                
+        </div>
+    
+            
+
+<div class="thumbnail-priceBloc">
+    <span class="thumbnail-price ">
+	
+ 	14<sup>&euro;50</sup>
+  
+    </span>
+
+	
+ 	
+</div>
+
+            
+
+	
+	
+	
+	
+	
+<div class="more thumbnail-moreOffers">
+ 
+    
+        
+        
+
+        <a href="https://livre.fnac.com/a9847279/Millenium-Saga-Tome-1-Les-ames-froides-Belen-Ortega?oltype=1&OrderId=2&page=1&SortId=2" rel="nofollow">
+            5&nbsp;neufs&nbsp; dès 
+            <span class="smallPricerFA">
+                <strong class='userPrice'>
+        14&euro;50
+    </strong>
+
+            </span>
+        </a>
+
+        <br>
+
+        
+
+        <a href="https://livre.fnac.com/a9847279/Millenium-Saga-Tome-1-Les-ames-froides-Belen-Ortega?oltype=2&OrderId=2&page=1&SortId=3" rel="nofollow">
+            11&nbsp;occasions&nbsp; dès 
+            <span class="smallPricerFA">
+                <strong class='userPrice'>
+        9&euro;42
+    </strong>
+ 
+            </span>
+        </a>
+
+        
+ 
+</div>
+
+	
+    <div class="thumbnail-numericalFormat userPrice userPrice--epub">
+        <i class="icon icon--epub icon_i_075_Download"></i>
+        <a href="https://livre.fnac.com/a9847279/Millenium-Saga-Tome-1-Les-ames-froides-Belen-Ortega?NUMERICAL=Y#FORMAT=ePub">
+            <span class="thumbnail-numericalFormatText">Format numérique</span>
+            
+
+<span class="userPrice userPriceNumerical">
+    8<sup>&euro;99</sup>
+</span>
+
+        </a>
+    </div>
+
+	
+	
+	
+	
+	
+		<div class="thumbnail-action js-ThumbnailOption"></div>
+	
+
+	</article>
+
+                    </div>
+                </div>
+                
+                <div class="Carousel-item js-Carousel-item">
+                    <div class="thumbnail js-ProductThumbnail">
+                        
+
+	<article class="thumbnail-content js-ProductBuy"
+		data-product-id="10870656"
+		data-catalog-id="1"
+		data-offer-id="00000000-0000-0000-0000-000000000000"
+		data-prid="10870656"
+		data-bannertype=""
+		data-pagename=""
+		data-pathid="0"
+		data-selltype="cross-sell"
+		data-categoryname="PDTS DERIVES"
+		data-price="9,99"
+		data-bannerthumbnailnumber=""
+		data-isfilteredoffer="False"
+    data-forcedofferref=""
+		data-customerid="0"
+    data-hasfnacofferforced="False"
+		data-isnumerical="true" >
+
+	
+			<a href="https://secure.fnac.com/basket/add?productId=10870656" rel="nofollow"
+				class="thumbnail-btn thumbnail-btnCart thumbnail-btn--blue js-ProductBuy-add"
+				
+			  data-track-click='{"action":"AddToBasket","prid":10870656,"catalog":1,"availability":"20-0-1","sellType":"cross-sell","category":"PDTS DERIVES","context":"|NonApplicable|10773649|NonApplicable|L1"}'
+				
+				data-product-ids="10870656"
+				data-prid="10870656"
+				title="Ajouter au panier">
+				<i class="thumbnail-icon icon addToCart icon--epub icon_i_075_Download"></i>Télécharger
+			</a>
+			<div class="thumbnail-btn thumbnail-btnOpen js-VisualProductshowOption js-Tooltip" data-placement="bottom" title="Ajouter à mes listes">
+				<i class="thumbnail-icon icon icon_i_110_Heart_Empty"></i>
+			</div>
+    
+
+	
+	<div class="thumbnail-imgWrap Article-itemVisual">
+		
+    <img class="thumbnail-imgContent js-LazyImage"
+        src="https://www4-fr.fnac-static.com/nav/images/dot.gif"
+        data-lazyimage-background="https://static.fnac-static.com/multimedia/Images/FR/NR/2d/62/78/7889453/1545-0/tsp20170818222952/The-Millennium-Trilogy.jpg"
+        alt="The Millennium Trilogy" />
+
+	</div>
+
+	
+	<div class="thumbnail-desc Article-desc">
+		
+
+<span class="thumbnail-title thumbnail-title--PE">
+    <a class="thumbnail-titleLink js-Recos-track" rel="" href="https://www.fnac.com/livre-numerique/a10870656/Stieg-Larsson-The-Millennium-Trilogy#FORMAT=ePub#int=|NonApplicable|10773649|NonApplicable|L1">The Millennium Trilogy <span>- ePub</span> </a>
+    
+</span>
+
+    
+	</div>
+
+	
+	<div class="thumbnail-sub">
+		
+                <span>
+                    <a href="https://www.fnac.com/Stieg-Larsson/ia103133#int=||NonApplicable|NonApplicable|NonApplicable|L1" rel="nofollow">Stieg Larsson</a>
+                </span>
+            
+    
+
+	</div>
+
+	
+	<div class="thumbnail-rate">
+		
+		
+	</div>
+
+	
+	
+        <div class="stimuliOPC">
+            
+            
+        </div>
+    
+            
+
+<div class="thumbnail-priceBloc">
+    <span class="thumbnail-price userPriceNumerical">
+	
+ 	
+            <i class="icon icon--epub icon_i_075_Download"></i>
+        9<sup>&euro;99</sup>
+  
+    </span>
+
+	
+ 	
+</div>
+
+            
+
+	
+	
+    <div>
+        <span class="epub">
+            Format numérique
+            
+        </span>
+    </div>
+
+	
+	
+	
+	
+	
+	
+	
+	
+		<div class="thumbnail-action js-ThumbnailOption"></div>
+	
+
+	</article>
+
+                    </div>
+                </div>
+                
+                <div class="Carousel-item js-Carousel-item">
+                    <div class="thumbnail js-ProductThumbnail">
+                        
+
+	<article class="thumbnail-content js-ProductBuy"
+		data-product-id="8762306"
+		data-catalog-id="1"
+		data-offer-id="00000000-0000-0000-0000-000000000000"
+		data-prid="8762306"
+		data-bannertype=""
+		data-pagename=""
+		data-pathid="0"
+		data-selltype="cross-sell"
+		data-categoryname="PDTS DERIVES"
+		data-price="23,2"
+		data-bannerthumbnailnumber=""
+		data-isfilteredoffer="False"
+    data-forcedofferref=""
+		data-customerid="0"
+    data-hasfnacofferforced="False"
+		>
+
+	
+				<a href="https://secure.fnac.com/basket/add?productId=8762306" rel="nofollow"
+					class="thumbnail-btn thumbnail-btnCart  js-ProductBuy-add"
+          data-track-click='{"action":"AddToBasket","prid":8762306,"catalog":1,"availability":"99-1-0","sellType":"cross-sell","category":"PDTS DERIVES","context":"|NonApplicable|10773649|NonApplicable|L1"}'
+					data-prid="8762306"
+					title="Ajouter au panier"
+					data-quantity="1"
+          data-tracking-prid="8762306"
+          data-tracking-price="23,2"
+          data-tracking-price-discount="23,2"
+          data-tracking-price-adh="23,2"
+          data-tracking-price-mp=""
+          data-tracking-offerId="00000000-0000-0000-0000-000000000000"
+          data-tracking-catalogId="1">
+					<i class="thumbnail-icon icon addToCart icon_i_049_basket"></i>Ajouter au panier
+				</a>
+      
+			<div class="thumbnail-btn thumbnail-btnOpen js-VisualProductshowOption js-Tooltip" data-placement="bottom" title="Ajouter à mes listes">
+				<i class="thumbnail-icon icon icon_i_110_Heart_Empty"></i>
+			</div>
+			<div style="display: none;" class="thumbnail-btnOpen--ab thumbnail-btn thumbnail-btnOpen js-ProductThumbnail-WishlistABTest js-Tooltip" data-placement="bottom" data-prid="8762306" title="">
+				<i class="thumbnail-icon icon icon_i_110_Heart_Empty"></i>
+			</div>
+		
+
+	
+	<div class="thumbnail-imgWrap Article-itemVisual">
+		
+    <img class="thumbnail-imgContent js-LazyImage"
+        src="https://www4-fr.fnac-static.com/nav/images/dot.gif"
+        data-lazyimage-background="https://static.fnac-static.com/multimedia/Images/FR/NR/4b/d3/1b/1823563/1545-1/tsp20150929154129/Les-hommes-qui-n-aimaient-pas-les-femmes.jpg"
+        alt="Les hommes qui n&#39;aimaient pas les femmes" />
+
+	</div>
+
+	
+	<div class="thumbnail-desc Article-desc">
+		
+
+<span class="thumbnail-title thumbnail-title--PE">
+    <a class="thumbnail-titleLink js-Recos-track" rel="" href="https://livre.fnac.com/a8762306/Millenium-Tome-1-Les-hommes-qui-n-aimaient-pas-les-femmes-Stieg-Larsson#int=|NonApplicable|10773649|NonApplicable|L1">Millénium Tome 1 : Les hommes qui n'aimaient pas les femmes <span>(Roman - broché)</span> </a>
+    
+</span>
+
+    
+	</div>
+
+	
+	<div class="thumbnail-sub">
+		
+    <span class="thumbnail-sub--serial"><a href="https://www.fnac.com/Millenium/si7752">Millénium</a></span>
+
+                <span>
+                    <a href="https://www.fnac.com/Stieg-Larsson/ia103133#int=||NonApplicable|NonApplicable|NonApplicable|L1" rel="nofollow">Stieg Larsson</a>
+                </span>
+            
+    
+
+	</div>
+
+	
+	<div class="thumbnail-rate">
+		 
+            <a href="https://livre.fnac.com/a8762306/Millenium-Tome-1-Les-hommes-qui-n-aimaient-pas-les-femmes-Stieg-Larsson#customerReviews">
+                
+    <span class="f-star f-star--small S4">
+      4
+    </span>
+
+                
+            </a>
+        
+		
+	</div>
+
+	
+	
+        <div class="stimuliOPC">
+            
+            
+                <span class="stimuliOPC-flyer stimuliOPC-flyer--5Percent">-5% sur les livres</span>
+                
+        </div>
+    
+            
+
+<div class="thumbnail-priceBloc">
+    <span class="thumbnail-price ">
+	
+ 	23<sup>&euro;20</sup>
+  
+    </span>
+
+	
+ 	
+</div>
+
+            
+
+	
+	
+	
+	
+	
+<div class="more thumbnail-moreOffers">
+ 
+    
+        
+        
+
+        <a href="https://livre.fnac.com/a8762306/Millenium-Tome-1-Les-hommes-qui-n-aimaient-pas-les-femmes-Stieg-Larsson?oltype=1&OrderId=2&page=1&SortId=2" rel="nofollow">
+            5&nbsp;neufs&nbsp; dès 
+            <span class="smallPricerFA">
+                <strong class='userPrice'>
+        23&euro;20
+    </strong>
+
+            </span>
+        </a>
+
+        <br>
+
+        
+
+        <a href="https://livre.fnac.com/a8762306/Millenium-Tome-1-Les-hommes-qui-n-aimaient-pas-les-femmes-Stieg-Larsson?oltype=2&OrderId=2&page=1&SortId=3" rel="nofollow">
+            60&nbsp;occasions&nbsp; dès 
+            <span class="smallPricerFA">
+                <strong class='userPrice'>
+        0&euro;90
+    </strong>
+ 
+            </span>
+        </a>
+
+        
+ 
+</div>
+
+	
+	
+	
+	
+	
+	
+		<div class="thumbnail-action js-ThumbnailOption"></div>
+	
+
+	</article>
+
+                    </div>
+                </div>
+                
+                <div class="Carousel-item js-Carousel-item">
+                    <div class="thumbnail js-ProductThumbnail">
+                        
+
+	<article class="thumbnail-content js-ProductBuy"
+		data-product-id="8762308"
+		data-catalog-id="1"
+		data-offer-id="00000000-0000-0000-0000-000000000000"
+		data-prid="8762308"
+		data-bannertype=""
+		data-pagename=""
+		data-pathid="0"
+		data-selltype="cross-sell"
+		data-categoryname="PDTS DERIVES"
+		data-price="23,4"
+		data-bannerthumbnailnumber=""
+		data-isfilteredoffer="False"
+    data-forcedofferref=""
+		data-customerid="0"
+    data-hasfnacofferforced="False"
+		>
+
+	
+				<a href="https://secure.fnac.com/basket/add?productId=8762308" rel="nofollow"
+					class="thumbnail-btn thumbnail-btnCart  js-ProductBuy-add"
+          data-track-click='{"action":"AddToBasket","prid":8762308,"catalog":1,"availability":"99-1-0","sellType":"cross-sell","category":"PDTS DERIVES","context":"|NonApplicable|10773649|NonApplicable|L1"}'
+					data-prid="8762308"
+					title="Ajouter au panier"
+					data-quantity="1"
+          data-tracking-prid="8762308"
+          data-tracking-price="23,4"
+          data-tracking-price-discount="23,4"
+          data-tracking-price-adh="23,4"
+          data-tracking-price-mp=""
+          data-tracking-offerId="00000000-0000-0000-0000-000000000000"
+          data-tracking-catalogId="1">
+					<i class="thumbnail-icon icon addToCart icon_i_049_basket"></i>Ajouter au panier
+				</a>
+      
+			<div class="thumbnail-btn thumbnail-btnOpen js-VisualProductshowOption js-Tooltip" data-placement="bottom" title="Ajouter à mes listes">
+				<i class="thumbnail-icon icon icon_i_110_Heart_Empty"></i>
+			</div>
+			<div style="display: none;" class="thumbnail-btnOpen--ab thumbnail-btn thumbnail-btnOpen js-ProductThumbnail-WishlistABTest js-Tooltip" data-placement="bottom" data-prid="8762308" title="">
+				<i class="thumbnail-icon icon icon_i_110_Heart_Empty"></i>
+			</div>
+		
+
+	
+	<div class="thumbnail-imgWrap Article-itemVisual">
+		
+    <img class="thumbnail-imgContent js-LazyImage"
+        src="https://www4-fr.fnac-static.com/nav/images/dot.gif"
+        data-lazyimage-background="https://static.fnac-static.com/multimedia/Images/FR/NR/1a/dc/1c/1891354/1545-1/tsp20150623155535/La-fille-qui-revait-d-un-bidon-d-eence-et-d-une-allumette.jpg"
+        alt="La fille qui rêvait d&#39;un bidon d&#39;essence et d&#39;une allumette" />
+
+	</div>
+
+	
+	<div class="thumbnail-desc Article-desc">
+		
+
+<span class="thumbnail-title thumbnail-title--PE">
+    <a class="thumbnail-titleLink js-Recos-track" rel="" href="https://livre.fnac.com/a8762308/Millenium-Tome-2-La-fille-qui-revait-d-un-bidon-d-essence-et-d-une-allumette-Stieg-Larsson#int=|NonApplicable|10773649|NonApplicable|L1">Millénium Tome 2 : La fille qui rêvait d'un bidon d'essence et d'une allumette <span>(Roman - broché)</span> </a>
+    
+</span>
+
+    
+	</div>
+
+	
+	<div class="thumbnail-sub">
+		
+    <span class="thumbnail-sub--serial"><a href="https://www.fnac.com/Millenium/si7752">Millénium</a></span>
+
+                <span>
+                    <a href="https://www.fnac.com/Stieg-Larsson/ia103133#int=||NonApplicable|NonApplicable|NonApplicable|L1" rel="nofollow">Stieg Larsson</a>
+                </span>
+            
+                <span>
+                    <a href="https://www.fnac.com/ia87588/Lena-Grumbach#int=||NonApplicable|NonApplicable|NonApplicable|L1" rel="nofollow">Lena Grumbach</a>
+                </span>
+            
+                <span>
+                    <a href="https://www.fnac.com/ia87589/Marc-de-Gouvenain#int=||NonApplicable|NonApplicable|NonApplicable|L1" rel="nofollow">Marc de Gouvenain</a>
+                </span>
+            
+    
+
+	</div>
+
+	
+	<div class="thumbnail-rate">
+		 
+            <a href="https://livre.fnac.com/a8762308/Millenium-Tome-2-La-fille-qui-revait-d-un-bidon-d-essence-et-d-une-allumette-Stieg-Larsson#customerReviews">
+                
+    <span class="f-star f-star--small S4">
+      4
+    </span>
+
+                
+            </a>
+        
+		
+	</div>
+
+	
+	
+        <div class="stimuliOPC">
+            
+            
+                <span class="stimuliOPC-flyer stimuliOPC-flyer--5Percent">-5% sur les livres</span>
+                
+        </div>
+    
+            
+
+<div class="thumbnail-priceBloc">
+    <span class="thumbnail-price ">
+	
+ 	23<sup>&euro;40</sup>
+  
+    </span>
+
+	
+ 	
+</div>
+
+            
+
+	
+	
+	
+	
+	
+<div class="more thumbnail-moreOffers">
+ 
+    
+        
+        
+
+        <a href="https://livre.fnac.com/a8762308/Millenium-Tome-2-La-fille-qui-revait-d-un-bidon-d-essence-et-d-une-allumette-Stieg-Larsson?oltype=1&OrderId=2&page=1&SortId=2" rel="nofollow">
+            5&nbsp;neufs&nbsp; dès 
+            <span class="smallPricerFA">
+                <strong class='userPrice'>
+        23&euro;40
+    </strong>
+
+            </span>
+        </a>
+
+        <br>
+
+        
+
+        <a href="https://livre.fnac.com/a8762308/Millenium-Tome-2-La-fille-qui-revait-d-un-bidon-d-essence-et-d-une-allumette-Stieg-Larsson?oltype=2&OrderId=2&page=1&SortId=3" rel="nofollow">
+            67&nbsp;occasions&nbsp; dès 
+            <span class="smallPricerFA">
+                <strong class='userPrice'>
+        0&euro;90
+    </strong>
+ 
+            </span>
+        </a>
+
+        
+ 
+</div>
+
+	
+	
+	
+	
+	
+	
+		<div class="thumbnail-action js-ThumbnailOption"></div>
+	
+
+	</article>
+
+                    </div>
+                </div>
+                
+                <div class="Carousel-item js-Carousel-item">
+                    <div class="thumbnail js-ProductThumbnail">
+                        
+
+	<article class="thumbnail-content js-ProductBuy"
+		data-product-id="8762309"
+		data-catalog-id="1"
+		data-offer-id="00000000-0000-0000-0000-000000000000"
+		data-prid="8762309"
+		data-bannertype=""
+		data-pagename=""
+		data-pathid="0"
+		data-selltype="cross-sell"
+		data-categoryname="PDTS DERIVES"
+		data-price="23,4"
+		data-bannerthumbnailnumber=""
+		data-isfilteredoffer="False"
+    data-forcedofferref=""
+		data-customerid="0"
+    data-hasfnacofferforced="False"
+		>
+
+	
+				<a href="https://secure.fnac.com/basket/add?productId=8762309" rel="nofollow"
+					class="thumbnail-btn thumbnail-btnCart  js-ProductBuy-add"
+          data-track-click='{"action":"AddToBasket","prid":8762309,"catalog":1,"availability":"2-1-0","sellType":"cross-sell","category":"PDTS DERIVES","context":"|NonApplicable|10773649|NonApplicable|L1"}'
+					data-prid="8762309"
+					title="Ajouter au panier"
+					data-quantity="1"
+          data-tracking-prid="8762309"
+          data-tracking-price="23,4"
+          data-tracking-price-discount="23,4"
+          data-tracking-price-adh="23,4"
+          data-tracking-price-mp=""
+          data-tracking-offerId="00000000-0000-0000-0000-000000000000"
+          data-tracking-catalogId="1">
+					<i class="thumbnail-icon icon addToCart icon_i_049_basket"></i>Ajouter au panier
+				</a>
+      
+			<div class="thumbnail-btn thumbnail-btnOpen js-VisualProductshowOption js-Tooltip" data-placement="bottom" title="Ajouter à mes listes">
+				<i class="thumbnail-icon icon icon_i_110_Heart_Empty"></i>
+			</div>
+			<div style="display: none;" class="thumbnail-btnOpen--ab thumbnail-btn thumbnail-btnOpen js-ProductThumbnail-WishlistABTest js-Tooltip" data-placement="bottom" data-prid="8762309" title="">
+				<i class="thumbnail-icon icon icon_i_110_Heart_Empty"></i>
+			</div>
+		
+
+	
+	<div class="thumbnail-imgWrap Article-itemVisual">
+		
+    <img class="thumbnail-imgContent js-LazyImage"
+        src="https://www4-fr.fnac-static.com/nav/images/dot.gif"
+        data-lazyimage-background="https://static.fnac-static.com/multimedia/Images/FR/NR/54/6a/1e/1993300/1545-1/tsp20150929154129/La-reine-dans-le-palais-des-courants-d-air.jpg"
+        alt="La reine dans le palais des courants d&#39;air" />
+
+	</div>
+
+	
+	<div class="thumbnail-desc Article-desc">
+		
+
+<span class="thumbnail-title thumbnail-title--PE">
+    <a class="thumbnail-titleLink js-Recos-track" rel="" href="https://livre.fnac.com/a8762309/Millenium-Tome-3-La-reine-dans-le-palais-des-courants-d-air-Stieg-Larsson#int=|NonApplicable|10773649|NonApplicable|L1">Millénium Tome 3 : La reine dans le palais des courants d'air <span>(Roman - broché)</span> </a>
+    
+</span>
+
+    
+	</div>
+
+	
+	<div class="thumbnail-sub">
+		
+    <span class="thumbnail-sub--serial"><a href="https://www.fnac.com/Millenium/si7752">Millénium</a></span>
+
+                <span>
+                    <a href="https://www.fnac.com/Stieg-Larsson/ia103133#int=||NonApplicable|NonApplicable|NonApplicable|L1" rel="nofollow">Stieg Larsson</a>
+                </span>
+            
+                <span>
+                    <a href="https://www.fnac.com/ia87588/Lena-Grumbach#int=||NonApplicable|NonApplicable|NonApplicable|L1" rel="nofollow">Lena Grumbach</a>
+                </span>
+            
+    
+
+	</div>
+
+	
+	<div class="thumbnail-rate">
+		 
+            <a href="https://livre.fnac.com/a8762309/Millenium-Tome-3-La-reine-dans-le-palais-des-courants-d-air-Stieg-Larsson#customerReviews">
+                
+    <span class="f-star f-star--small S45">
+      45
+    </span>
+
+                
+            </a>
+        
+		
+	</div>
+
+	
+	
+        <div class="stimuliOPC">
+            
+            
+                <span class="stimuliOPC-flyer stimuliOPC-flyer--5Percent">-5% sur les livres</span>
+                
+        </div>
+    
+            
+
+<div class="thumbnail-priceBloc">
+    <span class="thumbnail-price ">
+	
+ 	23<sup>&euro;40</sup>
+  
+    </span>
+
+	
+ 	
+</div>
+
+            
+
+	
+	
+	
+	
+	
+<div class="more thumbnail-moreOffers">
+ 
+    
+        
+        
+
+        <a href="https://livre.fnac.com/a8762309/Millenium-Tome-3-La-reine-dans-le-palais-des-courants-d-air-Stieg-Larsson?oltype=1&OrderId=2&page=1&SortId=2" rel="nofollow">
+            6&nbsp;neufs&nbsp; dès 
+            <span class="smallPricerFA">
+                <strong class='userPrice'>
+        20&euro;
+    </strong>
+
+            </span>
+        </a>
+
+        <br>
+
+        
+
+        <a href="https://livre.fnac.com/a8762309/Millenium-Tome-3-La-reine-dans-le-palais-des-courants-d-air-Stieg-Larsson?oltype=2&OrderId=2&page=1&SortId=3" rel="nofollow">
+            63&nbsp;occasions&nbsp; dès 
+            <span class="smallPricerFA">
+                <strong class='userPrice'>
+        2&euro;
+    </strong>
+ 
+            </span>
+        </a>
+
+        
+ 
+</div>
+
+	
+	
+	
+	
+	
+	
+		<div class="thumbnail-action js-ThumbnailOption"></div>
+	
+
+	</article>
+
+                    </div>
+                </div>
+                
+                <div class="Carousel-item js-Carousel-item">
+                    <div class="thumbnail js-ProductThumbnail">
+                        
+
+	<article class="thumbnail-content js-ProductBuy"
+		data-product-id="7793259"
+		data-catalog-id="1"
+		data-offer-id="00000000-0000-0000-0000-000000000000"
+		data-prid="7793259"
+		data-bannertype=""
+		data-pagename=""
+		data-pathid="0"
+		data-selltype="cross-sell"
+		data-categoryname="PDTS DERIVES"
+		data-price="14,5"
+		data-bannerthumbnailnumber=""
+		data-isfilteredoffer="False"
+    data-forcedofferref=""
+		data-customerid="0"
+    data-hasfnacofferforced="False"
+		>
+
+	
+				<a href="https://secure.fnac.com/basket/add?productId=7793259" rel="nofollow"
+					class="thumbnail-btn thumbnail-btnCart  js-ProductBuy-add"
+          data-track-click='{"action":"AddToBasket","prid":7793259,"catalog":1,"availability":"99-1-1","sellType":"cross-sell","category":"PDTS DERIVES","context":"|NonApplicable|10773649|NonApplicable|L1"}'
+					data-prid="7793259"
+					title="Ajouter au panier"
+					data-quantity="1"
+          data-tracking-prid="7793259"
+          data-tracking-price="14,5"
+          data-tracking-price-discount="14,5"
+          data-tracking-price-adh="14,5"
+          data-tracking-price-mp=""
+          data-tracking-offerId="00000000-0000-0000-0000-000000000000"
+          data-tracking-catalogId="1">
+					<i class="thumbnail-icon icon addToCart icon_i_049_basket"></i>Ajouter au panier
+				</a>
+      
+			<div class="thumbnail-btn thumbnail-btnOpen js-VisualProductshowOption js-Tooltip" data-placement="bottom" title="Ajouter à mes listes">
+				<i class="thumbnail-icon icon icon_i_110_Heart_Empty"></i>
+			</div>
+			<div style="display: none;" class="thumbnail-btnOpen--ab thumbnail-btn thumbnail-btnOpen js-ProductThumbnail-WishlistABTest js-Tooltip" data-placement="bottom" data-prid="7793259" title="">
+				<i class="thumbnail-icon icon icon_i_110_Heart_Empty"></i>
+			</div>
+		
+
+	
+	<div class="thumbnail-imgWrap Article-itemVisual">
+		
+    <img class="thumbnail-imgContent js-LazyImage"
+        src="https://www4-fr.fnac-static.com/nav/images/dot.gif"
+        data-lazyimage-background="https://static.fnac-static.com/multimedia/Images/FR/NR/4f/f1/60/6353231/1545-1/tsp20150203112659/Millenium.jpg"
+        alt="Millenium" />
+
+	</div>
+
+	
+	<div class="thumbnail-desc Article-desc">
+		
+
+<span class="thumbnail-title thumbnail-title--PE">
+    <a class="thumbnail-titleLink js-Recos-track" rel="" href="https://livre.fnac.com/a7793259/Millenium-Tome-5-Millenium-Jose-Homs#int=|NonApplicable|10773649|NonApplicable|L1">Millénium Tome 5 : Millenium <span>(Bande dessinée - cartonné)</span> </a>
+    
+</span>
+
+    
+	</div>
+
+	
+	<div class="thumbnail-sub">
+		
+    <span class="thumbnail-sub--serial"><a href="https://www.fnac.com/Millenium/si7752">Millénium</a></span>
+
+                <span>
+                    <a href="https://www.fnac.com/ia549794/Jose-Homs#int=||NonApplicable|NonApplicable|NonApplicable|L1" rel="nofollow">José Homs</a>
+                </span>
+            
+                <span>
+                    <a href="https://www.fnac.com/Stieg-Larsson/ia103133#int=||NonApplicable|NonApplicable|NonApplicable|L1" rel="nofollow">Stieg Larsson</a>
+                </span>
+            
+                <span>
+                    <a href="https://www.fnac.com/ia538308/Sylvain-Runberg#int=||NonApplicable|NonApplicable|NonApplicable|L1" rel="nofollow">Sylvain Runberg</a>
+                </span>
+            
+    
+
+	</div>
+
+	
+	<div class="thumbnail-rate">
+		 
+            <a href="https://livre.fnac.com/a7793259/Millenium-Tome-5-Millenium-Jose-Homs#customerReviews">
+                
+    <span class="f-star f-star--small S4">
+      4
+    </span>
+
+                
+            </a>
+        
+		
+	</div>
+
+	
+	
+        <div class="stimuliOPC">
+            
+            
+                <span class="stimuliOPC-flyer stimuliOPC-flyer--5Percent">-5% sur les livres</span>
+                
+        </div>
+    
+            
+
+<div class="thumbnail-priceBloc">
+    <span class="thumbnail-price ">
+	
+ 	14<sup>&euro;50</sup>
+  
+    </span>
+
+	
+ 	
+</div>
+
+            
+
+	
+	
+	
+	
+	
+<div class="more thumbnail-moreOffers">
+ 
+    
+        
+        
+
+        <a href="https://livre.fnac.com/a7793259/Millenium-Tome-5-Millenium-Jose-Homs?oltype=1&OrderId=2&page=1&SortId=2" rel="nofollow">
+            5&nbsp;neufs&nbsp; dès 
+            <span class="smallPricerFA">
+                <strong class='userPrice'>
+        14&euro;50
+    </strong>
+
+            </span>
+        </a>
+
+        <br>
+
+        
+
+        <a href="https://livre.fnac.com/a7793259/Millenium-Tome-5-Millenium-Jose-Homs?oltype=2&OrderId=2&page=1&SortId=3" rel="nofollow">
+            6&nbsp;occasions&nbsp; dès 
+            <span class="smallPricerFA">
+                <strong class='userPrice'>
+        13&euro;05
+    </strong>
+ 
+            </span>
+        </a>
+
+        
+ 
+</div>
+
+	
+    <div class="thumbnail-numericalFormat userPrice userPrice--epub">
+        <i class="icon icon--epub icon_i_075_Download"></i>
+        <a href="https://livre.fnac.com/a7793259/Millenium-Tome-5-Millenium-Jose-Homs?NUMERICAL=Y#FORMAT=ePub">
+            <span class="thumbnail-numericalFormatText">Format numérique</span>
+            
+
+<span class="userPrice userPriceNumerical">
+    8<sup>&euro;99</sup>
+</span>
+
+        </a>
+    </div>
+
+	
+	
+	
+	
+	
+		<div class="thumbnail-action js-ThumbnailOption"></div>
+	
+
+	</article>
+
+                    </div>
+                </div>
+                
+                <div class="Carousel-item js-Carousel-item">
+                    <div class="thumbnail js-ProductThumbnail">
+                        
+
+	<article class="thumbnail-content js-ProductBuy"
+		data-product-id="12289215"
+		data-catalog-id="1"
+		data-offer-id="00000000-0000-0000-0000-000000000000"
+		data-prid="12289215"
+		data-bannertype=""
+		data-pagename=""
+		data-pathid="0"
+		data-selltype="cross-sell"
+		data-categoryname="PDTS DERIVES"
+		data-price="9,99"
+		data-bannerthumbnailnumber=""
+		data-isfilteredoffer="False"
+    data-forcedofferref=""
+		data-customerid="0"
+    data-hasfnacofferforced="False"
+		data-isnumerical="true" >
+
+	
+			<a href="https://secure.fnac.com/basket/add?productId=12289215" rel="nofollow"
+				class="thumbnail-btn thumbnail-btnCart thumbnail-btn--blue js-ProductBuy-add"
+				
+			  data-track-click='{"action":"AddToBasket","prid":12289215,"catalog":1,"availability":"20-0-1","sellType":"cross-sell","category":"PDTS DERIVES","context":"|NonApplicable|10773649|NonApplicable|L1"}'
+				
+				data-product-ids="12289215"
+				data-prid="12289215"
+				title="Ajouter au panier">
+				<i class="thumbnail-icon icon addToCart icon--epub icon_i_075_Download"></i>Télécharger
+			</a>
+			<div class="thumbnail-btn thumbnail-btnOpen js-VisualProductshowOption js-Tooltip" data-placement="bottom" title="Ajouter à mes listes">
+				<i class="thumbnail-icon icon icon_i_110_Heart_Empty"></i>
+			</div>
+    
+
+	
+	<div class="thumbnail-imgWrap Article-itemVisual">
+		
+    <img class="thumbnail-imgContent js-LazyImage"
+        src="https://www4-fr.fnac-static.com/nav/images/dot.gif"
+        data-lazyimage-background="https://static.fnac-static.com/multimedia/Images/FR/NR/6e/e1/98/10019182/1545-0/tsp20180509024059/GialloSvezia.jpg"
+        alt="GialloSvezia" />
+
+	</div>
+
+	
+	<div class="thumbnail-desc Article-desc">
+		
+
+<span class="thumbnail-title thumbnail-title--PE">
+    <a class="thumbnail-titleLink js-Recos-track" rel="" href="https://www.fnac.com/livre-numerique/a12289215/Henning-Mankell-GialloSvezia#FORMAT=ePub#int=|NonApplicable|10773649|NonApplicable|L1">GialloSvezia <span>- ePub</span> </a>
+    
+        <span>Racconti inediti dei maestri del giallo svedese</span>
+    
+</span>
+
+    
+	</div>
+
+	
+	<div class="thumbnail-sub">
+		
+                <span>
+                    <a href="https://www.fnac.com/Henning-Mankell/ia4569#int=||NonApplicable|NonApplicable|NonApplicable|L1" rel="nofollow">Henning Mankell</a>
+                </span>
+            
+                <span>
+                    <a href="https://www.fnac.com/Stieg-Larsson/ia103133#int=||NonApplicable|NonApplicable|NonApplicable|L1" rel="nofollow">Stieg Larsson</a>
+                </span>
+            
+                <span>
+                    <a href="https://www.fnac.com/Maj-Sjowall/ia122150#int=||NonApplicable|NonApplicable|NonApplicable|L1" rel="nofollow">Maj Sjowall</a>
+                </span>
+            
+                <span>
+                    <a href="https://www.fnac.com/Per-Wahloo/ia122151#int=||NonApplicable|NonApplicable|NonApplicable|L1" rel="nofollow">Per Wahlöö</a>
+                </span>
+            
+                <span>
+                    <a href="https://www.fnac.com/Hakan-Nesser/ia314491#int=||NonApplicable|NonApplicable|NonApplicable|L1" rel="nofollow">Hakan Nesser</a>
+                </span>
+            
+                <span>
+                    <a href="https://www.fnac.com/Ake-Edwardson/ia463892#int=||NonApplicable|NonApplicable|NonApplicable|L1" rel="nofollow">Ã…ke Edwardson</a>
+                </span>
+            
+                <span>
+                    <a href="https://www.fnac.com/Asa-Larsson/ia602216#int=||NonApplicable|NonApplicable|NonApplicable|L1" rel="nofollow">Ã…sa Larsson</a>
+                </span>
+            
+                <span>
+                    <a href="https://www.fnac.com/Johan-Theorin/ia740805#int=||NonApplicable|NonApplicable|NonApplicable|L1" rel="nofollow">Johan Theorin</a>
+                </span>
+            
+                <span>
+                    <a href="https://www.fnac.com/ia798691/Anna-Jansson#int=||NonApplicable|NonApplicable|NonApplicable|L1" rel="nofollow">Anna Jansson</a>
+                </span>
+            
+                <span>
+                    <a href="https://www.fnac.com/ia867228/Inger-Frimansson#int=||NonApplicable|NonApplicable|NonApplicable|L1" rel="nofollow">Inger Frimansson</a>
+                </span>
+            
+                <span>
+                    <a href="https://www.fnac.com/ia4516491/Tove-Alsterdal#int=||NonApplicable|NonApplicable|NonApplicable|L1" rel="nofollow">Tove Alsterdal</a>
+                </span>
+            
+                <span>
+                    <a href="https://www.fnac.com/ia4527552/Cilla-Borjlind#int=||NonApplicable|NonApplicable|NonApplicable|L1" rel="nofollow">Cilla Börjlind</a>
+                </span>
+            
+                <span>
+                    <a href="https://www.fnac.com/ia4527553/Rolf-Borjlind#int=||NonApplicable|NonApplicable|NonApplicable|L1" rel="nofollow">Rolf Börjlind</a>
+                </span>
+            
+                <span>
+                    <a href="https://www.fnac.com/ia6010047/Magnus-Montelius#int=||NonApplicable|NonApplicable|NonApplicable|L1" rel="nofollow">Magnus Montelius</a>
+                </span>
+            
+                <span>Eva Gabrielsson</span>
+            
+                <span>Dag Öhrlund</span>
+            
+                <span>Malin Persson Giolito</span>
+            
+                <span>Sara Stridsberg</span>
+            
+                <span>Veronica von Schenck</span>
+            
+                <span>Katarina Wennstam</span>
+            
+                <span>
+                    <a href="https://www.fnac.com/ia6010080/Alessandro-Bassini#int=||NonApplicable|NonApplicable|NonApplicable|L1" rel="nofollow">Alessandro Bassini</a>
+                </span>
+            
+    
+
+	</div>
+
+	
+	<div class="thumbnail-rate">
+		
+		
+	</div>
+
+	
+	
+        <div class="stimuliOPC">
+            
+            
+        </div>
+    
+            
+
+<div class="thumbnail-priceBloc">
+    <span class="thumbnail-price userPriceNumerical">
+	
+ 	
+            <i class="icon icon--epub icon_i_075_Download"></i>
+        9<sup>&euro;99</sup>
+  
+    </span>
+
+	
+ 	
+</div>
+
+            
+
+	
+	
+    <div>
+        <span class="epub">
+            Format numérique
+            
+        </span>
+    </div>
+
+	
+	
+	
+	
+	
+	
+	
+	
+		<div class="thumbnail-action js-ThumbnailOption"></div>
+	
+
+	</article>
+
+                    </div>
+                </div>
+                
+                <div class="Carousel-item js-Carousel-item">
+                    <div class="thumbnail js-ProductThumbnail">
+                        
+
+	<article class="thumbnail-content js-ProductBuy"
+		data-product-id="6568544"
+		data-catalog-id="1"
+		data-offer-id="00000000-0000-0000-0000-000000000000"
+		data-prid="6568544"
+		data-bannertype=""
+		data-pagename=""
+		data-pathid="0"
+		data-selltype="cross-sell"
+		data-categoryname="PDTS DERIVES"
+		data-price="14,5"
+		data-bannerthumbnailnumber=""
+		data-isfilteredoffer="False"
+    data-forcedofferref=""
+		data-customerid="0"
+    data-hasfnacofferforced="False"
+		>
+
+	
+				<a href="https://secure.fnac.com/basket/add?productId=6568544" rel="nofollow"
+					class="thumbnail-btn thumbnail-btnCart  js-ProductBuy-add"
+          data-track-click='{"action":"AddToBasket","prid":6568544,"catalog":1,"availability":"99-1-1","sellType":"cross-sell","category":"PDTS DERIVES","context":"|NonApplicable|10773649|NonApplicable|L1"}'
+					data-prid="6568544"
+					title="Ajouter au panier"
+					data-quantity="1"
+          data-tracking-prid="6568544"
+          data-tracking-price="14,5"
+          data-tracking-price-discount="14,5"
+          data-tracking-price-adh="14,5"
+          data-tracking-price-mp=""
+          data-tracking-offerId="00000000-0000-0000-0000-000000000000"
+          data-tracking-catalogId="1">
+					<i class="thumbnail-icon icon addToCart icon_i_049_basket"></i>Ajouter au panier
+				</a>
+      
+			<div class="thumbnail-btn thumbnail-btnOpen js-VisualProductshowOption js-Tooltip" data-placement="bottom" title="Ajouter à mes listes">
+				<i class="thumbnail-icon icon icon_i_110_Heart_Empty"></i>
+			</div>
+			<div style="display: none;" class="thumbnail-btnOpen--ab thumbnail-btn thumbnail-btnOpen js-ProductThumbnail-WishlistABTest js-Tooltip" data-placement="bottom" data-prid="6568544" title="">
+				<i class="thumbnail-icon icon icon_i_110_Heart_Empty"></i>
+			</div>
+		
+
+	
+	<div class="thumbnail-imgWrap Article-itemVisual">
+		
+    <img class="thumbnail-imgContent js-LazyImage"
+        src="https://www4-fr.fnac-static.com/nav/images/dot.gif"
+        data-lazyimage-background="https://static.fnac-static.com/multimedia/Images/FR/NR/af/eb/54/5565359/1545-1/tsp20140807181412/La-reine-dans-le-palais-des-courants-d-air.jpg"
+        alt="La reine dans le palais des courants d&#39;air" />
+
+	</div>
+
+	
+	<div class="thumbnail-desc Article-desc">
+		
+
+<span class="thumbnail-title thumbnail-title--PE">
+    <a class="thumbnail-titleLink js-Recos-track" rel="" href="https://livre.fnac.com/a6568544/Millenium-D-apres-la-trilogie-de-Stieg-Larsson-Tome-3-La-reine-dans-le-palais-des-courants-d-air-Man#int=|NonApplicable|10773649|NonApplicable|L1">Millénium D'après la trilogie de Stieg Larsson Tome 3 : La reine dans le palais des courants d'air <span>(Bande dessinée - cartonné)</span> </a>
+    
+</span>
+
+    
+	</div>
+
+	
+	<div class="thumbnail-sub">
+		
+    <span class="thumbnail-sub--serial"><a href="https://www.fnac.com/Millenium/si7752">Millénium</a></span>
+
+                <span>
+                    <a href="https://www.fnac.com/ia274820/Man#int=||NonApplicable|NonApplicable|NonApplicable|L1" rel="nofollow">Man</a>
+                </span>
+            
+                <span>
+                    <a href="https://www.fnac.com/ia538308/Sylvain-Runberg#int=||NonApplicable|NonApplicable|NonApplicable|L1" rel="nofollow">Sylvain Runberg</a>
+                </span>
+            
+                <span>
+                    <a href="https://www.fnac.com/Stieg-Larsson/ia103133#int=||NonApplicable|NonApplicable|NonApplicable|L1" rel="nofollow">Stieg Larsson</a>
+                </span>
+            
+    
+
+	</div>
+
+	
+	<div class="thumbnail-rate">
+		 
+            <a href="https://livre.fnac.com/a6568544/Millenium-D-apres-la-trilogie-de-Stieg-Larsson-Tome-3-La-reine-dans-le-palais-des-courants-d-air-Man#customerReviews">
+                
+    <span class="f-star f-star--small S4">
+      4
+    </span>
+
+                
+            </a>
+        
+		
+	</div>
+
+	
+	
+        <div class="stimuliOPC">
+            
+            
+                <span class="stimuliOPC-flyer stimuliOPC-flyer--5Percent">-5% sur les livres</span>
+                
+        </div>
+    
+            
+
+<div class="thumbnail-priceBloc">
+    <span class="thumbnail-price ">
+	
+ 	14<sup>&euro;50</sup>
+  
+    </span>
+
+	
+ 	
+</div>
+
+            
+
+	
+	
+	
+	
+	
+<div class="more thumbnail-moreOffers">
+ 
+    
+        
+        
+
+        <a href="https://livre.fnac.com/a6568544/Millenium-D-apres-la-trilogie-de-Stieg-Larsson-Tome-3-La-reine-dans-le-palais-des-courants-d-air-Man?oltype=1&OrderId=2&page=1&SortId=2" rel="nofollow">
+            6&nbsp;neufs&nbsp; dès 
+            <span class="smallPricerFA">
+                <strong class='userPrice'>
+        14&euro;50
+    </strong>
+
+            </span>
+        </a>
+
+        <br>
+
+        
+
+        <a href="https://livre.fnac.com/a6568544/Millenium-D-apres-la-trilogie-de-Stieg-Larsson-Tome-3-La-reine-dans-le-palais-des-courants-d-air-Man?oltype=2&OrderId=2&page=1&SortId=3" rel="nofollow">
+            11&nbsp;occasions&nbsp; dès 
+            <span class="smallPricerFA">
+                <strong class='userPrice'>
+        8&euro;74
+    </strong>
+ 
+            </span>
+        </a>
+
+        
+ 
+</div>
+
+	
+    <div class="thumbnail-numericalFormat userPrice userPrice--epub">
+        <i class="icon icon--epub icon_i_075_Download"></i>
+        <a href="https://livre.fnac.com/a6568544/Millenium-D-apres-la-trilogie-de-Stieg-Larsson-Tome-3-La-reine-dans-le-palais-des-courants-d-air-Man?NUMERICAL=Y#FORMAT=ePub">
+            <span class="thumbnail-numericalFormatText">Format numérique</span>
+            
+
+<span class="userPrice userPriceNumerical">
+    8<sup>&euro;99</sup>
+</span>
+
+        </a>
+    </div>
+
+	
+	
+	
+	
+	
+		<div class="thumbnail-action js-ThumbnailOption"></div>
+	
+
+	</article>
+
+                    </div>
+                </div>
+                
+                <div class="Carousel-item js-Carousel-item">
+                    <div class="thumbnail js-ProductThumbnail">
+                        
+
+	<article class="thumbnail-content js-ProductBuy"
+		data-product-id="6176921"
+		data-catalog-id="1"
+		data-offer-id="00000000-0000-0000-0000-000000000000"
+		data-prid="6176921"
+		data-bannertype=""
+		data-pagename=""
+		data-pathid="0"
+		data-selltype="cross-sell"
+		data-categoryname="PDTS DERIVES"
+		data-price="35"
+		data-bannerthumbnailnumber=""
+		data-isfilteredoffer="False"
+    data-forcedofferref=""
+		data-customerid="0"
+    data-hasfnacofferforced="False"
+		>
+
+	
+				<a href="https://secure.fnac.com/basket/add?productId=6176921" rel="nofollow"
+					class="thumbnail-btn thumbnail-btnCart  js-ProductBuy-add"
+          data-track-click='{"action":"AddToBasket","prid":6176921,"catalog":1,"availability":"99-1-0","sellType":"cross-sell","category":"PDTS DERIVES","context":"|NonApplicable|10773649|NonApplicable|L1"}'
+					data-prid="6176921"
+					title="Ajouter au panier"
+					data-quantity="1"
+          data-tracking-prid="6176921"
+          data-tracking-price="35"
+          data-tracking-price-discount="35"
+          data-tracking-price-adh="35"
+          data-tracking-price-mp=""
+          data-tracking-offerId="00000000-0000-0000-0000-000000000000"
+          data-tracking-catalogId="1">
+					<i class="thumbnail-icon icon addToCart icon_i_049_basket"></i>Ajouter au panier
+				</a>
+      
+			<div class="thumbnail-btn thumbnail-btnOpen js-VisualProductshowOption js-Tooltip" data-placement="bottom" title="Ajouter à mes listes">
+				<i class="thumbnail-icon icon icon_i_110_Heart_Empty"></i>
+			</div>
+			<div style="display: none;" class="thumbnail-btnOpen--ab thumbnail-btn thumbnail-btnOpen js-ProductThumbnail-WishlistABTest js-Tooltip" data-placement="bottom" data-prid="6176921" title="">
+				<i class="thumbnail-icon icon icon_i_110_Heart_Empty"></i>
+			</div>
+		
+
+	
+	<div class="thumbnail-imgWrap Article-itemVisual">
+		
+    <img class="thumbnail-imgContent js-LazyImage"
+        src="https://www4-fr.fnac-static.com/nav/images/dot.gif"
+        data-lazyimage-background="https://static.fnac-static.com/multimedia/Images/FR/NR/f3/19/51/5315059/1545-1/tsp20131024173751/Millenium.jpg"
+        alt="Millenium" />
+
+	</div>
+
+	
+	<div class="thumbnail-desc Article-desc">
+		
+
+<span class="thumbnail-title thumbnail-title--PE">
+    <a class="thumbnail-titleLink js-Recos-track" rel="" href="https://livre.fnac.com/a6176921/Stieg-Larsson-Millenium#int=|NonApplicable|10773649|NonApplicable|L1">Millenium <span>- relié</span> </a>
+    
+</span>
+
+    
+	</div>
+
+	
+	<div class="thumbnail-sub">
+		
+                <span>
+                    <a href="https://www.fnac.com/Stieg-Larsson/ia103133#int=||NonApplicable|NonApplicable|NonApplicable|L1" rel="nofollow">Stieg Larsson</a>
+                </span>
+            
+    
+
+	</div>
+
+	
+	<div class="thumbnail-rate">
+		
+		
+	</div>
+
+	
+	
+        <div class="stimuliOPC">
+            
+            
+                <span class="stimuliOPC-flyer stimuliOPC-flyer--5Percent">-5% sur les livres</span>
+                
+        </div>
+    
+            
+
+<div class="thumbnail-priceBloc">
+    <span class="thumbnail-price ">
+	
+ 	35&euro;
+  
+    </span>
+
+	
+ 	
+</div>
+
+            
+
+	
+	
+	
+	
+	
+<div class="more thumbnail-moreOffers">
+ 
+    
+        
+        
+
+        <a href="https://livre.fnac.com/a6176921/Stieg-Larsson-Millenium?oltype=1&OrderId=2&page=1&SortId=2" rel="nofollow">
+            6&nbsp;neufs&nbsp; dès 
+            <span class="smallPricerFA">
+                <strong class='userPrice'>
+        35&euro;
+    </strong>
+
+            </span>
+        </a>
+
+        <br>
+
+        
+
+        <a href="https://livre.fnac.com/a6176921/Stieg-Larsson-Millenium?oltype=2&OrderId=2&page=1&SortId=3" rel="nofollow">
+            6&nbsp;occasions&nbsp; dès 
+            <span class="smallPricerFA">
+                <strong class='userPrice'>
+        35&euro;
+    </strong>
+ 
+            </span>
+        </a>
+
+        
+ 
+</div>
+
+	
+	
+	
+	
+	
+	
+		<div class="thumbnail-action js-ThumbnailOption"></div>
+	
+
+	</article>
+
+                    </div>
+                </div>
+                
+                <div class="Carousel-item js-Carousel-item">
+                    <div class="thumbnail js-ProductThumbnail">
+                        
+
+	<article class="thumbnail-content js-ProductBuy"
+		data-product-id="11807873"
+		data-catalog-id="1"
+		data-offer-id="00000000-0000-0000-0000-000000000000"
+		data-prid="11807873"
+		data-bannertype=""
+		data-pagename=""
+		data-pathid="0"
+		data-selltype="cross-sell"
+		data-categoryname="PDTS DERIVES"
+		data-price="11,28"
+		data-bannerthumbnailnumber=""
+		data-isfilteredoffer="False"
+    data-forcedofferref=""
+		data-customerid="0"
+    data-hasfnacofferforced="False"
+		data-isnumerical="true" >
+
+	
+			<a href="https://secure.fnac.com/basket/add?productId=11807873" rel="nofollow"
+				class="thumbnail-btn thumbnail-btnCart thumbnail-btn--blue js-ProductBuy-add"
+				
+			  data-track-click='{"action":"AddToBasket","prid":11807873,"catalog":1,"availability":"20-0-1","sellType":"cross-sell","category":"PDTS DERIVES","context":"|NonApplicable|10773649|NonApplicable|L1"}'
+				
+				data-product-ids="11807873"
+				data-prid="11807873"
+				title="Ajouter au panier">
+				<i class="thumbnail-icon icon addToCart icon--epub icon_i_075_Download"></i>Télécharger
+			</a>
+			<div class="thumbnail-btn thumbnail-btnOpen js-VisualProductshowOption js-Tooltip" data-placement="bottom" title="Ajouter à mes listes">
+				<i class="thumbnail-icon icon icon_i_110_Heart_Empty"></i>
+			</div>
+    
+
+	
+	<div class="thumbnail-imgWrap Article-itemVisual">
+		
+    <img class="thumbnail-imgContent js-LazyImage"
+        src="https://www4-fr.fnac-static.com/nav/images/dot.gif"
+        data-lazyimage-background="https://static.fnac-static.com/multimedia/Images/FR/NR/54/81/93/9666900/1545-1/tsp20180313100242/Verdammnis.jpg"
+        alt="Verdammnis" />
+
+	</div>
+
+	
+	<div class="thumbnail-desc Article-desc">
+		
+
+<span class="thumbnail-title thumbnail-title--PE">
+    <a class="thumbnail-titleLink js-Recos-track" rel="" href="https://livre.fnac.com/a2465997/Stieg-Larsson-Verdammnis?NUMERICAL=Y#FORMAT=ePub#int=|NonApplicable|10773649|NonApplicable|L1">Verdammnis <span>- ePub</span> </a>
+    
+        <span>Roman</span>
+    
+</span>
+
+    
+	</div>
+
+	
+	<div class="thumbnail-sub">
+		
+                <span>
+                    <a href="https://www.fnac.com/Stieg-Larsson/ia103133#int=||NonApplicable|NonApplicable|NonApplicable|L1" rel="nofollow">Stieg Larsson</a>
+                </span>
+            
+                <span>
+                    <a href="https://www.fnac.com/ia5140209/Wibke-Kuhn#int=||NonApplicable|NonApplicable|NonApplicable|L1" rel="nofollow">Wibke Kuhn</a>
+                </span>
+            
+    
+
+	</div>
+
+	
+	<div class="thumbnail-rate">
+		
+		
+	</div>
+
+	
+	
+        <div class="stimuliOPC">
+            
+            
+        </div>
+    
+            
+
+<div class="thumbnail-priceBloc">
+    <span class="thumbnail-price userPriceNumerical">
+	
+ 	
+            <i class="icon icon--epub icon_i_075_Download"></i>
+        11<sup>&euro;28</sup>
+  
+    </span>
+
+	
+ 	
+</div>
+
+            
+
+	
+	
+    <div>
+        <span class="epub">
+            Format numérique
+            
+        </span>
+    </div>
+
+	
+	
+	
+	
+	
+	
+	
+	
+		<div class="thumbnail-action js-ThumbnailOption"></div>
+	
+
+	</article>
+
+                    </div>
+                </div>
+                
+                <div class="Carousel-item js-Carousel-item">
+                    <div class="thumbnail js-ProductThumbnail">
+                        
+
+	<article class="thumbnail-content js-ProductBuy"
+		data-product-id="5024647"
+		data-catalog-id="1"
+		data-offer-id="00000000-0000-0000-0000-000000000000"
+		data-prid="5024647"
+		data-bannertype=""
+		data-pagename=""
+		data-pathid="0"
+		data-selltype="cross-sell"
+		data-categoryname="PDTS DERIVES"
+		data-price="10"
+		data-bannerthumbnailnumber=""
+		data-isfilteredoffer="False"
+    data-forcedofferref=""
+		data-customerid="0"
+    data-hasfnacofferforced="False"
+		>
+
+	
+				<a href="https://secure.fnac.com/basket/add?productId=5024647" rel="nofollow"
+					class="thumbnail-btn thumbnail-btnCart  js-ProductBuy-add"
+          data-track-click='{"action":"AddToBasket","prid":5024647,"catalog":1,"availability":"99-1-0","sellType":"cross-sell","category":"PDTS DERIVES","context":"|NonApplicable|10773649|NonApplicable|L1"}'
+					data-prid="5024647"
+					title="Ajouter au panier"
+					data-quantity="1"
+          data-tracking-prid="5024647"
+          data-tracking-price="10"
+          data-tracking-price-discount="10"
+          data-tracking-price-adh="10"
+          data-tracking-price-mp=""
+          data-tracking-offerId="00000000-0000-0000-0000-000000000000"
+          data-tracking-catalogId="1">
+					<i class="thumbnail-icon icon addToCart icon_i_049_basket"></i>Ajouter au panier
+				</a>
+      
+			<div class="thumbnail-btn thumbnail-btnOpen js-VisualProductshowOption js-Tooltip" data-placement="bottom" title="Ajouter à mes listes">
+				<i class="thumbnail-icon icon icon_i_110_Heart_Empty"></i>
+			</div>
+			<div style="display: none;" class="thumbnail-btnOpen--ab thumbnail-btn thumbnail-btnOpen js-ProductThumbnail-WishlistABTest js-Tooltip" data-placement="bottom" data-prid="5024647" title="">
+				<i class="thumbnail-icon icon icon_i_110_Heart_Empty"></i>
+			</div>
+		
+
+	
+	<div class="thumbnail-imgWrap Article-itemVisual">
+		
+    <img class="thumbnail-imgContent js-LazyImage"
+        src="https://www4-fr.fnac-static.com/nav/images/dot.gif"
+        data-lazyimage-background="https://static.fnac-static.com/multimedia/Images/FR/NR/5d/32/42/4338269/1545-1/tsp20150818121145/La-reine-dans-le-palais-des-courants-d-air.jpg"
+        alt="La reine dans le palais des courants d&#39;air" />
+
+	</div>
+
+	
+	<div class="thumbnail-desc Article-desc">
+		
+
+<span class="thumbnail-title thumbnail-title--PE">
+    <a class="thumbnail-titleLink js-Recos-track" rel="" href="https://livre.fnac.com/a5024647/Millenium-Tome-3-La-reine-dans-le-palais-des-courants-d-air-Stieg-Larsson#int=|NonApplicable|10773649|NonApplicable|L1">Millénium Tome 3 : La reine dans le palais des courants d'air <span>(Roman - Poche)</span> </a>
+    
+</span>
+
+    
+	</div>
+
+	
+	<div class="thumbnail-sub">
+		
+    <span class="thumbnail-sub--serial"><a href="https://www.fnac.com/Millenium/si7752">Millénium</a></span>
+
+                <span>
+                    <a href="https://www.fnac.com/Stieg-Larsson/ia103133#int=||NonApplicable|NonApplicable|NonApplicable|L1" rel="nofollow">Stieg Larsson</a>
+                </span>
+            
+    
+
+	</div>
+
+	
+	<div class="thumbnail-rate">
+		 
+            <a href="https://livre.fnac.com/a5024647/Millenium-Tome-3-La-reine-dans-le-palais-des-courants-d-air-Stieg-Larsson#customerReviews">
+                
+    <span class="f-star f-star--small S45">
+      45
+    </span>
+
+                
+            </a>
+        
+		
+	</div>
+
+	
+	
+        <div class="stimuliOPC">
+            
+            
+                <span class="stimuliOPC-flyer stimuliOPC-flyer--Gift">Un livre offert</span>
+                
+        </div>
+    
+            
+
+<div class="thumbnail-priceBloc">
+    <span class="thumbnail-price ">
+	
+ 	10&euro;
+  
+    </span>
+
+	
+ 	
+</div>
+
+            
+
+	
+	
+	
+	
+	
+<div class="more thumbnail-moreOffers">
+ 
+    
+        
+        
+
+        <a href="https://livre.fnac.com/a5024647/Millenium-Tome-3-La-reine-dans-le-palais-des-courants-d-air-Stieg-Larsson?oltype=1&OrderId=2&page=1&SortId=2" rel="nofollow">
+            7&nbsp;neufs&nbsp; dès 
+            <span class="smallPricerFA">
+                <strong class='userPrice'>
+        10&euro;
+    </strong>
+
+            </span>
+        </a>
+
+        <br>
+
+        
+
+        <a href="https://livre.fnac.com/a5024647/Millenium-Tome-3-La-reine-dans-le-palais-des-courants-d-air-Stieg-Larsson?oltype=2&OrderId=2&page=1&SortId=3" rel="nofollow">
+            9&nbsp;occasions&nbsp; dès 
+            <span class="smallPricerFA">
+                <strong class='userPrice'>
+        5&euro;22
+    </strong>
+ 
+            </span>
+        </a>
+
+        
+ 
+</div>
+
+	
+	
+	
+	
+	
+	
+		<div class="thumbnail-action js-ThumbnailOption"></div>
+	
+
+	</article>
+
+                    </div>
+                </div>
+                
+                <div class="Carousel-item js-Carousel-item">
+                    <div class="thumbnail js-ProductThumbnail">
+                        
+
+	<article class="thumbnail-content js-ProductBuy"
+		data-product-id="11709728"
+		data-catalog-id="1"
+		data-offer-id="00000000-0000-0000-0000-000000000000"
+		data-prid="11709728"
+		data-bannertype=""
+		data-pagename=""
+		data-pathid="0"
+		data-selltype="cross-sell"
+		data-categoryname="PDTS DERIVES"
+		data-price="19,99"
+		data-bannerthumbnailnumber=""
+		data-isfilteredoffer="False"
+    data-forcedofferref=""
+		data-customerid="0"
+    data-hasfnacofferforced="False"
+		data-isnumerical="true" >
+
+	
+			<a href="https://secure.fnac.com/basket/add?productId=11709728" rel="nofollow"
+				class="thumbnail-btn thumbnail-btnCart thumbnail-btn--blue js-ProductBuy-add"
+				
+			  data-track-click='{"action":"AddToBasket","prid":11709728,"catalog":1,"availability":"20-0-1","sellType":"cross-sell","category":"PDTS DERIVES","context":"|NonApplicable|10773649|NonApplicable|L1"}'
+				
+				data-product-ids="11709728"
+				data-prid="11709728"
+				title="Ajouter au panier">
+				<i class="thumbnail-icon icon addToCart icon--epub icon_i_075_Download"></i>Télécharger
+			</a>
+			<div class="thumbnail-btn thumbnail-btnOpen js-VisualProductshowOption js-Tooltip" data-placement="bottom" title="Ajouter à mes listes">
+				<i class="thumbnail-icon icon icon_i_110_Heart_Empty"></i>
+			</div>
+    
+
+	
+	<div class="thumbnail-imgWrap Article-itemVisual">
+		
+    <img class="thumbnail-imgContent js-LazyImage"
+        src="https://www4-fr.fnac-static.com/nav/images/dot.gif"
+        data-lazyimage-background="https://static.fnac-static.com/multimedia/Images/FR/NR/af/40/92/9584815/1545-1/tsp20180303190913/Trilogia-Millennium-pack.jpg"
+        alt="Trilogía Millennium (pack)" />
+
+	</div>
+
+	
+	<div class="thumbnail-desc Article-desc">
+		
+
+<span class="thumbnail-title thumbnail-title--PE">
+    <a class="thumbnail-titleLink js-Recos-track" rel="" href="https://www.fnac.com/livre-numerique/a11709728/Stieg-Larsson-Trilogia-Millennium-pack#FORMAT=ePub#int=|NonApplicable|10773649|NonApplicable|L1">Trilogía Millennium (pack) <span>- ePub</span> </a>
+    
+</span>
+
+    
+	</div>
+
+	
+	<div class="thumbnail-sub">
+		
+                <span>
+                    <a href="https://www.fnac.com/Stieg-Larsson/ia103133#int=||NonApplicable|NonApplicable|NonApplicable|L1" rel="nofollow">Stieg Larsson</a>
+                </span>
+            
+    
+
+	</div>
+
+	
+	<div class="thumbnail-rate">
+		
+		
+	</div>
+
+	
+	
+        <div class="stimuliOPC">
+            
+            
+        </div>
+    
+            
+
+<div class="thumbnail-priceBloc">
+    <span class="thumbnail-price userPriceNumerical">
+	
+ 	
+            <i class="icon icon--epub icon_i_075_Download"></i>
+        19<sup>&euro;99</sup>
+  
+    </span>
+
+	
+ 	
+</div>
+
+            
+
+	
+	
+    <div>
+        <span class="epub">
+            Format numérique
+            
+        </span>
+    </div>
+
+	
+	
+	
+	
+	
+	
+	
+	
+		<div class="thumbnail-action js-ThumbnailOption"></div>
+	
+
+	</article>
+
+                    </div>
+                </div>
+                
+                <div class="Carousel-item js-Carousel-item">
+                    <div class="thumbnail js-ProductThumbnail">
+                        
+
+	<article class="thumbnail-content js-ProductBuy"
+		data-product-id="11871290"
+		data-catalog-id="1"
+		data-offer-id="00000000-0000-0000-0000-000000000000"
+		data-prid="11871290"
+		data-bannertype=""
+		data-pagename=""
+		data-pathid="0"
+		data-selltype="cross-sell"
+		data-categoryname="PDTS DERIVES"
+		data-price="9,99"
+		data-bannerthumbnailnumber=""
+		data-isfilteredoffer="False"
+    data-forcedofferref=""
+		data-customerid="0"
+    data-hasfnacofferforced="False"
+		data-isnumerical="true" >
+
+	
+			<a href="https://secure.fnac.com/basket/add?productId=11871290" rel="nofollow"
+				class="thumbnail-btn thumbnail-btnCart thumbnail-btn--blue js-ProductBuy-add"
+				
+			  data-track-click='{"action":"AddToBasket","prid":11871290,"catalog":1,"availability":"20-0-1","sellType":"cross-sell","category":"PDTS DERIVES","context":"|NonApplicable|10773649|NonApplicable|L1"}'
+				
+				data-product-ids="11871290"
+				data-prid="11871290"
+				title="Ajouter au panier">
+				<i class="thumbnail-icon icon addToCart icon--epub icon_i_075_Download"></i>Télécharger
+			</a>
+			<div class="thumbnail-btn thumbnail-btnOpen js-VisualProductshowOption js-Tooltip" data-placement="bottom" title="Ajouter à mes listes">
+				<i class="thumbnail-icon icon icon_i_110_Heart_Empty"></i>
+			</div>
+    
+
+	
+	<div class="thumbnail-imgWrap Article-itemVisual">
+		
+    <img class="thumbnail-imgContent js-LazyImage"
+        src="https://www4-fr.fnac-static.com/nav/images/dot.gif"
+        data-lazyimage-background="https://static.fnac-static.com/multimedia/Images/FR/NR/7b/33/94/9712507/1545-1/tsp20180322102235/La-voce-e-la-furia.jpg"
+        alt="La voce e la furia" />
+
+	</div>
+
+	
+	<div class="thumbnail-desc Article-desc">
+		
+
+<span class="thumbnail-title thumbnail-title--PE">
+    <a class="thumbnail-titleLink js-Recos-track" rel="" href="https://www.fnac.com/livre-numerique/a11871290/Stieg-Larsson-La-voce-e-la-furia#FORMAT=ePub#int=|NonApplicable|10773649|NonApplicable|L1">La voce e la furia <span>- ePub</span> </a>
+    
+        <span>L'altra faccia dell'autore della Millennium Trilogy</span>
+    
+</span>
+
+    
+	</div>
+
+	
+	<div class="thumbnail-sub">
+		
+                <span>
+                    <a href="https://www.fnac.com/Stieg-Larsson/ia103133#int=||NonApplicable|NonApplicable|NonApplicable|L1" rel="nofollow">Stieg Larsson</a>
+                </span>
+            
+                <span>Katia De Marco</span>
+            
+    
+
+	</div>
+
+	
+	<div class="thumbnail-rate">
+		
+		
+	</div>
+
+	
+	
+        <div class="stimuliOPC">
+            
+            
+        </div>
+    
+            
+
+<div class="thumbnail-priceBloc">
+    <span class="thumbnail-price userPriceNumerical">
+	
+ 	
+            <i class="icon icon--epub icon_i_075_Download"></i>
+        9<sup>&euro;99</sup>
+  
+    </span>
+
+	
+ 	
+</div>
+
+            
+
+	
+	
+    <div>
+        <span class="epub">
+            Format numérique
+            
+        </span>
+    </div>
+
+	
+	
+	
+	
+	
+	
+	
+	
+		<div class="thumbnail-action js-ThumbnailOption"></div>
+	
+
+	</article>
+
+                    </div>
+                </div>
+                
+                <div class="Carousel-item js-Carousel-item">
+                    <div class="thumbnail js-ProductThumbnail">
+                        
+
+	<article class="thumbnail-content js-ProductBuy"
+		data-product-id="10721542"
+		data-catalog-id="1"
+		data-offer-id="00000000-0000-0000-0000-000000000000"
+		data-prid="10721542"
+		data-bannertype=""
+		data-pagename=""
+		data-pathid="0"
+		data-selltype="cross-sell"
+		data-categoryname="PDTS DERIVES"
+		data-price="4,99"
+		data-bannerthumbnailnumber=""
+		data-isfilteredoffer="False"
+    data-forcedofferref=""
+		data-customerid="0"
+    data-hasfnacofferforced="False"
+		data-isnumerical="true" >
+
+	
+			<a href="https://secure.fnac.com/basket/add?productId=10721542" rel="nofollow"
+				class="thumbnail-btn thumbnail-btnCart thumbnail-btn--blue js-ProductBuy-add"
+				
+			  data-track-click='{"action":"AddToBasket","prid":10721542,"catalog":1,"availability":"20-0-1","sellType":"cross-sell","category":"PDTS DERIVES","context":"|NonApplicable|10773649|NonApplicable|L1"}'
+				
+				data-product-ids="10721542"
+				data-prid="10721542"
+				title="Ajouter au panier">
+				<i class="thumbnail-icon icon addToCart icon--epub icon_i_075_Download"></i>Télécharger
+			</a>
+			<div class="thumbnail-btn thumbnail-btnOpen js-VisualProductshowOption js-Tooltip" data-placement="bottom" title="Ajouter à mes listes">
+				<i class="thumbnail-icon icon icon_i_110_Heart_Empty"></i>
+			</div>
+    
+
+	
+	<div class="thumbnail-imgWrap Article-itemVisual">
+		
+    <img class="thumbnail-imgContent js-LazyImage"
+        src="https://www4-fr.fnac-static.com/nav/images/dot.gif"
+        data-lazyimage-background="https://static.fnac-static.com/multimedia/Images/FR/NR/ca/3f/3a/3817418/1545-0/tsp20171014223411/The-Expo-Files.jpg"
+        alt="The Expo Files" />
+
+	</div>
+
+	
+	<div class="thumbnail-desc Article-desc">
+		
+
+<span class="thumbnail-title thumbnail-title--PE">
+    <a class="thumbnail-titleLink js-Recos-track" rel="" href="https://www.fnac.com/livre-numerique/a10721542/Stieg-Larsson-The-Expo-Files#FORMAT=ePub#int=|NonApplicable|10773649|NonApplicable|L1">The Expo Files <span>- ePub</span> </a>
+    
+        <span>Articles by the Crusading Journalist</span>
+    
+</span>
+
+    
+	</div>
+
+	
+	<div class="thumbnail-sub">
+		
+                <span>
+                    <a href="https://www.fnac.com/Stieg-Larsson/ia103133#int=||NonApplicable|NonApplicable|NonApplicable|L1" rel="nofollow">Stieg Larsson</a>
+                </span>
+            
+                <span>
+                    <a href="https://www.fnac.com/ia2179094/Laurie-Thompson#int=||NonApplicable|NonApplicable|NonApplicable|L1" rel="nofollow">Laurie Thompson</a>
+                </span>
+            
+                <span>Ali, Tariq</span>
+            
+    
+
+	</div>
+
+	
+	<div class="thumbnail-rate">
+		
+		
+	</div>
+
+	
+	
+        <div class="stimuliOPC">
+            
+            
+        </div>
+    
+            
+
+<div class="thumbnail-priceBloc">
+    <span class="thumbnail-price userPriceNumerical">
+	
+ 	
+            <i class="icon icon--epub icon_i_075_Download"></i>
+        4<sup>&euro;99</sup>
+  
+    </span>
+
+	
+ 	
+</div>
+
+            
+
+	
+	
+    <div>
+        <span class="epub">
+            Format numérique
+            
+        </span>
+    </div>
+
+	
+	
+	
+	
+	
+	
+	
+	
+		<div class="thumbnail-action js-ThumbnailOption"></div>
+	
+
+	</article>
+
+                    </div>
+                </div>
+                
+                <div class="Carousel-item js-Carousel-item">
+                    <div class="thumbnail js-ProductThumbnail">
+                        
+
+	<article class="thumbnail-content js-ProductBuy"
+		data-product-id="3857794"
+		data-catalog-id="1"
+		data-offer-id="00000000-0000-0000-0000-000000000000"
+		data-prid="3857794"
+		data-bannertype=""
+		data-pagename=""
+		data-pathid="0"
+		data-selltype="cross-sell"
+		data-categoryname="PDTS DERIVES"
+		data-price="10"
+		data-bannerthumbnailnumber=""
+		data-isfilteredoffer="False"
+    data-forcedofferref=""
+		data-customerid="0"
+    data-hasfnacofferforced="False"
+		>
+
+	
+				<a href="https://secure.fnac.com/basket/add?productId=3857794" rel="nofollow"
+					class="thumbnail-btn thumbnail-btnCart  js-ProductBuy-add"
+          data-track-click='{"action":"AddToBasket","prid":3857794,"catalog":1,"availability":"2-1-0","sellType":"cross-sell","category":"PDTS DERIVES","context":"|NonApplicable|10773649|NonApplicable|L1"}'
+					data-prid="3857794"
+					title="Ajouter au panier"
+					data-quantity="1"
+          data-tracking-prid="3857794"
+          data-tracking-price="10"
+          data-tracking-price-discount="10"
+          data-tracking-price-adh="10"
+          data-tracking-price-mp=""
+          data-tracking-offerId="00000000-0000-0000-0000-000000000000"
+          data-tracking-catalogId="1">
+					<i class="thumbnail-icon icon addToCart icon_i_049_basket"></i>Ajouter au panier
+				</a>
+      
+			<div class="thumbnail-btn thumbnail-btnOpen js-VisualProductshowOption js-Tooltip" data-placement="bottom" title="Ajouter à mes listes">
+				<i class="thumbnail-icon icon icon_i_110_Heart_Empty"></i>
+			</div>
+			<div style="display: none;" class="thumbnail-btnOpen--ab thumbnail-btn thumbnail-btnOpen js-ProductThumbnail-WishlistABTest js-Tooltip" data-placement="bottom" data-prid="3857794" title="">
+				<i class="thumbnail-icon icon icon_i_110_Heart_Empty"></i>
+			</div>
+		
+
+	
+	<div class="thumbnail-imgWrap Article-itemVisual">
+		
+    <img class="thumbnail-imgContent js-LazyImage"
+        src="https://www4-fr.fnac-static.com/nav/images/dot.gif"
+        data-lazyimage-background="https://static.fnac-static.com/multimedia/Images/FR/NR/41/57/2b/2840385/1545-1/tsp20171030173628/Les-hommes-qui-n-aimaient-pas-les-femmes.jpg"
+        alt="Les hommes qui n&#39;aimaient pas les femmes" />
+
+	</div>
+
+	
+	<div class="thumbnail-desc Article-desc">
+		
+
+<span class="thumbnail-title thumbnail-title--PE">
+    <a class="thumbnail-titleLink js-Recos-track" rel="" href="https://livre.fnac.com/a3857794/Millenium-Tome-1-Les-hommes-qui-n-aimaient-pas-les-femmes-Stieg-Larsson#int=|NonApplicable|10773649|NonApplicable|L1">Millénium Tome 1 : Les hommes qui n'aimaient pas les femmes <span>(Roman - Poche)</span> </a>
+    
+</span>
+
+    
+	</div>
+
+	
+	<div class="thumbnail-sub">
+		
+    <span class="thumbnail-sub--serial"><a href="https://www.fnac.com/Millenium/si7752">Millénium</a></span>
+
+                <span>
+                    <a href="https://www.fnac.com/Stieg-Larsson/ia103133#int=||NonApplicable|NonApplicable|NonApplicable|L1" rel="nofollow">Stieg Larsson</a>
+                </span>
+            
+                <span>
+                    <a href="https://www.fnac.com/ia87588/Lena-Grumbach#int=||NonApplicable|NonApplicable|NonApplicable|L1" rel="nofollow">Lena Grumbach</a>
+                </span>
+            
+                <span>
+                    <a href="https://www.fnac.com/ia87589/Marc-de-Gouvenain#int=||NonApplicable|NonApplicable|NonApplicable|L1" rel="nofollow">Marc de Gouvenain</a>
+                </span>
+            
+    
+
+	</div>
+
+	
+	<div class="thumbnail-rate">
+		 
+            <a href="https://livre.fnac.com/a3857794/Millenium-Tome-1-Les-hommes-qui-n-aimaient-pas-les-femmes-Stieg-Larsson#customerReviews">
+                
+    <span class="f-star f-star--small S45">
+      45
+    </span>
+
+                
+            </a>
+        
+		
+	</div>
+
+	
+	
+        <div class="stimuliOPC">
+            
+            
+                <span class="stimuliOPC-flyer stimuliOPC-flyer--5Percent">-5% sur les livres</span>
+                
+        </div>
+    
+            
+
+<div class="thumbnail-priceBloc">
+    <span class="thumbnail-price ">
+	
+ 	10&euro;
+  
+    </span>
+
+	
+ 	
+</div>
+
+            
+
+	
+	
+	
+	
+	
+<div class="more thumbnail-moreOffers">
+ 
+    
+        
+        
+
+        <a href="https://livre.fnac.com/a3857794/Millenium-Tome-1-Les-hommes-qui-n-aimaient-pas-les-femmes-Stieg-Larsson?oltype=1&OrderId=2&page=1&SortId=2" rel="nofollow">
+            9&nbsp;neufs&nbsp; dès 
+            <span class="smallPricerFA">
+                <strong class='userPrice'>
+        8&euro;
+    </strong>
+
+            </span>
+        </a>
+
+        <br>
+
+        
+
+        <a href="https://livre.fnac.com/a3857794/Millenium-Tome-1-Les-hommes-qui-n-aimaient-pas-les-femmes-Stieg-Larsson?oltype=2&OrderId=2&page=1&SortId=3" rel="nofollow">
+            37&nbsp;occasions&nbsp; dès 
+            <span class="smallPricerFA">
+                <strong class='userPrice'>
+        1&euro;87
+    </strong>
+ 
+            </span>
+        </a>
+
+        
+ 
+</div>
+
+	
+	
+	
+	
+	
+	
+		<div class="thumbnail-action js-ThumbnailOption"></div>
+	
+
+	</article>
+
+                    </div>
+                </div>
+                
+            </div>
+        </div>
+        <button class="Carousel-arrow Carousel-arrow--left js-Carousel-previous">
+            <i class="icon icon_i_057_arrow_left_01"></i>
+        </button>
+        <button class="Carousel-arrow Carousel-arrow--right js-Carousel-next">
+            <i class="icon icon_i_055_arrow_right_01"></i>
+        </button>
+    </div>
+</section>
+
+
+
+
+<section class="strate js-strate--Fnac js-strate--MP">
+    <div class="productStrateTop">
+        <h2 class="FAstrate-title">
+            <span class="FAstrate-title-color js-ProductSticky-title">
+                Artistes du même univers
+            </span>
+            <span class="FAstrate-subtitle">
+                Autour de <strong>Stieg Larsson</strong>
+            </span>
+        </h2>
+    </div>
+
+    <div>
+        <div class="relPptList clearfix Carousel js-Carousel">
+            <div class="Carousel-overflowContainer Carousel-overflowContainer--noMargin">
+                <div class="Carousel-container js-Carousel-container">
+                    
+                    <div class="Carousel-item js-Carousel-item">
+                        <div class="thumbnail js-ProductThumbnail">
+                            
+
+
+<dl>
+    <dt>
+        
+    </dt>
+    <dd>
+
+      
+        <a href="https://www.fnac.com/ia66810/Roxane-Azimi" title="Roxane Azimi">
+            Roxane Azimi
+        </a>
+      
+    </dd>
+</dl>
+
+                        </div>
+                    </div>
+
+                    
+                    <div class="Carousel-item js-Carousel-item">
+                        <div class="thumbnail js-ProductThumbnail">
+                            
+
+
+<dl>
+    <dt>
+        
+    </dt>
+    <dd>
+
+      
+        <a href="https://www.fnac.com/ia546501/Simon-Cox" title="Simon Cox">
+            Simon Cox
+        </a>
+      
+    </dd>
+</dl>
+
+                        </div>
+                    </div>
+
+                    
+                    <div class="Carousel-item js-Carousel-item">
+                        <div class="thumbnail js-ProductThumbnail">
+                            
+
+
+<dl>
+    <dt>
+        
+    </dt>
+    <dd>
+
+      
+        <a href="https://www.fnac.com/ia520944/Martine-Leconte" title="Martine Leconte">
+            Martine Leconte
+        </a>
+      
+    </dd>
+</dl>
+
+                        </div>
+                    </div>
+
+                    
+                    <div class="Carousel-item js-Carousel-item">
+                        <div class="thumbnail js-ProductThumbnail">
+                            
+
+
+<dl>
+    <dt>
+        
+    </dt>
+    <dd>
+
+      
+        <a href="https://www.fnac.com/ia912029/Eva-Gabrielsson" title="Eva Gabrielsson">
+            Eva Gabrielsson
+        </a>
+      
+    </dd>
+</dl>
+
+                        </div>
+                    </div>
+
+                    
+                </div>
+            </div>
+            <button class="Carousel-arrow Carousel-arrow--left js-Carousel-previous">
+                <i class="icon icon_i_057_arrow_left_01"></i>
+            </button>
+            <button class="Carousel-arrow Carousel-arrow--right js-Carousel-next">
+                <i class="icon icon_i_055_arrow_right_01"></i>
+            </button>
+        </div>
+
+    </div>
+</section>
+
+
+
+
+
+
+<section class="strate js-ProductReview js-ProductReviewTranslate js-strate--Fnac js-strate--MP"
+    id="customerReviews"
+    data-see-more="Voir plus">
+    <div class="productStrateTop">
+        
+        <h2 class="FAstrate-title">
+            <span class="FAstrate-title-color js-ProductSticky-title">
+                Avis clients
+            </span>
+            <span class="FAstrate-subtitle">La fille qui rêvait d'un bidon d'essence et d'une allumette</span>
+        </h2>
+        
+        <a href="https://www.fnac.com/Help/utilisation-avis-internautes.aspx" class="f-review-linklegal">Conditions de publication des avis clients</a>
+
+        <div>
+            
+            <a href="https://secure.fnac.com/identity/gateway/signin?LogonType=Standard&PageRedir=https%3a%2f%2flivre.fnac.com%2fa3764876%2fMillenium-Tome-2-La-fille-qui-revait-d-un-bidon-d-essence-et-d-une-allumette-Stieg-Larsson%23newReview" title="Laisser un avis" class="f-button f-button--orange f-review-button" data-track-click='{"action":"NewReview"}' rel="nofollow">
+                
+                <span class="f-button-content">Donner un avis</span>
+                <span class="f-button-content f-button-content--success">✔ Votre avis a été enregistré</span>
+                
+            </a>
+            
+        </div>
+
+    </div>
+
+    
+    
+    
+    <div class="f-review-header">
+        
+<div class="f-review-headerSplit f-review-headerSplit--onlyTwo">
+
+  <div class="f-review-headerBlock">
+    <div class="f-review-headerRate">
+      4,5<span class="f-review-headerRateTotal">/5</span>
+    </div>
+  </div>
+
+  <div class="f-review-headerBlock">
+    <ul class="rateList">
+      
+      <li class="rateList-item">
+        <span>1</span>
+        <i class="icon icon_i_097_Star"></i>
+        <div class="rateList-percentGraph">
+          <span class="rateList-percent" style="height: 0px">
+            <span class="rateList-rateCount">0 </span>
+          </span>
+        </div>
+      </li>
+      
+      <li class="rateList-item">
+        <span>2</span>
+        <i class="icon icon_i_097_Star"></i>
+        <div class="rateList-percentGraph">
+          <span class="rateList-percent" style="height: 2px">
+            <span class="rateList-rateCount">1 </span>
+          </span>
+        </div>
+      </li>
+      
+      <li class="rateList-item">
+        <span>3</span>
+        <i class="icon icon_i_097_Star"></i>
+        <div class="rateList-percentGraph">
+          <span class="rateList-percent" style="height: 4px">
+            <span class="rateList-rateCount">2 </span>
+          </span>
+        </div>
+      </li>
+      
+      <li class="rateList-item">
+        <span>4</span>
+        <i class="icon icon_i_097_Star"></i>
+        <div class="rateList-percentGraph">
+          <span class="rateList-percent" style="height: 14px">
+            <span class="rateList-rateCount">7 </span>
+          </span>
+        </div>
+      </li>
+      
+      <li class="rateList-item">
+        <span>5</span>
+        <i class="icon icon_i_097_Star"></i>
+        <div class="rateList-percentGraph">
+          <span class="rateList-percent" style="height: 79px">
+            <span class="rateList-rateCount">38 </span>
+          </span>
+        </div>
+      </li>
+      
+    </ul>
+  </div>
+</div>
+
+    </div>
+    
+  
+    
+    <div class="f-review-container js-ProductReviewList" id="reviewsList">
+        
+
+<div class="f-reviews-content">
+    <span class="js-reviews-notification f-reviews-notification" id="feedbackMessage"></span>
+    
+    
+
+    
+    <select class="js-reviewsList-sort js-select f-review-sort">
+      
+         <option value="created_at" >Avis les plus récents</option>
+      
+         <option value="num_positive_feedback" >Avis le plus utile</option>
+      
+         <option value="rating-desc" >Les meilleures notes</option>
+      
+         <option value="rating-asc" >Les moins bonnes notes</option>
+      
+    </select>
+
+    
+    
+
+<div class="f-review-reviewItem js-feedback" itemscope itemtype="http://schema.org/Review">
+    <div class="f-review-customerProfile">
+        
+        <div class="f-reviews-title f-reviews-title--noSpace" itemprop="author">
+            <a href="https://www.fnac.com/MARTINE-L/pr9b1889182af1b50d3a2ad32c4a910c2c1949634b1f99aa9b" rel="nofollow">
+                MARTINE L.
+            </a>
+        </div>
+        
+        
+        <p class="f-reviews-place">
+            <br>
+        </p>
+        
+          <span class="f-reviews-purchaseChecked">
+            <i class="f-reviews-purchaseChecked-icon icon icon_i_102_check_03"></i> 
+           
+             Achat vérifié
+             
+          </span>
+        
+
+    </div>
+    <div class="f-review-customerReview">
+        
+        
+    <span class="f-star f-star--medium S4" itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating">
+       <span itemprop="ratingValue">4</span>
+    </span>
+
+        
+        <span class="f-reviews-title f-reviews-title--noSpace" itemprop="name">
+            pratique</span>
+        <span class="f-reviews-date">Posté le 28 mars 2018</span>
+
+        
+        <p class="f-reviews-txt js-ReviewText" itemprop="reviewBody">
+            livre qui se lit avec int&#233;r&#234;t et facilement
+            
+        </p>
+        <hr />
+        
+        
+        
+        <div id="Feedback_7200193" class="feedbacklist f-review-feedback">
+            <p class="f-review-feedbackTxt">Cet avis vous a-t-il été utile ?</p>
+            <button data-commentid="7200193" data-feedback="1" class="f-button-outline f-reviews-rateButton--green f-reviews-rateButton feedback js-feedback-button">
+                oui (<span class="feedbackCount" id="nbFeedbackPositive_7200193">0</span>)
+            </button>
+            <button data-commentid="7200193" data-feedback="0" class="f-button-outline f-reviews-rateButton--red f-reviews-rateButton feedback js-feedback-button">
+                non (<span class="feedbackCount" id="nbFeedbackNegative_7200193">0</span>)
+            </button>
+        </div>
+
+        
+        <div class="f-review-report">
+            <a href="https://www.fnac.com/Comments/DeclareAbuseArticle.aspx?PreviousURL=https%253a%252f%252flivre.fnac.com%253a80%252fa3764876%252fMillenium-Tome-2-La-fille-qui-revait-d-un-bidon-d-essence-et-d-une-allumette-Stieg-Larsson%253fomnsearchpos%253d1&PRID=3764876&reviewID=7200193" title="Signaler" rel="nofollow">
+                Signaler
+            </a>
+        </div>
+    </div>
+
+</div>
+
+                
+
+<div class="f-review-reviewItem js-feedback" itemscope itemtype="http://schema.org/Review">
+    <div class="f-review-customerProfile">
+        
+        <div class="f-reviews-title f-reviews-title--noSpace" itemprop="author">
+            <a href="https://www.fnac.com/Martine-B/pr973c7f9bc7cb91b81e5acbed92b8a6b2405f81c480f66d0e" rel="nofollow">
+                Martine B
+            </a>
+        </div>
+        
+        
+        <p class="f-reviews-place">
+            <br>
+        </p>
+        
+          <span class="f-reviews-purchaseChecked">
+            <i class="f-reviews-purchaseChecked-icon icon icon_i_102_check_03"></i> 
+           
+             Achat vérifié
+             
+          </span>
+        
+
+    </div>
+    <div class="f-review-customerReview">
+        
+        
+    <span class="f-star f-star--medium S5" itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating">
+       <span itemprop="ratingValue">5</span>
+    </span>
+
+        
+        <span class="f-reviews-title f-reviews-title--noSpace" itemprop="name">
+            Livre compl&#232;tement addictif</span>
+        <span class="f-reviews-date">Posté le 23 mars 2018</span>
+
+        
+        <p class="f-reviews-txt js-ReviewText" itemprop="reviewBody">
+            Ces 2 livr&#233;s sont la suite d’un premier tome. Je les avais d&#233;j&#224; lus &#224; leur sortie, et donn&#233;s. J’ai souhait&#233; les relire, et ai &#233;prouv&#233; le m&#234;me plaisir, ayant beaucoup oubli&#233; depuis plus de dix ans.
+            
+        </p>
+        <hr />
+        
+        
+        
+        <div id="Feedback_7192841" class="feedbacklist f-review-feedback">
+            <p class="f-review-feedbackTxt">Cet avis vous a-t-il été utile ?</p>
+            <button data-commentid="7192841" data-feedback="1" class="f-button-outline f-reviews-rateButton--green f-reviews-rateButton feedback js-feedback-button">
+                oui (<span class="feedbackCount" id="nbFeedbackPositive_7192841">0</span>)
+            </button>
+            <button data-commentid="7192841" data-feedback="0" class="f-button-outline f-reviews-rateButton--red f-reviews-rateButton feedback js-feedback-button">
+                non (<span class="feedbackCount" id="nbFeedbackNegative_7192841">0</span>)
+            </button>
+        </div>
+
+        
+        <div class="f-review-report">
+            <a href="https://www.fnac.com/Comments/DeclareAbuseArticle.aspx?PreviousURL=https%253a%252f%252flivre.fnac.com%253a80%252fa3764876%252fMillenium-Tome-2-La-fille-qui-revait-d-un-bidon-d-essence-et-d-une-allumette-Stieg-Larsson%253fomnsearchpos%253d1&PRID=3764876&reviewID=7192841" title="Signaler" rel="nofollow">
+                Signaler
+            </a>
+        </div>
+    </div>
+
+</div>
+
+                
+
+<div class="f-review-reviewItem js-feedback" itemscope itemtype="http://schema.org/Review">
+    <div class="f-review-customerProfile">
+        
+        <div class="f-reviews-title f-reviews-title--noSpace" itemprop="author">
+            <a href="https://www.fnac.com/patrick-t/pr8cf563ffd104dbcc5e2aa7ea2d9f376c92b44ac3d08c49e4" rel="nofollow">
+                patrick t.
+            </a>
+        </div>
+        
+        
+        <p class="f-reviews-place">
+            <br>
+        </p>
+        
+          <span class="f-reviews-purchaseChecked">
+            <i class="f-reviews-purchaseChecked-icon icon icon_i_102_check_03"></i> 
+           
+             Achat vérifié
+             
+          </span>
+        
+
+    </div>
+    <div class="f-review-customerReview">
+        
+        
+    <span class="f-star f-star--medium S5" itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating">
+       <span itemprop="ratingValue">5</span>
+    </span>
+
+        
+        <span class="f-reviews-title f-reviews-title--noSpace" itemprop="name">
+            millenium</span>
+        <span class="f-reviews-date">Posté le 30 déc. 2017</span>
+
+        
+        <p class="f-reviews-txt js-ReviewText" itemprop="reviewBody">
+            j&#39;ai vu les videos, maintenant j&#39;aurai les livres
+            
+        </p>
+        <hr />
+        
+        
+        
+        <div id="Feedback_7105173" class="feedbacklist f-review-feedback">
+            <p class="f-review-feedbackTxt">Cet avis vous a-t-il été utile ?</p>
+            <button data-commentid="7105173" data-feedback="1" class="f-button-outline f-reviews-rateButton--green f-reviews-rateButton feedback js-feedback-button">
+                oui (<span class="feedbackCount" id="nbFeedbackPositive_7105173">0</span>)
+            </button>
+            <button data-commentid="7105173" data-feedback="0" class="f-button-outline f-reviews-rateButton--red f-reviews-rateButton feedback js-feedback-button">
+                non (<span class="feedbackCount" id="nbFeedbackNegative_7105173">0</span>)
+            </button>
+        </div>
+
+        
+        <div class="f-review-report">
+            <a href="https://www.fnac.com/Comments/DeclareAbuseArticle.aspx?PreviousURL=https%253a%252f%252flivre.fnac.com%253a80%252fa3764876%252fMillenium-Tome-2-La-fille-qui-revait-d-un-bidon-d-essence-et-d-une-allumette-Stieg-Larsson%253fomnsearchpos%253d1&PRID=3764876&reviewID=7105173" title="Signaler" rel="nofollow">
+                Signaler
+            </a>
+        </div>
+    </div>
+
+</div>
+
+                
+
+<div class="f-review-reviewItem js-feedback" itemscope itemtype="http://schema.org/Review">
+    <div class="f-review-customerProfile">
+        
+        <div class="f-reviews-title f-reviews-title--noSpace" itemprop="author">
+            <a href="https://www.fnac.com/Kitt/prab244ad76c41a2c764608c6c72a04b7a5bd36214843d1746" rel="nofollow">
+                Kitt
+            </a>
+        </div>
+        
+        
+        <p class="f-reviews-place">
+            <br>
+        </p>
+        
+          <span class="f-reviews-purchaseChecked">
+            <i class="f-reviews-purchaseChecked-icon icon icon_i_102_check_03"></i> 
+           
+             Achat vérifié
+             
+          </span>
+        
+
+    </div>
+    <div class="f-review-customerReview">
+        
+        
+    <span class="f-star f-star--medium S4" itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating">
+       <span itemprop="ratingValue">4</span>
+    </span>
+
+        
+        <span class="f-reviews-title f-reviews-title--noSpace" itemprop="name">
+            Long &#224; d&#233;marr&#233;.</span>
+        <span class="f-reviews-date">Posté le 28 déc. 2017</span>
+
+        
+        <p class="f-reviews-txt js-ReviewText" itemprop="reviewBody">
+            L intrigue polici&#232;re est longue &#224; d&#233;marr&#233;. Puis on se laisse vite emporter.
+            
+        </p>
+        <hr />
+        
+        
+        
+        <div id="Feedback_7096420" class="feedbacklist f-review-feedback">
+            <p class="f-review-feedbackTxt">Cet avis vous a-t-il été utile ?</p>
+            <button data-commentid="7096420" data-feedback="1" class="f-button-outline f-reviews-rateButton--green f-reviews-rateButton feedback js-feedback-button">
+                oui (<span class="feedbackCount" id="nbFeedbackPositive_7096420">0</span>)
+            </button>
+            <button data-commentid="7096420" data-feedback="0" class="f-button-outline f-reviews-rateButton--red f-reviews-rateButton feedback js-feedback-button">
+                non (<span class="feedbackCount" id="nbFeedbackNegative_7096420">0</span>)
+            </button>
+        </div>
+
+        
+        <div class="f-review-report">
+            <a href="https://www.fnac.com/Comments/DeclareAbuseArticle.aspx?PreviousURL=https%253a%252f%252flivre.fnac.com%253a80%252fa3764876%252fMillenium-Tome-2-La-fille-qui-revait-d-un-bidon-d-essence-et-d-une-allumette-Stieg-Larsson%253fomnsearchpos%253d1&PRID=3764876&reviewID=7096420" title="Signaler" rel="nofollow">
+                Signaler
+            </a>
+        </div>
+    </div>
+
+</div>
+
+                
+
+<div class="f-review-reviewItem js-feedback" itemscope itemtype="http://schema.org/Review">
+    <div class="f-review-customerProfile">
+        
+        <div class="f-reviews-title f-reviews-title--noSpace" itemprop="author">
+            <a href="https://www.fnac.com/ROGER-B/pre059212a1a1c0fe59bbb5ea32dc4fbc735ff6b7f61c59c61" rel="nofollow">
+                ROGER B.
+            </a>
+        </div>
+        
+        
+        <p class="f-reviews-place">
+            <br>
+        </p>
+        
+          <span class="f-reviews-purchaseChecked">
+            <i class="f-reviews-purchaseChecked-icon icon icon_i_102_check_03"></i> 
+           
+             Achat vérifié
+             
+          </span>
+        
+
+    </div>
+    <div class="f-review-customerReview">
+        
+        
+    <span class="f-star f-star--medium S5" itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating">
+       <span itemprop="ratingValue">5</span>
+    </span>
+
+        
+        <span class="f-reviews-title f-reviews-title--noSpace" itemprop="name">
+            super</span>
+        <span class="f-reviews-date">Posté le 14 déc. 2017</span>
+
+        
+        <p class="f-reviews-txt js-ReviewText" itemprop="reviewBody">
+            je suis sur de trouver le livre que je recherche, c&#39;est un r&#233;el confort
+            
+        </p>
+        <hr />
+        
+        
+        
+        <div id="Feedback_7080292" class="feedbacklist f-review-feedback">
+            <p class="f-review-feedbackTxt">Cet avis vous a-t-il été utile ?</p>
+            <button data-commentid="7080292" data-feedback="1" class="f-button-outline f-reviews-rateButton--green f-reviews-rateButton feedback js-feedback-button">
+                oui (<span class="feedbackCount" id="nbFeedbackPositive_7080292">0</span>)
+            </button>
+            <button data-commentid="7080292" data-feedback="0" class="f-button-outline f-reviews-rateButton--red f-reviews-rateButton feedback js-feedback-button">
+                non (<span class="feedbackCount" id="nbFeedbackNegative_7080292">0</span>)
+            </button>
+        </div>
+
+        
+        <div class="f-review-report">
+            <a href="https://www.fnac.com/Comments/DeclareAbuseArticle.aspx?PreviousURL=https%253a%252f%252flivre.fnac.com%253a80%252fa3764876%252fMillenium-Tome-2-La-fille-qui-revait-d-un-bidon-d-essence-et-d-une-allumette-Stieg-Larsson%253fomnsearchpos%253d1&PRID=3764876&reviewID=7080292" title="Signaler" rel="nofollow">
+                Signaler
+            </a>
+        </div>
+    </div>
+
+</div>
+
+                
+               <a class="f-button f-button--orange f-reviews-moreButton js-ProductReviewList-all">Voir tous les avis</a>
+               
+
+
+
+</div>
+
+    </div>
+    
+    
+</section>
+
+
+
+
+
+<section class="strate text-hide" id="QandA">
+
+    
+    <div class="js-ProductSticky-title" style="width: 1px">Questions et réponses</div>
+
+    <iframe id="QandAiframe" class="js-qAndA-iframe" src="https://cl.avis-verifies.com/medias/components/html/iframe/bb9c1568-9983-8894-8dff-3556a3378f73_iframe.html#?idWebsite=bb9c1568-9983-8894-8dff-3556a3378f73&token=0408abb2582c3c6c9151faca4837281334c43ac8&productId=3764876&productDescription=La+fille+qui+r%c3%aavait+d%27un+bidon+d%27essence+et+d%27une+allumette" style="width: 100%; min-height: 475px; border: 0; overflow: hidden"></iframe>
+    <script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/3.5.14/iframeResizer.min.js" defer onload="iFrameResize({resizeFrom:'parent, child'},'#QandAiframe')"></script>
+
+</section>
+
+
+
+<section class="strate See-also js-strate--Fnac js-strate--MP">
+    <div class="productStrateTop">
+        <h2 class="FAstrate-title">
+            <span class="FAstrate-title-color js-ProductSticky-title">Voir Aussi</span>
+        </h2>
+    </div>
+
+    <ul class="See-alsoList">
+        
+        <li class="See-alsoItem">
+        
+                    <a href="https://livre.fnac.com/s28626/Coups-de-coeur-Livre">Coups de coeur Livre</a>
+                &gt;
+                
+                    <a href="https://livre.fnac.com/n38264/Coups-de-coeur-Livre/Coups-de-coeur-Polar">Coups de coeur Polar</a>
+                
+        </li>
+        
+        <li class="See-alsoItem">
+        
+                    <a href="https://livre.fnac.com/s228782/Livres-d-occasion">Livres d'occasion</a>
+                &gt;
+                
+                    <a href="https://livre.fnac.com/n228808/Livres-d-occasion/Romans-Policiers-Thrillers-d-occasion">Romans Policiers, Thrillers d'occasion</a>
+                
+        </li>
+        
+        <li class="See-alsoItem">
+        
+                    <a href="https://livre.fnac.com/s200270/Livres-introuvables">Livres introuvables</a>
+                &gt;
+                
+                    <a href="https://livre.fnac.com/s484736/Livres-introuvables/Livres-d-occasion">Livres d'occasion</a>
+                &gt;
+                
+                    <a href="https://livre.fnac.com/n484757/Livres-introuvables/Livres-d-occasion/Romans-Policiers-Thrillers-d-occasion">Romans Policiers, Thrillers d'occasion</a>
+                
+        </li>
+        
+        <li class="See-alsoItem">
+        
+                    <a href="https://livre.fnac.com/s22926/Petits-prix-et-bonnes-affaires">Petits prix et bonnes affaires</a>
+                &gt;
+                
+                    <a href="https://livre.fnac.com/s215686/Petits-prix-et-bonnes-affaires/Bonnes-affaires-Roman-Policier-SF">Bonnes affaires Roman, Policier, SF</a>
+                &gt;
+                
+                    <a href="https://livre.fnac.com/n222238/Petits-prix-et-bonnes-affaires/Bonnes-affaires-Roman-Policier-SF/Un-Babel-offert">Un Babel offert</a>
+                
+        </li>
+        
+        <li class="See-alsoItem">
+        
+                    <a href="https://livre.fnac.com/s119227/Roman-en-poche">Roman en poche</a>
+                &gt;
+                
+                    <a href="https://livre.fnac.com/n337173/Roman-en-poche/Poche-Roman-Polar">Poche Roman Polar</a>
+                
+        </li>
+        
+        <li class="See-alsoItem">
+        
+                    <a href="https://livre.fnac.com/s20/Roman-et-Nouvelles">Roman et Nouvelles</a>
+                &gt;
+                
+                    <a href="https://livre.fnac.com/s68513/Roman-et-Nouvelles/Roman-en-poche">Roman en poche</a>
+                &gt;
+                
+                    <a href="https://livre.fnac.com/n337172/Roman-et-Nouvelles/Roman-en-poche/Poche-Roman-Polar">Poche Roman Polar</a>
+                
+        </li>
+        
+        <li class="See-alsoItem">
+        
+                    <a href="https://livre.fnac.com/s26/Roman-Policier-et-Thriller">Roman Policier et Thriller</a>
+                &gt;
+                
+                    <a href="https://livre.fnac.com/l274198/Coups-de-coeur-Polar-Poche/Roman-Policier-et-Thriller">Coups de coeur Polar Poche</a>
+                
+        </li>
+        
+        <li class="See-alsoItem">
+        
+                    <a href="https://livre.fnac.com/s26/Roman-Policier-et-Thriller">Roman Policier et Thriller</a>
+                &gt;
+                
+                    <a href="https://livre.fnac.com/n268811/Roman-Policier-et-Thriller/La-saga-Millenium">La saga Millénium</a>
+                
+        </li>
+        
+    </ul>
+</section>
+
+
+
+
+</div>
+
+      <div class="Sticky js-Sticky">
+        <div class="Sticky-header">
+          <div class="Sticky-pics js-Sticky-pics"></div>
+            <div class="Sticky-buy js-Sticky-buy js-ProductBuy"
+                 data-product-id="3764876"
+                 data-catalog-id="1">
+            </div>
+        </div>
+        <ul class="Sticky-list js-Sticky-list"></ul>
+      </div>
+    </div>
+  </div>
+
+
+
+  </div>
+<div id="ctl00"></div>
+
+
+
+
+
+
+
+  </div>
+
+  
+  
+ 
+
+<div class="legacy">
+    <footer id="footer" class="Footer">
+        
+        <div class="footer-reinsurance">
+            
+            <ul class="row">
+                <li class="col-md-4 col-xs-4 footer-reinsuranceItem">
+                    <a class="footer-reinsurance-block" href="https://www.fnac.com/Contact/Index?fromNodeId=4_1_3#bl=footer">
+                        <i class="footer-reinsurance-icon icon icon_i_130_Fnac_Money_Back"></i>
+                        <span class="footer-reinsurance-text">Heureux<br>
+                            ou rembours&eacute;</span>
+                    </a>
+                </li>
+                <li class="col-md-4 col-xs-4 footer-reinsuranceItem">
+                    <a class="footer-reinsurance-block" href="http://selfservice.fnac.com/selfservice_FR/template.do?id=13294&name=Retourner+mon+produit">
+                        <i class="footer-reinsurance-icon icon icon_i_128_Fnac_Fnac_Store"></i>
+                        <span class="footer-reinsurance-text">Retour simplissime<br>
+                            et gratuit en magasin</span>
+                    </a>
+                </li>
+                <li class="col-md-4 col-xs-4 footer-reinsuranceItem">
+                    <a class="footer-reinsurance-block" href="https://www.fnac.com/choisir-carte">
+                        
+                            <i class="footer-reinsurance-icon icon icon_i_191_card_fnacplus"></i>
+                        
+                        <span class="footer-reinsurance-text">Carte Fnac : &eacute;conomiser toute<br>
+                            l'ann&eacute;e et en abuser ;)</span>
+                    </a>
+                </li>
+                <li class="col-md-4 col-xs-4 footer-reinsuranceItem">
+                    <a class="footer-reinsurance-block" href="https://www.fnac.com/Service/default.aspx#bl=footer">
+                        <i class="footer-reinsurance-icon icon icon_i_129_Fnac_Call_Center"></i>
+                        <span class="footer-reinsurance-text">Service client : 0892 35 04 05<br />du lundi au samedi (9h-19h30)<br />(service 0,40&euro;/min + prix appel)</span>
+                    </a>
+                </li>
+                <li class="col-md-4 col-xs-4 footer-reinsuranceItem">
+                    <a class="footer-reinsurance-block" href="https://www.fnac.com/conseils-experts/#bl=footer">
+                        <i class="footer-reinsurance-icon icon icon_i_080_Help"></i>
+                        <span class="footer-reinsurance-text">Conseils et tests techniques<br>
+                            des (supers) experts Fnac</span>
+                    </a>
+                </li>
+            </ul>
+        </div>
+        <div class="row Footer-top">
+            
+            <div class="col-md-12 col-xs-12 Footer-block Footer-block--newsletter">
+                <a href="https://secure.fnac.com/account/alerting">
+                    <i class="icon icon_i_086_Mail Icon-big"></i>
+                    <span>
+                        <b>LES INDISPENSABLES ALERTES FNAC</b>
+                        Les abonn&eacute;s ne savent plus s'en passer. Et vous ?
+                    </span>
+                </a>
+            </div>
+            
+            <ul class="col-md-12 col-xs-12 Footer-list">
+                <li class="col-md-2 col-md-offset-14 col-xs-3 col-xs-offset-9 Footer-item"><a target="_blank" href="http://www.facebook.com/fnac"><i class="icon icon_i_065_facebook"></i></a></li>
+                <li class="col-md-2 col-xs-3 Footer-item"><a target="_blank" href="http://twitter.com/fnac"><i class="icon icon_i_002_twitter"></i></a></li>
+                <li class="col-md-2 col-xs-3 Footer-item"><a target="_blank" href="http://instagram.com/fnac_officiel"><i class="icon icon_i_136_instagram"></i></a></li>
+                <li class="col-md-2 col-xs-3 Footer-item"><a target="_blank" href="http://youtube.com/user/fnac"><i class="icon icon_i_001_youtube"></i></a></li>
+
+                <li class="col-md-2 col-xs-3 Footer-item"><a target="_blank" href="http://linkedin.com/company/fnac-pro"><i class="icon icon_i_138_linkedin"></i></a></li>
+            </ul>
+        </div>
+        <div class="row Footer-bottom">
+            
+            <a href="https://www.fnac.com/" class="Footer-logo">fnac.com</a>
+
+            
+            <div class="col-md-12 col-xs-12 Footer-block Footer-block--app">
+                <a href="https://www.fnac.com/Guides/Telephonie/applis-mobile/default.aspx#bl=footer">
+                    <i class="icon icon_i_082_iPadiPhone Icon-big"></i>
+                    <span>
+                        <b>Meilleure appli e-commerce de l'ann&eacute;e</b>
+                        &Eacute;lue par les internautes et par des professionnels tr&egrave;s s&eacute;rieux ;)
+                    </span>
+                </a>
+            </div>
+             
+            <div class="col-md-12 col-xs-12 Footer-block Footer-block--labclient">
+                <a href="http://www.labclientfnac.com/" target="_blank">
+                    <span>
+                        <b>REJOIGNEZ LE LAB'CLIENT FNAC</b>
+                        Imaginons ensemble la Fnac de demain
+                    </span>
+                </a>
+            </div>
+        </div>
+
+        <div class="Footer-infoBloc--fr row">
+
+            <div class="Footer-infoBloc-col">
+                <ul class="Footer-linkList">
+                    <li class="Footer-linkItem">&Agrave; PROPOS</li>
+                    <li class="Footer-linkItem">
+                        <a href="https://www.fnac.com/Help/cgv-fnac-marketplace#bl=footer" rel="nofollow">Conditions g&eacute;n&eacute;rales de la Marketplace</a></li>
+                    <li class="Footer-linkItem">
+                        <a href="https://www.fnac.com/Help/cgv-fnac#bl=footer" rel="nofollow">
+                            Conditions g&eacute;n&eacute;rales de ventes
+                        </a>
+                    </li>
+                    <li class="Footer-linkItem">
+                        <a href="https://www.fnac.com/OrderPipe/dataProtect.aspx#bl=footer" rel="nofollow">Donn&eacute;es personnelles</a>
+                    </li>
+                    <li class="Footer-linkItem">
+                        <a href="https://www.fnac.com/entreprise/mentions_legales.aspx#bl=footer" rel="nofollow">Mentions l&eacute;gales</a>
+                    </li>
+                    <li class="Footer-linkItem">
+                      <a href="https://www.fnac.com/Contact/Index?fromNodeId=9_1#bl=footer">Notifier un contenu illicite</a>
+                    </li>
+                    <li class="Footer-linkItem">
+                        <a href="https://www.fnac.com/Help/fnaccom-cookies.aspx#bl=footer" rel="nofollow">
+                            Cookies
+                        </a>
+                    </li>
+                    <li class="Footer-linkItem">
+                      <a href="https://www.fnac.com/Help/utilisation-avis-internautes.aspx#bl=footer" rel="nofollow">Avis en ligne</a>
+                    </li>
+                    
+                </ul>
+            </div>
+
+            <div class="Footer-infoBloc-col">
+                
+                <ul class="Footer-linkList">
+                    <li class="Footer-linkItem">AIDE, SAV & SERVICES</li>
+                    <li class="Footer-linkItem">
+                        <a href="https://www.fnac.com/Service/default.aspx#bl=footer">SAV</a>
+                    </li>
+                    <li class="Footer-linkItem">
+                        <a href="https://www.fnac.com/Contact" rel="nofollow" target="_blank">
+                            Besoin d'aide ?
+                        </a>
+                    </li>
+                    <li class="Footer-linkItem">
+                        <a href="https://www.fnac.com/guides/common/reprise/default.aspx#bl=chArgus" rel="nofollow" target="_blank">Argus reprise</a>
+                    </li>
+                    <li class="Footer-linkItem">
+                        <a href="https://www.fnac.com/s439951/E-cartes-cadeaux#bl=footer" rel="nofollow">Cartes cadeaux Fnac</a>
+                    </li>
+                    <li class="Footer-linkItem">
+                        <a href="https://www.fnac.com/affiliates/accueil.aspx#bl=footer">Affiliation</a>
+                    </li>
+                    <li class="Footer-linkItem">
+                        <a href="https://www.fnac.com/Advertiser/Registration.aspx#bl=footer">Publicit&eacute;</a>
+                    </li>
+                    <li class="Footer-linkItem">
+                        <a href="https://mp.fnac.com/vendre/pro">Vendre sur la Marketplace Fnac</a>
+                    </li>
+                    <li class="Footer-linkItem">
+                        <a href="https://www.fnac.com/Guides/marketPlace/vendeurs-partenaires-fnac/default.aspx#bl=footer">D&eacute;couvrez la Marketplace</a>
+                    </li>
+                    <li class="Footer-linkItem">
+                        <a href="https://fnacdartymarketplace.com/">Vendeurs, d&eacute;couvrez notre marketplace</a>
+                    </li>
+                    <li class="Footer-linkItem">
+                        <a href="https://www.fnac.com/recyclage#bl=footer">Reprise d'anciens mat&eacute;riels</a>
+                    </li>
+                    <li class="Footer-linkItem">
+                        <a href="https://www.fnac.com/phishing#bl=footer">S&eacute;curit&eacute;</a>
+                    </li>
+                    <li class="Footer-linkItem">
+                        <a href="https://www.fnac.com/google-assistant#bl=footer">Google assistant</a>
+                    </li>
+                </ul>
+            </div>
+
+            <div class="Footer-infoBloc-col">
+                
+                <ul class="Footer-linkList">
+                    <li class="Footer-linkItem">LE GROUPE FNAC DARTY</li>
+                    <li class="Footer-linkItem"><a target="_blank" href="http://www.fnacdarty.com/">Qui sommes nous ?</a></li>
+                    <li class="Footer-linkItem"><a target="_blank" href="https://recrutement.fnacdarty.com/">Recrutement</a></li>
+                    <li class="Footer-linkItem"><a target="_blank" href="http://www.fnacdarty.com/nos-engagements/respecteux-de-lenvironnement/">D&eacute;veloppement durable</a></li>
+                    <li class="Footer-linkItem"><a href="https://www.fnac.com/darty#bl=footer">Groupe Fnac Darty</a></li>
+                    
+                    
+                </ul>
+            </div>
+
+            <div class="Footer-infoBloc-col Footer-group">
+                
+                <p class="Footer-groupTitle">LES SITES DU GROUPE</p>
+
+                <div class="Footer-groupContainer">
+                    
+                    <ul class="Footer-groupSites Footer-groupSites-nolink">
+                        <li>
+                            
+                                <img src="https://static.fnac-static.com/multimedia/fnacdirect/publi/footer/footer-picto-spectacle.png" alt="Fnac Spectacles" width="25" height="20" />
+                                <span>Fnac Spectacles</span>
+                            
+                        </li>
+                        <li>
+                            
+                                <img src="https://static.fnac-static.com/multimedia/fnacdirect/publi/footer/footer-picto-fnacpro.png" alt="Fnac Pro" width="25" height="20" />
+                                <span>Fnac Pro</span>
+                            
+                        </li>
+                        <li>
+                            
+                                <img src="https://static.fnac-static.com/multimedia/fnacdirect/publi/footer/footer-picto-labofnac.png" alt="Labo Fnac" width="25" height="20" />
+                                <span>Labo Fnac</span>
+                            
+                        </li>
+                        <li>
+                            
+                                <img src="https://static.fnac-static.com/multimedia/fnacdirect/publi/footer/footer-picto-darty.png" alt="Darty" width="25" height="20" />
+                                <span>Darty</span>
+                            
+                        </li>
+                        <li>
+                            
+                                <img src="https://static.fnac-static.com/multimedia/fnacdirect/publi/footer/footer-picto-mistergooddeal.png" alt="MisterGoodDeal" width="25" height="20" />
+                                <span>Mistergooddeal</span>
+                            
+                        </li>
+                        <li>
+                            
+                                <img src="https://static.fnac-static.com/multimedia/fnacdirect/publi/footer/footer-picto-vandenborre.png" alt="Vanden Borre" width="25" height="20" />
+                                <span>Vanden Borre</span>
+                            
+                        </li>
+                        <li>
+                            
+                                <img src="https://static.fnac-static.com/multimedia/fnacdirect/publi/footer/footer-picto-bcc.png" alt="BCC" width="25" height="20" />
+                                <span>BCC</span>
+                            
+                        </li>
+                    </ul>
+
+                    <ul class="Footer-groupCountriesList Footer-linkList--country">
+                        <li class="Footer-groupCountriesItem Country-fr">
+                            <i class="Foot-picto"></i><span>France</span>
+                        </li>
+                        <li class="Footer-groupCountriesItem Country-be">
+                            
+                                <i class="Foot-picto"></i><span>Belgique (FR, NL)</span>
+                            
+                        </li>
+                        <li class="Footer-groupCountriesItem Country-es">
+                            
+                                <i class="Foot-picto"></i><span>Espagne</span>
+                            
+                        </li>
+                        <li class="Footer-groupCountriesItem Country-pt">
+                            
+                                <i class="Foot-picto"></i><span>Portugal</span>
+                            
+                        </li>
+                        <li class="Footer-groupCountriesItem Country-sw">
+                            
+                                <i class="Foot-picto"></i><span>Suisse</span>
+                            
+                        </li>
+                        <li class="Footer-groupCountriesItem Country-ma">
+                            
+                                <i class="Foot-picto"></i><span>Maroc</span>
+                            
+                        </li>
+                    </ul>
+                </div>
+
+            </div>
+
+        </div>
+
+
+        <div class="row Footer-linkBottom">
+            <div class="col-md-16 col-sm-24">
+                
+                
+                    
+                <p>
+	                  <a href="https://secure.fnac.com/Contact/Index?fromNodeId=1_1_5" rel="nofollow" class="Footer-bottomList-more">
+                        En savoir plus
+                    </a>
+                </p>
+                
+                <ul class="Footer-bottomList">
+                    <li class="Footer-bottomItemBlock">
+                        <a href="https://www.fnac.com/Navigation/plan.aspx#bl=footer">Plan du site</a> &copy; Fnac 2018
+                    </li>
+                    <li class="Footer-bottomItemBlock">
+                        Et aussi:
+                        <a href="https://www.fnac.com/noel/w-4#bl=FooterNoel">No&euml;l</a> -
+                        <a href="https://www.fnac.com/soldes/w-4#bl=FooterSoldes">Soldes</a> -
+                        <a href="https://www.fnac.com/black-friday#bl=FooterBF">Black Friday</a> -
+                        <a href="https://www.fnac.com/Kobo-by-Fnac/shi433378/w-4#bl=FooterKobo">Kobo</a> -
+                        <a href="https://www.fnac.com/french-days#bl=footer">Les French Days</a>
+                        
+                    </li>
+                </ul>
+                
+            </div>
+           
+        </div>
+    </footer>
+</div>
+
+
+
+
+<div class="FlashMessage js-FlashMessage">
+    <button class="FlashMessage-close js-FlashMessage-close"><i class="icon icon_i_037_cross_03 crasyegg-test"></i></button>
+    <span class="FlashMessage-title"><i class="icon icon_i_121_Alert"></i>  Attention</span>
+    Une erreur est survenue, veuillez réessayer plus tard.
+</div>
+
+
+
+<div class="Overlay js-Overlay">
+  
+  <div class="fnac-loader js-OverlaySpinner"></div>
+</div>
+
+
+<div class="js-scrollTop">
+    <a class="js-scrollTopBtn btn-backToTop" href="#">
+        <i class="icon icon_i_053_arrow_top_01"></i>
+    </a>
+</div>
+
+
+<script id="wishlistThumbnailBaseTemplate" type="x-tmpl-mustache">
+    <div class="wishlist">
+        <div class="wishlist-list list">
+            <div class="wishlist-listTitle title">Mes listes</div>
+            <div id="added" class="wishlist-added hide">
+                <span class="icon icon_i_102_check_03"></span>
+                <span class="text"></span>
+            </div>
+            <div class="wishlist-wrapper">
+            </div>
+        </div>
+        <div class="wishlist-tools">
+            <div class="wishlist-form formBox">
+                <input type="text" class="wishlist-input Field-input" placeholder="Créer une nouvelle liste" />
+                <span class="wishlist-submit CreateWishlistAndAddArticle">OK</span>
+            </div>
+        </div>
+    </div>
+</script>
+
+<script id="wishlistThumbnailTemplate" type="x-tmpl-mustache">
+    {{#wishlists}}
+    <div class="wishlist-item">
+        <input type="checkbox" class="wishList-itemInput" {{#hasThisArticle}} checked="checked" {{/hasThisArticle}} id="chkExpressPluss{{id}}" data-wishlistId="{{id}}" />
+        <label class="wishlist-label AddArticleToWishlist" for="chkExpressPluss{{id}}">
+            <span class="wishlist-itemText">{{name}}</span>
+        </label>
+    </div>
+    {{/wishlists}}
+</script>
+
+
+  
+  
+    <script>var productData={"title":"Millénium - Tome 2 : La fille qui rêvait d\u0027un bidon d\u0027essence et d\u0027une allumette","parentId":"","parentPrid":"","id":"3468955","prid":"3764876","catalog":1,"offerId":"00000000-0000-0000-0000-000000000000","serviceId":null,"packProductId":null,"images":[{"thumb":"https://static.fnac-static.com/multimedia/Images/FR/NR/9b/ee/34/3468955/1502-1/tsp20140212130126/La-fille-qui-revait-d-un-bidon-d-eence-et-d-une-allumette.jpg","image":"https://static.fnac-static.com/multimedia/Images/FR/NR/9b/ee/34/3468955/1540-1/tsp20140212130126/La-fille-qui-revait-d-un-bidon-d-eence-et-d-une-allumette.jpg","zoom":"https://static.fnac-static.com/multimedia/Images/FR/NR/9b/ee/34/3468955/1507-1/tsp20140212130126/La-fille-qui-revait-d-un-bidon-d-eence-et-d-une-allumette.jpg"},{"thumb":"https://static.fnac-static.com/multimedia/Images/FR/NR/9b/ee/34/3468955/1544-1/tsp20140212130139/La-fille-qui-revait-d-un-bidon-d-eence-et-d-une-allumette.jpg","image":"https://static.fnac-static.com/multimedia/Images/FR/NR/9b/ee/34/3468955/1542-1/tsp20140212130139/La-fille-qui-revait-d-un-bidon-d-eence-et-d-une-allumette.jpg","zoom":"https://static.fnac-static.com/multimedia/Images/FR/NR/9b/ee/34/3468955/1510-1/tsp20140212130139/La-fille-qui-revait-d-un-bidon-d-eence-et-d-une-allumette.jpg"}]};</script>
+
+  <script src="https://www4-fr.fnac-static.com/static/jsg/kwYwvYx2jRbC2WGH3dtDIsAUKy81/footer-article.js" defer></script>
+
+  
+  <script src="https://cdn.early-birds.fr/tenants/fnac/earlybirds-full.min.js" defer></script>
+
+  
+
+    <script>window.augment = window.augment || { initForProduct: function () { augment.q.push(["initForProduct", arguments]) }, q: [] }</script>
+    <script data-augment-config='{"id": "cf8491a8c623b070246ff9c66148e496cc0b9f1206cf469985ae4d48bc0a4efe", "key": "3a0aba6645b25aab9d628ac5356d1d50c88c0788ad878b25766dc98b46727236"}' src="https://cdn.augment.com/web-sdk/0.5/augment.js" defer></script>
+    <script src="https://cdn.augment.com/web-sdk/0.5/web_viewer_dependencies.js" defer></script>
+
+  
+  
+
+  
+  
+  
+
+    
+      
+
+
+
+
+	<script>var s_account='fnaccomprod',s_trackingServer='metrics.fnac.com',s_trackingServerSecure ='smetrics.fnac.com'</script>
+	<script src="https://assets.adobedtm.com/36a49d3be67853da4abfda89e348d53be64d9ffb/satelliteLib-3385dc4f3cb5ad7de91ee1b8a82118e6f6d83351.js"></script><script>(function(){if(!window.s)return;s.charSet="UTF-8";s.pageType=s.campaign=s.state=s.zip="";s.charSet="UTF-8";s.pageName="FA:LIV:Fiche Article";s.server="FCS1WPWEBFR2";s.channel="Produits";s.linkInternalFilters="fnac.com";s.pageType="";s.prop20="";s.prop21="";s.campaign="";s.state="";s.zip="";s.events="prodView,event2,event82";s.products=";3764876;;;;eVar48=99-1-0|eVar39=Liste 2";s.purchaseID="";s.eVar1="";s.eVar2="";s.eVar3="1";s.eVar4="";s.eVar5="";s.eVar6="";s.eVar12="";s.eVar15="";s.eVar17="";s.eVar19="";s.eVar36="";s.eVar37="";s.eVar39="Liste 2";s.eVar45="KISS";s.eVar48="99-1-0";s.eVar56="";s.eVar82="1";s.prop8="";s.prop57="Non identifie";s.prop56="";s.prop51="Web Desktop";s.prop1="Livre";s.prop40="Fiche Article";s.prop49="FA:LIV:La fille qui rêvait d\u0027un bidon d\u0027essence et d\u0027une allumette";if(document.referrer){var params=location.hash.substr(1).split("&").reduce(function(result,pair){var parts=pair.split("=");result[parts[0].toLowerCase()]=decodeURIComponent(parts.slice(1).join("="));return result},{});if("st"in params&&"ct"in params&&"t"in params){s.prop10=s.eVar10=params.st;s.prop13=params.ct;s.eVar2="search";s.eVar13="D=c13";s.eVar42="D=v2";if(params.t==="c"){s.eVar71="autocompletion:categorie";}else{s.linkTrackVars="eVar2";s.eVar71="autocompletion:produit";s.events="prodView,event2"}}}performance.mark&&performance.mark("adobedtm-write-start");var a=s.t();a&&document.write(a);performance.mark&&performance.mark("adobedtm-write-end");performance.measure&&performance.measure("adobedtm-write","adobedtm-write-start","adobedtm-write-end")})();window._satellite&&_satellite.pageBottom()</script>
+
+
+      
+
+
+
+
+<script>var tc_vars={"arbo_niv1":"Livre","arbo_niv2":":Fiche Article","arbo_niv3":"","arbo_niv4":"","arbo_niv5":"","arbo_niv6":"","page_name":"FA:LIV:Fiche Article","template_type":"fiches","template_name":"13_fiches_fiche_article_pe","nav_typvt":1,"nav_support":1,"nav_ip":"37.71.34.170","nav_origine":"","nav_objectid":"3764876","nav_pathid":"1","taxonomy":"1\u003e35\u003e2080097","env_language":"fr-FR","env_country":"FR","user_id":"","user_segment":"Non-Adherent","user_segment_type":"","user_age":"","user_gender":"","user_subscription_date":"","user_subscription_newsletter":"","user_crm_uid":"","user_m":"","user_auth":0,"express_plus":"","eligibility_express_plus_trial":"","search_type":"","list_products":[],"product_unitprice_ati":"10.00","product_discount_ati":"10.00","product_unitprice_tf":"9.48","product_discount_tf":"9.48","product_currency":"EUR","product_trademark":"","product_url_page":"https://livre.fnac.com/a3764876/Millenium-Tome-2-La-fille-qui-revait-d-un-bidon-d-essence-et-d-une-allumette-Stieg-Larsson#newReview","product_picture_url":"https://static.fnac-static.com/multimedia/Images/FR/NR/9b/ee/34/3468955/1508-1/tsp20140212130126/La-fille-qui-revait-d-un-bidon-d-eence-et-d-une-allumette.jpg","product_breadcrumb_id":"11001","product_name":"La fille qui rêvait d\u0027un bidon d\u0027essence et d\u0027une allumette","product_id":"3764876","product_ref":"1","product_ref_id":"1-3764876","product_stock":"yes","product_category":"Fcom","product_vendor":"Fnac","product_isbundle":"no","product_rating":"4,5","product_unitpricemp":"","product_unitprice":"10","product_unitprice_discount":"10","product_offrebuybox":2,"product_pricemode":1,"product_availabilitype":3,"product_productflagchoosebox":1,"product_availability":"99","cart_id":"","order_id":"","order_amount":"","order_amount_ati":"","order_amount_wt":"","order_amount_ati_with_sf":"","order_amount_tf_with_sf":"","order_currency":"","order_pay_method":"","order_new_client":"","order_nb_products":0,"order_promo_code":"","order_shipping_method":"","orderUserRefs":"","order_state":"","order_ship_ati":"","order_ship_tf":"","order_tax":"","order_zip":"","order_products":[]}</script>
+
+
+<script src="//cdn.tagcommander.com/28/tc_Fnac_com_1.js" defer></script>
+
+
+
+
+
+
+
+      
+
+
+
+<script>var FnacAnalytics={"arbo_niv1":"Livre","arbo_niv2":":Fiche Article","arbo_niv3":"","arbo_niv4":"","arbo_niv5":"","arbo_niv6":"","page_name":"FA:LIV:Fiche Article","env_language":"fr-FR","env_country":"FR","user_id":"","user_segment":"Non-Adherent","user_segment_type":"","user_age":"","user_gender":"","user_subscription_date":"","user_subscription_newsletter":"","user_sid":"","express_plus":"","eligibility_express_plus_trial":"","product_unitprice_ati":"","product_discount_ati":"","product_unitprice_tf":"","product_discount_tf":"","product_currency":"EUR","product_trademark":"","product_url_page":"","product_picture_url":"","product_breadcrumb_id":"","product_id":"3764876","product_ref_id":"1-3764876","cart_id":"","order_id":"","order_amount":"","order_amount_ati_with_sf":"","order_amount_tf_with_sf":"","order_currency":"","order_new_client":"","order_nb_products":0,"order_promo_code":"","order_shipping_method":""}</script>
+
+    
+
+
+  
+
+  <script src="https://ced-ns.sascdn.com/diff/js/smart.js" defer id="smartad" data-default-site-id="83012"></script><script>document.addEventListener("DOMContentLoaded",function(){if(window.sas){var c=document.getElementById("smartad").getAttribute("data-default-site-id")||"";sas.setup({networkid:1574,domain:"https://www3.smartadserver.com",async:!0,renderMode:0});var i={"\u00e8":"e","\u00e9":"e","\u00ea":"e","\u00e0":"a","\u00e1":"a","\u00e7":"c"," ":"-",",":"-","&":"ET","!":"-","?":"-","/":"-","(":"-",")":"-",":":"-","'":"-","=":"-"},a="user_segment;user_segment_type;user_age;express_plus;eligibility_ express_plus_trial;arbo_niv1;arbo_niv2;arbo_niv3;arbo_niv4;arbo_niv5;arbo_niv6;page_name;order_amount;order_new_client;order_shipping_method;order_promo_code;order_nb_products;product_id;product_ref_id".split(";").map(function(d){return window.FnacAnalytics&&FnacAnalytics[d]?d+"="+FnacAnalytics[d].replace(/[^\w]/g,function(e){return i[e]||e}):null}).filter(function(d){return d});a.push("ddiff="+encodeURIComponent(window.location.hostname));var h=a.join(";"),b=[];Array.prototype.slice.call(document.querySelectorAll("script[id^=sas-group_]")).forEach(function(d){try{var f=JSON.parse(d.text)}catch(e){console.error(e);return}f instanceof Array||(f=[f]);f.forEach(function(g){g.siteId=g.siteId||c;g.target=g.target||h;if(g.siteId){if(g.pageId||g.pageName){var j=g.formatId.split(",").filter(function(k){return null===document.getElementById("sas_"+k)?(console.warn('Smart Ad group="'+g.formatId+'": formatId '+k+" doesn't exist in this page",d),!1):!0});0===j.length?console.warn('Smart Ad group="'+g.formatId+'": No formatId available for that group',d):(g.formatId=j.join(),sas.call("onecall",g),b=b.concat(j),j.forEach(function(k){sas.render(k)}))}else{console.warn('Smart Ad group="'+g.formatId+'": missing page id or page name',d)}}else{console.warn('Smart Ad group="'+g.formatId+'": invalid site id',d)}})});Array.prototype.slice.call(document.querySelectorAll("[id^=sas_]:not(script)")).forEach(function(e){var g=e.id.substr(4);if(!(0<=b.indexOf(g))){var f=e.getAttribute("data-sas-site-id")||c,j=e.getAttribute("data-sas-page-id")||"",k=e.getAttribute("data-sas-page-name")||"";f?j||k?sas.call("std",{siteId:f,pageId:j,formatId:g,target:h,pageName:k}):console.warn('Smart Ad format="'+g+'": missing page id or page name',e):console.warn('Smart Ad format="'+g+'": invalid site id',e)}});window.sasTarget=a}else{console.error(new Error("Smart Ad Server load error"))}},!1);</script>
+</body>
+</html>
diff --git a/library/Class/WebService/BibNumerique/ToutApprendre/Formation.php b/tests/library/Class/CodifDeweyTest.php
similarity index 55%
rename from library/Class/WebService/BibNumerique/ToutApprendre/Formation.php
rename to tests/library/Class/CodifDeweyTest.php
index 9b0ef41e531e30edec16693db75a76665eea02ff..0753208c71ec94842ad76ede8e34cde28d35032f 100644
--- a/library/Class/WebService/BibNumerique/ToutApprendre/Formation.php
+++ b/tests/library/Class/CodifDeweyTest.php
@@ -1,6 +1,6 @@
 <?php
 /**
- * Copyright (c) 2012, Agence Française Informatique (AFI). All rights reserved.
+ * Copyright (c) 2012-2017, Agence Française Informatique (AFI). All rights reserved.
  *
  * BOKEH is free software; you can redistribute it and/or modify
  * it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
@@ -19,25 +19,19 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA
  */
 
-class Class_WebService_BibNumerique_ToutApprendre_Formation extends Class_WebService_BibNumerique_RessourceNumerique {
 
-  public function fillAlbum($album) {
-    $album
-      ->beCoursToutApprendre()
-      ->addAuthor('Tout Apprendre')
-      ->setDateMaj($this->getDateMaj())
-      ->setAnnee($this->getAnnee())
-      ->setDescription($this->getDescription());
-  }
-
-
-  public function getRessourceCategorieLibelle() {
-    return 'Cours en ligne Tout Apprendre';
-  }
+class CodifDeweySaveTest extends ModelTestCase {
+  protected $_storm_default_to_volatile = true;
 
 
-  public function getBaseUrl(){
-    return Class_WebService_BibNumerique_ToutApprendre::BASE_URL;
+  /** @test */
+  public function saveWithOutLibelleShouldInsertIndice() {
+    $this->fixture('Class_CodifDewey',
+                   ['id' => 456,
+                    'libelle' => '']);
+    Class_CodifDewey::clearCache();
+    $this->assertEquals(['id' => 456,
+                         'id_dewey' => 456,
+                         'libelle' => '456'], Class_CodifDewey::find(456)->getRawAttributes());
   }
-}
-?>
\ No newline at end of file
+}
\ No newline at end of file
diff --git a/tests/library/Class/Migration/DigitalResource/ToutApprendreTest.php b/tests/library/Class/Migration/DigitalResource/ToutApprendreTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..0e44d99d07d2987628ef59c4c19ced931327864a
--- /dev/null
+++ b/tests/library/Class/Migration/DigitalResource/ToutApprendreTest.php
@@ -0,0 +1,229 @@
+<?php
+/**
+ * Copyright (c) 2012-2014, Agence Française Informatique (AFI). All rights reserved.
+ *
+ * BOKEH is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
+ * the Free Software Foundation.
+ *
+ * There are special exceptions to the terms and conditions of the AGPL as it
+ * is applied to this software (see README file).
+ *
+ * BOKEH is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU AFFERO GENERAL PUBLIC LICENSE for more details.
+ *
+ * You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
+ * along with BOKEH; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA
+ */
+
+
+class Class_Migration_DigitialResource_ToutApprendreTest extends ModelTestCase {
+  protected
+    $_storm_default_to_volatile = true,
+    $_migration;
+
+  public function setUp() {
+    parent::setUp();
+    Class_DigitalResource::resetInstance();
+
+    $cfg_menus = ['H' => ['libelle' => 'Menu horizontal',
+                          'picto' => 'vide.gif',
+                          'menus' => [
+                                      ['type_menu' => 'MENU',
+                                       'libelle' => 'Pratique',
+                                       'picto' => 'bookmark.png',
+                                       'preferences' => [],
+                                       'sous_menus' => [
+                                                        ['type_menu' => 'ACCUEIL',
+                                                         'libelle' => 'Accueil',
+                                                         'picto' => 'vide.gif',
+                                                         'preferences' => [],
+                                                         'sous_menus' => ''],
+
+                                                        ['type_menu' => 'TOUTAPPRENDRE',
+                                                         'libelle' => 'Lien vers ToutApprendre',
+                                                         'preferences' => [],
+                                                         'picto' => 'vide.gif'] ]]]]];
+
+    $cfg_menus_without_toutapprendre = ['H' => ['libelle' => 'Menu horizontal',
+                                                'picto' => 'vide.gif',
+                                                'menus' => [
+                                                            ['type_menu' => 'MENU',
+                                                             'libelle' => 'Pratique',
+                                                             'picto' => 'bookmark.png',
+                                                             'preferences' => [],
+                                                             'sous_menus' => [
+                                                                              ['type_menu' => 'ACCUEIL',
+                                                                               'libelle' => 'Accueil',
+                                                                               'picto' => 'vide.gif',
+                                                                               'preferences' => [],
+                                                                               'sous_menus' => ''] ]]]]];
+
+    $profil_adulte = $this->fixture('Class_Profil',
+                                    ['id' => 22,
+                                     'parent_id' => null])
+                          ->setBrowser('opac')
+                          ->setLibelle('Profil Adulte')
+                          ->setSelTypeDoc('1;2;108')
+                          ->setCfgMenus($cfg_menus);
+
+    $this->fixture('Class_Catalogue',
+                   ['id' => 22,
+                    'libelle' => 'should be updated',
+                    'type_doc' => '1;2;108']);
+
+    $this->fixture('Class_Article',
+                   ['id' => 22,
+                    'titre' => 'should be updated',
+                    'contenu' => '<a href="/modules/toutapprendre">lien</a>',
+                    'description' => '<a href="/modules/toutapprendre">lien</a>']);
+
+    $profil_without_toutapprendre = $this->fixture('Class_Profil',
+                                                   ['id' => 23,
+                                                    'rewrite_url' => 'adulte'])
+                                         ->setBrowser('opac')
+                                         ->setLibelle('Profil Adulte')
+                                         ->setCfgMenus($cfg_menus_without_toutapprendre);
+
+
+    Class_Profil::setCurrentProfil($profil_adulte);
+
+    $this->fixture('Class_UserGroup',
+                   ['id' => 2,
+                    'libelle' => 'team ONE',
+                    'rights_token' => pow(2, 6)]);
+
+    $this->fixture('Class_AdminVar',
+                   ['id' => 'TOUTAPPRENDRE_URL',
+                    'valeur' => 'http://mediathequefr.ToutApprendre.com/']);
+
+    $this->fixture('Class_AdminVar',
+                   ['id' => 'TOUTAPPRENDRE_BIB_ID',
+                    'valeur' => '2100']);
+
+    $this->fixture('Class_AdminVar',
+                   ['id' => 'TOUTAPPRENDRE_KEY',
+                    'valeur' => '1111']);
+
+    $this->fixture('Class_Batch',
+                   ['id' => 1,
+                    'type' => 'MOISSONNAGE_TOUTAPPRENDRE',
+                    'last_run' => '2018-08-13 07:46:22',
+                    'pick_day' => '1;2;3;4;5;6;0']);
+
+    $this->fixture('Class_Album',
+                   ['id' => 456,
+                    'type_doc_id' => 108,
+                    'titre' => 'update Me']);
+
+    $this->fixture('Class_Notice',
+                   ['id' => 654,
+                    'type_doc' => 108]);
+
+    $this->_migration = (new Class_Migration_DigitalResource_ToutApprendre())
+      ->setMemoryCleaner(function(){})
+      ->run();
+  }
+
+
+  public function tearDown() {
+    Class_DigitalResource::resetInstance();
+    parent::tearDown();
+  }
+
+
+  /** @test */
+  public function updateMeDocTypeIdShouldBeToutApprendre() {
+    $this->assertEquals('ToutApprendre', Class_Album::find(456)->getTypeDocId());
+  }
+
+
+  /** @test */
+  public function record654MeDocTypeShouldBeToutApprendre() {
+    $this->assertEquals('ToutApprendre', Class_Notice::find(654)->getTypeDoc());
+  }
+
+
+  /** @test */
+  public function adminVarToutApprendreSsoUrlShoudBeCreated() {
+    $this->assertEquals('http://biblio.toutapprendre.com/ws/wsUrl.aspx', Class_AdminVar::getValueOrDefault('ToutApprendre_SSO_URL'));
+  }
+
+
+  /** @test */
+  public function adminVarToutApprendreHarvestUrlShoudBeCreated() {
+    $this->assertEquals('http://biblio.toutapprendre.com/cours/catalogue.aspx', Class_AdminVar::getValueOrDefault('ToutApprendre_HARVEST_URL'));
+  }
+
+
+  /** @test */
+  public function adminVarToutApprendreBibIdShoudBeUpdated() {
+    $this->assertNotNull(Class_AdminVar::findFirstBy(['clef' => 'ToutApprendre_BIB_ID',
+                                                      'valeur' => '2100']));
+  }
+
+
+  /** @test */
+  public function adminVarToutApprendreKeyShoudBeUpdated() {
+    $this->assertNotNull(Class_AdminVar::findFirstBy(['clef' => 'ToutApprendre_KEY',
+                                                      'valeur' => '1111']));
+  }
+
+
+  /** @test */
+  public function profilMenuWithAssimilShouldContainsToutApprendre() {
+    $this->assertEquals('ToutApprendre', Class_Profil::find(22)->getCfgMenusAsArray()['H']['menus'][0]['sous_menus'][1]['type_menu']);
+  }
+
+
+  /** @test */
+  public function teamOneShouldHavePermissionOnToutApprendre() {
+    if (!$permissions = Class_UserGroup::find(2)->getPermissions())
+      return $this->fail();
+    $this->assertEquals('ToutApprendre', array_shift($permissions)->getCode());
+  }
+
+
+  /** @test */
+  public function teamOneRightsShouldBeCleaned() {
+    $this->assertEmpty(Class_UserGroup::find(2)->getRightsToken());
+  }
+
+
+  /** @test */
+  public function batchMoissonageToutApprendreShouldNotExists() {
+    $this->assertNull(Class_Batch::findFirstBy(['type' => 'MOISSONNAGE_TOUTAPPRENDRE']));
+  }
+
+
+  /** @test */
+  public function batchToutApprendreShouldExists() {
+    $batch = Class_Batch::findFirstBy(['type' => 'ToutApprendre']);
+    $this->assertNotNull($batch);
+    $this->assertEquals(1, $batch->getId());
+    $this->assertEquals('2018-08-13 07:46:22', $batch->getLastRun());
+    $this->assertEquals('1;2;3;4;5;6;0', $batch->getPickDay());
+  }
+
+
+  /** @test */
+  public function profileSelTypeDocShouldContainsToutApprendre() {
+    $this->assertEquals('1;2;ToutApprendre', Class_Profil::find(22)->getSelTypeDoc());
+  }
+
+
+  /** @test */
+  public function domainTypeDocShouldContainsToutApprendre() {
+    $this->assertEquals('1;2;ToutApprendre', Class_Catalogue::find(22)->getTypeDoc());
+  }
+
+
+  /** @test */
+  public function articleWithLinkShouldContainsToutMinusApprendre() {
+    $this->assertContains('/modules/tout-apprendre', Class_Article::find(22)->getContenu());
+    $this->assertContains('/modules/tout-apprendre', Class_Article::find(22)->getDescription());
+  }
+}
diff --git a/tests/library/Class/MoteurRecherche/MoteurRechercheFacettesTest.php b/tests/library/Class/MoteurRecherche/MoteurRechercheFacettesTest.php
index 161616672b6b79bbfbb4694d0c6869c3a126e9e3..6983038a19d0b1c57b8b8c3dce1072901dd8e184 100644
--- a/tests/library/Class/MoteurRecherche/MoteurRechercheFacettesTest.php
+++ b/tests/library/Class/MoteurRecherche/MoteurRechercheFacettesTest.php
@@ -62,9 +62,9 @@ class MoteurRechercheFacettesTest extends ModelTestCase {
                                                         ['id' => 1,
                                                          'login' => 'Lok',
                                                          'password' => 'Lik',
-                                                         'settings' => Class_User_Settings::serializeSettings([Class_User_Settings::BOOKMARKED_DOMAINS => 1,
-                                                                                                               Class_User_Settings::BOOKMARKED_LIBRARIES => 3]),
-                                                        'bib' => $seynod]));
+                                                         'settings' => Class_User_Settings::serializeSettings([Class_User_Settings::BOOKMARKED_DOMAINS => '4-1',
+                                                                                                               Class_User_Settings::BOOKMARKED_LIBRARIES => '2;3']),
+                                                         'bib' => $seynod]));
 
     $this->fixture('Class_Catalogue',
                    ['id' => 1,
diff --git a/tests/library/Class/MoteurRechercheTest.php b/tests/library/Class/MoteurRechercheTest.php
index 27cbb28c6a1b5bae4dee05203bc36a92a91acfd0..7a797edbc3663fcc9730b8ad39fd8ee7b799f0eb 100644
--- a/tests/library/Class/MoteurRechercheTest.php
+++ b/tests/library/Class/MoteurRechercheTest.php
@@ -309,13 +309,13 @@ class MoteurRechercheSimpleTest extends MoteurRechercheTestCase {
             [['expressionRecherche' => '',
               'digital_lib' => '1'],
              'nb_mots'=> 0,
-             'req_liste' => "select id_notice, facettes from notices Where (type_doc in ('100','101','102','103','104','105','106','108','109','110','111','112','114','113','115','116','117','119','Assimil','Cvs','LaSourisQuiRaconte','Lekiosk','LesYeuxDoc','Musicme','Omeka','Skilleos','StoryPlayR'))"],
+             'req_liste' => "select id_notice, facettes from notices Where (type_doc in ('100','101','102','103','104','105','106','109','110','111','112','114','113','115','116','117','119','Assimil','Cvs','LaSourisQuiRaconte','Lekiosk','LesYeuxDoc','Musicme','Omeka','Skilleos','StoryPlayR','ToutApprendre'))"],
 
 
             [['expressionRecherche' => 'logo',
               'digital_lib' => '1'],
              'nb_mots'=> 1,
-             'req_liste' => "select id_notice, facettes from notices Where " . $match_axes . " AGAINST('+(LOGO LOGOS LOGO)' IN BOOLEAN MODE) and (type_doc in ('100','101','102','103','104','105','106','108','109','110','111','112','114','113','115','116','117','119','Assimil','Cvs','LaSourisQuiRaconte','Lekiosk','LesYeuxDoc','Musicme','Omeka','Skilleos','StoryPlayR')) order by (MATCH(alpha_titre) AGAINST(' LOGO') * 1.5) + (MATCH(alpha_auteur) AGAINST(' LOGO')) desc"],
+             'req_liste' => "select id_notice, facettes from notices Where " . $match_axes . " AGAINST('+(LOGO LOGOS LOGO)' IN BOOLEAN MODE) and (type_doc in ('100','101','102','103','104','105','106','109','110','111','112','114','113','115','116','117','119','Assimil','Cvs','LaSourisQuiRaconte','Lekiosk','LesYeuxDoc','Musicme','Omeka','Skilleos','StoryPlayR','ToutApprendre')) order by (MATCH(alpha_titre) AGAINST(' LOGO') * 1.5) + (MATCH(alpha_auteur) AGAINST(' LOGO')) desc"],
 
             [['expressionRecherche' => '',
               'id_panier' => 4],
diff --git a/tests/library/Class/NoticeTest.php b/tests/library/Class/NoticeTest.php
index ae6b7252e90eae38362ce8d5a0d19160a7ac2f3f..7cb97599006c050ffba6212443d09a8f41d31a03 100644
--- a/tests/library/Class/NoticeTest.php
+++ b/tests/library/Class/NoticeTest.php
@@ -1024,4 +1024,24 @@ class NoticeUpdateFacetsFromItemsTest extends ModelTestCase {
   public function recordFacetsShouldContainsNoveltyForRoubaixAndNoveltyForLille() {
     $this->assertEquals('T0 B10 YROUB HNNNN0001 HNANA0001 B11 HNNNN0002 2016-05', Class_Notice::find(5)->getFacettes());
   }
+}
+
+
+
+
+class NoticeGetMatieresTest extends ModelTestCase {
+  protected $_storm_default_to_volatile = true;
+
+
+  /** @test */
+  public function shouldReturnMatieres() {
+    Class_CosmoVar::set('unimarc_zone_matiere',
+                        '600abcjxyz;601abcx;602ajxyz;605a;606ajxyz;607ajxyz;608ajxyz;610aejxyz;615amnx;616acfjxy;620abcdefghi;909a');
+
+    $record = $this->fixture('Class_Notice',
+                             ['id' => 5,
+                              'matieres' => 'ELECTRONIQUE ELEKTRONIK MANUELS MANUEL D00  ENSEIGNEMENT ANSAINEMAN SUPERIEUR SUPERIER']);
+
+    $this->assertEquals('ELECTRONIQUE ELEKTRONIK MANUELS MANUEL D00  ENSEIGNEMENT ANSAINEMAN SUPERIEUR SUPERIER', $record->getMatieres());
+  }
 }
\ No newline at end of file
diff --git a/tests/library/Class/Onglet/AnalyticsItemTest.php b/tests/library/Class/Onglet/AnalyticsItemTest.php
index f95bb5aeba5dd8d4437a1f7d72a232ee32a11ba4..1771e86b538427bb8e35561fa0b6d5854418327e 100644
--- a/tests/library/Class/Onglet/AnalyticsItemTest.php
+++ b/tests/library/Class/Onglet/AnalyticsItemTest.php
@@ -31,7 +31,9 @@ class Class_Onglet_AnalyticsItemTest extends ModelTestCase {
             [ 'Godard, Jean-Luc' , 'Godard', 'Jean-Luc' ],
             [ 'Abba' , 'Abba', '' ],
             [ 'Kool & Gang' , 'Kool & Gang', '' ],
-            [ 'Village People' , 'Village People', '' ]
+            [ 'Village People' , 'Village People', '' ],
+            [ 'Ponfilly, Christophe de', 'Ponfilly', 'Christophe de' ],
+            [ 'Van Cauwelaert, Didier (1960-....)', 'Van Cauwelaert', 'Didier'],
     ];
   }
 
@@ -45,18 +47,21 @@ class Class_Onglet_AnalyticsItemTest extends ModelTestCase {
     $item->addAuthor($author);
     $item->acceptVisitor($this);
 
-    $this->assertEquals([$lastname, $firstname], [$this->_lastname, $this->_firstname]);
+    $this->assertEquals($lastname, $this->_lastname);
+    $this->assertEquals($firstname, $this->_firstname);
   }
 
 
-  public function visitAuthor($author) {}
+  public function visitAuthor($author) {
+  }
+
 
   public function visitAuthorLastNameFirstName($author, $lastname, $firstname) {
     $this->_lastname = $lastname;
     $this->_firstname = $firstname;
   }
 
-  public function visitTitle($title) {}
 
+  public function visitTitle($title) {
+  }
 }
-?>
\ No newline at end of file
diff --git a/tests/library/Class/Systeme/ModulesMenu/ToutApprendreTest.php b/tests/library/Class/Systeme/ModulesMenu/ToutApprendreTest.php
deleted file mode 100644
index dc1690d7b69a0da0e17033e869b80a902a60d238..0000000000000000000000000000000000000000
--- a/tests/library/Class/Systeme/ModulesMenu/ToutApprendreTest.php
+++ /dev/null
@@ -1,58 +0,0 @@
-<?php
-/**
- * Copyright (c) 2012-2014, Agence Française Informatique (AFI). All rights reserved.
- *
- * BOKEH is free software; you can redistribute it and/or modify
- * it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
- * the Free Software Foundation.
- *
- * There are special exceptions to the terms and conditions of the AGPL as it
- * is applied to this software (see README file).
- *
- * BOKEH is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU AFFERO GENERAL PUBLIC LICENSE for more details.
- *
- * You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
- * along with BOKEH; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA
- */
-
-
-class Class_Systeme_ModulesMenu_ToutApprendreTest extends Storm_Test_ModelTestCase {
-  public function setUp() {
-    parent::setUp();
-    RessourcesNumeriquesFixtures::activate();
-    $this->menu = new Class_Systeme_ModulesMenu_ToutApprendre();
-    $this->user = $this->fixture('Class_Users', [
-      'id'=> 34 ,
-      'password' => 'toto' ,
-      'login' => '34',
-      'idabon' => 34,
-      'date_debut' => '1999-02-10',
-      'date_fin' => '2025-09-12',
-      'user_groups' => [$this->fixture('Class_UserGroup', [
-        'id' => 20,
-        'libelle' => 'ToutApprendre'
-      ])->addRight(Class_UserGroup::RIGHT_ACCES_TOUTAPPRENDRE)]
-    ])->beAbonneSIGB();
-    ZendAfi_Auth::getInstance()->logUser($this->user);
-    Zend_Registry::get('translate')->setLocale('fr');
-  }
-
-
-  /** @test */
-  public function urlWithUserLoggedShouldBeLink() {
-    $this->assertContains('toutapprendre', $this->menu->getDynamiqueUrl());
-  }
-
-
-  /** @test */
-  public function urlWithAbonnementInvalidShouldBeJSAlertAbonnementInvalid() {
-    $this->user->setDateFin('2000-03-01');
-    $url = $this->menu->getDynamiqueUrl();
-    $this->assertContains('Votre abonnement ne permet pas d\'accéder à la ressource. Merci de contacter la médiathèque.', $this->menu->getMessage());
-  }
-}
-?>
\ No newline at end of file
diff --git a/tests/library/Class/Systeme/ModulesMenuTest.php b/tests/library/Class/Systeme/ModulesMenuTest.php
index e096899645344efa9ad0161025a3d87207a32f84..524278f1472e58e32f8846d6e4ea6759e051b227 100644
--- a/tests/library/Class/Systeme/ModulesMenuTest.php
+++ b/tests/library/Class/Systeme/ModulesMenuTest.php
@@ -27,7 +27,6 @@ abstract class ModulesMenuBibNumeriqueTestCase extends Storm_Test_ModelTestCase
             ['VODECLIC', 'Vodeclic'],
             ['MUSICME', 'Musicme'],
             ['LEKIOSK', 'LeKiosk'],
-            ['TOUTAPPRENDRE', 'Tout Apprendre'],
             ['NUMILOG', 'Numilog'],
             ['ARTEVOD', 'ArteVod'],
             ['CVS', 'CVS'],
diff --git a/tests/library/Class/ToutApprendreLinkTest.php b/tests/library/Class/ToutApprendreLinkTest.php
deleted file mode 100644
index 9cfd8a58e9b30702ed6c3b0fc202fcc49630b845..0000000000000000000000000000000000000000
--- a/tests/library/Class/ToutApprendreLinkTest.php
+++ /dev/null
@@ -1,86 +0,0 @@
-<?php
-/**
- * Copyright (c) 2012, Agence Française Informatique (AFI). All rights reserved.
- *
- * BOKEH is free software; you can redistribute it and/or modify
- * it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
- * the Free Software Foundation.
- *
- * There are special exceptions to the terms and conditions of the AGPL as it
- * is applied to this software (see README file).
- *
- * BOKEH is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU AFFERO GENERAL PUBLIC LICENSE for more details.
- *
- * You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
- * along with BOKEH; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA
- */
-
-abstract class ToutApprendreLinkTestCase extends Storm_Test_ModelTestCase {
-  protected   $_http_client;
-  protected $_jerry;
-  protected $_toutapprendre;
-  public function setUp() {
-    parent::setUp();
-    $this->_http_client = Storm_Test_ObjectWrapper::mock();
-
-    Class_ToutApprendreLink::setTimeSource((new TimeSourceForTest)->setTime(1369640315));
-
-    Class_WebService_Abstract::setDefaultHttpClient($this->_http_client);
-    RessourcesNumeriquesFixtures::activateToutApprendre();
-  }
-}
-
- class ToutApprendreLinkWithAbonTest extends ToutApprendreLinkTestCase {
-  public function setUp() {
-    parent::setUp();
-    $this->_jerry = Class_Users::getLoader()
-      ->newInstanceWithId(4)
-      ->setIdabon(34)
-      ->setLogin(34)
-      ->setPrenom('Jerry')
-      ->setNom('Khan')
-      ->setMail('feu@essence.fr')
-      ->setDateFin('2023-09-02');
-
-    $this->_toutapprendre = Class_ToutApprendreLink::forUser($this->_jerry);
-  }
-  /** @test */
-  public function urlForJerryShouldBeToutApprendreSSO() {
-    $this->assertEquals('http://biblio.toutapprendre.com/ws/wsUrl.aspx',
-                        $this->_toutapprendre->baseUrl());
-  }
-
-
-  /** @test */
-  public function urlWithparamsForJerryShouldBeToutApprendreSSO() {
-    $this->assertEquals('http://biblio.toutapprendre.com/ws/wsUrl.aspx?iduser=34&etablissement=2100&d=201305270938&hash='.md5('34'.'201305270938'.'1111'),
-                        $this->_toutapprendre->url());
-  }
-
- }
-
- class ToutApprendreLinkWithInviteTest extends ToutApprendreLinkTestCase {
-  public function setUp() {
-    parent::setUp();
-    $this->_invite =  Class_Users::newInstanceWithId('99',UserFixtures::miles());
-    $this->_toutapprendre = Class_ToutApprendreLink::forUser($this->_invite);
-  }
-  /** @test */
-  public function urlForInviteShouldBeToutApprendreSSO() {
-    $this->assertEquals('http://biblio.toutapprendre.com/ws/wsUrl.aspx',
-                        $this->_toutapprendre->baseUrl());
-  }
-
-
-  /** @test */
-  public function urlWithparamsForInviteShouldBeToutApprendreSSO() {
-    $this->assertEquals('http://biblio.toutapprendre.com/ws/wsUrl.aspx?iduser=mdavis&etablissement=2100&d=201305270938&hash='.md5('mdavis'.'201305270938'.'1111'),
-                        $this->_toutapprendre->url());
-  }
-
- }
-?>
\ No newline at end of file
diff --git a/tests/library/Class/WebService/FnacTest.php b/tests/library/Class/WebService/FnacTest.php
index 07e9dabcc6b8f0f0c04880735618368fa0f5324e..37b8ffbed8c7b9ca589566dfd735e3bd64b52320 100644
--- a/tests/library/Class/WebService/FnacTest.php
+++ b/tests/library/Class/WebService/FnacTest.php
@@ -41,7 +41,7 @@ abstract class FnacTestCase extends PHPUnit_Framework_TestCase {
 
 
 
-class FnactHarryPotterTest extends FnacTestCase {
+class FnacHarryPotterTest extends FnacTestCase {
   public function setup() {
     parent::setUp();
 
@@ -90,9 +90,9 @@ class FnacMilleniumTest extends FnacTestCase {
 
 
   /** @test */
-  public function getResumeShouldFetchItFromPotterSuite() {
+  public function getResumeShouldFetchItFromMilleniumSuite() {
     $resume = $this->_fnac->getResume('978-2-7427-6501-0');
-    $this->assertEquals('Une enquête sur un réseau de prostitution dévoile des secrets d\'espionnage et un lourd passé familial.',
+    $this->assertEquals('Tandis que Lisbeth Salander coule des journées supposées tranquilles aux Caraïbes',
                         $resume);
   }
 }
diff --git a/tests/library/Class/WebService/SIGB/DynixTest.php b/tests/library/Class/WebService/SIGB/DynixTest.php
index 1a772e4f5613621fba6bfc650f69921a87b0acf8..effe5c268d19b554d1398a1c5b77c33022e3c4b5 100644
--- a/tests/library/Class/WebService/SIGB/DynixTest.php
+++ b/tests/library/Class/WebService/SIGB/DynixTest.php
@@ -167,7 +167,7 @@ class DynixGetNoticeLeCombatOrdinaire extends DynixTestCase {
 
   /** @test */
   public function firstExemplaireDisponibiliteShouldBeEnPret() {
-    $this->assertEquals(Class_WebService_SIGB_Exemplaire::DISPO_EN_PRET,
+    $this->assertEquals(Class_WebService_SIGB_Exemplaire::newInstance()->message('DISPO_EN_PRET'),
                         $this->_notice->exemplaireAt(0)->getDisponibilite());
   }
 
@@ -180,8 +180,8 @@ class DynixGetNoticeLeCombatOrdinaire extends DynixTestCase {
 
   /** @test */
   public function secondExemplairDisponibiliteShouldBeEnTransit() {
-    $this->assertEquals(Class_WebService_SIGB_Exemplaire::DISPO_TRANSIT,
-                        $this->_notice->exemplaireAt(1)->getDisponibilite());
+    $this->assertEquals(Class_WebService_SIGB_Exemplaire::newInstance()->message('DISPO_TRANSIT'),
+                                                                                 $this->_notice->exemplaireAt(1)->getDisponibilite());
   }
 
 
diff --git a/tests/library/Class/WebService/SIGB/KohaTest.php b/tests/library/Class/WebService/SIGB/KohaTest.php
index db1f231c0f6790b8aaa118c87ae32f3e4111bd1c..3b79e497552b5ca59ab533d48a30af23634b61a8 100644
--- a/tests/library/Class/WebService/SIGB/KohaTest.php
+++ b/tests/library/Class/WebService/SIGB/KohaTest.php
@@ -182,7 +182,7 @@ class KohaServiceGetNoticeJardinEnfantTest extends KohaTestCase {
 
   /** @test */
   function firstExemplaireDisponibiliteShouldBeEmpruntable() {
-    $this->assertEquals(Class_WebService_SIGB_Exemplaire::DISPO_EN_PRET, $this->jardins_enfant->exemplaireAt(0)->getDisponibilite());
+    $this->assertEquals(Class_WebService_SIGB_Exemplaire::newInstance()->message('DISPO_EN_PRET'), $this->jardins_enfant->exemplaireAt(0)->getDisponibilite());
   }
 }
 
@@ -246,7 +246,7 @@ class KohaServiceGetNoticeHarryPotterTest extends KohaServiceGetNoticeHarryPotte
 
   /** @test */
   public function firstExemplaireDisponibiliteShouldBeEnPret()  {
-    $this->assertEquals(Class_WebService_SIGB_Exemplaire::DISPO_EN_PRET, $this->potter->exemplaireAt(0)->getDisponibilite());
+    $this->assertEquals(Class_WebService_SIGB_Exemplaire::newInstance()->message('DISPO_EN_PRET'), $this->potter->exemplaireAt(0)->getDisponibilite());
   }
 
   /** @test */
@@ -272,7 +272,7 @@ class KohaServiceGetNoticeHarryPotterTest extends KohaServiceGetNoticeHarryPotte
 
   /** @test */
   public function secondExemplaireDisponibiliteShouldBeEnPret() {
-    $this->assertEquals(Class_WebService_SIGB_Exemplaire::DISPO_EN_PRET, $this->potter->exemplaireAt(1)->getDisponibilite());
+    $this->assertEquals(Class_WebService_SIGB_Exemplaire::newInstance()->message('DISPO_EN_PRET'), $this->potter->exemplaireAt(1)->getDisponibilite());
   }
 
   /** @test */
@@ -282,7 +282,7 @@ class KohaServiceGetNoticeHarryPotterTest extends KohaServiceGetNoticeHarryPotte
 
   /** @test */
   public function thirdExemplaireDisponibiliteShouldBeEmpruntable() {
-    $this->assertEquals(Class_WebService_SIGB_Exemplaire::DISPO_LIBRE, $this->potter->exemplaireAt(2)->getDisponibilite());
+    $this->assertEquals(Class_WebService_SIGB_Exemplaire::newInstance()->message('DISPO_LIBRE'), $this->potter->exemplaireAt(2)->getDisponibilite());
   }
 
   /** @test */
@@ -292,7 +292,7 @@ class KohaServiceGetNoticeHarryPotterTest extends KohaServiceGetNoticeHarryPotte
 
   /** @test */
   public function fourthExemplaireDisponibiliteShouldBePilonne()  {
-    $this->assertEquals(Class_WebService_SIGB_Exemplaire::DISPO_PILONNE, $this->potter->exemplaireAt(3)->getDisponibilite());
+    $this->assertEquals(Class_WebService_SIGB_Exemplaire::newInstance()->message('DISPO_PILONNE'), $this->potter->exemplaireAt(3)->getDisponibilite());
   }
 
   /** @test */
@@ -302,7 +302,7 @@ class KohaServiceGetNoticeHarryPotterTest extends KohaServiceGetNoticeHarryPotte
 
   /** @test */
   public function fifthExemplaireDisponibiliteShouldBePerdu() {
-    $this->assertEquals(Class_WebService_SIGB_Exemplaire::DISPO_PERDU, $this->potter->exemplaireAt(4)->getDisponibilite());
+    $this->assertEquals(Class_WebService_SIGB_Exemplaire::newInstance()->message('DISPO_PERDU'), $this->potter->exemplaireAt(4)->getDisponibilite());
   }
 
   /** @test */
@@ -1136,6 +1136,29 @@ class KohaServiceGetNoticeJardinEnfantWithItemOnTopTest extends KohaTestCase {
 
 
 
+class KohaServiceGetNoticeJardinEnfantWithTransfertTest extends KohaTestCase {
+  public function setUp() {
+    parent::setUp();
+
+    $this->mock_web_client
+      ->whenCalled('open_url')
+      ->with('http://cat-aficg55.biblibre.com/cgi-bin/koha/ilsdi.pl?service=GetRecords&id=1')
+      ->answers(KohaFixtures::xmlGetRecordsWithTransfert())
+      ->beStrict();
+
+    $this->record = $this->service->getNotice('1');
+  }
+
+  /** @test */
+  public function itemShouldNotBeAvailable() {
+    $this->assertContains('En transfert',
+                           $this->record->exemplaireAt(0)->getDisponibilite());
+  }
+
+}
+
+
+
 
 class KohaServicePatroninfoReaderWithNoLibTest extends KohaTestCase {
   public function setUp() {
diff --git a/tests/library/Class/WebService/SIGB/NanookTest.php b/tests/library/Class/WebService/SIGB/NanookTest.php
index 85bc319b0a666cbf7559f2c1f4d527d703985008..be53739a3d0b0833d0495ef77a7145bb47594f8c 100644
--- a/tests/library/Class/WebService/SIGB/NanookTest.php
+++ b/tests/library/Class/WebService/SIGB/NanookTest.php
@@ -362,7 +362,7 @@ class NanookGetNoticeLiliGrisbiAndCoTest extends NanookTestCase {
 
   /** @test */
   public function secondExemplaireShouldBeEnPret() {
-    $this->assertEquals(Class_WebService_SIGB_Exemplaire::DISPO_EN_PRET,
+    $this->assertEquals(Class_WebService_SIGB_Exemplaire::newInstance()->message('DISPO_EN_PRET'),
                         $this->_notice->exemplaireAt(1)->getDisponibilite());
   }
 
@@ -394,21 +394,21 @@ class NanookGetNoticeLiliGrisbiAndCoTest extends NanookTestCase {
 
   /** @test */
   public function fourthExemplaireShouldBeEnTransit() {
-    $this->assertEquals(Class_WebService_SIGB_Exemplaire::DISPO_TRANSIT,
+    $this->assertEquals(Class_WebService_SIGB_Exemplaire::newInstance()->message('DISPO_TRANSIT'),
                         $this->_notice->exemplaireAt(3)->getDisponibilite());
   }
 
 
   /** @test */
   public function fiftExemplaireShouldBeDejaReserve() {
-    $this->assertEquals(Class_WebService_SIGB_Exemplaire::DISPO_DEJA_RESERVE,
+    $this->assertEquals(Class_WebService_SIGB_Exemplaire::newInstance()->message('DISPO_DEJA_RESERVE'),
                         $this->_notice->exemplaireAt(4)->getDisponibilite());
   }
 
 
   /** @test */
   public function sixthExemplaireShouldBeEnCommande() {
-    $this->assertEquals(Class_WebService_SIGB_Exemplaire::DISPO_EN_COMMANDE,
+    $this->assertEquals(Class_WebService_SIGB_Exemplaire::newInstance()->message('DISPO_EN_COMMANDE'),
                         $this->_notice->exemplaireAt(5)->getDisponibilite());
   }
 }
diff --git a/tests/library/Class/WebService/SIGB/OrpheeFixtures.php b/tests/library/Class/WebService/SIGB/OrpheeFixtures.php
index 2d9bb83bfeecd936505740b4d2b247429d2d6c17..93c11db9017f449dc7d0f0e3c94fe1757cb562e3 100644
--- a/tests/library/Class/WebService/SIGB/OrpheeFixtures.php
+++ b/tests/library/Class/WebService/SIGB/OrpheeFixtures.php
@@ -377,6 +377,65 @@ renouvellement -->
   }
 
 
+  public static function xmlGetAdhHenryDupont() {
+    return '<user>
+              <is_depot><![CDATA[False]]></is_depot>
+              <no><![CDATA[3062803]]></no>
+              <nom><![CDATA[DUPONT]]></nom>
+              <prenom><![CDATA[Henry]]></prenom>
+              <adr1><![CDATA[28 chemin du Port]]></adr1>
+              <adr2 />
+              <cp><![CDATA[92150]]></cp>
+              <ville><![CDATA[SURESNES]]></ville>
+              <tel><![CDATA[0612345678]]></tel>
+              <birth><![CDATA[02/12/1970]]></birth>
+              <mail><![CDATA[hdupont@gmail.com]]></mail>
+              <pwd><![CDATA[secret]]></pwd>
+              <cb><![CDATA[200092468590]]></cb>
+              <bloquee><![CDATA[0]]></bloquee>
+              <cat_stat><![CDATA[20]]></cat_stat>
+              <lib_cat_stat><![CDATA[  41-50 ans]]></lib_cat_stat>
+              <cat_pret><![CDATA[7]]></cat_pret>
+              <codif><![CDATA[0]]></codif>
+              <lib_cat_pret><![CDATA[  Pers médiat]]></lib_cat_pret>
+              <cat_tarif><![CDATA[1]]></cat_tarif>
+              <lib_cat_tarif><![CDATA[  Gratuit]]></lib_cat_tarif>
+              <anx><![CDATA[1]]></anx>
+              <lib_anx><![CDATA[  Bibliothèque]]></lib_anx>
+              <site><![CDATA[20]]></site>
+              <date_last_adhes><![CDATA[09/10/2017]]></date_last_adhes>
+              <sms_rel1><![CDATA[1]]></sms_rel1>
+              <sms_rel2><![CDATA[0]]></sms_rel2>
+              <sms_rel3><![CDATA[0]]></sms_rel3>
+              <sms_rel4><![CDATA[0]]></sms_rel4>
+              <sms_rsv><![CDATA[0]]></sms_rsv>
+              <sms_pret><![CDATA[0]]></sms_pret>
+              <sms_info><![CDATA[0]]></sms_info>
+              <courrier_rel1><![CDATA[1]]></courrier_rel1>
+              <courrier_rel2><![CDATA[0]]></courrier_rel2>
+              <courrier_rel3><![CDATA[0]]></courrier_rel3>
+              <courrier_rel4><![CDATA[0]]></courrier_rel4>
+              <courrier_rsv><![CDATA[0]]></courrier_rsv>
+              <courrier_pret><![CDATA[0]]></courrier_pret>
+              <courrier_info><![CDATA[0]]></courrier_info>
+              <mel_rel1><![CDATA[0]]></mel_rel1>
+              <mel_rel2><![CDATA[0]]></mel_rel2>
+              <mel_rel3><![CDATA[0]]></mel_rel3>
+              <mel_rel4><![CDATA[0]]></mel_rel4>
+              <mel_rsv><![CDATA[0]]></mel_rsv>
+              <mel_pret><![CDATA[0]]></mel_pret>
+              <mel_info><![CDATA[0]]></mel_info>
+              <date_renouv><![CDATA[09/10/2018]]></date_renouv>
+              <nb_prets><![CDATA[58]]></nb_prets>
+              <nb_ret><![CDATA[0]]></nb_ret>
+              <nb_rsv_aff><![CDATA[0]]></nb_rsv_aff>
+              <nb_rsv_att><![CDATA[2]]></nb_rsv_att>
+              <solde><![CDATA[0]]></solde>
+              <lst_cat />
+            </user>';
+  }
+
+
   public static function xmlGetLstRsvHenryDupont() {
     return '<datas>
   <infos>
diff --git a/tests/library/Class/WebService/SIGB/OrpheeServiceTest.php b/tests/library/Class/WebService/SIGB/OrpheeServiceTest.php
index 86244f32a48fa701b9362dfecd8f53ddc4736d66..859967d4a16b2d2447c789f08377fa227b532514 100644
--- a/tests/library/Class/WebService/SIGB/OrpheeServiceTest.php
+++ b/tests/library/Class/WebService/SIGB/OrpheeServiceTest.php
@@ -40,8 +40,10 @@ class Class_WebService_SIGB_Orphee_ServiceForTesting extends Class_WebService_SI
 
 
 
-class OrpheeServiceGetServiceTest extends Storm_Test_ModelTestCase {
-  protected $_orphee;
+class OrpheeServiceGetServiceTest extends ModelTestCase {
+  protected
+    $_storm_default_to_volatile = true,
+    $_orphee;
 
   public function setUp() {
     parent::setUp();
@@ -67,11 +69,13 @@ class OrpheeServiceGetServiceTest extends Storm_Test_ModelTestCase {
 }
 
 
-abstract class OrpheeServiceTestCase extends Storm_Test_ModelTestCase {
-  protected $_search_client;
-  protected $_orphee;
-  protected $_orphee_allow_hold_avail;
-  protected $_henry_dupont;
+abstract class OrpheeServiceTestCase extends ModelTestCase {
+  protected
+    $_storm_default_to_volatile = true,
+    $_search_client,
+    $_orphee,
+    $_orphee_allow_hold_avail,
+    $_henry_dupont;
 
   public function setUp(){
     parent::setUp();
@@ -95,7 +99,8 @@ abstract class OrpheeServiceTestCase extends Storm_Test_ModelTestCase {
 
     $this->_henry_dupont = Class_Users::getLoader()
       ->newInstanceWithId(2)
-      ->setLogin('10900000753');
+      ->setLogin('10900000753')
+      ->setPassword('secret');
   }
 
 
@@ -132,12 +137,111 @@ class OrpheeServiceBorrowerSoapActionDetectionTest extends OrpheeServiceTestCase
 
 
   /** @test */
-  public function withGetAdhShouldCallIt() {
+  public function withoutGetAdhProvidesChangePasswordShouldAnswerFalse() {
+    $this->_search_client
+      ->whenCalled('hasFunction')
+      ->with('SetPwdAdh')
+      ->answers(false);
+
+    $this->assertFalse($this->_orphee->providesChangePasswordService());
+  }
+
+
+  /** @test */
+  public function withGetAdhButNotLoginThroughSIGBOnlyProvidesChangePasswordShouldAnswerFalse() {
+    Class_AdminVar::set('LOGIN_THROUGH_SIGB_ONLY', 0);
+    $this->_search_client
+      ->whenCalled('hasFunction')
+      ->with('SetPwdAdh')
+      ->answers(true);
+
+    $this->assertFalse($this->_orphee->providesChangePasswordService());
+  }
+
+
+  /** @test */
+  public function withGetAdhAndLoginThroughSIGBOnlyProvidesChangePasswordShouldAnswerTrue() {
+    Class_AdminVar::set('LOGIN_THROUGH_SIGB_ONLY', 1);
+    $this->_search_client
+      ->whenCalled('hasFunction')
+      ->with('SetPwdAdh')
+      ->answers(true);
+
+    $this->assertTrue($this->_orphee->providesChangePasswordService());
+  }
+
+
+
+  /** @test */
+  public function withGetAdhShouldCallItOnGetEmprunteur() {
+    $this->_search_client
+      ->whenCalled('hasFunction')->with('GetAdh')->answers(true)
+
+      ->whenCalled('GetAdh')
+      ->with(GetAdh::withNo('10900000753'))
+      ->answers(Storm_Test_ObjectWrapper::mock()
+                ->whenCalled('getXml')
+                ->answers(OrpheeFixtures::xmlGetInfoUserCarteHenryDupont()));
+
+    $emprunteur = $this->_orphee->getEmprunteur($this->_henry_dupont);
+    $this->assertTrue($this->_search_client->methodHasBeenCalled('GetAdh'));
+    return $emprunteur;
+  }
+
+
+
+  /** @test */
+  public function saveEmprunteurShouldCallSetAdh() {
+    Class_AdminVar::set('LOGIN_THROUGH_SIGB_ONLY', 1);
+
+    $set_adh = new SetPwdAdh();
+    $set_adh->no = 10900000753;
+    $set_adh->pwd = 'supersecret';
+
+
+    $this->_search_client
+      ->whenCalled('hasFunction')
+      ->with('SetPwdAdh')
+      ->answers(true)
+
+      ->whenCalled('SetPwdAdh')
+      ->with($set_adh)
+      ->answers(true);
+
+    $this->_orphee->saveEmprunteur(Class_WebService_SIGB_Emprunteur::newInstance(10900000753,
+                                                                                 'Henry')
+                                   ->setPassword('supersecret'));
+
+    $this->assertTrue($this->_search_client->methodHasBeenCalled('SetPwdAdh'));
+  }
+
+
+  /** @test */
+  public function withoutSetPwdAdhFunctionSaveEmprunteurShouldNotCallSetPwdAdh() {
+    $this->_search_client
+      ->whenCalled('hasFunction')
+      ->with('SetPwdAdh')
+      ->answers(false);
+
+    $this->_orphee->saveEmprunteur(Class_WebService_SIGB_Emprunteur::newInstance(10900000753,
+                                                                                 'Henry')
+                                   ->setPassword('supersecret'));
+
+    $this->assertFalse($this->_search_client->methodHasBeenCalled('SetPwdAdh'));
+  }
+
+
+  /** @test */
+  public function withGetAdhAndLoginThroughSIGBOnlyShouldAuthenticateOnLoginPassword() {
+    Class_AdminVar::set('LOGIN_THROUGH_SIGB_ONLY', 1);
     $this->_search_client
       ->whenCalled('hasFunction')->with('GetAdh')->answers(true)
 
       ->whenCalled('GetAdh')
-      ->answers(Storm_Test_ObjectWrapper::mock()->whenCalled('getXml')->answers(''));
+      ->with(GetAdh::withCardAndPassword('10900000753', 'secret'))
+      ->answers(Storm_Test_ObjectWrapper::mock()
+                ->whenCalled('getXml')
+                ->answers(OrpheeFixtures::xmlGetInfoUserCarteHenryDupont()));
 
     $this->_orphee->getEmprunteur($this->_henry_dupont);
     $this->assertTrue($this->_search_client->methodHasBeenCalled('GetAdh'));
@@ -145,6 +249,8 @@ class OrpheeServiceBorrowerSoapActionDetectionTest extends OrpheeServiceTestCase
 }
 
 
+
+
 class OrpheeServiceTestAutoConnectSuccessful extends OrpheeServiceTestCase {
   public function setUp() {
     parent::setUp();
@@ -517,7 +623,7 @@ class OrpheeServiceTestGetLstDmntErrorsTest extends OrpheeServiceTestCase {
 }
 
 
-class OrpheeServiceGetLstDmtResponseTest extends PHPUnit_Framework_TestCase {
+class OrpheeServiceGetLstDmtResponseTest extends ModelTestCase {
   /** @test */
   public function withStandardXmlShouldGetXMLShouldRetunsIt() {
     $this->assertEquals('<?xml version="1.0" encoding="utf-8"?><datas></datas>',
@@ -671,6 +777,8 @@ class OrpheeServiceGetInfoUserCarteHenryDupontWithNoXMLTest extends OrpheeServic
 }
 
 
+
+
 class OrpheeServiceGetInfoUserCarteHenryDupontTest extends OrpheeServiceTestCase {
   protected $_reservations;
 
@@ -1065,8 +1173,80 @@ class OrpheeServiceGetInfoUserCarteHenryDupontTest extends OrpheeServiceTestCase
 
 
 
-class OrpheeServiceGetInfoUserCarteHenryDupontVersion092015Test extends OrpheeServiceGetInfoUserCarteHenryDupontTest {
+class OrpheeServiceGetAdhHenryDupontTest extends OrpheeServiceTestCase {
+  protected $_reservations;
 
+  public function setUp() {
+    parent::setUp();
+
+    Class_AdminVar::set('LOGIN_THROUGH_SIGB_ONLY', 1);
+
+    $this->_search_client
+      ->whenCalled('hasFunction')
+      ->with('GetAdh')
+      ->answers(true)
+
+      ->whenCalled('GetAdh')
+      ->with(GetAdh::withCardAndPassword('10900000753', 'secret'))
+      ->answers(Storm_Test_ObjectWrapper::mock()
+                ->whenCalled('getXml')
+                ->answers(OrpheeFixtures::xmlGetAdhHenryDupont()));
+
+    $this->emprunteur = $this->_orphee->getEmprunteur($this->_henry_dupont);
+  }
+
+
+  /** @test */
+  public function idShouldBe() {
+    $this->assertEquals('3062803', $this->emprunteur->getId());
+  }
+
+
+  /** @test */
+  public function codeBarresShouldBe200092468590() {
+    $this->assertEquals('200092468590', $this->emprunteur->getCodeBarres());
+  }
+
+
+  /** @test */
+  public function adresseBarresShouldBe28CheminDuPort() {
+    $this->assertEquals('28 chemin du Port', $this->emprunteur->getAdresse());
+  }
+
+
+  /** @test */
+  public function codePostalShouldBe92150() {
+    $this->assertEquals('92150', $this->emprunteur->getCodePostal());
+  }
+
+
+  /** @test */
+  public function villeShouldBeSuresnes() {
+    $this->assertEquals('SURESNES', $this->emprunteur->getVille());
+  }
+
+
+  /** @test */
+  public function dateNaissanceShouldBe1970_12_02() {
+    $this->assertEquals('1970-12-02', $this->emprunteur->getDateNaissance());
+  }
+
+
+  /** @test */
+  public function telephoneShouldBe0612345678() {
+    $this->assertEquals('0612345678', $this->emprunteur->getTelephone());
+  }
+
+
+  /** @test */
+  public function endDateShouldBe0612345678() {
+    $this->assertEquals('2018-10-09', $this->emprunteur->getEndDate());
+  }
+}
+
+
+
+class OrpheeServiceGetInfoUserCarteHenryDupontVersion092015Test extends OrpheeServiceGetInfoUserCarteHenryDupontTest {
   public function setUp() {
     parent::setUp();
 
@@ -1083,6 +1263,7 @@ class OrpheeServiceGetInfoUserCarteHenryDupontVersion092015Test extends OrpheeSe
       ->with(GetLstRsv::withAdh('100753'))
       ->answers(GetLstRsvResponse::withResult(OrpheeFixtures::xmlGetLstRsvHenryDupontVersion092015()));
 
+
     $this->emprunteur = $this->_orphee->getEmprunteur($this->_henry_dupont);
     $this->_reservations = $this->emprunteur->getReservations();
   }
@@ -1091,13 +1272,19 @@ class OrpheeServiceGetInfoUserCarteHenryDupontVersion092015Test extends OrpheeSe
 
 
 class OrpheeServiceReservationTest extends OrpheeServiceTestCase {
-  /** @test */
-  public function testReservationSuccessful() {
+  public function setUp() {
+    parent::setUp();
+
     $this->_search_client
       ->whenCalled('GetInfoUserCarte')
       ->with(GetInfoUserCarte::withNo('10900000753'))
-      ->answers(GetInfoUserCarteResponse::withResult(OrpheeFixtures::xmlGetInfoUserCarteHenryDupont()))
+      ->answers(GetInfoUserCarteResponse::withResult(OrpheeFixtures::xmlGetInfoUserCarteHenryDupont()));
+  }
+
 
+  /** @test */
+  public function testReservationSuccessful() {
+    $this->_search_client
       ->whenCalled('RsvNtcAdh')
       ->with(RsvNtcAdh::withNoticeUserNo('1301700727', 100753, 0))
       ->answers(RsvNtcAdhResponse::withResult('<datas><msg><code><![CDATA[1]]></code><libelle><![CDATA[Réservation mise en attente]]></libelle></msg></datas>'));
@@ -1120,10 +1307,6 @@ class OrpheeServiceReservationTest extends OrpheeServiceTestCase {
   /** @test */
   public function testReservationPeriodiqueSuccessful() {
     $this->_search_client
-      ->whenCalled('GetInfoUserCarte')
-      ->with(GetInfoUserCarte::withNo('10900000753'))
-      ->answers(GetInfoUserCarteResponse::withResult(OrpheeFixtures::xmlGetInfoUserCarteHenryDupont()))
-
       ->whenCalled('RsvNtcAdh')
       ->with(RsvNtcAdh::withNoticeUserNo('1301700727', 100753, 345))
       ->answers(RsvNtcAdhResponse::withResult('<datas><msg><code><![CDATA[1]]></code><libelle><![CDATA[Réservation mise en attente]]></libelle></msg></datas>'));
@@ -1146,10 +1329,6 @@ class OrpheeServiceReservationTest extends OrpheeServiceTestCase {
   /** @test */
   public function testReservationNotAllowed() {
     $this->_search_client
-      ->whenCalled('GetInfoUserCarte')
-      ->with(GetInfoUserCarte::withNo('10900000753'))
-      ->answers(GetInfoUserCarteResponse::withResult(OrpheeFixtures::xmlGetInfoUserCarteHenryDupont()))
-
       ->whenCalled('RsvNtcAdh')
       ->with(RsvNtcAdh::withNoticeUserNo('401700727', 100753, 0))
       ->answers(RsvNtcAdhResponse::withResult('<datas><msg><code><![CDATA[0]]></code><libelle><![CDATA[Réservation refusée]]></libelle></msg></datas>'));
@@ -1172,10 +1351,31 @@ class OrpheeServiceReservationTest extends OrpheeServiceTestCase {
       ->whenCalled('hasFunction')->with('setAdhDispoAnx')->answers(true)
       ->whenCalled('setAdhDispoAnx')->answers(null)
 
+      ->whenCalled('RsvNtcAdh')
+      ->with(RsvNtcAdh::withNoticeUserNo('1301700727', 100753, 0))
+      ->answers(RsvNtcAdhResponse::withResult('<datas><msg><code><![CDATA[1]]></code><libelle><![CDATA[Réservation mise en attente]]></libelle></msg></datas>'));
+
+    $result = $this->_orphee
+      ->reserverExemplaire($this->_henry_dupont,
+                           $this->fixture('Class_Exemplaire',
+                                          ['id' => 234,
+                                           'id_origine' => 'frOr1301700727',
+                                           'notice' => $this->fixture('Class_Notice',
+                                                                      ['id' => 988,
+                                                                       'type_doc' => Class_TypeDoc::LIVRE])]),
+                           'Testing Anx');
+
+    $this->assertEquals(['statut' => true, 'erreur' => ''], $result);
+  }
+
+
+  /** @test */
+  public function reservationWithSupportedAnxButNoCodeAnnexProvidedShouldNotCallSetAdhDispoAnx() {
+    $this->_search_client
+      ->whenCalled('hasFunction')->with('setAdhDispoAnx')->answers(true)
       ->whenCalled('GetInfoUserCarte')
       ->with(GetInfoUserCarte::withNo('10900000753'))
       ->answers(GetInfoUserCarteResponse::withResult(OrpheeFixtures::xmlGetInfoUserCarteHenryDupont()))
-
       ->whenCalled('RsvNtcAdh')
       ->with(RsvNtcAdh::withNoticeUserNo('1301700727', 100753, 0))
       ->answers(RsvNtcAdhResponse::withResult('<datas><msg><code><![CDATA[1]]></code><libelle><![CDATA[Réservation mise en attente]]></libelle></msg></datas>'));
@@ -1188,7 +1388,7 @@ class OrpheeServiceReservationTest extends OrpheeServiceTestCase {
                                            'notice' => $this->fixture('Class_Notice',
                                                                       ['id' => 988,
                                                                        'type_doc' => Class_TypeDoc::LIVRE])]),
-                           'Testing Anx');
+                           null);
 
     $this->assertEquals(['statut' => true, 'erreur' => ''], $result);
   }
diff --git a/tests/library/Class/WebService/ToutApprendreTest.php b/tests/library/Class/WebService/ToutApprendreTest.php
deleted file mode 100644
index fc57834f1e5b8290bb0064564a96d67d9268db22..0000000000000000000000000000000000000000
--- a/tests/library/Class/WebService/ToutApprendreTest.php
+++ /dev/null
@@ -1,150 +0,0 @@
-<?php
-/**
- * Copyright (c) 2012, Agence Française Informatique (AFI). All rights reserved.
- *
- * BOKEH is free software; you can redistribute it and/or modify
- * it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
- * the Free Software Foundation.
- *
- * There are special exceptions to the terms and conditions of the AGPL as it
- * is applied to this software (see README file).
- *
- * BOKEH is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU AFFERO GENERAL PUBLIC LICENSE for more details.
- *
- * You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
- * along with BOKEH; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA
- */
-
-class ToutApprendreTest extends ModelTestCase {
-  protected
-    $_storm_default_to_volatile = true,
-    $_toutApprendre;
-
-  public function setUp() {
-    parent::setUp();
-
-    RessourcesNumeriquesFixtures::activateToutApprendre();
-
-    $catalogue_xml = file_get_contents(realpath(dirname(__FILE__)). '/../../../fixtures/toutapprendre_catalogue.xml');
-    $http_client = $this->mock()
-                        ->whenCalled('open_url')
-                        ->with('http://biblio.toutapprendre.com/cours/catalogue.aspx?pk=2100')
-                        ->answers($catalogue_xml)
-                        ->beStrict();
-
-    Class_WebService_BibNumerique_ToutApprendre::setDefaultHttpClient($http_client);
-    Class_WebService_BibNumerique_RessourceNumerique::setCommand($this->mock()
-                                                                      ->whenCalled('execTimedScript')
-                                                                      ->answers(''));
-
-    $this->fixture('Class_CosmoVar', ['id' => 'types_docs', 'liste' => '']);
-
-    $codif_type_doc = $this->fixture('Class_CodifTypeDoc', ['id' => Class_TypeDoc::TOUTAPPRENDRE,
-                                                            'famille_id' => Class_CodifTypeDoc::INCONNU,
-                                                            'bibliotheques' => '1;8',
-                                                            'annexes' => '10;12',
-                                                            'sections' => '18;19']);
-
-    $this->fixture('Class_TypeDoc', ['id' => Class_TypeDoc::TOUTAPPRENDRE,
-                                     'codif_type_doc' => $codif_type_doc,
-                                     'label'=> 'Tout apprendre']);
-
-    Class_Album::setFileSystem($this->mock()->whenCalled('rmdir')->answers(true)
-                               ->whenCalled('unlink')->answers(true));
-
-    $this->onLoaderOfModel('Class_AlbumRessource')
-         ->whenCalled('getNextOrderFor')
-         ->answers(1);
-
-    $this->_toutApprendre = new Class_WebService_BibNumerique_ToutApprendre();
-    $this->_toutApprendre->harvest();
-
-    $this->_first_album = $this->_toutApprendre->getAlbums()[0];
-  }
-
-
-  /** @test */
-  public function firstAlbumTitreShouldBeLibreOffice() {
-    $this->assertEquals('LibreOffice Database - Module 1', $this->_first_album->getTitre());
-  }
-
-
-  /** @test */
-  public function numberOfAlbumsShould5() {
-    $this->assertEquals(5, count($this->_toutApprendre->getAlbums()));
-  }
-
-
-  /** @test */
-  public function firstAlbumLibreOfficeIdOrigineShouldBe4742() {
-    $this->assertEquals('4742', $this->_first_album->getIdOrigine());
-  }
-
-
-  /** @test */
-  public function firstRessourceTitleShouldBeConceptsEssentiels() {
-    $this->assertEquals('Concepts essentiels',$this->_first_album->getRessources()[0]->getTitre());
-  }
-
-
-  /** @test */
-  public function firstRessourceSouldBeValid() {
-    $this->assertTrue($this->_first_album->getRessources()[0]->isValid());
-  }
-
-
-  /** @test */
-  public function tenthRessourceIdShouldBe182() {
-    $this->assertEquals('182',$this->_first_album->getRessources()[10]->getIdOrigine());
-  }
-
-
-  /** @test */
-  public function firstAlbumLibreOfficeDesciptionShouldBeSet()  {
-    $this->assertEquals("Accéder aux données de LibreOffice Database et les imprimer",$this->_first_album->getDescription());
-  }
-
-
- /** @test */
-  public function posterToutApprendreShouldBeURIJacketURL(){
-    $this->assertEquals('http://www.toutapprendre.com/img/min/4742.gif',
-                        $this->_first_album->getPoster());
-  }
-
-
- /** @test */
-  public function bibliothequeShouldBeImportedInFirstAlbum() {
-    $this->assertEquals('1;8',$this->_first_album->getBibliotheques());
-  }
-
-
-  /** @test */
-  public function annexesShouldBeImportedInSecondAlbum() {
-    $this->assertEquals('10;12',$this->_first_album->getAnnexes());
-  }
-
-
-  /** @test */
-  public function sectionsShouldBeImportedInThirdAlbum() {
-    $this->assertEquals('18;19',$this->_first_album->getSections());
-  }
-
-
-  /** @test */
-  public function oldRessourceShouldHaveBeenDelete() {
-    $old_resource = $this->fixture('Class_AlbumRessource',
-                                   ['id' => 56,
-                                    'titre' => 'old ressource',
-                                    'id_album' => $this->_first_album->getId(),
-                                    'id_origine' => 456]);
-
-    $this->_first_album->setResources([$old_resource])->assertSave();
-    $this->_toutApprendre->harvest();
-
-    $this->assertNull(Class_AlbumRessource::find(56));
-  }
-}
\ No newline at end of file
diff --git a/tests/library/ZendAfi/View/Helper/Status/JsonTest.php b/tests/library/ZendAfi/View/Helper/Status/JsonTest.php
index 7e1c9db2df332fd5daeabf1929956877f7f7500c..47950f4a698ad625293d51f7cca11ae0693fe1ed 100644
--- a/tests/library/ZendAfi/View/Helper/Status/JsonTest.php
+++ b/tests/library/ZendAfi/View/Helper/Status/JsonTest.php
@@ -185,19 +185,6 @@ class ZendAfi_View_Helper_Status_JsonTest extends ZendAfi_View_Helper_Status_Tes
   }
 
 
-
-  /** @test */
-  public function ToutApprendreShouldEnabled() {
-    $this->assertContains(["code" => "TOUTAPPRENDRE",
-                           "label"  =>  "toutapprendre.com",
-                           "enabled" => true,
-                           "features" => ["HARVEST", "SSO"],
-                           "album_count" => 0
-                           ],
-                          $this->_report['digital_connectors']);
-  }
-
-
   /** @test */
   public function VodeclicShouldEnabled() {
     $this->assertContains(["code" => "VODECLIC",
diff --git a/tests/library/ZendAfi/View/Helper/TagCoursToutApprendreTest.php b/tests/library/ZendAfi/View/Helper/TagCoursToutApprendreTest.php
deleted file mode 100644
index 1e4fa14d6d30eca4a3cbdd1e2cd55a8b79fa8526..0000000000000000000000000000000000000000
--- a/tests/library/ZendAfi/View/Helper/TagCoursToutApprendreTest.php
+++ /dev/null
@@ -1,158 +0,0 @@
-<?php
-/**
- * Copyright (c) 2012, Agence Française Informatique (AFI). All rights reserved.
- *
- * BOKEH is free software; you can redistribute it and/or modify
- * it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
- * the Free Software Foundation.
- *
- * There are special exceptions to the terms and conditions of the AGPL as it
- * is applied to this software (see README file).
- *
- * BOKEH is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU AFFERO GENERAL PUBLIC LICENSE for more details.
- *
- * You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
- * along with BOKEH; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA 
- */
-
-require_once('ViewHelperTestCase.php');
-
-class ZendAfi_View_Helper_TagCoursToutApprendreTest extends ViewHelperTestCase {
-  /** @var ZendAfi_View_Helper_TagCoursToutApprendre */
-  protected $_helper;
-
-  /** @var Class_Album */
-  protected $_album;
-
-  /** @var string */
-  protected $_html;
-
-  /** @var Class_Users */
-  protected $_normand;
-
-  public function setUp() {
-    parent::setUp();
-
-    $this->_normand = Class_Users::newInstanceWithId(45)
-      ->setIdabon(45)
-      ->setPrenom('Normand')
-      ->setNom('Baillargeon')
-      ->setMail('normand@test.com')
-      ->setUserGroups([]);
-
-    $identity = new StdClass();
-    $identity->ID_USER = 45;
-
-    ZendAfi_Auth::getInstance()->getStorage()->write($identity);
-    Storm_Test_ObjectWrapper::onLoaderOfModel('Class_UserGroup')
-      ->whenCalled('findAllBy')
-      ->answers([]);
-
-    $this->group_multimedia = $this->fixture('Class_UserGroup',
-                                             ['id' => 20, 
-                                           'libelle' => 'Numerique'])
-      ->addRight(Class_UserGroup::RIGHT_ACCES_TOUTAPPRENDRE);
-
-    
-    $this->_album = Class_Album::getLoader()
-      ->newInstanceWithId(33)
-      ->setTitre('Petit cours d\'autodefense intellectuelle')
-      ->beCoursToutApprendre()
-      ->setRessources([ '0' => Class_AlbumRessource::getLoader()
-                        ->newInstanceWithId('8')
-                        ->setIdOrigine('889')
-                        ->setTitre('Pourquoi étudier la pensée critique ?'),
-                        
-                        '1' => Class_AlbumRessource::getLoader()
-                        ->newInstanceWithId('9')
-                        ->setIdOrigine('890')
-                        ->setTitre('Quelques remarques sur le language'),
-
-                        '2' => Class_AlbumRessource::getLoader()
-                        ->newInstanceWithId('10')
-                        ->setIdOrigine('891')
-                        ->setTitre('Deux expériences de psychologie sociale'),
-                       
-
-                        
-                        ]);
-    $view = new ZendAfi_Controller_Action_Helper_View();
-    $this->_helper = new ZendAfi_View_Helper_TagCoursToutApprendre();
-    $this->_helper->setView($view);
-  }
-
-
-  /** @test */
-  public function withCurrentUserAbonneSigbShouldDisplayToutApprendreLinkPsychologieSociale() {
-    $this->_normand
-      ->setUserGroups([$this->group_multimedia])
-      ->setDateFin('2023-09-12')
-      ->beAbonneSIGB();
-  
-    $this->assertXPathContentContains($this->_helper->tagCoursToutApprendre($this->_album), 
-                                      '//a[contains(@href, "&pkl=891")][@target="_blank"]',
-                                      'psychologie sociale');
-
-  }
-
-
-
-
-  /** @test */
-  public function withCurrentUserAbonneSigbInvalidShouldNotDisplayLinkPsychologieSociale() {
-    $this->_normand
-      ->setUserGroups([$this->group_multimedia])
-      ->setDateFin('2003-09-12')
-      ->beAbonneSIGB();
-
-    $this->assertNotXPath($this->_helper->tagCoursToutApprendre($this->_album), 
-                          '//a[contains(@href, "&pkl=891")]');
-
-  }
-
-
-
-  /** @test */
-  public function withCurrentUserAbonneSigbThatNotInToutApprendreGroupShouldNotDisplayLinkFullPlay() {
-    $this->_normand
-      ->setDateFin('2023-09-12')
-      ->beAbonneSIGB();
-
-    $this->assertNotXPath($this->_helper->tagCoursToutApprendre($this->_album), 
-                          '//a[contains(@href, "&pkl=891")]');
-
-  }
-
-
-  /** @test */
-  public function withCurrentUserNotAbonneShouldNotDisplayLinkToutApprendre() {
-    $this->_normand->beInvite();
-    $this->assertNotXPath($this->_helper->tagCoursToutApprendre($this->_album), 
-                          '//a[contains(@href, "&pkl=891")]');
-  }
-
-
-  /** @test */
-  public function withCurrentUserNotAbonneToutApprendreShouldDisplayErrorMessage() {
-    $this->_normand->beInvite();
-
-    $this->assertXPathContentContains($this->_helper->tagCoursToutApprendre($this->_album), 
-                                      '//p', 'abonnement valide');
-  }
-
-
-  /** @test */
-  public function withNoCurrentUserForToutApprendreShouldDisplayErrorMessage() {
-    ZendAfi_Auth::getInstance()->getStorage()->clear();
-
-    $this->assertXPathContentContains($this->_helper->tagCoursToutApprendre($this->_album), 
-                                      '//p', 'abonnement valide');
-  }
-
-}
-
-?>
\ No newline at end of file
diff --git a/tests/scenarios/CodificationBrowser/CodificationBrowserTest.php b/tests/scenarios/CodificationBrowser/CodificationBrowserTest.php
index 023decf54da873d98f38433cd861e24138071b05..1918a78020ff9ee5417a2390da15fcc70f1801f9 100644
--- a/tests/scenarios/CodificationBrowser/CodificationBrowserTest.php
+++ b/tests/scenarios/CodificationBrowser/CodificationBrowserTest.php
@@ -47,6 +47,7 @@ class CodificationBrowserIndexDispatchTest extends Admin_AbstractControllerTestC
             ['doctype-browser', 'Types de documents'],
             ['pcdm4-browser', 'PCDM4'],
             ['dewey-browser', 'Dewey'],
+            ['author-function-browser', 'Fonctions auteurs'],
             ['interest-browser', 'Centres d\'intérêts'],
             ['library-browser', 'Bibliothèques']];
   }
@@ -57,7 +58,7 @@ class CodificationBrowserIndexDispatchTest extends Admin_AbstractControllerTestC
    * @dataProvider datas
    */
   public function categoriesShouldBeInTable($controller, $label) {
-    $this->assertXPathContentContains('//td//a[@href="/admin/' . $controller . '"]', $label);
+    $this->assertXPathContentContains('//td//a[@href="/admin/' . $controller . '"]', $label, $this->_response->getBody());
   }
 
 
@@ -114,6 +115,41 @@ class CodificationBrowserAuthorSimpleIndexTest extends CodificationBrowserSimple
 
 
 
+class CodificationBrowserAuthorFunctionSimpleIndexTest extends AbstractControllerTestCase {
+  protected
+    $_storm_default_to_volatile = true,
+    $_controller = 'author-function-browser',
+    $_model = 'Class_CodifAuteurFonction';
+
+
+  public function setUp() {
+    parent::setUp();
+    Class_AdminVar::set('CODIFICATION_BROWSER', 1);
+
+    $this->fixture('Class_CodifAuteurFonction', ['id' => '330',
+                                                 'libelle' => 'Auteur douteux']);
+
+  }
+
+
+
+  /** @test */
+  public function itemShouldBeInTable() {
+    $this->dispatch('/admin/' . $this->_controller, true);
+    $this->assertXPathContentContains('//td', 'Auteur douteux', $this->_response->getBody());
+  }
+
+
+  /** @test */
+  public function editCodifShouldDisplayForm() {
+    $this->dispatch('/admin/author-function-browser/edit/id/330', true);
+    $this->assertXPathContentContains('//td', 'Auteur douteux', $this->_response->getBody());
+  }
+}
+
+
+
+
 class CodificationBrowserThesauriSimpleIndexTest extends CodificationBrowserSimpleIndexTestCase {
   protected
     $_controller = 'thesauri',