/* -- CSS decouvrir -- */

h1 {

  display: block;
  padding: 5px 0px 5px 10px;
  font-size: 1.5em;
  border-bottom: 1px solid #f1f2f3;
  margin-bottom: 10px;
  font-weight: bolder;
  color: #85BF18;
  /* border-top: 1px solid #85BF18; */
  background-color: #f8f8f8;

}

h2 {

  display: block;
  padding: 5px;
  text-indent: 5px;
  font-size: 1.3em;
  font-weight: bolder;
  color: #85BF18;
  height:10px;
  line-height:10px;
  /*
  border-bottom: 1px solid #f1f2f3;
  border-top: 1px solid #f1f2f3;
  */
}

h3 {
  display: block;
  padding: 3px;
  text-indent: 5px;
  font-size: 1.2em;
  font-weight:normal;
  color: #85BF18;
  height:10px;
  line-height:10px;
}

.titre_menu {
margin-top:10px;
color:#85BF18;
font-size:1em;
text-align:center;
line-height: 16px;
/* border-bottom: 1px solid #eeeeee; */
background-color:#Ffffff;
}

h1, h2, h3{
	border:0px;
}