/*
	Feuille de style du media "print" du site "L'Annuaire des Constructeurs" du CTICM
	Réalisation : RT
	Dernière modification : 2.11.2009
*/

body {
/*	color: White; */
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
/*	font-size: small; */
}

#bandeau, #zone_de_navigation, #extra, .noprint {
	display: none;
}

address {
	text-align: center;
	font-size: 90%;
	font-style: normal;
}

span.Title {
	text-decoration: underline;
	}

#zone_de_texte h2 {
	text-align: center;
}

#zone_de_texte table {
	border: 1px solid;
	border-collapse: collapse;
	width: 100%;
}

#zone_de_texte table caption {
	font-weight: bold;
	letter-spacing: 3px;
	margin-bottom: 20px;
}

#zone_de_texte table th, #zone_de_texte table td {
	padding: 5px 5px 5px 5px;
}

