

/*-------------------------------------- Menu Verticale de Gauche --------------------------------------*/
.hide
{
	display: none;
}

.show
{
	
}

.menu {
background: #FEF8ED;

	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bold;
	color : #F7B249;
	cursor: hand;
	text-decoration:none
	
	}

.menuhover {
background: #FEF8ED;

	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bold;

	color : #F7B249;
	cursor: hand;
	text-decoration:none
	}

.menu_selectactif {
background: #FEF8ED;
	border-right: #808080 1px solid;
	border-left: #808080 1px solid;
	border-top: #808080 1px solid;
	border-bottom: #808080 1px solid;
	color: #F7B249;
	cursor: hand
}

.menu_select {
background: #FEF8ED;
	border-right: #808080 1px solid;
	border-left: #808080 1px solid;
	border-top: #808080 1px solid;
	border-bottom: #808080 1px solid;
	color: #F7B249;
	cursor: hand
}

.menu_nonselect {
	border-right: gray 1px solid;
	border-left: gray 1px solid;
	border-top: gray 1px solid;
	border-bottom: gray 1px solid;
	cursor: hand
}

.sousmenu {
	background-color: #FEF8ED;
	color : #808080;
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;

	border-right: #808080 1px solid;
	border-top: #808080 1px solid;
	border-left: #808080 1px solid;
	border-bottom: #808080 1px solid;
	text-decoration:none;
	cursor: hand	
}

.sousmenu_select {
background: #DAE5ED;
	font-weight : normal;

	cursor: hand
}

.sousmenu_nonselect {

	color: #808080;
	cursor: hand
}
/*-------------------------------------- Fin Menu Verticale de Gauche --------------------------------------*/
