body {
  height: 100px;
}

#tout {
  position: relative;
  margin: 0 auto;
  width: 920px;
  height: 200px;
  padding: 0;
  background-color: white;
  font-family: sans-serif;
  font-size: 13px;
}

#titre {
  position: absolute;
  top: 0;
  left: 0;
  width: 710px;
  height: 350px;
  margin: 0;
  padding: 0;
  background-image: url(img/top_tetes-1.jpg);
  background-position: 20px 10px;
  background-repeat: no-repeat;
  text-align: right;
}

#titre img {
  margin-top: 70px;
  border: none;
}

#titre span {
  display: none;
  line-height: 200px;
  font-size: 60px;
  color: #DDD;
}

/*================ div#menu: =============*/

#menu {
  position: absolute;
  top: 290px;
  left: 25px;
  width: 150px;
  font-size: 14px;
}

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

#menu li {
  list-style: none;
  margin: 0;
  padding: 0.5em 0;
  color: #369;
  font-weight: bold
}

#menu li span.voirPageDiscrete {
  font-style: italic;
}

#menu li span.voirBrouillon:before {
  content: url(img/wip.png);
}

#menu li span.voirRedirection {
  font-size: 70%;
}

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

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

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

#menu li li li {
  border-left-color: #AAA;
}

#menu li li li li {
  border-left-color: #BBB;
}

/*================ div#page: =============*/

#page {
  position: absolute;
  top: 200px;
  left: 250px;
  width: 460px;
  padding-left: 0;
}

#page > #breadcrumb p {
  margin: .5ex 0 5ex 0;
  padding: 0;
  text-align: left;
  text-indent: 0;
  font-size: 90%;
  font-weight: bold;
  letter-spacing: 0.3em;
}

#page > #breadcrumb p.short {
  letter-spacing: 0.15em;
}

#page > #breadcrumb p.veryShort {
  letter-spacing: 0;
}

#page > #breadcrumb p .notLast:after {
  content: ">";
  font-size: 80%;
  margin: 0 1em;
}

/*================*/

a:link, a:visited, a:active {
  color: #999999;
}

a:hover {
  color: #336699 !important;
}

/*================*/

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

#page h3 {
  margin: 1.5ex 0 1.5ex 0;
  font-size: 120%;
  font-weight: bold;
}

#page h4 {
  margin: 1ex 0 1ex 0;
  font-size: 100%;
  font-weight: bold;
}

#page p, #page li, #page dd {
  margin: 0 0 1.4ex 0;
  text-align: justify;
}

#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 .imgdiv p {
  margin: 5px 0 0 0;
  text-align: right;
  font-size: 72%;
}

#page .imgdiv img {
  display: block;
  margin: 0;
  border: none;
}

