#conteneur {
  width: 100%;
  background-repeat: no-repeat;
  background-position:  center center;
  background-attachment: fixed;
  background-color: #746756;
  font-size: 100%;
}
#container {
  border: 6px solid #432c15;
  margin: 2% auto;
  overflow: auto;
  background-repeat: no-repeat;
  border-radius: 15px;
  font-size: 0.95em;
  background-image: url(../images/Freud-32.jpg);
  width: 840px;
  background-position:  center center;
  background-attachment: fixed;
}
#header {
  margin-top: 0px;
  height: 130px;
  background-color: transparent;
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center top;
  width: 100%;
  color: #432c15;
}
#header .t2 {
  font-family: Arial Rounded MT Bold;
  padding-top: 1%;
  text-align: center;
}
#header .tx {
  text-align: center;
}
#header .ph {
  padding-bottom: 2%;
  text-align: center;
  font-size: 0.5em;
}
#menu ul, #menu li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#menu li {
  width: 120px;
}
#menu li a {
  border: 1px solid #ffffff;
  display: block;
  text-decoration: none;
  text-align: center;
}
#menu .niveau1 li {
  margin: 0;
  float: left;
}
#menu .niveau1 li a {
  padding: 5px 0;
  background: #746756 none repeat scroll 0% 50%;
  color: #ffffff;
  font-size: 0.8em;
}
#menu .niveau1 li:hover a, #menu .niveau1 li a:hover {
  background: #ff9900 none repeat scroll 0% 50%;
  color: #666666;
}
#menu .niveau2 {
  position: absolute;
  top: -9999em;
}
#menu .niveau2 li {
  margin: 0px 0 0;
  clear: left;
  position: relative;
}
#menu .niveau2 li a {
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 50%;
  color: #ffffff;
}
#menu .niveau2 li a:hover {
  background: #d76b00 none repeat scroll 0% 50%;
  color: #746756;
}
#menu li:hover .niveau2, #menu .sfhover .niveau2 {
  top: auto;
  min-height: 0;
}
#corpus {
  width: 95%;
  background-position:  center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: #432c15;
  padding : 0;
  
}
#corpus .t2 {
  text-align: center;
  margin-top: 0px;
  padding-top: 12%;
  font-family: Arial Rounded MT Bold;
}
#corpus .tx {
  text-align: center;
}
#corpus ul {
  padding-bottom: 20%;
  padding-top: 5%;
  list-style-type: none;
  text-align: center;
}
#footer {
  width: 100%;
  background-position: right center;
  height: 60px;
  background-color: transparent;
  background-attachment: fixed;
  color: #432c15;
  font-size: 0.5em;
}
#footer p {
  padding-bottom: 1%;
  text-align: center;
  padding-top: 1%;
}
