/* Style for top-menu */
.topMenu {
	width: 540px;
}

/* Style for top items: normal state */
.topItemNormal {
  font-family: Tahoma;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
  background-image: url("../images/onglet.gif");
  background-repeat: no-repeat;
  width: 120px;
  height: 30px;
}

/* Style for top items: mouseover state */
.topItemOver {
  font-family: Tahoma;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
  background-image: url("../images/onglet2.gif");
  background-repeat: no-repeat;
  width: 120px;
  height: 30px;
}

/* Style for top items text: normal state */
.topItemTextNormal {
  font-family: Arial;
  font-size: 14px;
  color: #4d4d4d;
  width: 100%
}

/* Style for top items text: mouseover state */
.topItemTextOver {
  font-family: Arial;
  font-size: 14px;
  color: #ffffff;
  width: 100%
}

/******************************************************************/

/* Style for submenus */
.submenu {
}

/* Style for items: normal state */
.itemNormal {
  cursor: pointer;
  background-color: #FFFFFF;
  padding: 5px 15px 5px 15px;
  width: 160px;
  background-color: #dee7e9;
  border-bottom: 1px solid #ffffff;
}

/* Style for items: mouseover state */
.itemOver {
  cursor: pointer;
  background-color: #ff9900;
  padding: 5px 15px 5px 15px;
  width: 160px;
  border-bottom: 1px solid #ffffff;
}

/* Style for items text: normal state */
.itemTextNormal {
  font-family: Arial;
  font-size: 11px;
  color: #000000;
  width: 100%
}

/* Style for items text: mouseover state */
.itemTextOver {
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  width: 100%
}

#dmgk {
	display: none;
}

