html, body{
  width:100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

a{
  color: #017181;
  font-family: sans-serif, arial, helvetica;
  font-size: 1em;
  font-style: italic;
  text-decoration: none;
}


body{
  /*background-color: #FAEBD7;*/
  background-color: #faf7e0;
  /*color: #FFFFFF;*/
  color: #017181;
  z-index: -1;
}

#titre{
  position:relative;
  width: 100%;
}

#intro{
  margin: 10%;
}

.nomSite{
  color: #017181;
  margin-top: 100px;
  font-family: sans-serif, arial, helvetica;
  font-size: 1em;
  font-style: italic;
  font-weight: bold;
  text-align: left;
  margin-left: 7%;
}


.titre{
  color: #017181;
  margin-top: 100px;
  font-family: sans-serif, arial, helvetica;
  font-size: 2em;
  font-style: italic;
  text-align: center;
  margin: 7%;
}

/* ----- */
.intro{
  color: #017181;
  font-family: sans-serif, arial, helvetica;
  font-size: 1em;
  font-style: italic;
  text-align: justify;
  margin-bottom: 10%;
}

.en-travaux{
  color: #fa2204;
  text-align: center;
  font-family: sans-serif, arial, helvetica;
  font-size: 2.5em;
  font-style: italic;
  font-weight: bold;
  border-color: #fa2204;
  border-style: double;
  border-radius: 30px;
  border-width: 10px;
  margin: 5%;
  padding: 5%
}

#commentaire{
  color: #017181;
  text-align: justify;
  font-family: sans-serif, arial, helvetica;
  font-size: 1em;
  font-style: italic;
  font-weight: bold;

  border: double 10px #017181;
  border-radius: 30px;
  /*margin-bottom: 5%;*/
  padding: 10px;
}

#time {
  font-size: 0.9em;
  text-align: right;
  font-family: sans-serif, arial, helvetica;
  color: #017181;
  font-weight: bold;
}

.commentaire-texte{
  font-size: 1em;


}
