
Pour l'instant j'ai fait cela en css :
/*
Logo du haut
*/
.logo {
background-color: #48525B;
border-bottom: 2px solid #48525B;
border-top: 2px solid #48525B;
margin: 0 auto;
height: 143px;
background-image: url(../images/bg/header_image.jpg);
background-repeat: no-repeat;
background-position: top left;
}
est ce que quelqu'un a une idée ?