﻿<style type="text/css" media="screen">
<!-- <style type="text/css">
  	
  	body {	
  	}
  	
	#navsite h5 {
	display: none;
	}  	

	#navsite {
	font-size: 0.9em;
	font-weight: bold;
	width: 14em;
	border-right: 1px solid #666;
	padding: 0 0 0 0;
	margin-bottom: 1em;
	font-family: "Trebuchet MS";
	float: left;
	margin-top: 15px;
}

	#navsite ul {
 	list-style: none; 
 	margin: 0; 
 	padding: 0; 
	}

	#navsite ul li {
 	margin: 0; 
 	border-top: 1px solid #003;
	}

	#navsite ul li a {
 	display: block; 
 	padding: 2px 2px 2px 0.5em; 
 	border-left: 10px solid #369; 
 	border-right: 1px solid #69c;
 	border-bottom: 1px solid #369;
 	background-color: #036; 
 	color: #fff; 
 	text-decoration: none; 
 	width: 100%; 
	}

	html>body #navsite ul li a { 
 	width: auto; 
	} 

	#navsite ul li a:hover {
	border-left: 10px solid #036;
	border-right: 1px solid #69c;
	border-bottom: 1px solid #369;
	background-color: #0099FF;
	color: #000000;
	text-decoration: underline;
}

	#contenu {
	padding-left: 10em;
	margin-top: 0;
	padding-top: 0;
	}
  	
	#contenu h2 {
	margin: 0;
	padding: 0;
	}
  	
  	</style>

