
BODY {
  background-color: #F5E5C5;
  font-family: Garamond;
}

.bande_gauche {
  position: absolute;
  background-color: #705040;
  top: 0;
  left: 0;
  width: 120px;
  bottom: 0px;
  overflow: hidden;
}
.entete {
  position: absolute;
  background-color: #F5E5C5;
  top: 0px;
  left: 120px;
  right: 0;
  height: 35px;
  overflow: hidden;
  border-bottom: 1px solid #705040;
}

.explications {
  position: absolute;
  background-color: #F5E5C5;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 119px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-left: 20px;
  padding-right: 20px;
  text-align: justify;
  color: #503020;
}

.corps {
  position: absolute;
  background-color: #F5E5C5;
  left: 120px;
  right: 0;
  top: 36px;
  bottom: 0px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-left: 20px;
  padding-right: 20px;
  text-align: justify;
  color: #503020;
}

.texte_lien {
  color: #F5E5C5;
  font-size: 14px;
}

.boite {
  position: relative;
  z-index: 1;
  display: inline-block;
  top: 0px;
  left: 20px;
  width: 450px;
  height: 410px;
  background: #F5E5C5;
  color: white;
  border: 0px;
  margin: 0px;
}

.boite_saisie {
  position: absolute;
  z-index: 1;
  /*display: inline-block;*/
  top: 120px;
  left: 20px;
  width: 408px;
  height: 408px;
  background: rgb(0,0,0);
  color: white;
  border: 0px;
  margin: 0px;
}

.boite_droite {
  position: absolute;
  z-index: 1;
  /*display: inline-block;*/
  top: 120px;
  left: 450px;
  width: 600px;
  height: 550px;
  background: #F5E5C5;
  /*background: linear-gradient(90deg, rgba(46,44,45,1) 0%, rgba(66,66,66,1) 100%);*/
  color: #705040;
  border: 0px;
  margin: 0px;
}

.graphique {
  position: relative;
  z-index: 3;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  color: Red;
  border: 0px;
  margin: 0px;
  opacity: 0.6;
}

.bloc {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 115px;
  height: 115px;
  /*background: rgba(50,0,0,1 );*/
  color: black;
  border: 3px solid black;
  margin: 0px;
  /*border-collapse: collapse;*/
}

