/* #PRODUIRE{fond=css/perso.css,host=www.sud-recherche.org}
   md5:0a13fd3db4ba2c9383a4a4737c6d9d8e */
body{
  color:black;
  background: white;
}

.container {
  background: white;
}

#header{
  background: none;
}

#nav div{
  background: #C30000;
  color:white;
  border:none;
}

#nav div ul li a{
  background: #C30000;
  color:white;
}

#nav div ul li.active a{
  /* background: gray; */
  background: white;
  color: #C3C3C3;
}

#nav div ul li a:hover{
  color:white;
  /* background: gray; */
  background: #780200;
}

#footer {
  background: black;
}

