salut tout le monde ! jai un css que qqun ma fais et je veux rajouter une classe pour un type bien spécifique de lien mais je narrive pas a l'appliquer.. voila mon code

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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
a:link, a:active, a:visited {        /** créer une classe de style pour agrandir les liens **/
color: #0E63F0;
font-size: 11; 
text-decoration: none;
font-family:Verdana, Arial, Helvetica, sans-serif;}
a:hover {
color: #ffffff;
font-size: 11;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;}
td {
color: #ffffff;
font-size: 11;
font-weight: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;} 
form { 
margin-bottom: 0; 
margin-top: 0; 
width: 140px; 
height: 20px; 
background-color: transparent;
font-size: 11px; 
color: #0E63F0; 
font-weight: normal;
font-family: Tahoma, Verdana, Arial, Helvetica;}
.input {
width: 140px; 
height: 20px; 
background-color: transparent;
border-width : 0px;
font-size: 10px; 
color: #F19C0F; 
font-weight: normal;
font-family: Tahoma, Verdana, Arial, Helvetica;}
.input_butt {
width: 60px;
height: 20px;
border: 1px;
border-color: #ffffff;
background-color: #0E63F0;
font-size: 11px;
color: #000000;
font-weight: normal;
font-family: Tahoma, Verdana, Arial, Helvetica;}
.title{
color: #0E63F0;
font-size: 13;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;}
.sub_title{
color: #0E63F0;
font-size: 11;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;}
.box_title{
color: #000000;
font-size: 11;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;}
.fildset{
color:#9966FF;
font-size:11;
font-weight:normal;
font-family:Verdana, Arial, Helvetica, sans-serif;}
.linkExept{
color:#FF9900;
font-size:11;
text-decoration:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
 
BODY {
scrollbar-arrow-color: #0E63F0;
scrollbar-track-color: #000000;
scrollbar-face-color: #000000;
scrollbar-shadow-color: #0E63F0;
scrollbar-highlight-color: #0E63F0;
scrollbar-darkshadow-color: #000000;
scrollbar-3dlight-color: #000000;
background-color: #000000;
font-size: 11;
font-weight: normal;
color: #575757;
font-family: Verdana, Arial, Helvetica, sans-serif;}
voila et lorsque je veux appliquer la classe linkExcept sa ne marche pas ... sa applique une autre qui est sur tout le site... pk ??? merci