BODY {
	background-color : White;	
}

A:link {
	color : Teal;
}

A:VISITED {
	color : Teal;
}

A:HOVER {
	color : Red;
	background-color : Silver;
}

A.nocss:hover {
	color : White;
	background-color : White;
}

A.nocssinfo:hover {
	color : #99CCFF;
	background-color : #99CCFF;	
}

.toc {
	background-color : White;
	color : Black;
	font-family : "Times New Roman", Times, serif;
}

.toc TR.head {
	background-color : Teal;
	color : White;
	font-size : medium;
	font-weight : bold;
}

.toc2 {
	background-color : White;
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
}

.toc2 TR.head {
	background-color : Teal;
	color : White;
	font-weight : bold;
	font-size : medium;
}


P.firstpar:first-letter {
	color : Red;
	font-size : 28px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.title {
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left : 10px;
	color : White;
	font-size : 30px;
	background-color : Teal;
}

H1 {
	color : Navy;
}

.footer {
	text-align : center;
	font-style : italic;
	font-size : small;
	color : Teal;
}

.pages {
	color : Red;
	text-align : center;
	font-weight : bold;
}

.modify {
	color : Teal;
	font-style : italic;
	font-size : small;
	text-align : right;
}

OL {
	list-style-type : upper-roman;
}

.dateinfo {
	color : #FFFFCC;
	font-weight : bold;
}

.titreinfo {
	color : White;
	font-weight : bold;
}

.contentinfo {
	background-color : #99CCFF;
}