body {
	background-color: #000044;
	color       : #BBFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	scrollbar-3dlight-color: #F0F0EE;
	scrollbar-arrow-color: #676662;
	scrollbar-base-color: #F0F0EE;
	scrollbar-darkshadow-color: #DDDDDD;
	scrollbar-face-color: #E0E0DD;
	scrollbar-highlight-color: #F0F0EE;
	scrollbar-shadow-color: #F0F0EE;
	scrollbar-track-color: #F5F5F5;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.example1 {
	font-weight: bold;
	font-size: 14px
}

.example2 {
	font-weight: bold;
	font-size: 12px;
	color: #FF0000
}

.normal
{
	background-color: #000044;
	color       : #BBFFFF;
	font-size   : small;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

.lien
{
	color : #BBFFFF;
	font-weight : normal;
	cursor : hand;
	font-size   : small;
	text-decoration : underline;
}

.lien:hover
{
	color : #FFFFFF;
	text-decoration : none;
}

.lienJaune
{
	color : #FFFF00;
	font-weight : bold;
	cursor : hand;
	font-size   : small;
	text-decoration : underline;
}

.lienJaune:hover
{
	color : #FFFFFF;
	text-decoration : none;
}

.lienRouge
{
	color : #FF2200;
	font-weight : bold;
	cursor : hand;
	font-size   : small;
	text-decoration : underline;
}

.lienRouge:hover
{
	color : #FFFFFF;
	text-decoration : none;
}

.tablerow1 {
	background-color: #BBBBBB;
}

/* Fix for MS Office style paragraphs (MsoNormal) */
p {
	margin: 0;
	padding: 0;
}

/* Fix for MS Office unindeted lists */
.unIndentedList {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

.unIndentedList li {
	padding: 0;
}

/* Fix for MS Office UL lists */
ul {
	margin-top: 0;
	margin-bottom: 0;
}
