#pageSplash #bottom {
  width: 256px;
  height: 4px;
  top:426px;
  background: url(../body/ombre_bas.gif) bottom left;
  background-color:#FF0000;
  position: absolute;
  z-index:200;
}
#pageSplash #right {
  width: 4px;
  height: 425px;
  left:256px;
  background: url(../body/ombre_droite.gif);
  position: absolute;
  z-index:201;
}
/*div.shadow div.topleft {
  width: 2px;
  height: 4px;
  background: url(shad_tlcorner.png) no-repeat top left;
  position: absolute;
  top: 0px;
  left: -1px;
}

div.shadow div.topright {
  width: 2px;
  height: 4px;
  background: url(shad_trcorner.png) no-repeat top right;
  position: absolute;
  top: 0px;
  right: -1px;
}

div.shadow div.bottomleft {
  width: 4px;
  height: 4px;
  background: url(shad_blcorner.png) no-repeat bottom left;
  position: absolute;
  bottom: 0px;
  left: -1px;
}

div.shadow div.bottomright {
  width: 4px;
  height: 4px;
  background: url(shad_brcorner.png) no-repeat bottom right;
  position: absolute;
  bottom: 0px;
  right: -1px;
}*/