#menugauche{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}
#MenuGauche ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 21px;
}
#MenuGauche li{
	list-style-type: none;
	list-style-position: outside;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#MenuGauche li a{
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 2px;
	text-decoration: none;
	display: block;
	color: black;
	text-align: left;
	line-height: 17px;
	background-color: white;
	border-top: 3px solid #f6d528;
	border-left: 3px solid #f6d528;
	border-right: 3px solid #f6d528;
	font-weight: normal;
	font-size: smaller;
}
#MenuGauche li a:hover{
	color: black;
	background-color: #f6d528;
}
#ImageMenuHaut{
	background-image:	url(../Image/Systeme/menuHaut.gif);
	background-repeat: no-repeat;
	height: 14px;
	
}
#ImageMenuBas{
	background-image:	url(../Image/Systeme/menuBas.gif);
	background-repeat: no-repeat;
	height: 14px;
}
#ItemHaut a{
	border-top: 0px !important;

}
#sMenuGauche img{
	border:	none;
}
#sMenuGauche{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#sMenuGauche ul{
	margin: 1px 0px 1px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 15px;
}
#sMenuGauche li{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#sMenuGauche li a{
	margin: 0px 5px 0px 0px;
	padding: 4px 0px 0px 5px;
	text-decoration: none;
	font-weight: normal;
	display: block;
	color: black;
	line-height: 15px;
	background-color: #f6d528;
	border: 1px solid #f6d528;
}
#sMenuGauche li a:hover{
	text-decoration: underline;
	line-height: 15px;
	border: 1px solid #f6d528;
}
#sMenuGauche li a:active{
	background-color: #f6d528;
	color: black;
	border: 1px solid #f6d528;
}



/*-------------------------------------------------------------------------------------------------------
----------------------------------<    Menu des pages d'administration  >---------------------------------
--------------------------------------------------------------------------------------------------------*/
#titreMenuAdmin{
	width: 175px;
	height: 25px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	background-image: url(../../Image/LogoAdmin.png);
	background-repeat: no-repeat;
}
.MenuAdmin a{
	line-height: 20px;
	display: block;
	text-decoration: none;
	color: #1C5BED;
	background-color: white;
	border: 2px solid #1C5BED;
	text-align: left;
	font-weight: bold;
}
.MenuAdmin a:hover{
	color: black;
}

.sMenuAdmin{
	list-style-type: none;
	margin: 0px;
}
.sMenuAdmin li{
	margin: 0px;
	border: 1px solid white;
	line-height: 20px;
}
.sMenuAdmin a{
	text-decoration: none;
	display: block;
	color: white;
	text-align: center;
	background-color: #1C5BED;
	font-weight: bold;
	line-height: 18px;
	border: 1px solid white;
}
.sMenuAdmin li a:hover{
	color: black;
}

