/* CSS Document */
#menu {
	font: bold 0.7em "Trebuchet MS", sans-serif, Arial;
	}
#menu #gauche {
	float: left;
	width: 311px;
}
#menu #droite {
	float: right;
	width: 312px;
}
#menu #droite img,#menu #gauche img {
	float: left;
}
#menu a:hover img {
  opacity: 0.7;
  filter:alpha(opacity=70); 
}
#titre {
	font: bold 100% "Trebuchet MS", sans-serif, Arial;
	color: #FFFFFF;
	text-align: right;
	text-transform: uppercase;
}
/* MENU DE GAUCHE */

#menu-gauche {
	font: bold 0.7em "Trebuchet MS", sans-serif, Arial;
	color: #878686;
	}

#menu-gauche h1 {
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	padding-left: 3px;
	border-left: 5px solid #921db2;
	line-height: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
}
#menu-gauche ul {
	font-size: 100%;
	padding-left: 15px;
	float: left;
	margin-left: 0px;
	text-align: left;
	text-transform: uppercase;
}
#menu-gauche li {
	margin-top: 6px;
	margin-bottom: 6px;
}

#menu-gauche ul, #menu-gauche li {
	list-style: url(../images/puce-menu.png) none;
}
