/****************************/
/****    Menu du haut    ****/
/****************************/
ul.ubber_nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 32px;
  margin-left: 20px;
  padding-top: 16px;
  z-index: 100;
  position: relative;
}

ul.ubber_nav li {
  float: left;
  font-size: 12px;
  font-weight: bolder;
  margin-right: 9px;
}

/** Second niveau */
ul.ubber_nav ul { 
  list-style-type: none;
  position: absolute;
  display: none;
  height: auto;
  margin: -5px 0 0;
  padding: 0;
  border: 0;
  border-bottom: 1px;
  border-color: #ACDAD8;
  border-style: solid;
}
ul.ubber_nav li.last ul {
  margin-left: -64px;
}
ul.ubber_nav ul li {
  margin: 0;
  background-color: #8ACCCA;
  clear: both;
  width: 125px;
  font-size: 12px;
  
  padding: 5px 15px;
  
  border-left: 1px;
  border-right: 1px;
  border-bottom: 0;
  border-top: 0;
  border-color: #ACDAD8;
  border-style: solid;
}

ul.ubber_nav ul li.has_kids {
  background: #8ACCCA url('../images/arrowMenu.gif') no-repeat 95% 50%;
}

/** nav niveau 3 */
ul.ubber_nav ul li ul {
  margin-left: 133px;
  margin-top: -30px;
  border-bottom: 1px;
  border-top: 1px;
  border-right: 1px;
  border-color: #8ACCCA;
  border-style: solid;
  background-color: #ACDAD8;
}

ul.ubber_nav ul li ul li {
  border-left: 0;
  border-right: 0;
  background-color: #ACDAD8;
  padding: 5px 15px 0;
  margin: 5px 0;
}

ul.ubber_nav ul li ul li a {
  color: #04498E;
}
ul.ubber_nav li a {
  display: block;
  color: #fff;
  height: 30px;
  text-decoration: none;
}
ul.ubber_nav li ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  margin-bottom: 5px;
  height: auto;
}
ul.ubber_nav li a:hover {
  color: #04498E ;
  text-decoration: none;
}

/******************************/
/****    Menu de gauche    ****/
/******************************/
ul.sub_nav  {
  margin: 0;
  padding: 0;
  padding-right: 10px;
  margin-left: 20px;
  text-transform: uppercase;
}

ul.sub_nav li {
  list-style-type: none;
  line-height: 16px;
  font-size: 12px;
  margin-bottom:10px;
}

ul.sub_nav li a {
  color: #ffffff;
  text-decoration: none;
}

ul.sub_nav ul {
  margin: 0;
  padding: 0;
  margin-top: 10px;
  margin-left: 10px;
  text-transform: none;
}

/******************************/
/****    Commun aux 2    ****/
/******************************/
.selected, ul.sub_nav li a.selected, ul.sub_nav li.selected a, ul.ubber_nav li a.selected, ul.ubber_nav li.selected a{
  color: #1c6199;
  font-weight: bolder;
}

.map-of-site ul {
	margin-top: 10px;
}

.map-of-site li {
  margin-bottom: 10px;
}