body
{
  background-image:url("./img/fond.jpg");
  background-repeat: no-repeat;
  background-position: 200px 168px; 
  color: rgb(0, 0, 0);
  background-color: rgb(89, 199, 222);
  background-attachment: fixed;
}

.BoutonGenie, .BoutonGenie img
{
  /* background-color: rgb(10,20,30); */
  border: 0px solid ;
  width: 120px; height: 25px;
}

.BoutonGenie:hover, .BoutonGenie img:hover
{
  /* background-color:rgb(120,130,140); */
  border: 0px solid;
  width: 154px; height: 37px;
}

#Design
{
  margin-left: 50px;
  background-image:url("./img/Aladin.jpg");
  background-repeat: no-repeat;
  background-position: 200px 168px; 
  color: rgb(0, 0, 0);
  background-color: rgb(120, 199, 222);
}

.redBall
{
  margin-top: 0px;
  margin-bottom: 0px;
}

.redBall:before
{
  content: url("./img/redball.gif");
}

.grnBall
{
  margin-top: 0px;
  margin-bottom: 0px;
}

.grnBall:before
{
  content: url("./img/grnball.gif");
}

.caseTableau
{
  margin-left: 50px;
  margin-right: 50px;
  vertical-align:top;
}

.separateurV
{
  width: 2px;
  background-color: rgb(16, 80, 180);
}
