body {
  background-color: #d2d2d2;
  font-family: Noto Sans;
  color: #68a6d1;
}

#bodyContent {
  width: 989px;
  margin: 0 auto;
}

#header {
  float: left;
  width: 100%;
  background: #fff;
}

#header #headerTop {
  float: left;
  width: 100%;
  height: 130px;
  background: url(../images/back_header.png) bottom no-repeat;
}

#headerTop #logo {
  float: left;
  width: 234px;
  height: 100px;
  margin: 0 0 0 25px;
  padding: 10px 0;
}

#headerTop h1 {
  float: right;
  width: 306px;
  padding: 0 35px 0 0;
  line-height: 118px;
  font-size: 19px;
  font-weight: bold;
  text-align: right;
  color: #fff;
  background: url(../images/back_titre.png) 0 no-repeat;
}

#header #navigation {
  float: left;
  width: 100%;
  height: 50px;
  background-color: #007bc2;
}

#navigation ul {
  float: left;
}

#navigation ul .navigation {
  display: inline;
  position: relative;
  float: left;
  height: 50px;
  padding: 0 15px;
}

#navigation ul .navigation .rubrique {
  float: left;
  width: 100%;
  line-height: 50px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

#navigation ul .navigation .menu {
  visibility: hidden;
  position: absolute;
  z-index: 100;
  top: 50px;
  left: 0;
  float: left;
  width: 170px;
  border-bottom: 1px solid #ccc;
  background-color: #eee;
}

#navigation ul .navigation .menu .categorie {
  float: left;
  width: 100%;
  height: 30px;
  border-bottom: 1px solid #fff;
}

#navigation ul .navigation .menu .categorie:hover {
  background-color: #007bc2;
}

#navigation ul .navigation .menu .last {
  border-bottom: 0;
}

#navigation ul .navigation .menu .categorie .menuTitre {
  float: left;
  width: 340px;
  padding: 0 0 0 10px;
  line-height: 30px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

#navigation ul .navigation .menu .categorie:hover .menuTitre {
  color: #fff;
}

#navigation #rechercheForm {
  float: right;
  height: 26px;
  margin: 12px 10px 0 0;
}

#rechercheForm label {
  float: left;
  margin: 0 15px 0 0;
  line-height: 26px;
  color: #fff;
  font-size: 16px;
}

#rechercheForm input {
  float: left;
  width: 300px;
  height: 26px;
  padding: 0 0 0 10px;
  border: 0;
}

#mainContent {
  float: left;
  width: 100%;
}

#menu {
  float: left;
  width: 260px;
  padding: 10px 0;
  color: #fff;
  background-color: #464646;
}

#menu .rubrique {
  float: left;
  width: 230px;
  margin: 20px 0 0 0;
  padding: 0 15px;
  color: #fff;
  font-size: 15px;
}

#menu .active {
  padding: 5px 15px;
  background-color: #007bc2;
  color: #fff;
}

#menu .first {
  margin: 0;
}

#menu .sousRubriques {
  float: left;
  width: 100%;
  margin: 10px 0 0 0;
}

#menu .sousRubriques li {
  float: left;
  width: 215px;
  margin: 0 0 5px 0;
  padding: 0 0 0 45px;
}

#menu .sousRubriques li.active {
  padding: 5px 0 5px 45px;
  background-color: #007bc2;
}

#menu .sousRubriques li a {
  color: #fff;
  font-size: 15px;
}

#menu .sousRubriques li.active a {
  color: #fff;
}

#menu #telechargerPdf {
  float: left;
  width: 184px;
  margin: 30px 0 20px 38px;
}

#menu #imprimerFiches {
  float: left;
  width: 184px;
  margin: 30px 0 20px 38px;
}

#footer {
  float: left;
  width: 949px;
  height: 224px;
  padding: 40px 0 0 40px;
  background: url(../images/back_footer_bleu.jpg) #007bc2 0 no-repeat;
}

#footer .left {
  float: left;
  width: 460px;
}

#footer .left h2 {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}

#footer .left ul {
  float: left;
  width: 200px;
}

#footer .left ul.droite {
  float: right;
}

#footer .left ul li {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
  color: #fff;
  font-size: 14px;
}

#footer .left ul li a {
  color: #fff;
}

#footer .right {
  float: right;
  width: 460px;
}

#footer .right a {
  float: left;
  margin: 50px 0 0 0;
  color: #fff;
  font-size: 20px;
  text-align: right;
  text-decoration: none;
}

.ui-autocomplete {
  float: left !important;
  width: 308px !important;
}

.ui-menu-item {
  float: left !important;
  width: 298px !important;
  padding: 4px 0 4px 10px !important;
  border-bottom: 1px solid #ccc;
  color: #007bc2 !important;
  font-size: 12px !important;
}

.ui-state-focus {
  background-color: #007bc2 !important;
  color: #fff !important;
}
