#navigation {
	position: absolute;
	border-left:0px solid #5263AB;
	left: 0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
/*	background-color:#E2E2E2;*/
/*	background-color:white;*/
	width:150px;
}
/* t�tes de rubriques ! */
#navigation a.head {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: none;
	font-size: 10px;
/*	color: black; */
/*	background-color: #00a0c6; */
/*	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
*/
	background-image: url("../ressources/A1.png");
}
#navigation a.head:hover {
	background-color: white;
	background-image: url("../ressources/A2.png");
}
#navigation a.head.selected {
	color: black;
/*	background-color: #80cfe2; */
	background-image: url("../ressources/A2.png");
}
#navigation a.current {
/*	background-color:black; /*#FFFF99;*/ 
}
#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
/*	background-color:black; */
}
#navigation li {
	list-style:none outside none;
	display:inline;

}
/*  Liens du menu */
#navigation li li a {
/*	background-color:black; */
	padding-top: 1.1em;
	color:white;
	display:block;
	font-size: 10px;
	text-indent:10px;
	text-decoration: none;
	padding-bottom: 0.5em;
}

#navigation li li a:hover {
	color:#999;
}


