html * {
  margin: 0px;
  padding: 0px;
}

body {
  background-image: url(img/background.jpg);
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
}

select {
  width: 290px;
}

span {
  font-size: x-small;
  font-weight: normal;
}

#header {
  background: url(img/header.jpg) top no-repeat;
  margin: auto; margin-bottom: 10px;
  width: 757px; height: 130px;
}

#top {
  background: url(img/background_top.jpg) top no-repeat;
  margin: auto;
  width: 760px; height: 20px;
}

#middle {
  background: url(img/background_middle.jpg);
  padding-left: 15px; padding-right: 15px;
  width: 730px;
  float: left;
}

#arguments {
  background: url(img/arguments.jpg) no-repeat;
  margin-top: 8px;
  width: 370px; height: 200px;
  float: left;
}

#box_inscription {
  background: url(img/box_inscription.jpg) no-repeat;
  padding-left: 15px;
  width: 345px; height: 330px;
  float: right;
  font-weight: bold;
  color: #054245;
}


#acces_membre {
  background: url(img/acces_membre.jpg) no-repeat;
  margin-top: 14px;
  padding-top: 40px; padding-left: 10px;
  width: 360px; height: 37px;
  float: left;
  font-size: smaller;
  font-weight: bold;
  color: #CC0099;
}

#acces_membre input{
  border: 1px #CC0099 solid;
}
#submit {
  background: #FF66CC;
  color: white;
  font-weight: bold;
  font-size: x-small;
}

#diaporama_top {
  background: url(img/diaporama_top.jpg) no-repeat;
  margin-top: 16px;
  width: 730px; height: 55px;
  float: left;
}

#diaporama_middle {
  background: url(img/diaporama_middle.jpg);
  width: 730px;
  float: left;
}

#diaporama_middle img{
  border: 1px solid #FF66CC;
}

#diaporama_middle div{
  padding-left: 20px;
  padding-bottom: 10px;
  float: left;
  text-align: center;
  color: #FF66CC;
}

#diaporama_bottom {
  background: url(img/diaporama_bottom.jpg) no-repeat;
  width: 730px; height: 16px;
  float: left;
}

#gratuite {
  margin-top: 5px; margin-left: 206px;
}

#pdv_haut {
  width: 370px;
  height: 20px;
  background-image: url(img/pdv_haut.jpg);
  float: left;
}

#pdv_millieu {
  width: 370px;
  background-image: url(img/pdv_millieu.jpg);
  float: left;
}

#pdv_bas {
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  width: 340px;
  background: url(img/pdv_bas.jpg) no-repeat bottom;
  float: left;
}
