Hello people ^^

Voila, gros problème d'adaptation sous IE, je pète les plomb help me !

Apparement, gros problème de liens. Sous ff pas de problème, j'ai donc créé une redirection de feuille de style pour ie, mais la je pense qu'il y a un enorme souci vis-a-vis du style des liens.

Je suis sous WP et tente d'adapter un thème.

Voyons mon footer (pour ne citer que lui):


<div id="footer">



<div class="footer-about" align="center">



<div id="footer01">

<a href="http://www.pixymedia.fr/"> Accueil</a> | <a href="http://www.pixymedia.fr/references"> Références</a>| <a href="http://www.pixymedia.fr/qui-sommes-nous"> Qui sommes nous ?</a> | <a href="http://www.pixymedia.fr/a-propos"> Contact</a> <br/>

</div>

<div id="footer02">

<a href="http://www.pixymedia.fr/">© Pixymedia</a> - Tous droits réservés - 2008 - <a href="mailto:pixymedia@gmail.com">pixymedia@gmail.com</a>

</div>

</div>

</div>

le CSS :

/* footer area */

#footer {

clear : both;

width : 100 %;

background: #272b26;

color: #ACD7EE;

font-size: 95%;

border-top: solid 6px #648CA6;

}



#footer02

{

clear : both;

color: #666666;

font-size: 11px;

width : 500px;

height : 30px;

margin-left : auto;

margin-right : auto;

}



#footer01

{

clear : both;

display : block;

font-size: 11px;

color : #fff;

width :500px;

height : 30px;

margin-left : auto;

margin-right : auto;

}



#footer01 a, #footer01 a:visited

{

color: #fff;

}



#footer01 a:hover

{

color: #C9EEFE;

text-decoration : underline;

}





#footer02 a, #footer02 a:visited

{

color: #666666;

}



#footer02 a:hover

{

color: #666666;

text-decoration : underline;

}



.footer-about {



padding-right: 10px;

padding-left: 10px;

margin-top : 5px;



}
Mon problème est que sous IE, too les liens sont totalement désorganisés (décalés à vrai dire).

Pour voir : http://www.pixymedia.fr (à voir sous IE, évidemment...)


Merci de m'aider