@charset "UTF-8";
body {
	background : white;
	font-size : 12pt;
	color : #000000;
}
.navigation {
	display : none;
}
#container #intro #header #sommaire #preambule #preambule h1 {
	width : auto;
	margin : 0 3em;
	padding : 0;
	border : 0;
	float : none !important;
	color : black;
	background : transparent none;
}
div#container {
	margin-left : 10%;
	padding-top : 1em;
	border-top : 1px solid #930;
}
#bodywrap {
	width : 100%;
	margin-right : 0;
}
a:link, a:visited {
	color : #520;
	background : transparent;
	font-weight : bold;
	text-decoration : underline;
}
#container a:link:after, #container a:visited:after {
	content : " (" attr(href) ") ";
	font-size : 90%;
}
#footer {
	display : none;
}
img {
	display : none;
}
h1 {
	page-break-before: always
}
h1, h2, h3,  h4, h5, h6 {
	page-break-after: avoid
}
ul, ol, dl {
	page-break-before: avoid
}
