html {
  font-family:"Myriad","Myriad Pro",Georgia,Helvetica,Sans-serif;
/*  background:url(../images/fond/bleu.jpg);*/
  background-color: rgb(108,171,215); /* couleur du fond de la page */

  padding:0;
  margin:0;
}

body {
  width:100%;
  height:100%;
  padding:0;
  margin:0;
 /*   background-color: rgb(108,171,215);  couleur du fond de la page */
  /* color: white;  Le texte de la page sera blanc */
}



#espace_bouton {
  height:100%; /*fait qu'on a la couleur du fond de bas en haut*/
  background-color: rgb(249,214,8); /* couleur jaune du cote de la page */
}
 
h1 {
  color:#eee;
  padding-top:3em;
  padding-bottom:2em;
  margin:0;
}

blink {
  color:red;
  font-weight: bold;
  font-size:18px;
}

h2 {
  font-weight: bold;
  font-size:18px;
}

h3 {
  font-size:18px;
}



#conteneur{
width: 200px;
height: 50%;
overflow: auto;
}

#content {
  margin-left:15%;
  width:500px;
  text-align:center;
}
#hint {
  color:#666;
  margin-left:15%;
  width:300px;
  text-align:left;
  margin-top:3em;
}

#fin {
  position : absolute;
  bottom : 0px;
}
