
	#dock {
		position: fixed;
		bottom: 0px ; /* Le bas du menu est à 0 pixels du bas de l'écran */
		left: 0px ; /* Le bas du menu est à 0 pixels du bas de l'écran */
		width: 100%;
		left: 0px;
		z-index: 10000;
	}
	#dock a:visited{
		text-decoration: none;
	}
	#dock a{
		text-decoration: none;
		margin: -2px;
	}
	#dock img {
		border: none;
		width: 0px;
	}
	#legend {
		position: absolute;
		top: 0px;
		left : 25%;
		width: 100%;
		text-align: center;
		font-family: arial;
		font-weight: bold;
		font-size: 1em;
		color: #000;
	}