/* réalisé par TennisWeb
// www.tennisweb.org
// info@tennisweb.org

// version 5 - 01/12/05 */

body {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 1em;
}

h2 {
	width:98%;
	font-size: 140%;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-weight: bold;
	color: #006B9F;
	border-bottom: hidden;
}

table.print {
	background-color: #FFFFFF;
	color: #1E0E07;
	border-collapse: collapse;
	border: solid #1E0E07 1px;
	width: 100%;
}

table.print th {
	font-weight: bold;
	border-bottom : solid #1E0E07 1px;
	border-right : solid #1E0E07 1px;
}

table.print tr {
	border-bottom: solid #1E0E07 1px;
}

table.print td {
	border-right : solid #1E0E07 1px;
}
