body{
  padding: 0;
  margin: 0;
  background: url(body.jpg) repeat-x;
  background-color: #fff;
  font-family: Courier New;
}
#conteneur{
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#accueil{
  height: 21px;
  margin: 0;
  padding: 0;
  font-family: verdana;
}
#seo{
  float: left;
  margin: 0;
  padding: 0;
}
#seo h1{
  margin: 0;
  font-size: .8em;
  color: #fff;
  font-weight: normal;
}
#accesrapide{
  float: right;
}
#accesrapide form{
  margin: 0;
  padding: 0;
  float: left;
}
#accesrapide p{
  margin: 0 0 0 5px;
  float: left;
}
#accesrapide label{
  font-size: .8em;
  color: #fff;
}
#accesrapide input[type="text"]{
  width: 80px;
  font-size: .6em;
}
#accesrapide input[type="password"]{
  width: 80px;
  font-size: .6em;
}
#accesrapide input[type="submit"]{
  height: 20px;
  font-size: .6em;
}
#link{
  float: right;
  margin: 0;
  font-size: .8em;
  color: #fff;
  font-weight: normal;
  padding-top: 3px;
}
#link a{
  font-size: .6em;
  color: #fff;
  margin: 0 0 0 5px;
  padding-top: 15px;
  text-decoration: none;
}
#link a:hover{
  text-decoration: underline;
}
#header{
  width: 951px;
  height: 138px;
  margin: 0;
}
#header img {
  border:0;
  margin:0;
  padding:0;
}
#menu{
  height: 50px;
  margin: 0;
}
#menu ul{
  list-style-type: none;
  margin: 0;
}
#menu li{
  float: left;
  margin-right: 15px;
  margin-left: 15px;
}
#menu a{
  color: #fe8eff;
  text-decoration: none;
  font-family: Comic Sans MS;
  display: block;
  height: 50px;
  line-height:50px;
}
#menu a:hover{
  text-decoration: underline;
}
#contenu{
  margin-top: 15px;
  margin-bottom: 15px;
  clear: both;
}
#contenu_top{
  height: 37px;
  background: url(contenu_top.jpg) no-repeat;
}
#contenu_middle{
  background: url(contenu_middle.jpg) repeat-y;
  overflow: hidden;
  padding: 0 45px 0 45px;
  text-align: justify;
}
#contenu_middle h1{
  color: #ff0101;
  font-size: 1.3em;
}
#contenu_middle h2{
  color: #fd56ff;
  font-size: 1.2em;
}
#contenu_middle a{
  color: #ff7e00;
  text-decoration: none;
}
#contenu_middle a:hover{
  text-decoration: underline;
}
#contenu_bas{
  height: 37px;
  background: url(contenu_bas.jpg) no-repeat;
}
#footer{
  background-color: #3f3636;
  text-align: center;
  min-height: 60px;
  max-height: 150px;
  font-family: verdana;
  padding-top: 10px;
}
#footer a{
  font-size: .6em;
  color: #fff;
  margin: 0 0 0 5px;
  text-decoration: none;
}
