#navigation {
   width: 230px;
   list-style: none;
   margin:0 0 0 14px;
   padding:0;
}

#navigation li a, #navigation li a:visited {
   display: block;
   color: #462E1D;         /*Ici, changer la couleur de la police*/
   font-family: Arial, Helvetica, sans-serif;         /*Ici, changer la police du menu*/
   font-size: 14px;         /*Ici, changer la taille de la police du menu*/
   font-weight: normal;
   text-align: left;
   text-decoration: none;
   height:36px;
   line-height:36px;
}

#navigation li {
	border-bottom:solid 1px #4CCAD9;
}

#navigation li li {
	border-bottom:none !important;
}

li#menu0 a:hover, a#selected-over0 {
   color: #462E1D;
   text-decoration:none;
   font-weight:bold !important;
}

li#menu1 a:hover, a#selected-over1 {
   color: #462E1D;
   text-decoration:none;
   font-weight:bold !important;
}

li#menu2 a:hover, a#selected-over2 {
   color: #462E1D;
   text-decoration:none;
   font-weight:bold !important;
}

li#menu3 a:hover, a#selected-over3 {
   color: #462E1D;
   text-decoration:none;
   font-weight:bold !important;
}

li#menu4 a:hover, a#selected-over4 {
   color: #462E1D;
   text-decoration:none;
   font-weight:bold !important;
}

li#menu5 a:hover, a#selected-over5 {
   color: #462E1D;
   text-decoration:none;
   font-weight:bold !important;
}

li#menu6 a:hover, a#selected-over6 {
   color: #462E1D;
   text-decoration:none;
   font-weight:bold !important;
}


#navigation li a:hover {
	background:url(../gifs/menu_hover.gif);
	color:#462E1D !important;
   font-weight:bold !important;
}

#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
	list-style:none outside none; display:inline;
}
#navigation li li a {
	height:20px !important;
	display:block;
	text-indent:20px;
	line-height:20px !important;
	text-decoration: none;
	font-weight:bolder;
	margin:1px 0 1px 0;
	/*border-bottom:#ffb80d 1px dotted;
	background:#FFB80D;*/
	
	
}
#navigation li li a:hover {
	background:#ffffff;
	color:#462E1D !important;
	font-weight:bold;
}

#selected {
	background:#ffffff;
	color:#462E1D !important;
	font-weight:bold !important;

}

a#selected-menu {
   background-image: url(../gifs/menu_hover.gif)!important;         /*Ici l'image de fond over de la cellule*/
   color:#462E1D !important;
   font-weight:bold !important;

}

