body {
  background-color:black;
  font-family:comic sans ms;
  text-align:center;
}
#bandeau, #note {
  color:silver;
}
#score, #total {
  color:yellow;
  font-weight:bold;
}
#bandeau a {
  color:yellow;
  font-weight:bold;
  text-decoration:overline underline;
}
#plateau {
  background:url(../images/genre.jpg);
  width:600px;
  height:450px;
  text-align:center;
  font-size:1.5em;
}
table {
  width:100%; 
}
tr {
  width:100%;
}
td {
  width:32%;
  height:446px;
}

#consigne, #proposition, #demarrer {
  text-align:center; 
  color:silver; 
  font-weight:bold;
}
#consigne {
  height:180px;
  cursor:help;
}
#proposition { 
  height:210px;
  display:none;
}
#demarrer {
  position:relative;
  color:yellow;
  cursor:pointer;
}