<style type="text/css">
<!--
/* CSS issu des tutoriels www.alsacreations.com/articles */
	body {
		margin: 0px;
		padding: 0;
		font: 0.9em Verdana, sans-serif;
	}
	
	dt, dl, dd, ul, li {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	.menu {
		position: relative;
		top: 0px;
		width: 100%;
		z-index: 3;
		border : none;
	}
	.menu dl {
		float: left;
		width: 8em;
	}
	
	.menu a {
		margin: 0px;
		height: 16px;
		width: 84px;
		display: block;
		text-align: center;
		font-weight: bold;
		border: 1px solid #ABA000;
		text-decoration: none;
		color: #65600E;
		background: #FFF799;
	}
	.menu a:hover {
		background: white;
		border: 1px solid #ABA000;
		text-decoration: none;
		color: #000000; 
	}
	
	
	.sous_menu_pos {
		position: relative;
		display: none;
		width: 100%;
		font-size: 12px;
		left: 2px;
		background-color: #FFF799;
	}

	
	a {text-decoration: none;
		color: #222;
	}

-->
</style>
