/* 
    Document   : print
    Created on : 22 mars 2010, 16:14:02
    Author     : pierre
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
body { background:#fff;margin:10px;padding:0;font-size: 12pt;text-align:center; }
#content { width:760px;margin:0px auto;text-align:left;}

.headline { font-size:16px;}
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}

.infos { display:none;}
#content .article { border:none; }
#content a:link:after, #content a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
  }

@media print {
  .infos { display:block; }
  .no-print { display:none;}
}
