body
{
	font-family: DINPro-Regular, Corbel, "Microsoft Sans Serif", sans-serif;
	color:#333;

}
a{
	font-family: DINPro-Regular, Corbel, "Microsoft Sans Serif", sans-serif;
	color:#979797;
	text-decoration:none;
}
a:hover
{
	font-family: DINPro-Regular, Corbel, "Microsoft Sans Serif", sans-serif;
	color:#BFC450;
	text-decoration:underline;
	border:none;
}
.MainMenu_MenuBar
{
	background-color:#F1F1F1;
	height:31px;

}
.MainMenu_MenuItem
{
	font-family: DINPro-Regular, Corbel, "Microsoft Sans Serif", sans-serif;
	color:#979797;
	background-color:#F1F1F1;
}
.MainMenu_RootMenuItem
{
	padding: .2em;
	font-weight:bold;
	border:none;

}
.MainMenu_SubMenuItem
{
	font-size:10px;
	font-weight:normal;
	
}
.MainMenu_SubMenu
{
	font-family: DINPro-Regular, Corbel, "Microsoft Sans Serif", sans-serif;
	color:#979797;
	text-decoration:none;
	font-size:10px;
	font-weight:normal;
}

.MainMenu_MenuItemSel
{
	font-family: DINPro-Regular, Corbel, "Microsoft Sans Serif", sans-serif;
	font-weight:bold;
	color:#BFC450;
	text-decoration:none;
	border:none;
	background-color:#F1F1F1;
	
}
.MainMenu_MenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border:none;
}
.MainMenu_MenuBreak
{
	border:none;
}
.MainMenu_MenuIcon
{
	border:none;
}

	
.MainMenu_MenuBreak 
{
border:none;
}


ul
{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

li
{
  background-image: url('./images/puce.png');
  background-repeat: no-repeat;
  background-position: 0px 2px;
  padding-left: 15px;
  padding-bottom: 2px;
}
