***************************************************************************/
 
 
-div.ax_mail {
+div.ax_background {
     margin : 0;
     padding : 1em 0;
     background-color: #ddd;
     color: #000;
 }
 
-div.ax_text {
+div.ax_mail {
     margin : auto;
     width : 72ex;
     font-family : "Georgia", "Times New Roman", serif;
 
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                *
  ***************************************************************************/
 
-div.nl {
+div.nl_background {
     margin : 0;
     padding : 1em 0;
     background-color: #ddd;
     color: #000;
 }
 
-div.nl_text {
+div.nl {
     margin : auto;
     width : 72ex;
     font-family : "Verdana", "Arial", "Helvetica", sans-serif;
 
   <head>  
     <title>Lettre d'information de l'AX</title>
     <style type="text/css">
+      {literal}
+      body      { background-color: #ddd; color: #000; }
+      {/literal}
     <!--
       {$am->css()}
     -->
     </style>
   </head>
   <body>
+    <div class="ax_background">
 {/if}
     <div class='ax_mail'>
-    <div class='ax_text'>
       <div class="title">{$am->title()}</div>
       <div class="intro">{$am->head($prenom, $nom, $sexe, 'html')|smarty:nodefaults}</div>
       <div class="body">{$am->body('html')|smarty:nodefaults}</div>
         <a href="https://www.polytechnique.org/ax/out{if $hash}/{$hash}{/if}">ne plus recevoir</a>]
       </div>
     </div>
-    </div>
 {if $is_mail}
+    </div>
   </body>
 </html>
 {/if}
 
   <head>  
     <title>Lettre mensuelle de Polytechnique.org</title>
     <style type="text/css">
+      {literal}
+      body      { background-color: #ddd; color: #000; }
+      {/literal}
     <!--
       {$nl->css()}
     -->
     </style>
   </head>
   <body>
+    <div class='nl_background'>
 {/if}
     <div class='nl'>
-    <div class='nl_text'>
       <div class="title">{$nl->title()}</div>
       <div class="intro">{$nl->head($prenom, $nom, $sexe, 'html')|smarty:nodefaults}</div>
       <a id="top_lnk"></a>
          <a href="https://www.polytechnique.org/nl/out">ne plus recevoir</a>]
       </div>
       </div>
-    </div>
 {if $is_mail}
+    </div>
   </body>
 </html>
 {/if}