@media print {

#header { display: none; }

#menu-sidemenu { display: none; }

#content ol li {
	text-transform: uppercase;
	font-weight: bold;
	padding: 1em 0 0 0;
}
#content li li {
	text-transform: none;
	font-weight: normal;
	padding: .4em 0 0 0;

}
blockquote {
	margin: 1em 3em 1.5em 2em;
	padding: 0 0 0 1em;
	border-left: 2px solid #000000;
	font-style: italic;
}

#sidebar ul.adresse {
	list-style:none;
}

#sidebar ul.adresse li {
	font-size: 12pt;
}
	
#sidebar .adresse h4 {
	font-size: 24pt;
	font-style:italic;
	margin-bottom: 0;
}