.case {
  position: absolute;
  z-index: 2;
  display: inline-block;
  /*top: 10px;*/
  /*left: 10px;*/
  width: 40px;
  height: 40px;
  background: #F5E5C5;
  color: black;
  border: 1px solid black;
  margin: 0px;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  font-weight: bold;
}
.manuelcase {
  position: absolute;
  z-index: 2;
  display: inline-block;
  /*top: 10px;*/
  /*left: 10px;*/
  width: 40px; /*50*/
  height: 40px;
  background: #F5E5C5;
  color: Black;
  border: 1px solid black;
  margin: 0px;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

.casevide {
  position: absolute;
  z-index: 2;
  display: inline-block;
  /*top: 10px;*/
  /*left: 10px;*/
  width: 40px;
  height: 40px;
  background: #F5E5C5;
  color: black;
  border: 1px solid #F5E5C5;
  margin: 0px;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  font-weight: bold;
}

.casevide_ligne {
  position: absolute;
  z-index: 2;
  display: inline-block;
  /*top: 10px;*/
  /*left: 10px;*/
  width: 40px;
  height: 50px;
  background: #F5E5C5;
  color: black;
  border-top: 5px solid #F5E5C5;
  border-right: 2px solid #F5E5C5;
  margin: 0px;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  font-weight: bold;
}

.casevide_colonne {
  position: absolute;
  z-index: 2;
  display: inline-block;
  /*top: 10px;*/
  /*left: 10px;*/
  width: 50px;
  height: 40px;
  background: #F5E5C5;
  color: black;
  border: 1px solid #F5E5C5;
  margin: 0px;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  font-weight: bold;
}

.niche {
  position: absolute;
  z-index: 2;
  display: inline-block;
  /*top: 10px;*/
  /*left: 10px;*/
  width: 8px;
  height: 12px;
  background: white;
  color: black;
  border: 1px solid;
  border-color: white;
  margin: 0px;
  text-align: center;
  line-height: 12px;
  font-size: 14px;
  font-weight: normal;
  /*visibility: visible;*/
}

.chiffre {
  position: absolute;
  z-index: 2;
  display: inline-block;
  /*top: 10px;*/
  left: 3px;
  width: 36px;
  height: 36px;
  background: #FFFFFF;
  color: black;
  border: 0px solid white;
  margin: 0px;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  font-weight: bold;
  /*opacity: 0.5;*/
}

.commande {
  border: solid 1px #705040;
  border-radius: 5px;
  color: #705040;
  background: #F5E5C5;
  font-size: 11px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  margin: 2px;
  font-weight: bold;
  box-shadow:  1px 1px 1px #705040;
}

.commande:hover {
  cursor : pointer;
  color: #F5E5C5;
  background: #705040;
}

.commande:disabled {
 opacity: 0.5;
}

.commande_bis {
  border: solid 1px #705040;
  border-radius: 5px;
  color: #705040;
  background: #F5E5C5;
  font-size: 12px;
  padding: 5px;
  margin: 0px;
  font-weight: bold;
  box-shadow:  1px 1px 1px #705040;
}

.commande_bis:hover {
  cursor : pointer;
  color: #F5E5C5;
  background: #705040;
}

.commande_select {
  border: solid 1px #705040;
  border-radius: 0px;
  color: #705040;
  background: #F5E5C5;
  font-size: 11px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  margin: 2px;
  font-weight: bold;
}
.commande_select:hover {
  cursor : pointer;
  color: #F5E5C5;
  background: #705040;
}

.commande_option  {
  border: 0;
  /*border-radius: 5px;*/
  color: #705040;
  background: #F5E5C5;
  font-size: 12px;
  padding: 5px;
  margin: 10px;
  font-weight: normal;
}
.commande_option:after {
  cursor : pointer;
  color: #F5E5C5;
  background: #705040;
}

.saisiegrille {
  width: 26px;
  height: 26px;
  padding: 0px;
  margin: 0px;
  border: solid 2px;
  border-color: #FFFFFF;
  border-radius: 5px;
  color: Black;
  font-size: 24px;
  text-align: center;
}
.saisiegrille:focus {
  width: 26px;
  height: 26px;
  padding: 0px;
  margin: 0px;
  border: solid 2px;
  border-color: #705040;
  border-radius: 5px;
  color: Black;
  outline: 0px;
  font-size: 24px;
  text-align: center;
}
.saisiegrille::selection {
  color: #FFFFFF;
  background-color: #705040;
}
.saisiegrille::-moz-selection {
  color: #FFFFFF;
  background-color: #705040;
}

.manuelgrille {
  width: 26px;
  height: 26px;
  padding: 0px;
  margin: 0px;
  border: solid 2px;
  border-color: #FFFFFF;
  border-radius: 5px;
  color: Black;
  font-size: 24px;
  text-align: center;
  cursor : pointer;
}
.manuelgrille:focus {
  width: 26px;
  height: 26px;
  padding: 0px;
  margin: 0px;
  border: solid 2px;
  border-color: #FFFF;
  border-radius: 5px;
  color: Black;
  outline: 0px;
  font-size: 24px;
  text-align: center;
  cursor : pointer;
}
.manuelgrille::selection {
  color: #000000;
  background-color: #FFFF;
  cursor : pointer;
}
.manuelgrille::-moz-selection {
  color: #000000;
  background-color: #FFFF;
  cursor : pointer;
}

.fleche {
  position: relative;
  z-index: 1;
  display: inline-block;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 400px;
  border: 0px;
  margin: 0px;
}

.form-popup {
  display: none;
  position: absolute;
  left: 62px;
  top: 162px;
  width: 322px;
  height: 322px;
  padding: 20px;
  /*transform: translate(-45%, 5%);*/
  border: 2px solid #705040;
  z-index: 1;
  background-color: #F5E5C5;
  vertical-align: top;
}

.form-popup-limitations {
  display: none;
  position: absolute;
  left: 62px;
  top: 162px;
  width: 600px;
  height: 450px;
  border: 2px solid #705040;
  z-index: 1;
  background-color: #F5E5C5;
  vertical-align: top;
}

.indice {
  /*display: none;*/
  position: absolute;
  left: 62px;
  top: 550px;
  width: 334px;
  height: 120px;
  border: 1px solid #705040;
  padding: 15px;
  z-index: 1;
  background-color: #F5E5C5;
}

.popup_aide {
  display: none;
  position: absolute;
  left: 62px;
  top: 162px;
  width: 322px;
  height: 322px;
  padding: 20px;
  border: 2px solid #705040;
  z-index: 1;
  background-color: #F5E5C5;
  vertical-align: top;
}

.table_bouton {
  color: #000000;
}

.bouton:hover {
  cursor: pointer;
}

.beige {
  color: #F5E5C5;
}

.rouge {
  color: #FF0000;
}
