/************************************************/
/* Fenêtre du navigateur
/************************************************/

body {
  color: #FFFFFF;
}

/************************************************/
/* Positionnement du texte
/************************************************/

.droite {
  text-align: right;
}

.centre {
  text-align: center;
}

/************************************************/
/* Lien
/************************************************/

a {
  position: absolute;
  color: #FFFFFF;
  font-weight: bold;
  bottom: 5px;
  right: 5px;
}

/************************************************/
/* Bloc du simulateur
/************************************************/

#fond {
  position: relative;
  background: url('fond.jpg') no-repeat;
  width: 461px;
  height: 487px;
}

/************************************************/
/* Simulateur
/************************************************/

/* tableau Personnage */
#stat1 {
  position: absolute;
  width: 228px;
  top: 1px;
  right: 1px;
  border: 2px ridge #000000;
  font-weight: bold;
}

/* tableau Stats */
#stat2 {
  position: absolute;
  width: 228px;
  top: 140px;
  right: 1px;
  border: 2px ridge #000000;
  font-weight: bold;
}

/* tableau Compétence */
#stat3 {
  position: absolute;
  width: 190px;
  bottom: 1px;
  left: 1px;
  border: 2px ridge #000000;
  font-weight: bold;
}

/* boutons Plus et Minus */
input.btnVal {
  width: 30px;
}

input {
  background: transparent;
  color: #FFFFFF;
  font-weight: bold;
}

th {
  text-align: center;
}