diff --git a/src/couchapp/secreton/_attachments/index.html b/src/couchapp/secreton/_attachments/index.html
index deec29cc737263d260adbdff63398611c5796bd8..a01098c219fbea1df9bab393d10ef26e02aaef7a 100644
--- a/src/couchapp/secreton/_attachments/index.html
+++ b/src/couchapp/secreton/_attachments/index.html
@@ -62,7 +62,9 @@
 		</form>
   </div>
   <div id="results"></div>  
-  
+  <div id="footer">
+  Visit our website:<a href="http://www.pasteur.fr/ip/easysite/pasteur/en/research/scientific-departments/genomes-and-genetics/units-and-groups/evolutionary-microbial-genomics/index">Microbial evolutionary genomics group</a> 
+  </div>
   </body>
   <script type="text/javascript">
 $(".tooltip a" , "#results").live('mouseenter', function(){
diff --git a/src/couchapp/secreton/_attachments/style/main.css b/src/couchapp/secreton/_attachments/style/main.css
index e63085c700252cd7ce76fc5b1965d0260d90f2e7..1b06c8f31a49ca5cc87799d2eb29f6393bcd552d 100644
--- a/src/couchapp/secreton/_attachments/style/main.css
+++ b/src/couchapp/secreton/_attachments/style/main.css
@@ -51,4 +51,7 @@ h2 {
 }
 #head p:first-letter{
 	font-weight:bold;
+}
+#footer{
+	text-align:center;
 }
\ No newline at end of file
diff --git a/src/couchapp/secreton/templates/secretion_system.html b/src/couchapp/secreton/templates/secretion_system.html
index 0ea24a9ac7c7aea8ae4d12c13dd76e937fea7461..273caa5329a5c5e6a9274c7bb37b5d440ec3705f 100644
--- a/src/couchapp/secreton/templates/secretion_system.html
+++ b/src/couchapp/secreton/templates/secretion_system.html
@@ -255,10 +255,10 @@
 </head>
 
 <body>
-	<h1>Non-Flagellar Type III Secretion System</h1>
-	
-	<a href="../../index.html"><img src="../../images/systeme_simple.svg" width="100px" title="Go to Secreton search page" alt="Non-Flagellar Type III Secretion System schema"></a>
-	
+	<div id="header">
+	   <a href="../../index.html"><img src="../../images/systeme_simple.svg" width="75px" title="Go to Secreton search page" alt="Non-Flagellar Type III Secretion System schema"></a>
+	   <h1>Non-Flagellar Type III Secretion System</h1>
+	</div>
 	<ul>
 	    {{#replicon}}
 	    <li>strain: {{strain}}</li>
@@ -312,7 +312,7 @@
 				<td>{{strand}}</td>
 				<td>{{begin}}</td>
 				<td>{{end}}</td>
-				<td><span class="gene_name">{{match}}</span></td>
+				<td>{{match}}</td>
 				<td>{{full_score}}</td>
 				<td>{{e_value}}</td>
 				<td>{{best_domain_score}}</td>
@@ -327,7 +327,9 @@
 			{{/genes}}
 		</tbody>
 	</table>
-	
+	<div id="footer">Please contact us at this adress .
+  Visit our website:<a href="http://www.pasteur.fr/ip/easysite/pasteur/en/research/scientific-departments/genomes-and-genetics/units-and-groups/evolutionary-microbial-genomics/index">Microbial evolutionary genomics group</a> 
+  </div>
 </body>