body {
    background-color: #BBBBBB;
    background-image: url(../medias/fond-body.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    margin: 0px;
    font-family: arial, sans-serif;
    font-size: 10pt;
}
img {
    border: 0 none;
}
#box-wrap {
    width: 1000px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
#box-header {
    background-image: url(../medias/fond-header.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    height: 134px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 1000px;
}
#box-content {
    height: 500px;
    left: 0px;
    position: absolute;
    width: 720px;
    top: 125px;
    z-index: 10;
}
#box-content {
    background-image: url(../medias/fond-content.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
}
#accueil #box-content {
    background-image: none;
}
#box-content p {
    margin: 10px 10px 5px 30px;
}
#menu {
    left: 87px;
    position: absolute;
    top: 97px;
}
#menu img {
    margin-right: 25px;
}
#box-sidebar {
    background-image: url(../medias/fond-sidebar.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    height: 653px;
    left: 719px;
    position: absolute;
    top: 8px;
    width: 283px;
}
#display-sidebar {
    padding: 90px 0px 0px 0px;
    text-align: center;
}
#display-sidebar p {
    margin: 10px 0px 20px 0px;
}
#logo {
    left: 23px;
    position: absolute;
    top: 15px;
}
#accroche {
    left: 316px;
    position: absolute;
    top: 33px;
}
#bloc-rouge {
  background-image: url(../medias/bloc-rouge.jpg);
  background-repeat: no-repeat;
  width: 260px;
  height: 183px;
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 20px;
}
#bloc-rouge #sites-marchands {
    margin-top: 90px;
}
#bloc-rouge #sites-non-marchands {
    margin-top: 10px;
}
#bloc-rouge .select {
    width: 200px;
}
#errorcell {
    text-align: left;
    color: #BF4545;
    margin-top: 10px;
}
.error {
    color: #BF4545;
}
.form-part1 {
    margin-left: 50px;
}
.form-part2 {
    position: absolute;
    right: 0px;
    bottom: 95px;
    width: 460px;
}
#contact #box-content p {
    margin: 5px;
}