/* CSS Document */
.menuDiv{
	font-size:10px; 
	
}
.menuDiv h1{color:#fff;font-size:12px;}
.menuDiv span{display:none}

#menuDiv1 h1{background: #61738F url(images/layout/titre-cc.gif) no-repeat;height:32px;}
#menuDiv2 h1{background: #61738F url(images/layout/titre-communes.gif) no-repeat;height:32px;}
#menuDiv3 h1{background: #4D9A43 url(images/layout/titre-vivre.gif) no-repeat;height:32px;}
#menuDiv4 h1{background: #4D9A43;padding:12px 8px;}
#menuDiv4 span{display:block;}

.TMenu,.TSubMenuTable{
	font-size:11px; 
	cursor:pointer;	
}
.TMenu table{
	border:5px;
}
.TMenu{	background: url(images/layout/tiret-vert.gif) top right repeat-y;}
.TMenu TD{	 background:  url(images/layout/tiret-hor.gif) bottom right repeat-x; }
.TSubMenuTable{
	/*border-left:1px solid #fff;*/
}
.TSubMenu{

/*	width: 200px; */
	position:absolute; 
	visibility:hidden;
	z-index:100;
	padding-left:0px;
	margin-top:0px;
	border-left:1px solid #fff;
	
}
.TMainItemText,
.TMainFolderText{
	font-size:12px; 
	display:block;
	padding: 4px 63px 4px 7px;
	text-align:left;
	color: #fff;	
	
	border-bottom:0;
	background:  #F86700 url(/images/menu/bg.jpg) bottom repeat-x;
	white-space:nowrap;
	font-weight:bold;
}
.TMainFolderActive *,.TMainFolderHover *,
.TMainItemHover *,.TMainItemActive *{
	color:#fff;
	font-weight:bold;
	background:  #006090 url(/images/menu/bg_on.jpg) bottom repeat-x;
}
.TMenuItemRight, .TMenuFolderRight,
.TMenuItemLeft, .TMenuFolderLeft{
	border-bottom:1px solid #AEC1DD;	
	background-color:#006090;
	width:1px;	
}
.TMenuItemText,
.TMenuFolderText{
	white-space:nowrap;
	padding: 3px 5px ;
	color: #fff;
	background:#006090;
	border-bottom:1px solid #AEC1DD;	
}
.TMenuItemHover TD,.TMenuItemHover TD,
.TMenuItemActive TD,.TMenuItemActive TD{
	color:#fff;
/*	background-color:#F86700;*/
background: #F86700 url(/images/menu/bg.jpg) bottom repeat-x;
}
#TMainIADM {
	background:  url(images/menu/admBG.jpg) top repeat-x;
	color:#ffffff;	
	font-size: 12px;
}
#TMainIADM td {
	background:none;
}
#TMainIADM .TMainItemLeft{
	width:0;
	display:none;
}
#TMainIADM .TMainItemText{}
#TMainIADM .TMainItemRight{
	width:0;
	display:none;
}