/******************/
			/* Menu graphique */
			/******************/
			#nav {
				list-style: none ;
				margin: 0 ;
				padding: 0 ;
				overflow: hidden ;		/* Création du contexte de formatage */
				margin-left:1px;
				}
			#nav li {
				float: left ;
				width: 128px ;
				border: 0px solid #600 ;
				margin-right: 0px ;
				color: #fff ;
				background: #c00 ;
				}
			#nav li a {
				display: block ;
				background: #900 url(lienNormal.png) left top no-repeat ;
				color: #fff ;
				font: 1em "Trebuchet MS",Arial,sans-serif ;
				line-height: 1em ;
				padding: 4px 0 ;
				text-align: center ;
				text-decoration: none ;
				}
			#nav li a:hover, #nav li a:focus, #nav li a:active {
				background: #033 url(lienHover.png) left top no-repeat ;
				text-decoration: underline ;
				}
			--></style>
			<!--[if lt IE 7]>
			<style type="text/css">
			#nav {							/* Contexte de formatage pour IE6 */
				overflow: visible ;
				height: 1% ;
				}