/*
	Trets Auto Import
	Définition des feuilles de style pour impression
	Auteur : Cécile Roussel - Alliances Consultant

*/

@page { size: portrait; }
@page { margin: 1cm; }

body {
	font-size: 11px;
	color: #000;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}

#page {
	width: 640px;
	border: 0;
}

.noprint {
	display: none;
}

#bandeau, #voiture, #menu {
	display: none;
}

/* Bandeau */
#bandeau-print {
	display: block;
	padding-bottom: 40px;
}


#centre {
	border: 0;
}

#copyright, #chemin, .sep-gris, img.haut, .imgright, .imgleft {
	display: none;
}

#copyright-print {
	text-align: center;
	display: block;
}

/* Pied de page */

#pied {
	display: none;
}

#pied-print {
	display: block;
	margin: 40px 0 10px 0;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	color: #021F3A;
	background: #FFF;
}