#bandeau{
position:relative;
height:116px;
left:0px;
}

#bandeau .logo{
position: absolute;
background: url(../img/logo.png);
top:16px;
left:16px;
width:320px;
height:50px;
float:left;
z-index:100;
}

#bandeau .title{
position: absolute;
background: url(../img/bandeau.png) no-repeat center center ;
top:0px;
left:0px;
height:116px;
width:100%;
z-index:99;
}



