
.Allumettes {
  margin: 10px 0;
  position: relative;
  min-height: 100px;
}

.Allumettes .Object {
  position: relative;
  border: 0;
  cursor: pointer;
  margin-bottom: 3px;
}

.Allumettes .EndMessage {
  text-align: center;
  position: absolute;
  margin-left: 12px;
  top: 50%;
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
}

.Allumettes .EndMessage.LoseMessage {
  color: #c30000;
}

.Allumettes .EndMessage.WinMessage {
  color: #0b9d00;
}

.Allumettes .ThemeMatch .Object {
  background: url(match.png) no-repeat;
  width: 22px;
  height: 94px;
}

.Allumettes .ThemeBall .Object {
  background: url(ball.png) no-repeat;
  width: 45px;
  height: 45px;
  margin-right: 4px;
}

.Allumettes .ThemeCoin .Object {
  background: url(coin.png) no-repeat;
  width: 46px;
  height: 46px;
  margin-right: 4px;
}
