diff --git a/resources/css/style.css b/resources/css/style.css
index 060512f1e06a1010eb5d3342c0f63361867d6ee7..3d566b069d34327f3f4c8dadb0a8c8cff414b010 100644
--- a/resources/css/style.css
+++ b/resources/css/style.css
@@ -13,10 +13,6 @@ body {
 }
 
 /* global */
-#content {
-    margin: 0;
-    padding: 2rem 1rem;
-}
 button, .button {
     background: #214BB5;
     border: 2px solid #214BB5;
diff --git a/templates/web/en/index.tt2.html b/templates/web/en/index.tt2.html
index fd16eba1da983bb782ab8949a369577dbfbf6f42..6430c9dc5f106186b12b9f6367c21cd707c80ef2 100644
--- a/templates/web/en/index.tt2.html
+++ b/templates/web/en/index.tt2.html
@@ -33,7 +33,7 @@
             <h1>[% app.name %]</h1>
         </header>
 
-        <div id="content">
+        <main>
 
             [% IF errors %]
             <div class="ui-widget">
@@ -50,10 +50,10 @@
             [% PROCESS 'content.tt2.html' %]
 
             [% END %]
-        </div>
+        </main>
 
         <footer>
-	    <p class="text-center">[% app.name %] [% app.version %] - <a href="mailto:[% app.support_email %]">contact us</a></p>
+            <p class="text-center">[% app.name %] [% app.version %] - <a href="mailto:[% app.support_email %]">contact us</a></p>
         </footer>
 
         <script src="foundation/js/vendor/what-input.js"></script>
diff --git a/templates/web/fr/index.tt2.html b/templates/web/fr/index.tt2.html
index 15515ebbc6b09c67d2ebeab752b5f231e77519a0..5d62c1af3b82251bb3a67555d9246610cbaf2fdf 100644
--- a/templates/web/fr/index.tt2.html
+++ b/templates/web/fr/index.tt2.html
@@ -33,7 +33,7 @@
 	    <h1>[% app.name %]</h1>
         </header>
 
-        <div id="content">
+        <main>
 
             [% IF errors %]
             <div class="ui-widget">
@@ -50,10 +50,10 @@
             [% PROCESS 'content.tt2.html' %]
 
             [% END %]
-        </div>
+        </main>
 
         <footer>
-	    <p class="text-center">[% app.name %] [% app.version %] - <a href="mailto:[% app.support_email %]">contactez nous</a></p>
+            <p class="text-center">[% app.name %] [% app.version %] - <a href="mailto:[% app.support_email %]">contactez nous</a></p>
         </footer>
 
         <script src="foundation/js/vendor/what-input.js"></script>