body {
  font-family:arial;
  font-size:10px;
  background-color:#fff;
}

#conteneur {
  width:780px;
  height:590px;
  margin-left:auto;
  margin-right:auto;
  border:1px solid gray;
  background-color:#fff;
}
#bandeauduhaut{
  position:absolute;
  height:130px;
  width:780px;
}
#menuhaut {
  position:absolute;
  height:25px;
  width:780px;
  background-color:#D2870E;
  text-align:center;
  margin-top:121px;
  font-size:12px;
  font-weight:bold;
}
#menuhaut a{
  color:white;
  display:block;
  float:left;
  text-decoration:none;
  padding-right:10px;
  padding-top:4px;
  width:90px;
}
#menuhaut a:hover{
  color:#4378B5;
  display:block;
  float:left;
  text-decoration:none;
  padding-right:10px;
  padding-top:4px;
  width:90px;
}
#menuhaut b{
  color:#0970B8;
}
#centre {
  margin-top:146px;
  position:absolute;
  background: url(/imgs/fond.jpg) no-repeat;
  width:780px;
  height:419px;
}
#piedepage {
  position:absolute;
  height:19px;
  width:780px;
  background-color:#D2870E;
  text-align:center;
  margin-top:565px;
  font-size:10px;
  padding-top:6px;
}


.filet1 {
  position:absolute;
  background: url(/imgs/filet-haut.jpg) repeat-x;
  width:780px;
  height:8px;
}
.petitbandeau {
  position:absolute;
  margin:0;
  padding:0;
  width:780px;
  height:25px;
  margin-top:12px;
  text-align:center;
  font-size:14px;
  color:#4378B5;
}
.titre {
  position:absolute;
  margin:0;
  padding:0;
  width:780px;
  height:80px;
  text-align:center;
  margin-top:50px;
  font-size:18px;
  color:#AA0916;
}
.titre span {
  font-size:14px;
  color:#AA0916;
}

.imgabs{
  position:absolute;
  margin:0;
  padding:0;
}

.puba {
  font-size:10px;
}
.puba a {
  font-size:10px;
  text-decoration:none;
}
.puba a:hover {
  font-size:10px;
  text-decoration:none;
  color:darkblue;
}