a.lien {
	color: #000000;
	text-decoration: none;
}

a.lien:hover {
	text-decoration: underline;
	color: #FF0000;
}

input.bouton {
	color: #FFFF00;
	background-color: #FF0000;
	border: thin outset;
	font-weight: bold;
}

td.lignebasse {
	color: #FF0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-size: 20px;
	font-weight: bold;
}

td.separation {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #FF0000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

td.double {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

td.sousligne {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-size: 12px;
}

td.surligne {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	font-size: 12px;
}

table.cadre {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #FF0000;
}

table.menu {
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
}

th.menu {
	color: #FF0000;
	background-color: #000000;
}

td.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table.barre {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
}

td.fond {
	color: #FFFFFF;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}