/*   **********   HTML STANDARD   **********   */
h1, h2, h3, h4, h5, h6 {
	page-break-after: avoid;
}
p, blockquote, ul, ol, dl, pre {
	page-break-inside: avoid;
}
a {
	text-decoration: none;
	color: #000000;
}
#contenu a[href]:after, #actus a[href]:after {
	content: " [" attr(href) "]";
	font-size: small;
}
acronym {
	border: 0;
}
acronym[title]:after {
	content: " (" attr(title) ")";
}



/*   **********   DECOUPAGE PRINCIPAL ET ELEMENTS SPECIFIQUES   **********   */
#logo, #photo, #ours {
	display: none;
}
#document, #bandeau, #page, #contenu, #ours {
	width: 100%;
}
#bandeau img {
	border: 0;
}
#logoprint {
	width: 664px;
	height: 193px;
	border: 0;
}
#contenu {
	float: none;
}
#printonly {
	display: block;
	margin: 0;
	padding: 0;
}
#menu, #bouton_montrer, #boutons_admin_supp, .acccesslayout, .bypass, .pagination {
	display: none;
}

