#fond
{
position: relative; /* on positionne le conteneur */ 
  margin-left: auto; 
  margin-right: auto;
width:1024px;
height:1000px;
background: black;
}

#header
{
position:relative;
left: 12px
width:1000px;
height:200px;
background-image: url(http://www17.jimdo.com/usertemplates/2175519/img/banniere2.jpg);
background-repeat:no-repeat;
overflow: hidden;
}   

#contenu
{
position:absolute ;
top:210px;
width:800px;
heigth:800px;
left:224PX;
background-color: black;
}  


#footer
{
position:absolute;
margin-bottom:1px;
background-color: black;
margin-left: auto;
margin-right: auto;
width: 100%;
}                  

#menu
{
 position:relative;
top:6px;
width:200px;
heigth:800px;
left:12px;
background-color: black;
} 

#fondfond
{
width: 100%;
heigth: 100%;
background-image: url(http://www17.jimdo.com/usertemplates/2175519/img/fond.jpg);
background-repeat: repeat;
overflow: hidden
}    


.pinline   
{
display: inline;
}