Bonjour a tous, mon site marche bien sur internet explorer, mais sur mozilla il y a des probleme avec mes tableaux. Cela vient de ma feuille de style.

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TABLE.CADRE {width:471px ; border-width:.1mm ; border-style:solid ; border-left-color:#000000 ; border-bottom-color:#000000 ; border-right-color:#E1F0FF ; border-top-color:#E1F0FF };
TD.LIGNEHAUTG {height:17px ; font-size:13px ; color:#FFFFFF ; font-family:Arial ; font-weight:bold};
TD.LIGNEHAUTGM {width:99px ; height:17px ; font-size:13px ; color:#FFFFFF ; font-family:Arial ; font-weight:bold};
TD.LIGNEHAUTD {width:26px}
TD.CELULEM {width:125px ; border:.1mm solid #000000 ; border-right-color:#000000 ; border-bottom-color:#E1F0FF ; border-left-color:#E1F0FF ; font-size:14px ; font-family:Arial};
TD.CELULE {width:471px ; border:.1mm solid #000000 ; border-right-color:#000000 ; border-bottom-color:#E1F0FF ; border-left-color:#E1F0FF ; font-size:14px ; font-family:Arial};
TABLE.COLONNEMENU {width:125px ; border-width:.1mm ; border-style:solid ; border-left-color:#000000 ; border-bottom-color:#000000 ; border-right-color:#E1F0FF ; border-top-color:#E1F0FF };
TABLE.COLONNE {border-style:solid ; border-width:.1mm ; border-color:#000000};
TABLE.COLO {border-style:solid ; border-width:thin ; border-color:#000000};
TR.COLO {border-style:solid ; border-width:thin ; border-color:#000000};
TD{font-size:13px ; font-family:Georgia, "Times New Roman", Times, serif ; text-align:left};
A.menulink2 {width:80% ; height:20;text-decoration: none;font-family:Arial;font-size:16px;color: black;BORDER: 1px dotted black};
A.menulink2:hover {border: solid 1px #CC0000;background-color:#FF9900;text-decoration: none};
A {font-family: Arial, Helvetica, sans-serif ;  text-decoration:none ; color:#000000 };
A:hover { border: solid 0px #FFFFFF; color:#0066FF ; text-decoration:underline};
Que faut il modifier pour que mon css soit valide sur mozilla?

merci d'avance