/*=====================================*/
/* FEUILLE DE STYLES POUR L'IMPRESSION */
/*=====================================*/



#header, #menuH1, #menuH2, #info, #menuVL, #menuVR, #sfWebDebug, #footer, #go-top, .spacer
#footer-separator, #mainMedia, #articleFooter, #print, #blog-submenu, a#window_top, .pager, .more, object {
	display: none;
}

img { display: none; }

body,p,td {
	background: white;
	font-size: 10pt;
}

h1 {
	font-size: 16pt;
	font-weight: bold;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
}

h4 {
	font-size: 10pt;
	font-weight: bold;
}

#content {
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
}

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



/* ================== PLAN DU SITE ===================== */

ul#sitemap li {
  margin-bottom: 5pt;
}

ul#sitemap li a {
  text-decoration: none;
}

ul#sitemap li img {
	display: none;
}

/* ================== ARTICLES ===================== */

.linksContainer a:link:after, .linksContainer a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 80%;
}
.linksContainer a[href^="/"]:after {
   content: " (http://www.alistapart.com" attr(href) ") ";
}

.article-list dt {
	font-weight: bold;
}
