diff --git a/application/modules/opac/views/scripts/panier/_panier_row.phtml b/application/modules/opac/views/scripts/panier/_panier_row.phtml
index 675fe5219804ff35989adc97e6d298e44d035114..00a6cb43753b6233aea4bc8498cda5ac9cd5c283 100644
--- a/application/modules/opac/views/scripts/panier/_panier_row.phtml
+++ b/application/modules/opac/views/scripts/panier/_panier_row.phtml
@@ -15,16 +15,17 @@ if ($this->panier->hasCatalogues()) {
 	echo '<div>'.implode(', ', $catalogue_links).'</div>';
 }
 ?>
-<td><?php echo $this->panier->getDateMaj(); ?></td>
+<td><?php echo $this->humanDate($this->panier->getDateMaj(),'dd/MM/Y'); ?></td>
 <td><?php echo $this->panier->numberOfNotices(); ?></td>
 <td><a href="<?php echo $this->url(['action' => 'index', 
-	  				 'id_panier' => $this->panier->getId()]); ?>">&nbsp;</a></td>
+	  				 'id_panier' => $this->panier->getId()]); ?>#panier_contenu">&nbsp;</a></td>
 	 <td><?php 
 	 echo $this->tagAnchor(['module' => 'opac', 
 													'controller' => 'recherche',
 													'action' => 'simple',
 													'id_panier' => $this->panier->getId(),
-													'retour_panier' => $this->panier->getId()],'&nbsp;'); ?></td>
+													'retour_panier' => $this->panier->getId()],
+												 '&nbsp;'); ?></td>
 <?php if ($this->panier->isUserEquals(Class_Users::getIdentity())) { ?>
 		 <td class="supprimer">
 		 <a href="<?php echo $this->url(['action' => 'supprimerpanier', 'id_panier' => $this->panier->getId()]) ?>"  onclick="return confirm('<?php echo $this->traduire("Etes-vous sûr de vouloir supprimer ce panier ?"); ?>')">&nbsp;</a>
diff --git a/application/modules/opac/views/scripts/panier/index.phtml b/application/modules/opac/views/scripts/panier/index.phtml
index 1081b20be8ac6470cc946eff0afe1d8307c48e8b..ac7a2590eaebeca2199efd94c122d1ef2e66713b 100644
--- a/application/modules/opac/views/scripts/panier/index.phtml
+++ b/application/modules/opac/views/scripts/panier/index.phtml
@@ -47,6 +47,7 @@ if($this->panier_courant) {
 		case 1: $msg=" - (1 notice)"; break;
 	  default:$msg=" - (".$nombre_notices." notices)"; break;
 	}
+	print('<a name="panier_contenu"></a>');
 	$this->openBoite($this->panier_courant->getLibelle()."<small>".$msg."</small>");
 	
 	// Formulaire modif du libelle
diff --git a/ckeditor/config.js b/ckeditor/config.js
index a15bc1ad1db8b2b3e4df3fbb66b499fd4516daa0..a2c9a2b2245450a7b14b27ed8ae6e853b2ab39ea 100644
--- a/ckeditor/config.js
+++ b/ckeditor/config.js
@@ -122,6 +122,8 @@ CKEDITOR.addStylesSet('default',[
 {	name:'Texte supprimé', element:'del' },
 {	name:'Texte inséré', element:'ins' },
 {	name:'Citation', element:'cite' },
+{	name:'Mise en avant', element:'div',
+attributes:{class:'mise_en_avant'}},
 {
 	name:'Ecriture droite à gauche',
 	element:'span',