body {
  font-family: Arial, Helvetica, sans-serif;
}
#speedTest {
  color: #000066;
  background-color: #ffffff;
  text-align: center;
}
#speedTest img {
  border: 0;
}
#speedTest a {
  color: #000066;
  background-color: inherit;
}
#speedTest a:hover {
  color: #000099;
  background-color: inherit;
}
#speedTest a:visited {
  color: #000099;
  background-color: inherit;
}
#speedTest table {
  border: 1px solid black;
  color: #000000;
  background-color: #ffffcc;
  margin-left: auto;
  margin-right: auto;
  width: 98%
}
#speedTest th {
  font-weight: normal;
  text-align: right;
}
#speedTest td {
  text-align: left;
  vertical-align: middle;
}
#speedTest td img {
  height: 11px;
  max-width: 600px;
}
#speedTest .Resultat {
  font-size: smaller;
  margin-left: auto;
  margin-right: auto;
  width: 95%
}
#speedTest .Donnees {
  display: none;
}
#logoSpeedTest {
  color: #0033cc;
  background-color: inherit;
  text-align: center;
  font-weight: bold;
}
#logoSpeedTest #majeur {
  font-size: larger;
}
#logoSpeedTest #point {
  color: #ff0000;
  background-color: inherit;
  font-size: larger;
}
#logoSpeedTest #mineur {
  font-size: smaller;
}
#references {
  color: #333388;
  background-color: #eeeeee;
  border: 1px solid #333388;
  font-weight: bold;
  font-size: smaller;
  margin-left: auto;
  margin-right: auto;
}
#references a {
  text-decoration: none;
}

p.small {font-variant: small-caps}
.champ  {
       border-top: thin solid rgb(223,220,217);
       border-right: thin solid rgb(178,176,174);
       border-bottom: thin solid rgb(178,176,174);
       border-left: thin solid rgb(223,220,217);
       padding: .1em 1em 0em 0em;
       margin: 2em 0em 1.2em .2em;
       background-color: rgb(252, 251, 208);
       -moz-border-radius: .4em;
       }
    .champ:hover {background-color: rgb(255, 254, 210);}
