DIV#page{
  position: relative;
  top:0px;left:0px;
  width:703px;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  background-color:#ffffff;
}

DIV#top{
  position:absolute;
  left:0px;
  width:703px;height:175px;
  background-color:#ffffff;
  z-index:100;
}

DIV#bottom{
  position:absolute;
  right:31px;bottom:0px;
  width:461px;height:25px;
  z-index:101;
  background-color:#E9E9EB;
  
  font-family:arial;
  font-size:9px;
  color:#5f6062;
  text-align:center;
  padding-bottom:5px;
}

DIV#center{
  background-image:url(../images/fondPage.gif);
  background-repeat:repeat-y;
  width:703px;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  position:absolute;

}

DIV#left {
  float: left;
  background-color:#5f6062;
  width:209px;
}

DIV#middle{
  /*background-color:#e9e9eb;*/
  top:0px;
  width:460px;
  margin-left:0px;
  float: left;
  border:#33FF00 0px solid;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}



