/* CSS Document */
#menu-gauche {
	float: left;
	width: 214px;
}
#haut-menu-gauche {
	float: left;
	width: 214px;
	background-image: url(../images/haut-menu-gauche.jpg);
	height: 8px;
}
#bg-menu-gauche {
	float: left;
	width: 194px;
	height: 355px;
	background-image: url(../images/bg-menu-gauche.jpg);
	padding-right: 10px;
	padding-left: 10px;
}
html>body #bg-menu-gauche {
height: auto;
min-height: 355px;
}
#foot-menu-gauche {
	float: left;
	width: 214px;
	background-image: url(../images/foot-menu-gauche.jpg);
	height: 10px;
}
#haut-menu-gauche, #foot-menu-gauche, #haut-texte, #foot-texte {
	font-size: 0%;
}
#menu-gauche p.titre-menu-gauche {
	text-transform: uppercase;
	color: #0092d6;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	margin: 0px;
}
#menu-gauche p {
	font-size: 110%;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#menu-gauche a {
	background-image: url(../images/puce.png);
	padding-left: 9px;
	color: #67717a;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}
#menu-gauche p.adresse {
	text-align: center;
	color: #44ade0;
	line-height: 1em;
	margin: 0px;
}
#menu-gauche p.telephone {
	text-align: center;
	color: #7b838b;
	line-height: 1em;
	font-size: 90%;
	margin: 0px;
}

#menu-gauche a.image-hover {
	padding-left: 0px;
	background-image: none;
}
#menu-gauche .image-hover img {
	margin: 0px;
}

#menu-gauche a:hover {
	color: #0092d6;
	text-decoration: underline;
	background-position: 3px;
}
#menu-gauche img {
	margin-top: 5px;
	margin-bottom: 5px;
}
#menu-gauche img.sepa-titre {
	margin-top: 0px;
	margin-bottom: 15px;
}
#menu-gauche span {
	font-size: 80%;
	color: #b8b0b0;
}