@charset "UTF-8";
/* CSS Document for printer-friendly version*/

body  {
	font: .75em Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	line-height:1.5em;
}

#container {
	padding: 15px;	
}

#header, #headerDualuse, #footerDualuse, #footer, #navigation {
	display:none;
}


#mainContent h1 {
	font-size: 180%;
	font-weight:lighter;
}

#mainContent h2 {
	font-size: 120%;
	font-weight: bold;
}

#mainContent h3 {
	font-size: 110%;
	font-weight: bold;
}

#mainContent h1, #mainContent h2, #mainContent h3 {
	padding: 4px 0 4px 0;
}

#mainContent ul, #mainContent ol {
	line-height:1.5em;
	margin-bottom:1.5em;
	margin-left:2em;
}

#titleDualuse  {
	font-size:115%;
	font-weight:bold;
}


#copyright {
	color: #000;
	padding: 5px;
	font-size:.8em;
	text-align:center;
	}


#mainContent ol.menu {
	list-style: upper-roman inside;
	margin: 0 20px 0 0;
	padding:0;
	color: #000;
	font-weight:bold;
	}

#mainContent .menu li {
	border-bottom: #000 2px solid;
	border-top: #000 2px solid;
	padding: 5px;
	margin: 5px 0;
	}

	
	