/* CSS Document */

body {
background-color: #F2D45C;
margin: 0;
padding: 0;
}

a img {border: none;}

* { outline: none; }

#site {
 position:absolute;
 left: 50%; 
 top: 50%;
 width: 990px;
 height: 595px;
 margin-left: -495px; /* moitié de la largeur */
  margin-top: -297px; /* moitié de la hauteur */
}

#haut{
width: 989px;
height: 33px;
background : url(../design/contour-haut.gif) top no-repeat ;
}

#centre{
width: 989px;
height: 532px;
background : url(../design/contour-centre.gif) repeat-y ;
}

#bas{
width: 989px;
height: 30px;
background : url(../design/contour-bas.gif) bottom no-repeat ;
}

#logo{
float:left;
padding-left:50px;
}

#cube{
width: 320px;
height: 308px;
float:left;
margin-left:120px;
margin-top:100px;
}
/*////////////////////////////////////////////////////////////////////////////*/

#a{
width: 303px;
height: 81px;
float:left;
}

#b{
width: 45px;
height: 225px;
float:left;
}

#cadre2{
width: 103px;
height: 225px;
float:left;
}

#c{
width: 103px;
height: 98px;
float:left;
}

#d{
width: 103px;
height: 127px;
}

#cadre3{
width: 160px;
height: 225px;
float:left;
}

#f{
width: 155px;
height: 78px;
float:left;
}

#g{
width: 46px;
height: 147px;
float:left;
}

#h{
width: 109px;
height: 110px;
float:left;
}

#preview{	float:right;
}
