body {
	scrollbar-arrow-color: #FFFFFF; 
	scrollbar-base-color: #000000;
	scrollbar-highlight-color : #FFFFFF; 
	scrollbar-shadow-color : #FFFFFF;
	SCROLLBAR-TRACK-COLOR: #000000;
	font-family: Arial;
	font-size: 12pt;
	color: #FFFFFF ;
}

.content {	
	color: black;
	background-color: white;
	border-spacing: 10px;
	border: black double;
	padding: 0.2em;
}

.liste {
	color: black;
	border-spacing: 0px;
	border-style: hidden;
	padding: 0.2em;
}

h1 {
 font-family: Arial;
 font-size: 24pt;
 text-align: center;
 color: #FF5F00;
 }

h2 {
 font-family: Arial;
 font-size: 16pt;
 text-align: center;
 color: #FF5F00;
}

h3 {
 font-family: Arial;
 font-size: 12pt;
 text-align: left;
 color: #FF5F00;
}

h4 {
 font-family: Arial;
 font-size: 12pt;
 font-weight: bold;
 text-align: left;
 color: #FF5F00;
}

h5 {
 font-family: Arial;
 font-size: 12pt;
 font-style: italic;
 text-align: left;
 color: #FF5F00;
}

a {
 font-family: Arial;
 font-size: 12pt;
 text-decoration: underline;
 color: #000000;
}

a:link {
 font-family: Arial;
 font-size: 12pt;
 color: #000000;
 text-decoration: underline;
}

a:visited {
 color: #000000;
}

a:hover
{
 color: #FF5F00;
}

#menu body
{font-family: Arial;
 font-size: 10pt;
 color: #FFFFFF ;
 text-align: left;
 text-decoration: none;
}

#menu a
 {
 font-family: Arial;
 font-size: 10pt;
 text-align: left;
 color: #FFFFFF;
 text-decoration: none;
}

#menu a:hover
  {
 font-family: Arial;
 font-size: 10pt;
 text-decoration: none;
 color: #FF5F00;
}

#menu a:visited
 {
 font-family: Arial;
 font-size: 10pt;
 color: #FFFFFF;
 text-align: left;
 text-decoration: none;
}