/*_________________________________________________________________  Content  */
/*div#wrapper {
  margin: 18px auto;
  padding: 0 10px;
  width: 200px;
  text-align: center;
  border: 1px solid #1e3551;
  background: #04070c url(images/gradient.png) repeat-x top left;
}
div#wrapper h1 span {
  font-size: 12px;
  color: #fff;
}
*/
/*___________________________________________________________________  Links  */
/*a:link,
a:visited {
  text-decoration: none;
  color: blue;
}
a:link:hover,
a:visited:hover {
  text-decoration: underline;
}
a.option:link,
a.option:visited {
  display: block;
  text-align: left;
  color: #000;
  background-color: #bed333;
  line-height: 140%;
  padding: 5px;
  margin: 6px 0;
  font-weight: bold;
}
a.option:link:hover,
a.option:visited:hover {
  background-color: #0099CC;
  text-decoration: none;
  color: #fff;
}*/
.h1_titre {
  text-decoration: none;
  color: black;
}

