.include_right {
  float: right;
  width: 17%;
} /* bloc flotant ŕ droite */
.include_left {
  float: left;
  width: 17%;
} /* bloc flotant ŕ gauche */
.include_solid_border {
  border: solid;
  padding: 2px;
} /* encadré noir */
.include_gray_background {
  background-color: #DDDDDD;
} /* fond gris */
.include_small_fonts {
  font-size: 0.8em;
} /* petites polices */
.include_big_fonts {
  font-size: 1.2em;
} /* grandes polces */
.include_height10em {
  height: 10em;
  overflow: scroll;
} /* boite de 10em de hauteur, avec ascenseur */
.include_height15em {
  height: 15em;
  overflow: scroll;
}
.include_height30em {
  height: 30em;
  overflow: scroll;
}
.include_height60em {
  height: 60em;
  overflow: scroll;
}
