body {
    background-repeat:repeat-x;
    background-position: top;
    background-image: url(../img/sky.jpg);
}

.logo {
  background-repeat:no-repeat;
  background-position: top left;
  background-image: url(../img/logo_auvent_ciel.gif);
}
.menu {
  background-repeat:repeat-x;
  background-position: bottom;
  background-image: url(../img/menuspace.gif);
}
.bgtop {
  background-repeat:repeat-x;
  background-position: top;
  background-image: url(../img/pgspace.jpg);
}
.bgbottom {
  background-repeat:repeat-x;
  background-position: bottom;
  background-image: url(../img/pgbottom.gif);
}
.camel {
  background-repeat:no-repeat;
  background-position: bottom left;
  background-image: url(../img/camel.gif);
}
.bmspace {
  background-repeat:repeat-x;
  background-position: bottom;
  background-image: url(../img/bmspace.jpg);
}
.leftspace {
  background-repeat:repeat-y;
  background-position: left;
  background-image: url(../img/leftspace.gif);
}
.rightspace {
  background-repeat:repeat-y;
  background-position: right;
  background-image: url(../img/rightspace.gif);
}
.bmleft {
  background-repeat:no-repeat;
  background-position: left;
  background-image: url(../img/bmleft.gif);
}
.bmright {
  background-repeat:no-repeat;
  background-position: right;
  background-image: url(../img/bmright.gif);
}

