Slt,

Je m'excuse pour la question si elle vous parait nul.

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
16
17
18
19
20
21
22
23
html,body {
background-color : white; 
}
p {
font-size : 9px; 
font-family : Verdana; 
color : black;
}
a:link {
color : #88aacc; 
text-decoration : none; 
} 
a:visited {
color : #88aacc; 
text-decoration : none; 
} 
a:hover {
color : #000000; 
text-decoration : none; 
} 
a {
font-weight : bold; 
}
Cela ne fonctionne pas sous Firefox. C'est quoi le problème?