body {
	background-color: #177741;
	font-family: "Trebuchet MS",arial,"bitstream vera sans",sans-serif;
	}
h1 {
	color: #ffffff;
	border-bottom: 1px solid;
	margin-bottom: 0;
	}
h2 {
	color: #ccffcc;
	font-size: 2.5em;
	margin-top: 0;
	text-align: center;
	font-weight: bold;
	}
h3 {
	color: #ffffff;
	text-decoration: underline;
	margin-bottom: 0;
	}
h3 a {
	color: #ffffff;
	}
h4 {
	color: #ffffff;
	font-size: 3em;
	border-bottom: 1px solid;
	margin-bottom: 0;
	}
/** h5 {
	color: #ccffcc;
	font-size: 2.5em;
	text-align: center;
	margin-top: 50;
	}**/
a {
	font-size: 1em;
	font-weight: bold;
	}
pre {
	font-family: "Trebuchet MS",arial,"bitstream vera sans",sans-serif;
	}
#blabla {
	color: #ffffff;
	margin-left: 8em;
	padding: 1px 0 1px 2%;
	border-left: 1px solid;
	}

blockquote {
	font-style: italic;
	font-size: 0.8em;
	}
div#nav {
	float: left; width: 8em;
	background: #FDD;
	}
div#nav ul {
	margin: 0;
	padding: 0;
	width: 8em;
	background: #96FFC3;
	border: 1px solid;
	}
div#nav li {
	position: relative;
	list-style: none; margin: 0;
	border-bottom: 1px solid #CCC;
	}
div#nav li:hover {
	background: #96FFC3;
	}
div#nav li.sousmenu:hover {
	background-color: #96FFC3;
	}
div#nav li a {
	display: block;
	padding: 0.1em 0 0.1em 0.1em;
	text-decoration: none; width: 6.5em;	
	}
div#nav ul a {
	width: auto;
	}
div#nav ul ul {
	position: absolute;
	top: 0; left: 8em;
	display: none;
	}
div#nav ul.niveau1 li.sousmenu:hover ul.niveau2, div#nav ul.niveau2 li.sousmenu:hover ul.niveau3 {
	display:block;
	}
div#nav li a {
	color: #177741;
	}
div#nav li {
	color: #177741;
	font-weight: bold;
	}
div#blabla tr a {
	text-decoration: none;
	color: #ffffff;
	}
div#blabla td {
	text-align: center;
	}
div#blabla p a {
	color: #ffffff;
	}
div#footer a {
	color: #fff;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: normal;
	text-align: center;
	}

div#footer {
	border-top: 1px solid;
	margin-left: 15em;
	margin-right: 15em;
	margin-top: 2em;
	color: #fff;
	}
