*
{
  color:#000000;
  font-size:1em;
  font-style:normal; /*italic*/
  font-weight:normal; /*bold*/
  text-decoration:none; /*underline*/
  text-align:justify; /*left, right, justify*/
}

a
{
  text-decoration: underline;
}

a:hover
{
  color: #37AE63;
  font-weight: bold;
}

h1
{
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

h2
{
  font-size: 1.2em;
  text-align:center;
  font-weight: bold;
}

p
{
  overflow: auto; /* Ajoute une scroll bar si le texte ne rentre pas dans la dimension du bloc*/
  word-wrap: break-word; /* Passe à la ligne un mot qui dépasse du bloc */
  text-align:justify;
}

input, select
{
  border: 0px solid #333;
  border-radius: 10px;
  box-shadow:1px 1px 2px #333 inset;
  margin: 2px 0;
  padding-left: 5px;
  font-family: Arial, Verdana, sans-serif;
}

.encadre_formulaire
{
  padding: 10px 20px;
  border-radius: 40px;
  text-align: justify;
  background-color: white;
  min-width: 300px;
  width: 20%;
  min-height: 400px;
  margin: 0 100px;
}

.fond_blanc, .fond_bleu
{
  width: 95%;
  margin: auto;
}

.fond_blanc section, .fond_bleu section
{
  padding: 20px;
}

.encadre_formulaire section
{
  padding: 20px;
}

.fond_bleu
{
  background-image: url("/trail/images/fond_50a6ed.png");
}
