diff --git a/VERSIONS_WIP/106684 b/VERSIONS_WIP/106684
new file mode 100644
index 0000000000000000000000000000000000000000..38c9d52a8f7b48c76610e454a6bc51ec0e90001b
--- /dev/null
+++ b/VERSIONS_WIP/106684
@@ -0,0 +1 @@
+ - ticket #106684 : Administration : Ajout d'un message sur la journée Bokeh du 2 avril 2020 à Talence
\ No newline at end of file
diff --git a/application/modules/admin/views/scripts/index/index.phtml b/application/modules/admin/views/scripts/index/index.phtml
index 64bc32060f4fddf7d8a049669057658caa1e80ab..cbd27b6f5e04b2df14eccc87aca568914e14be1d 100644
--- a/application/modules/admin/views/scripts/index/index.phtml
+++ b/application/modules/admin/views/scripts/index/index.phtml
@@ -1,8 +1,16 @@
+<table>
+  <tr>
+    <td><img src="<?php echo URL_ADMIN_IMG;?>iconfinder_megaphone_1296371.png"></td>
+    <td style="font-size:1.2em">
+La journée professionnelle autour de Bokeh aura lieu le Jeudi 2 Avril 2020 en région bordelaise (Talence - 33)<br>
+Programme et inscription : <a href="https://www.bokeh-library-portal.org/cms/articleview/id/101">https://www.bokeh-library-portal.org/cms/articleview/id/101</a>
+    </td>
+  </tr>
+</table>
 
+<?php echo $this->renderBokehVersion();?>
 
 <?php
-echo $this->renderBokehVersion();
-
 if ($this->is_request_secure)
   echo $this->myBibAppTeaser();
 ?>
@@ -13,9 +21,9 @@ if ($this->is_request_secure)
 echo $this->_('Démonstrations vidéos');
 ?>
 </h2>
-  <div><iframe width="750" height="450" src="https://www.youtube.com/embed/videoseries?list=PLL40cYmJt-b9YSCI0rvnxl8xjptuvgiZC" allowfullscreen></iframe></div>
+<div><iframe width="750" height="450" src="https://www.youtube.com/embed/videoseries?list=PLL40cYmJt-b9YSCI0rvnxl8xjptuvgiZC" allowfullscreen></iframe></div>
 
-  <h2><?php echo $this->_('Paramètres du site');?>&nbsp;:</h2>
+<h2><?php echo $this->_('Paramètres du site');?>&nbsp;:</h2>
 <?php
 $lien = $edit_domain_name = '';
 if ($this->user->isAdmin()) {
diff --git a/public/admin/images/iconfinder_megaphone_1296371.png b/public/admin/images/iconfinder_megaphone_1296371.png
new file mode 100644
index 0000000000000000000000000000000000000000..40b1d07ee3f3adb4b6145d6959eee9eca73755fb
Binary files /dev/null and b/public/admin/images/iconfinder_megaphone_1296371.png differ