body{
  font-family:Helvetica; font-weight: bold; font-size: 18px; color: yellow;
  background-color:#000000;
}
td{
  font-size: 18px;
  -webkit-border-radius: 8px;
  -border-radius: 8px;
}
.bouton {
  text-decoration: none;
  font: 20px 'Droid Sans', sans-serif;
  font-weight: bold;
  padding: 0px 0px 0px 0px;
  width:140px;
  text-align:center;
}
.boutoncourt {
  text-decoration: none;
  font: 18px 'Droid Sans', sans-serif;
  font-weight: bold;
  padding: 0px 0px 0px 0px;
  width:70px;
  text-align:center;
}
.Saisie {
  background-color:#BBBBBB;
  border: none;
  -webkit-appearance: none;
  font-family: Helvetica; font-style:normal; font-size:20px; color: #004080;
  padding: 0px 0px 0px 5px;
  border-style: none;
  width:50px;
  text-align:center;
}
.Mot {
  background-color:#FFFFFF;
  border: none;
  font-family: Helvetica; font-style:normal; font-size:24px; color: #004080;
  padding: 0px 0px 0px 5px;
  border-style: none;
  width:160px;
}
.Lettre {
  height: 38px;
  width: 38px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FCFAE1), to(#F6E497));
  padding: 0px 5px 5px;
  text-decoration: none;
  font-family: Helvetica; font-weight: bold; font-size:32px;
  -webkit-border-radius: 5px;
  -border-radius: 5px;
  -webkit-box-shadow: 0 1px 3px #565c56;
}
td.Aide {
  text-decoration: none;
  font-family: Helvetica; font-weight: normal; color: white;
}
