body {
	padding: 0;
	margin: 0;
	background-color: #FFFFCC;
}

a, a:visited {
	color: #000000
}

.titre1 {
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.titre2 {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 3px;
/*	font-weight: bold;*/
}

.info, .erreur {
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: red;
	text-align: center;
}

table.zone {
	background-color: White;
	border: 1px;
	border-style: solid;
	border-color: Black;
}

.titre_zone {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

td.titre_zone {
	background-color: #B4E891;
	text-align: center;
}

.pied {
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
}

.entete {
	font-size: 80%;
}

/* Tableau de donnees */
table.data { 
	border: 1px solid #111111;
	background-color: #FFFFFF;
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
}

th.data {
	padding: 3px;
	text-align: center;
	font-weight: bold;
	font-size: 9pt;
	background-color:#DDDDDD;
	border: solid 1px #FFFFFF
}

tr.data { background-color: #FFFFFF }

tr.data2 { background-color: #EEEEEE }

tr.datahover { background-color: #B4E891 }

td.data {
	padding: 3px;
	font-size: 9pt;
	border: solid 1px #FFFFFF;
}