BODY {
  font-family: Arial;
  font-size: 90%;
  color: #300;
  background-color: #FE4;
}
TABLE.glob {
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 30px;
  border: 2px solid #600;
  background-color: #FB3;
}
TD.content {
  padding: 10px;
  width: 100%;
}
DIV.title {
  font-size: 200%;
  font-weight: bold;
  font-family: Times;
  text-align: center;
  line-height: 150%;
  margin-top: 20px;
  margin-bottom: 20px;
}
DIV.title2 {
  font-size: 150%;
  font-weight: bold;
  font-family: Times;
  text-align: center;
  line-height: 150%;
  margin-top: 20px;
  margin-bottom: 40px;
}
DIV.subtitle {
  font-size: 150%;
  font-family: Arial;
  text-align: center;
  line-height: 150%;
}
DIV.entete {
  font-size: 120%;
  font-family: Arial;
  font-weight: 500;
  margin-bottom: 10px;
}
TD.quick {
  background-color: #F53;
  padding: 10px;
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: 2px solid black;
  font-weight: bold;
  font-family: times;
  color: #FFF;
}
TD.quick A:link { color: white; }
TD.quick A:visited { color: #DDD; }
DIV.quick {
  width: 150px;
  height: 100%;
}
A:link, A:visited {
  text-decoration: underline;
}
A:hover {
  text-decoration: none;
}
CODE {
  color: #00D;
}