@import url("style.css");

#center
{ position: relative;
}

#center_bkg_left
{ position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 50%;
  background-image: url("../../images/center_left.gif");
  background-repeat: repeat-y;
  background-position: top right;
  background-color: #a50234;
}

#center_bkg_right
{ position: absolute;
  top: 0px;
  left: 50%;
  height: 100%;
  width: 50%;
  background-image: url("../../images/center_right.gif");
  background-position: 454px 0px;
  background-repeat: repeat-y;
  background-color: #cd003a;
}

#center_bkg_right_bande
{ margin-top: 91px;
  height: 147px;
  background-image: url("../../images/motif.gif");
}

#center_content
{ position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 910px;
  background-image: url("../../images/center_content.gif");
}
