	.infobox {
		position: absolute;
		top: 120px;
		left: 280px;
		display: none;
		background: #fdca6f;
	}
	.closebox {
		background: #000000;
	}
	
	.closebox a {
		color:white;
		font-size: small;
		text-decoration: none;
	}
	body {
		font-family: arial, helvetica, serif;
		height: 100%; 
		margin: 0; 
		padding: 0; 
	} 
	#footer{ 
	clear: both; 
	height: 5%; 
	border-width: 1px 0 0 0; 
	vertical-align: middle; 
	padding: 0; 
	margin: 0; 
	} 	
	#nav, #nav ul { /* toutes les listes */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 11em;
	}
	
	#nav li { /* tous les items de liste */
		position : relative;
		float : left;
		line-height : 1.08em;
		margin-bottom : -1px;
		width: 8em;
	}
	
	#nav li ul { /* listes de deuxième niveau */
		position : absolute;
		left: -990em;
		margin-left : 10.9em;
		margin-top : -1.35em;
	}
	
	#nav li ul ul { /* listes de troisième niveau et plus */
		left: -999em;
	}
	
	#nav li a {
		width: 11em;
		display : block;
		color : #297cae;
		text-decoration : none;
		background-color : #fdca6f;
		border : 1px solid black;
		padding : 0 0.8;
	}
	
	#nav li a:hover {
		color : white;
		background-color : #297cae;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* listes imbriquées sous les items de listes survolés */
		left: auto;
	}
	
	#content {
		margin-left : 5em;
	}
