#monmenu1 h2 {
  font-size: 12px;
  color: #666666;
  background-color: #f6f5f3;
  text-align: left;
  padding: 2px;
  border: #dbdbdb solid 1px;
}
#monmenu1 h2 span {
  display: none;
}
#monmenu1 div.case {
  background-color: #FBFBFB;
  padding: 5px;
  margin: 0px;
  margin-bottom: 20px;
  border: #dbdbdb solid 1px;
  border-top-width: 0px;
}
#monmenu1 ul {
  margin: 0px;
  padding: 0px;
}
#monmenu1 ul li {
  margin: 0px;
  list-style-type: none;
  margin-bottom: 4px;
}
#monmenu1 ul li.separateur {
  border-bottom: solid 1px #dbdbdb;
  padding-bottom: 7px;
  margin-bottom: 5px;
}
#monmenu1 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#monmenu1 a {
  font-weight: normal !important;
}
#monmenu1 a:link {
  color: #666666;
  text-decoration: none;
  font-weight: normal !important;
}
#monmenu1 a:visited {
  color: #666666;
  text-decoration: none;
  font-weight: normal !important;
}
#monmenu1 a:hover {
  color: #333333;
  text-decoration: none;
  font-weight: normal !important;
}
#monmenu1 a:active {
  color: #666666;
  text-decoration: none;
  font-weight: normal !important;
}
#monmenu1 form {
  margin: 0px;
  padding: 0px;
  margin-bottom: 5px;
}
#monmenu1 form input[type="submit"],
#monmenu1 form input[type="reset"],
#monmenu1 form input[type="button"] {
  padding: 2px 2px;
  margin-top: 5px;
  margin-bottom: 5px;
}
