/* version=1.1 */
body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12t;
	margin-left: 20px;
	background-color: #F0F0F0;
	background-image: url(../textures/toile_0.png);
}
table {
	border-style: solid;
	border-color: #000000; /*#C0C0C0*/;
	border-width: thin;
	border-collapse: collapse;
	width: 800px;
}
th, td {
	border-style: solid;
	border-color: #404040; /*#C0C0C0*/;
	border-width: thin;
	padding: 20px;
}
table.myTable0, th.myTable0, td.myTable0 {
	border-style: none;
}