.jd_menu .MenuVert,
.jd_menu_vertical .MenuVert {
	font:inherit;
}
.MenuVert li,  /* case */
.MenuVert li a, /* lien dans case */
.MenuVert li a:active, /* lien actif*/
.MenuVert li a:visited, /* lien visité*/
.MenuVert li a:hover /* lien sous la souris*/
{
    background-color: none;
    border: 0px solid none;
	font-weight: bold;
	text-decoration: none;
	color: #0f7b14;
	font-size: 12px;
}
.MenuVert li li,
.MenuVert li li li
{
    border: 1px solid #0f7b14;
    background-color: #dbe1db;
    text-align: left;
	color: #0f7b14;
	font-size: 12px;
}
.MenuVert li li a,
.MenuVert li li a:visited,
.MenuVert li li a:active
{
    color: #0f7b14;
	text-decoration: none;
	font-size: 12px;
}
.MenuVert li li a:hover {
	font-weight: bold;
}
.MenuVert .MenuTitre1{
    font-size: 12px;
	font-weight: bold;
    font-style: italic ;
    text-align: center;
    color: white;
	background: url("../images/fonds_mipss/fond_menu01.gif") no-repeat;
	border-right: 2px solid #0f7b14;
}
.MenuVert .MenuTitre1 a,
.MenuVert .MenuTitre1 a:active,
.MenuVert .MenuTitre1 a:visited,
.MenuVert .MenuTitre1 a:hover {
    font-size: 12px;
	font-weight: bold;
    font-style: italic ;
    text-align: center;
    color: white;
}
.MenuVert .MenuTitre2{
    font-size: 12px;
    font-weight: bold ;
    font-style: normal ;
    text-align: left;
    color: white;
    background-color: #488c4d;
    border: 1px solid #0f7b14;
}
.MenuVert .MenuTitre2 a,
.MenuVert .MenuTitre2 a:visited {
    font-size: 12px;
    font-weight: bold ;
    font-style: normal ;
    text-align: left;
    color: white;
}

.MenuVert .jdm_hover,
.MenuVert .jdm_active {
/*	background-color: #a8c1aa;*/
	background-color: #9dc894;
	color: #FFF;

	padding: 3px 6px 2px 6px;
	border: 0px solid;
	border-left: 1px solid #0f7b14;
	border-top: 1px solid #0f7b14;
}