/*
	Feuille de style du media "print" du site "Revue Construction Métallique" du CTICM
	Réalisation : RT
	Dernière modification : 18.9.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 h1 {
	text-align: center;
}

p img {
	border: none
}

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

table {
	border: 1px solid;
	border-collapse: collapse;
	margin-left: 1px;
	margin-right: 10px;
	margin-top: 1px;
}

table tbody td, table thead th {
	border: 1px dotted;
	border-collapse: separate;
	text-align: left;
	vertical-align: top;
	padding: 5px 2px 2px 5px;
}
