/* CSS Document */
#menu a {
	font: bold 12px "Trebuchet MS", sans-serif, Arial;
	color: #f2f2f2;
	text-decoration: none;
	//background: url(../images/sepa-menu-haut.jpg) no-repeat;
	padding-left: 20px;
	padding-top: 6px;
	padding-bottom: 10px;
	margin-right: 20px;
}


#menu-gauche h1 {
	color: #5e5f5f;
	margin-top: 15px;
	margin-bottom: 0px;
	font: 0.8em "Trebuchet MS", sans-serif, Arial;
}
img.sous-h1 {
	margin: 0px 4px;
	float: left;
}
#menu-gauche ul,#menu-gauche li {
	text-align: left;
	list-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
#menu-gauche ul {
	font: 0.7em "Trebuchet MS", sans-serif, Arial;
	padding-left: 8px;
	margin-left: 8px;
}
#menu-gauche a {
	color: #ae6300;
	text-decoration: none;
	background: url(../images/fleche.gif) no-repeat;
	padding-left: 20px;
}
#menu-gauche a:hover {
	background: url(../images/fleche-hover.gif) no-repeat;
	color: #ae6300;
	text-decoration: underline;
}

#menu-gauche p {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	font-size: 0em;
}
