#menu {
	/*float: left;*/
	width: 200px;
	z-index: 50;
}

#menu ul {
	/*z-index: 100;
	display: inline;*/
	width: 200px;
	margin:0;
	padding:0;
	border:0;
	list-style-type: none;
}

#menu li.decouvrir a:link, #menu li.decouvrir a:visited {
	/*position: absolute;*/
	background: url(../images/menu_decouvrir.png) no-repeat bottom;
	top: 0px;
	left: 0px;
	width: 110px;
	margin-left: 40px;
	height: 30px;
	display: block;
	outline: none;
	text-indent: -9999px;
}

#menu li.decouvrir a:hover {
	background: url(../images/menu_decouvrir.png) no-repeat top;
}

#menu li.comprendre a:link, #menu li.comprendre a:visited {
	/*position: absolute;*/
	background: url(../images/menu_comprendre.png) no-repeat bottom;
	top: 30px;
	left: 0px;
	width: 120px;
	margin-left: 29px;
	height: 30px;
	display: block;
	outline: none;
	text-indent: -9999px;
}

#menu li.comprendre a:hover {
	background: url(../images/menu_comprendre.png) no-repeat top;
}

#menu li.approfondir a:link, #menu li.approfondir a:visited {
	/*position: absolute;*/
	background: url(../images/menu_approfondir.png) no-repeat bottom;
	top: 60px;
	left: 0px;
	width: 130px;
	margin-left: 18px;
	height: 30px;
	display: block;
	outline: none;
	text-indent: -9999px;
}

#menu li.approfondir a:hover {
	background: url(../images/menu_approfondir.png) no-repeat top;
}

#menu li.transversales a:link, #menu li.transversales a:visited {
	/*position: absolute;*/
	background: url(../images/menu_transversales.png) no-repeat bottom;
	top: 90px;
	left: 0px;
	width: 144px;
	margin-left: 7px;
	height: 30px;
	display: block;
	outline: none;
	text-indent: -9999px;
}

#menu li.transversales a:hover {
	background: url(../images/menu_transversales.png) no-repeat top;
}

#menu li.contact a:link, #menu li.contact a:visited {
	/*position: absolute;*/
	background: url(../images/menu_contact.png) no-repeat bottom;
	top: 120px;
	left: 0px;
	width: 90px;
	margin-left: 37px;
	height: 30px;
	display: block;
	outline: none;
	text-indent: -9999px;
}

#menu li.contact a:hover {
	background: url(../images/menu_contact.png) no-repeat top;
}