#container {background:none;}
#container {margin-top:80px;}

#linkHead, #linkLeft, #linkRight, #entete {
width:100px;
display:block;
position:absolute;
}

#linkHead {
width:1000px;
height:200px;
top:-200px;
left:0px;
}

#linkLeft {
width:140px;
top:-200px;
left:-140px;
height:1100px;
}

#linkRight {
width:140px;
top:-200px;
right:-140px;
height:1100px;
}

#entete {
width:1000px;
height:auto;
top:-50px;
left:auto;
}