/* ----------------------------------------------------- */
/* Date de la dernière modification : 10 déc 2006 ------ */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */

/* ----------------------------------------------------- */
/* -- Feuille de style pour impression ----------------- */
/* ----------------------------------------------------- */

   #Menu, #Bandeau, #Pied, .support, img, object
   {
      display : none;
   }
   
   body
   {
      color : black;
      text-align : left;
   }
   
   a:link, a:visited 
   {
      text-decoration: none;
      background: transparent;   
      color: #520;   
   }
   
   a:link:after, a:visited:after 
   {
      content : "[ "attr(href)"]";
      background: transparent;   
      color: black;  
   }
   
   
   div.lignessignatures
   {
      display : block;
   } 
   
   
   div.lignessignatures hr
   {
      margin-top : 1.5em; 
   }


