@import "colors.css";
@import "top.css";
@import "left.css";
@import "right.css";
@import "body.css";


BODY, DIV, SPAN, P, TR, TD, TABLE, IMG, A{ 
   font-family: sans-serif; 
   font-size: 11px;
}

/*BODY {
   background-image: url(images/carte.jpg);
   background-position: bottom right;
   background-repeat: no-repeat;
   background-attachment: fixed;
}*/


/* positioning of main elements */
/*---------------------------------------*/
.top {
  position: absolute;
  left : 0px;
  top: 0px;
  height: 100px;
  width: 840px
}

.left {
  position: absolute;
  width : 150px;
  padding-left: 10px;
  left : 0px;
  top : 82px;
}

.right {
  position: absolute;
  height : 100%;
  left : 690px;
  top : 82px;
  width: 150px;
}

.body {
  position: absolute;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  left : 160px;
  top : 82px;
  width: 510px
}

.body_front {
  position: absolute;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  left : 160px;
  top : 82px;
  width: 410px
}

.features {
  position: absolute;
  height : 100%;
  left : 590px;
  top : 100px;
  width: 250px;
}




