/* - - - - - - - - - - - - - - - - - - - - -
Title : CSS print styles
URL : polyformation.com
Author : Pierre Jahan - JahanDesign.com
Last modified : 20/08/2007
- - - - - - - - - - - - - - - - - - - - - */

body {
	color:#000;
	font-size:90%;
	line-height:normal;
	font-family: Arial, Sans-Serif;
	background:none;
}
#banner, #sidebar, #topMenu, #footer, 
.boxAutresArticles, .boxDocuments, .ariane, .spip_forms, .spip-admin-bloc, .print, .nettoyeur { display:none; }
a { color:#00c; text-decoration:none; font-weight:normal; }
a, a img { border:none; }
.logoArticle img { 
	float:right;
	margin:0 0 5px 10px; 
}
strong { padding:0 5px; }
h1 { 
	padding-bottom:3px;
	border-bottom:#999 solid 1px; 
}
h1 { font-size:2em; }
h2 { font-size:1.8em; }
h3, h3.spip { font-size:1.6em; }
h3.spip {
	text-transform:uppercase;
	background-color:#fafafa;
}
h4 { font-size:1.5em; }
h5 { font-size:1.4em; }
h6 { font-size:1.3em; }
td { padding:5px; border:#999 solid 1px; }
.boxPs { 
	clear:right;
	float:right;
	width:200px;
	border-left:2px solid #999;
	margin:10px 0 5px 10px; 
	padding-left:10px;
	
}