/******************************
Correction de la mise en page 
pour impression
*******************************/

#header_global, #col_droite, .print_hide {
	display: none;
	}

.print_only {
	display: block; 
	}
	
body, .texte_principal, .tableau_general {
	background-color: white;
	color: black;
	}
.dates_redaction, .footer h3 {
	color: black;
	}
	
table {
	border: 1px solid black;
	}
th {
	background: grey;
	}
.tableau_large {
	background: none;
	padding: 0px;
	}
	
a {
	color: black !important;
	}
	
#redaction_page h3 {
	border-color: black;
	}
	
#copyright_print {
	display: block;
	font-size: 10px;
	margin-top: 25px;
	padding-top: 5px;
	border-top: 1px dotted black;
	}
	
.footer p {
	margin: 0px;
	}
	
.texte_principal {
	width: 100%;
	}
