/* CSS Document */
#menu a, #menu a.home {
	font: bold 12px "Trebuchet MS", sans-serif, Arial;
	color: #f2f2f2;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 6px;
	padding-bottom: 10px;
	margin-right: 20px;
}
#menu a.home {
	/*background: url(none.html);*/
}
#menu a:hover, #menu a.home:hover,#menu-gauche a:hover {
	color: #f79700;
}
#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;
	font-size:12px;
}
#menu-gauche ul {
	font: 0.8em "Trebuchet MS", sans-serif, Arial;
	padding-left: 8px;
	margin-left: 8px;
	
}
#menu-gauche a,#menu-gauche a.actif:hover {
	color: #5d5d5d;
	text-decoration: none;
	background: url(../imgs/fleche.jpg) no-repeat;
	padding-left: 20px;
}
#menu-gauche a:hover,#menu-gauche a.actif {
	background: url(../imgs/fleche-hover.jpg) no-repeat;
	color: #5d5d5d;
	text-decoration: underline;
}

#menu-gauche p {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	font-size: 0em;
}
.image-hover img {
  opacity: 1.0;
  filter:alpha(opacity=100);
}
.image-hover:hover img {
  opacity: 0.8;
  filter:alpha(opacity=80); 
}
