body 
{ font-family: arial;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
}

#titre-jeu
{ padding-bottom: 5px;
  color: #000080;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}

#niveau-jeu
{ font-weight: bold;
  padding-bottom: 5px;
  color: #2EAADD;
}

#description-jeu
{ text-align: justify;
  padding-top: 15px;
  padding-bottom: 10px;
  font-style: italic;
  padding-left: 10px;
  color:#000080;
}

#encouragement
{ padding-top: 20px;
  padding-bottom: 10px;
  color: #2EAADD;
  font-weight: bold;
  
  height: 80px;
  background-image: url(images/miniblorkx.jpg);
  background-repeat: no-repeat;
  background-position: right;
}