#mot_cache {
  width:100%;
  float:left;
}

#clavier {
  width:100%;
  float:left;
}

.cadre_lettre {
  width:32px;
  height:40px;
  
  text-align:center;
  color:#FF9900;
  font-size:26px;
  font-weight:bold;
  padding-top:4px;
  margin:1px;
  
  background-image:url('../images/cadre_lettre.png');
  background-repeat:no-repeat;
  float:left;
}

.cadre_lettre_small {
  width:26px;
  height:32px;
  
  text-align:center;
  color:#FFEBCB;
  font-size:20px;
  font-weight:bold;
  padding-top:3px;
  margin:1px;
  
  cursor:pointer;
  
  background-image:url('../images/cadre_lettre_small.png');
  background-repeat:no-repeat;
  float:left;
}

p.gain {
  font-size:18px;
  text-align:center;
}

div.carte_bonus {
  background-image:url('../images/cartes/_carte_dos.png');
  background-repeat:no-repeat;
  width:80px;
  height:110px;
  float:left;
  
  text-align:center;
  color:#FF7700;
  font-size:34px;
  font-weight:bold;
  font-family:'Arial Black';
  padding-top:0px;
  margin:auto;
  
  cursor:pointer;
}