div#bandeau
{
  width: 800px;
  height: 115px;
  margin : 5px;
  padding : 3px;
}

div#logopage
{ 
  float:left; 
  margin : 3px;
  padding : 3px;
  width: 150px;
  height: 100px;
}

div#titrepage
{
  margin : 3px;
  padding : 3px;
  float:left; 
  width: 625px;
  height: 100px;
  text-align: center;
}

div#body
{
  background: #fff;
  height:620px;
  width:1024px;
  margin : 5px;
  padding : 3px;
}

div#navbardiv
{
  float:left; 
  background: #fff;
  left: 0px;
  width:48px;
  height:600px;
  margin : 0px;
  padding : 2px;

}

div#contentdiv
{
  float:left; 
  margin-left : 16px;
  width: 944px;
  height: 600px;
}

div#contenteffect
{
position:relative;
width: 780px;
height: 600px;
}


