#navigation {
	margin:0;
	padding:0;
	width:250px;
	list-style-type:none;
	background-color:#e8e8e8;
	color:#666666;
	/* line-height:120%; */
	background-image: url(../images/menu_pied2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	/* height:300px; */
	padding-bottom: 10px;
	font-size: 11px;
}
#navigation a {
	display:block;
	font-weight:normal;
	text-decoration:none;
}
#navigation ul {
	overflow: hidden;
	padding:0;
	margin-left: 5px;
	margin-right: 0px;
}
#navigation li {
	margin:0;
	padding:0;
	list-style-type:none;
}
#navigation li a {
	display:block;
	color:#333;  /* couleur liens */
	height:19px;
	/* background-color: #FF0000; */
	line-height: 19px;
	text-indent: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	font-size: 11px;
	padding-right: 5px;
}
#navigation li a:hover {
	background-color: #f3f3f3;
}

#navigation li a.head {
	color:#333333;
	background-image:url(../images/menu_titre.png);
	background-repeat: no-repeat;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 25px;
	height: 25px;
	text-indent: 10px;
	border: 0px;
}

#navigation li a.firstitem{
	color:#333333;
	background-image:url(../images/menu_titre_tete.png);
	background-repeat: no-repeat;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 25px;
	height: 25px;
	text-indent: 10px;
	border: 0px;
}



#navigation li a.firstitem.selected {
	background-image:url(../images/menu_titre_tete_actif.png);
	color:#000;
	background-repeat: no-repeat;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 25px;
	height: 25px;
	text-indent: 10px;
	border: 0px;
}
#navigation li li {
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0px;
}

#navigation a.head.selected  {
	background-image:url(../images/menu_titre_actif.png);
	color:#000;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 25px;
	height: 25px;
	text-indent: 10px;
	border: 0px;
}

#navigation a.head:hover {
	background-image:url(../images/menu_titre_actif.png);
	color:#000;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 25px;
	height: 25px;
	text-indent: 10px;
	border: 0px;
}


