#gauche {
	background-image: url(../int/fond_menu.png);
	background-repeat: repeat-y;
	background-position: right;
	width: 220px;
	text-align: left;
	vertical-align: top;
	height: 100%;
}
#menu {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #ecc527;
	text-decoration: none;
	text-align: left;
	background-image: url(../int/puce_menu.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding: 10px 0px 0px 20px;
}
#menu a.titre {
	color: #ecc527;
	text-decoration: none;
	line-height: 18px;
}
#menu a:hover.titre {
	color: #c9a512;
	text-decoration: none;
}
#menu a.titre_on {
	color: #c9a512;
	text-decoration: none;
}
#menu a:hover.titre_on {
	color: #c9a512;
	text-decoration: none;
}

#sousmenu {
	padding: 5px 10px 0px 25px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 15px;
	text-align: left;
}

#sousmenu a.titre {
	color: #594700;
	text-decoration: none;
}
#sousmenu a:hover.titre {
	color: #000000;
	text-decoration: none;
}
#sousmenu a.titre_on {
	color: #70220e;
	text-decoration: none;
}
#sousmenu a:hover.titre_on {
	color: #000000;
	text-decoration: none;
}