/* Generated by KompoZer */
* {
  margin: 0;
  padding: 0;
}
body {
  text-align: center;
  background-color: #fffff;
}
p, h1, h2, h3, h4, h5, h6, ul, ol, table {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.pageweb {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 5px;
  text-align: left;
  width: 750px;
  background-color: white;
}
.logo {
  height: 75px;
  text-align: center;
  width: 770px;
  position: relative;
  background-color: #fffff;
  font-size: 150%;
}
.menu {
  width: 770px;
}
ul.menuliste {
  margin: 0;
  padding: 0 0 0 0px;
  list-style-type: none;
  height: 25px;
  
}
ul.menuliste li {
  margin: 0;
  padding: 0;
  text-align: center;
  display: block;
  list-style-type: none;
  float: left;
  font-size: 120%;
  height: 25px;
  background-color: #fffff;
  width: 16.6%;
}
ul.menuliste li a {
  text-decoration: none;
  color: #993300;
  display: block;
  height: 25px;
}
ul.menuliste li a:hover {
  height: 25px;
  background-color: #e9e9e9;
}
.icontenu {
  position: relative;
  width: 770px;
  background-color: #fffff;
}
.pieddepage {
  padding: 0px;
  position: relative;
  width: 770px;
  text-align: center;
  background-color: #ffffff;
}
.gras {
  font-weight: bold;
  color: #2f2f2f;
}
.rouge {
  color: red;
}
.imagedroite {
  padding: 5px;
  float: right;
}
.imagegauche {
  padding: 5px;
  float: left;
}
.centrer {
  text-align: center;
}

