/*
 * Surcharges pour l'impression
 */
 
body {
	color: black;
	background: white;
}
a, a:link, a:visited, a:active, a:hover, h2 a:hover {
	color: black;
	text-decoration: underline;
}

/* Surcharge du bloc de texte */
.main-text {
	color: black;
	background: white;
}

/* Sommaire */
td.toc-cell {
	width: 0px;
}
.jmtoc {
	display: none;
}
.sepjm01 {
	display: none;
}

/* Barre de navigation textuelle */
.local-navbar {
	display: none;
}

/* Contenu de la page */
.cell-page-contents {
	text-align: center;
}
.page-conteneur {
	width: auto;
	margin: 0;
}
.page-contents {
	width: auto;
	float: none;
	text-align: left;
}
.page-contents p {
	text-align: justify;
}

/* Modification de la couleur du texte */
.footnote-panel {
	display: none;
}

