@charset "utf-8";
.MenuGauche1 {
	padding-top: 20px;
	padding-left: 2px;
}
.MenuGauche2 {
	padding-top: 10px;
	padding-left: 2px;
}
.MenuGauche3 {
	padding-top: 10px;
	padding-left: 2px;
}


.HautMenuGauche {
	background-image: url(../images/index/haut_menu_gauche.png);
	background-repeat: no-repeat;
	height: 30px;
	text-align: center;
}
.HautMenuGauche a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	font-size: 14px;
	display: block;
}


.CorpsMenuGauche {
	background-color: #CCCCCC;
	background-image: url(../images/index/fond_menu_gauche.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: normal;
}
.CorpsMenuGauche  ul {
	list-style-image: none;
	list-style-type: none;
	padding-left: 8px;
	margin: 0px;
	padding-right: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.CorpsMenuGauche   li a {
	color: #000000;
	text-decoration: none;
	margin: 0px;
	width: 124px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 7px;
	display: block;
}
.CorpsMenuGauche  li a:hover {
	color: #FF9933;
	background-image: url(../images/index/fond_menu_hover.jpg);
	background-repeat: repeat-y;
	text-decoration: none;
}

.BasMenuGauche {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/index/bas_menu_gauche.png);
	background-repeat: no-repeat;
	height: 8px;
}
