/********************* menu ********************************/
#menu1, #menu2 {
	text-align: left;
	width: 200px;
	margin-top: 1em;
}

#menu1 div, #menu2 li { /* fond dégradé */
	background-image: url(../images/bkg_bouton.png);
	background-repeat: repeat-x;
}

#menu1 p, #menu2 a {
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 40px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	height: 40px;
	line-height: 2em;
	text-decoration: none;
	display: block;
}
#menu1 ul {
	margin-left: 1em;
}


#menu1 li {
	display: block;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}
#menu1 li a {
	color: #000000;
	text-decoration: none;
}
#menu1 li a:hover {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #996600;
	padding-left: 5px;
}
#menu2 a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#menu2 li a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

