body.noir {
  background-color: #0A0A0A;
  color: #FFF;
}
#nav-logo-header-logo {
width: 150px;
margin-top: 0;	
}
.menu_general a:hover {
  background-color:#222 !important;
}

/**************************/
/*        Web app         */
/**************************/
body.etat_infos_course, .etat_infos_course .theme-creative-2 {
  background-color: #0A0A0A;
}
.etat_infos_course .btn {
  background: #B49969;
  color: #FFF !important;
}
.etat_infos_course .btn:hover {
  background: #222;
  color: #FFF !important;
}
.etat_infos_course .row p.cadre {
  background-color: #222;
  color:#FFF;
}
.etat_infos_course .row p, .etat_infos_course .btn, .etat_infos_course .row p strong {
  color: #FFF;
}
.etat_infos_course .row p.cadre strong {
  color: #000;
}
.etat_infos_course .row .deroule p strong, .etat_infos_course h4 {
  color: #FFF;
}
.etat_infos_course .row p strong a {
  color: #B49969;
}
.etat_infos_course .row p.vehicule {
  background: transparent url("../img/icones/voiture.png") no-repeat left center;
}
.etat_infos_course .row p.personne {
  background: transparent url("../img/icones/personne.png") no-repeat left center;
}
.etat_infos_course .row p.rond-plein {
  background: transparent url("../img/icones/rond-plein-top.png") no-repeat left top;
}
.etat_infos_course .row p.rond-plein.vide {
    background:transparent url("../img/icones/rond-plein-top-vide.png") no-repeat left top;
}
.etat_infos_course .row p.rond-plein.bottom {
    background:transparent url("../img/icones/rond-plein-bottom.png") no-repeat left bottom;
}
.etat_infos_course .row p.rond-plein.vide.bottom {
    background:transparent url("../img/icones/rond-vide-bottom.png") no-repeat left bottom;
}
.etat_infos_course .row p.rond-plein.milieu {
    background:transparent url("../img/icones/rond-plein-milieu.png") no-repeat left center;
}
.etat_infos_course .row p.rond-plein.vide.milieu {
    background:transparent url("../img/icones/rond-vide-milieu.png") no-repeat left center;
}
