#fondFoot {
clear : both;
width : 100%;
height : 22px;
background: url('../images/foot.jpg');

}

#foot {
color : white;
width : 1024px;
background : transparent;
text-align : center;
line-height : 22px;
font-size : 9px;
}

#foot p {
margin-top : 0px; /* pour annuler la margin top de 10 attribué à tous les paragraphes*/
height : 22px; /* ou line-height */ /*il faut donner une hauteur pour que l'alignement de l'image et du texte soient possible*/
}




#foot p img, #foot p span{
   vertical-align: middle;

   display: inline-block; 

}

#foot p span {
padding-top : 1px;
}

