/*--------------------------- CSS pour les impressions -------------------------------*/
body{
	background-image: none;
	background-color: white;
}
#container {
	background-image: none;
}
.adresse_viasourcing_print { 
    display: block; 
	background-color:#79b51c; /* vert pomme */
	color:white; /* vert pomme */
	font-weight: bold;
}
li, h1, h2, h3, body, #col_centre, #col_centre h2 {
	font-size:18px;
}
#col_centre {
	width: 90%;
}
#header, #menu_horizontal, #col_gauche, #col_droite, #footer { 
    display : none; 
}
.copyright { 
    display : none; 
}


