BODY {
	background-color : #CC0000;
	color : #E0D7B4;
	font-family : Verdana, sans-serif;
	font-size : 8pt;
}
A {
	color : #E0D7B4;
	text-decoration : none;
}
A:HOVER {
	color : white;
	text-decoration : underline;
}
A.hyper {
        font-size : 11pt;
	color : #E0D7B4;
	text-decoration : underline;
}
A.hyper:HOVER {
	color : white;
	text-decoration : none;
}
.display {
	background-color : #CC0000;
	border : 1px solid #A08C54;
	border-collapse : collapse;
}
.contrast {
	background-color : #E0D7B4;
}
.info {
	font-size : 9pt;
	font-weight : normal;
	color : #202020;
}
.buttonLinked {
	font-size : 9pt;
	font-weight : bold;
	color : #E0D7B4;
	background-color : #CC0000;
	border : 1px outset #A08C54;
}
.buttonActive {
	font-size : 9pt;
	font-weight : bold;
	color : #CC0000;
	background-color : #FFFFFF;
	border : 1px inset #A08C54;
}
.tableCapt {
	border : 2px solid #FF3939;
	border-collapse : collapse;
}
.tableText {
	border-top : 2px solid #FF3939;
	border-bottom : 2px solid #FF3939;
	border-collapse : collapse;
}
.list {
	list-style-type : disc;
	list-style-position : outside;
	padding-left : 24px;
	padding-right : 16px;
	margin-left : 0px;
	margin-right: 0px;
}
.enum {
	list-style-type : square;
	list-style-position : outside;
	padding-left : 16px;
	padding-right : 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left : 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.title {
	font-weight : bold;
	text-decoration : underline;
	text-align : left;
}
.titre {
	text-decoration : underline;
}
.article {
	font-style : italic;
}
