28172 sujets

CSS et mise en forme, CSS3

salut pour tous,

j'utilise des fichiers de style CSS pour formater mes liens, ceci fonctionne correctement sur IE et même Opera, pourtant mon site a l'apparence moche sous FireFox, car ce dernier n'interprête pas le code CSS dans ces fichiers.
Pourtant j'ai bien vérifié ce code CSS et rien de particulier.
Alolrs je me pose une question, ya til une particuliarité pour FireFox de façon qu'on doit ajouter des attributs ou quelques choses de plus par exemple pour qu'il comprenne ces fichiers?

Vous pouvez voir le résultat du site en question sous les différents navigateurs:
http://www.myportail.com

Et voila je vous donne le code d'un fichier CSS non interprété par firefox:


A.TT {
	color: #0033CC;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;

}

A.TT:hover {
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: blink;

}
A.CC {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #999999;
	text-decoration: none;

}
A.CC:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #CCCCCC;
	text-decoration: underline blink;
}
font {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;


}
A.VERT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;

}
A.VERT:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
	text-decoration: blink;
}
A.BLEU {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066CC;
	text-decoration: none;
}
A.BLEU:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
	text-decoration: blink;
}
A.ORANGE {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
A.ORANGE:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
	text-decoration: blink;
}
A.EE {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}
A.EE:hover {

	color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: blink;
	font-weight: normal;
}
.fontTitre {
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
A.VERT1 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	text-decoration: none;
}
A.VERT1:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFCC00;
	text-decoration: blink;
}
A.S {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
A.S:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9900;
	text-decoration: blink;
}
A.FF {

	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}
A.FF:hover {

	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: blink;
	font-weight: normal;
}
A.TT1 {

	color: #CC0000;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
A.TT1:hover {

	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: blink;
}
A.BLEU1 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006699;
	text-decoration: none;
}
A.BLEU1:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF9900;
	text-decoration: blink;
}
A.BLEU2 {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0000;
	text-decoration: none;
}
A.BLEU2:hover {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF9900;
	text-decoration: blink;
}
A.BLEU3 {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #CC0000;
	text-decoration: none;
}
A.BLEU3:hover {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FF9900;
	text-decoration: blink;
}
A.BLEU4 {



	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #CC3399;
	text-decoration: none;
}
A.BLEU4:hover {



	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FF9900;
	text-decoration: blink;
}
A.BLEU5 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0066FF;
	text-decoration: none;
}
A.BLEU5:hover {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FF9900;
	text-decoration: blink;
}


je vous remercie