Si tu pouvais fournir un screenshot, ce serait sympathique.
Voici une classe CSS que j'utilise fréquemment pour mes applis web', pour le footer :
.footer
{
width: 850px ;
margin-left: auto ;
margin-right: auto ;
padding-top: 5px ;
padding-bottom: 5px ;
font-size: 10px ;
text-align: center ;
background-color: #F6F2F2 ;
border-top: 1px solid #000 ;
}
Si ça peut te servir, sait on jamais...