body{
	background:#fff;
	color:#3f3f3f;
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 8px;
	border-top: 2px solid #cccccf;
	border-left: 2px solid #cccccf;
}

a:link {
	text-decoration: none;
color: #999900;
}
a:visited {
	text-decoration: none;
	color: #999900;
}
a:hover {
	text-decoration: none;
color: #3333FF;
}
a:active {
	text-decoration: none;
}

h1{
	color:#996633;
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial, sans-serif;	
}

h2{
	color:#FF0000;
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial, sans-serif;	
	border-top: 2px solid #ce8b30;
}
h4{
	color:#999900;
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial, sans-serif;	
	border-top: 2px solid #ce8b30;
}
h5{
	color:#996633;
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial, sans-serif;	
	border-top: 2px solid #ce8b30;	
	border-bottom: 2px solid #ce8b30;
}




ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #036;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}
/*niveau 2*/

ul#navlist2
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist2 li
{
display: inline;
list-style-type: none;
}

#navlist2 a { padding: 3px 10px; }

#navlist2 a:link, #navlist2 a:visited
{
color: #fff;
background-color: #009900;
text-decoration: none;
}

#navlist2 a:hover
{
color: #fff;
background-color: #00CC00;
text-decoration: none;
}

/*niveau 3*/

ul#navlist3
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist3 li
{
display: inline;
list-style-type: none;
}

#navlist3 a { padding: 3px 10px; }

#navlist3 a:link, #navlist3 a:visited
{
color: #fff;
background-color: #CC0000;
text-decoration: none;
}

#navlist3 a:hover
{
color: #fff;
background-color: #CC3300;
text-decoration: none;
}
