/*
--------------------------------------------------------------------
Paul Rioux Print Styles
WEB designer: Marie-Eve roy
Version:  juillet 2006
-------------------------------------------------------------------- */



/* STRUCTURE
-------------------------------------------------------------------- */

	  
body {
	margin: 0;
	padding: 0;
	font: "Times New Roman", Times, serif;
}


/* THINGS TO hide
-------------------------------------------------------------------- */

	  
#header, #headertop, #headerlogo, #headersousmenu, #footer {
	display: none;
}


/* THINGS TO show
-------------------------------------------------------------------- */

	  
#contenu {
	display:block;
	width:620px;

}


/* 
-------------------------------------------------------------------- */
a {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

	
h1 {
	font-size: 24px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	color: #000;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}

h2 {
	font-size: 17px;
	font-weight:bold;
	border-left: 18px solid #000;
	padding-left: 5px;
}

h3 {
	font-size: 14px;
	padding-left: 23px;
}
	  
p {
	color: #000;
	margin-left: 1em 0;
	line-height: 14px;
	padding-left: 23px;
	padding-right: .6in;
	padding-top: 5px;
}

blockquote {
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	line-height: 15px;
	color: #000;
	padding: 0 23px;
	padding-bottom: 5px;
	padding-right: .6in;
	padding-top: 5px;
}  
