/* print styles */

body {
   background: white;
   font-size: 10pt;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   line-height:18pt;
   }
   
#implogo{
  display: block;
}

#nav1, div#swf, .chromestyle, .dropmenudiv {
   display: none;
   }
   
#home_block_texte, #home_block_texte2, #home_block_texte_sect {
   width: 610px;
 margin-left: 2%;
   padding: 10px;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
   
a:link, a:visited {
   color: #000000;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#home_block_texte a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#home_block_texte a[href^="/"]:after {
   content: " (http://www.sysacci.com" attr(href) ") ";
   }

