body {
}

body #body1 {
  position: relative;
  top: 0;
  margin: 0 auto;
  xwidth: 100%;
  min-width: 450px;
  max-width: 780px;
  max-width: expression(document.getElementById("body").clientWidth > 780 ? "780px" : auto);
  height: 100px;
  padding: 0 0;
  font-family: sans-serif;
  font-size: 13px;
}

body #body1 #body2 {
  margin: 0 0;
  border-left: 1px solid #930;
  border-right: 1px solid #930;
  padding: 0 60px 20px 170px;
  background-image: url(img/degrade.png);
  background-repeat: repeat-x;
}

body #body1 #body2 h1#benio {
  margin: 0;
  padding: 32px 20px 8px 0;
  height: 40px;
  text-align: right;
  font-size: 450%;
  font-weight: bold;
  color: #C98;
}

body #body1 #body2 #page {
  margin-top: 20px;
  border: 1px dotted #930;
  border-top: none;
  min-height: 350px;
  padding: 0 40px 20px 40px;
  background-image: url(img/fond.png);
  background-repeat: no-repeat;
  background-position: 300px -50px;
}

/*=== Généralités: ===*/

a:link, a:visited, a:active {
  color: #2F4F4F;
  text-decoration: none;
}

a:hover {
  color: #2F4F4F;
  text-decoration: underline;
}


/*=== Image au-dessus du menu: ===*/

p#ap {
  position: absolute;
  top: 0;
  left: 0;
}

p#ap img {
  border: none;
}


/*=== Le menu: ===*/

#menu {
  position: absolute;
  top: 120px;
  left: 30px;
  width: 130px;
}

#menu ul {
  margin: 0;
  padding: 0;
}

#menu li {
  list-style: none;
  margin: 0;
  padding: 0.5em 0;
  font-size: 90%;
  color: #888;
}

#menu li a {
  text-decoration: none;
  font-weight: bold;
}

#menu li a:link, #menu li a:visited {
  color: #366;
}

#menu li a:hover {
  text-decoration: underline;
}

#menu li li {
  margin-left: 0.3em;
  border-left: 1px solid #366;
  padding-left: 0.5em;
  font-size: 90%;
}

#menu li li li {
  border-left-color: #588;
  font-size: 100%;
}

#menu li li li li {
  border-left-color: #7AA;
}

/*=== Le breadcrumb: ===*/

body #body1 #body2 #breadcrumb {
  padding: 50px 0 0 0;
}

body #body1 #body2 #breadcrumb p {
  margin: 0;
  padding: 0;
  text-align: left;
  text-indent: 0;
  font-size: 90%;
  font-weight: bold;
  letter-spacing: 0.2em;
}

body #body1 #body2 #breadcrumb p .bcSep {
  font-size: 80%;
  margin-left: 0.5em;
}

/*=== La page: ===*/

#page {
  line-height: 140%;
}

#page h1 {
  margin: 0 0 2ex 0;
  font-size: 135%;
  font-weight: bold;
  border-bottom: 1px dotted #930;
  line-height: 140%;
}

#page h2 {
  margin: 0 0 2ex 0;
  font-size: 115%;
  font-weight: bold;
  line-height: 140%;
}

#page h3 {
  margin: 0 0 2ex 0;
  font-size: 100%;
  font-weight: bold;
  line-height: 140%;
}

#page p, #page li, #page dd {
  text-align: justify;
  line-height: 140%;
}

#page a.external {
  padding: 0 13px 0 0;
  background-image: url(img/external.png);
  background-repeat: no-repeat;
  background-position: center right;
}

#page img {
  border: none;
}

#page .encadre {
  margin-bottom: 3ex;
  background-color: #EEE;
  padding: 0.5ex 1.2em;
  border: 1px solid #DDD;
  font-size: 85%;
}

#page blockquote {
  font-size: 90%;
  margin: 10px 50px;
}

/*  Notes:  */

#page a.adn, #page #footnotes a.not {
  text-decoration: none;
  font-weight: bold;
}

#page a.adn {
  padding-left: 1px;
  font-size: 75%;
  vertical-align: 50%;
  line-height: 100%;
}

#page #footnotes {
  clear: both;
  margin-top: 14px;
  padding-top: 10px;
  font-size: 90%;
}


