/* design du jeu */
.text_corps td
{
  width: 300px;
}
.lien_theme
{
  text-align: center;
}
.lien_theme a
{ 
  color: black;
}
.lien_theme a:hover
{
  color: rgb(200,150,60);
}
.test_cadre
{
  width: 700px;
  height: 293px;
  background-image: url("test_you_ombre.jpg");
  padding-top: 43px;
}
#testarea
{
  width: 600px;
  height: 250px;
  background-color: black;
  position: absolute;
  left: 560px;
}
.test_juste
{
  color: green;
  font-weight: bold;
}
.test_faux
{
  color: red;
  font-weight: bold;
}
.cadre_chrono
{
  width: 450px;
  height: 10px;
  background-color: rgb(0, 40, 70);
  border: 1px solid rgb(200,150,60);
  position: absolute;
  left: 12.5%;
  top: 90%;
  padding: 0px;
}
#test_chrono
{
  width: 0px;
  height: 10px;
  background-color: rgb(200,150,60);
  margin: 0px;
}
#createarea label
{
  display: block;
  width: 125px;
  float: left;
}
#createarea select
{
  background-color: black;
  color: white;
}
#createarea select:focus
{
  background-color: rgb(0, 40, 70);
  color: white;
}
#test_contenu
{
  background-color: black;
  color: white;
  padding: 4px;
  width: 600px;
  height: 50px;
  border: 1px solid rgb(86,101,231);
}
.tab_score
{
  border: 1px solid rgb(86,101,231);
  width: 600px;
  border-collapse: collapse;
}
.tab_score th
{
  padding: 4px;
  border: 1px solid rgb(86,101,231);
  background-color: rgb(0, 40, 70);
}
.format1
{
  width: 15%;
}
.format2
{
  width: 35%;
}
.tab_score td
{
  padding: 2px;
  border: 1px solid rgb(86,101,231);
  text-align: center;
}