body {
  font-family: Flubber, Georgia, "Monotype Corsiva", Arial, Sans-serif;
  font-size: 14px;
  margin: 1em;
  background-color: #9E8259;
  background-image: -moz-linear-gradient(left, #E7CBA2, #5B331C); /* Firefox 3.6 */
}
h1 {
  font-size: 2.3em;
  text-align: center;
  text-shadow: #6B3F23 0px 0px 1px, #E7CBA2 3px 1px 2px;
}
h2 {
  padding-top: 0.2em;
  font-size: 1.3em;
  text-align: center;
  margin: 0em;
  text-shadow: #6B3F23 0px 0px 1px, #E7CBA2 3px 1px 2px;
}
h3 {
  padding-top: 0.2em;
  font-size: 1.2em;
  text-align: left;
  margin: 0em;
  text-shadow: #6B3F23 0px 0px 1px, #E7CBA2 3px 1px 2px;
}
img {
  border: none;
}
table {
  font-size: 1em;
/*   border: 1px dotted blue; */
}
a {
  text-decoration: none;
  color: #6B3F23;
}
a:hover {
  text-decoration: underline;
}
.pops, .popsel {
  display: inline;
/*   font-size: 0.85em; */
  margin: 0.0em;
  padding: 0.2em;
  border-radius: 0.25em;
  background-color: none;
}
.popsel {
  background-color: #976B43;
}
.pops:hover {
  background-color: #B38B5C;
  cursor: pointer;
}
.popsel:hover {
  cursor: pointer;
}
.cadre, .cadrelong, .cadregrand, .cadrehaut, .cadrehoriz {
  background: #E7CBA2;
  background: url(/images/rouleau-parchemin-petit.png);
  background-position: center center;
  background-size: 100%;
  border: none;
  margin: 0.5em 0.1em 0.5em 0.1em;
  padding: 0.5em;
  width: 20em;
  height: 16em;
}
.cadrelong {
  background: url(/images/rouleau-parchemin-long.png);
  background-size: 100%;
  height: 24em;
}
.cadregrand {
  background: url(/images/rouleau-parchemin-moyen.png);
  background-size: 100%;
  width: 40em;
  height: 32em;
}
.cadrehaut {
  background: url(/images/rouleau-parchemin-haut.png);
  background-size: 100%;
  width: 40em;
  height: 54em;
}
.cadrehoriz {
  background: url(/images/rouleau-parchemin-horiz.png);
  background-size: 100%;
  width: 54em;
  height: 39em;
}
.fluxrss {
  font-size: 0.9em;
}
.arrondi {
  border-radius: 2em;
}
.defilong   {
  text-align: left;
  width: 96%;
  height: 93%;
  overflow-y: auto;
}
.parchemin {
  position: relative;
  background: url(/images/parchemin.png) no-repeat;
  padding: 2em;
  width: 69.5em;
  height: 51em;
}
