body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-color:#D4D0C8;
}

/*--------------texte----------------*/

.blanc {color: #FFFFFF}
.petit {font-size: 8pt}
.moyen {
	font-size: 12pt;
	font-weight: bold;
}
.gros {
	font-size: 20pt; 
}

/*--------------tableaux----------------*/

.td-titre {
	font-size: 12pt;
	font-weight: bold;
	color: #C9000A;
}
.td-liens {
	font-size: 9pt;
	padding: 10px;
}

/*--------------liens----------------*/

a:link {
	color: #009900;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #009900;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	background-color: #009900;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #009900;
	font-weight: bold;
	text-decoration: underline;
}
a.blanc:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.blanc:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.blanc:hover {
	color: #FFFFFF;
	background: url(../images/linx.gif) repeat;
	font-weight: bold;
	text-decoration: none;
}
a.blanc:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

