body
{
  background: url('../images/background.png') repeat-x #33c8fa;
  text-align:center;
}

div#wrapper
{
  margin: 0 auto;
  width:820px;
}

div#haut
{
  background:#0092c4;
  color:red;
  width: 520px;
  height: 300px;
}

div#bas
{
  float:left;
  width:200px;
  height: 300px;
  margin-top: 50px;
  border:4px solid white;
}

div#texte
{
  width: 420px;
  margin-top: 70px; 
}

div#content
{ 
  float:left;
  margin: 0 auto;
  width:100%;
  background: #0092c4;
}

div#borderL
{
  float: left;
  height: 660px;
  color:green;
  width:247px;
  background: url('../images/bg_left.png') #0092c4 no-repeat;
  padding: 5px;
}

div#center
{ 
  float:left;
  background: url('../images/center_bg.png') yellow repeat-y left;
  height: 660px;
  width:10px;
  padding: 5px 0px;
}

div#borderR
{
  float: right;
  height: 660px;
  width:540px;
  padding: 5px;
  background: url('../images/bg_right.png') no-repeat #0092c4 right;
}


div#menu
{
 
  margin-top:100px;
  margin-left:35px;
  width:110px;
  height:22px;  
}