BODY {
	margin: 2px;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 8pt;
	background-color : #AA0000;
	scrollbar-arrow-color : #FFFF00;
	scrollbar-base-color : #AA0000;
	scrollbar-dark-shadow-color : #AA0000;
	scrollbar-face-color : #CC0000;
	scrollbar-highlight-color : #AA0000;
	scrollbar-shadow-color : #FFFF00;
}

A {
	font-weight: bold;
	color: #FFCCAA;
	text-decoration: none;
}

A:HOVER {
	text-decoration: none;
}

td {
	font-family: Verdana;
	font-weight: bold;
	font-size: 8pt;
}

.txt {
	color : white;
	font-weight: bold;
	background-color: #990000;
}

.tdt {
	font-weight : bold;
	background-image : url(images/fond.jpg);
	background-color: #AA0000;
	background-position: top left;
	background-repeat: no-repeat;
}

.bas {
	font-weight : bold;
	background-image : url(images/bas.jpg);
	background-color: #AA0000;
	background-position: top left;
	background-repeat: no-repeat;
}

.titre {
	color : #FFFF00;
	font-weight: bold;
	font-size: 8pt;
	border-bottom : 1px solid #FFFF00;
	border-right : 1px solid #FFFF00;
	background : #CC0000;
}

.cat {
	color : yellow;
	font-weight: bold;
	font-size: 8pt;
	border-bottom : 1px solid #FFFF00;
	border-right : 1px solid #FFFF00;
	background : Gray;
}

.box {
	font-family: Verdana;
	font-size: 8pt;
	padding : 0;
	background : #FFFFFF;
	font-weight : bold;
	border-right : 1px solid #880000;
	border-bottom : 1px solid #880000;
	border-left : 1px solid #FFFF00;
	border-top : 1px solid #FFFF00;
}

.but {
	padding : 0;
	font-size: 8pt;
	font-family : Verdana;
	color : #FFFF00;
	background : #CC0000;
	font-weight : bold;
	border-bottom : 1px solid #FFFF00;
	border-right : 1px solid #FFFF00;
	border-left : 1px solid #880000;
	border-top : 1px solid #880000;
	cursor : hand;
}

