/*
--------------------------------------------------------------------------------- general */

* {
  margin: 0;
  padding: 0; 
}
body {
  background: #251E26;
  padding: 0 1%;
}
div {
  float: none;
}
a, a:visited {
  color: black;
  text-decoration: underline;
}
a img {
  border: 0;
}
a:active, a:hover {
  color: black;
  text-decoration: none;
}
a:focus {
  background: black;
  color: white;
  text-decoration: none;
}

/*
--------------------------------------------------------------------------------- structure */

#wrap {
  background: #ECECDE;
  padding: 1%;
}
#header {
  background: #1A1A1A;
  padding: 1% 0;
}
.pagination {
  clear: both;
  list-style: none none;
  margin: 1% 0;
}
.pagination li {
  display: inline;
}
#p_g, #p_d {
  display: none;
}
.top {
  margin: 1% 0;
  list-style: none none;
}
.bloc {
  margin-top: 1%;
}
#home_seek ul {
  list-style: none none;
}
#home_seek ul li {
  margin-bottom: 1%;
}

/*
--------------------------------------------------------------------------------- header */

#header img {
  display: block;
  margin: 0 auto;
}
#pre_head a:link, #pre_head a:active, #pre_head a:hover, #footer a:link, #footer a:active, #footer a:hover, #footer {
  color: white;
}
ul.evitement li {
  color: white;
  display: inline;
}
ul.evitement {
  list-style: none none;
}

/*
--------------------------------------------------------------------------------- footer */

#footer, #pre_head {
  background: #726763;
  padding: 1%;
  margin: 1% 0;
}

/*
--------------------------------------------------------------------------------- menu */

#menu ul {
  list-style: none none;
}
#menu ul li {
  display: inline;
}
#menu ul li a span {
  display: none;
}
#menu ul li a:link, #menu ul li a:visited {
  background: #726763;
  color: white;
  text-decoration: none;
  padding: 0 1%;
  font-size: 120%;
  font-weight: bold;
}
#menu ul li a:active, #menu ul li a:hover {
  background: #1A1A1A;
  color: white;
  text-decoration: none;
  padding: 0 1%;
  font-size: 120%;
  font-weight: bold;
}

/*
--------------------------------------------------------------------------------- article */

.story {
  margin-top: 2%;
  float: left;
}
.story h2 {
  margin-bottom: 5px;
}
.story img {
  float: left;
  margin-right: 5px;
}
div#article p {
  margin: 1em 0;
}

/*
--------------------------------------------------------------------------------- recherche */

form#the_recherche fieldset {
  margin: 1% 0;
  padding: 1%;
}
form#the_recherche fieldset ul {
  list-style: none none;
}