Bonjour :

j'ai récemment changé de méthode pour positionner mes élements dans mes pages web, je positionne désormais via CSS

mon problème c'est que depuis, lorsque j'essaie de surligner une ligne d'un tableau html, et bien la moitié de la page se met en surbrillance

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
<!doctype html public "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Visualisation des logs</title>
<link rel="stylesheet" href="styles.css" type="text/css" />
<script language="JavaScript" type="text/javascript" src="transcoda.js"></script>
 
<style type="text/css">
#critG1 {
        position: absolute;
        top: 0px;
        left: 5px;
        background-color: #004BA0;
}
#critD1 {
        position: absolute;
        top: 0px;
        right: 5px;
        background-color: #004BA0;
}
#CORPS {
        position: absolute;
        top: 22px;
        width: 100%;
}
</style>
</head>
 
<body>
 
<DIV id="conteneur">
	<DIV id="BANDEAU">
		<DIV class="ligne_bandeau">
			<FORM name="fLog" action="/working/logcoda.php" method="post">
			<DIV id="critG1">
			<span class="textwhite">&nbsp;LINKCODE :</span>&nbsp;
			<input name="txt_linkcode" value="DURGT0000062" class="input">&nbsp;
			<input type="submit" value="Valider">
			</DIV>
			</FORM>
		</DIV>
	</DIV> <!-- FIN DIV Critère -->
 
	<DIV id="CORPS">
 
<DIV class="DBW"><span class="textwhite">Erreurs d'intégration (Société , DURGT0000062):</span></DIV>
<!-- FIN BLOCS LOGS-->
<DIV class="blocLogs">
	<TABLE class="program">
		<TR><TH id='cmp0213'  axis='0213' class='program' align='left'>Société 0213</TH></TR>
		<TR><TD headers="cmp0213">L'élément R4011000 n'est pas valide au niveau 1 </TD></TR>
		<TR><TD headers="cmp0213">L'élément R4081000 n'est pas valide au niveau 1 </TD></TR>
		<TR><TD headers="cmp0213">L'élément R4111000 n'est pas valide au niveau 1 </TD></TR>
		<TR><TD headers="cmp0213">L'élément R4181000 n'est pas valide au niveau 1 </TD></TR>
		<TR><TD headers="cmp0213">L'élément R4212110 n'est pas valide au niveau 1 </TD></TR>
		<TR><TD headers="cmp0213">L'élément R4910000 n'est pas valide au niveau 1 </TD></TR>
		<TR><TD headers="cmp0213">Ne pas sous-analyser l'élément 4910000 (niveau 1).<br> </TD></TR>
		<TR><TD headers="cmp0213">L'exercice que vous tentez de définir pour le document est antérieur à l'exercice minimum de la société - 2004. </TD></TR>
	</TABLE>
</DIV>
<!-- FIN BLOCS LOGS-->
    </DIV> <!-- FIN CORPS -->
 
</DIV> <!-- FIN Conteneur -->
</body>
</html>
ma CSS :
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size: 11px;
    color: #0063CE;
    text-align: center;
}
 
input, select{
    vertical-align: middle;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #0063CE;
}
a img {
	border: none;
}
 
a{color:  #0063CE;}
a:hover { color: #FF9900; text-decoration: none;} 
 
 
.button{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    border-width=1px;
    vertical-align: middle;
    color: #000000;
}
 
.button:hover{
    border-color: #0063CE;
    color: #0063CE;
}
 
.DWB {
    background: url(img/deg_white_blue.gif) left top no-repeat;
    margin-top: 15px;
    width: 100%;
    height: 25px;
    text-align: right;
}
.DBW {
    background: url(img/deg_blue_white.gif) left top no-repeat;
    margin-top: 15px;    
    width: 100%;
    height: 16px;
    text-align: left;
}
.DWR {
	width: 100%; 
    background: url(img/deg_white_red.gif) left top repeat-y;
    margin-top: 15px;    
    text-align: right;	
    vertical-align: middle;
}
 
 
.legend {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #0063CE; font-style: italic; vertical-align: middle; text-align: right;}
.textwhite { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; text-decoration: none; vertical-align: middle;}
.title_white {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 20px; font-weight: bold; color: #FFFFFF; font-variant: small-caps; }
.comment { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none ; font-style: italic;} 
.whitelink { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; text-decoration: none }
.whitelink:hover { color: #FFFFFF; text-decoration: underline }
 
#conteneur {
    position: relative;
    text-align: left;
    margin: 0 auto;
    width: 100%;
}
 
#BANDEAU {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}
.ligne_bandeau {
    width: 100%;
    height: 22px;
    background-color: #004BA0;
}
 
#LEGENDE {
    padding-right: 10px;
    padding-bottom: 10px;
    position: absolute;
    top: 2px;
    right: 0px;
}
 
#TABDATA {
    padding-top: 25px;
    margin:0 auto;
}
 
 
td.action {
  background-color: #c2cbcf
}
 
.tablebluelt {
	text-decoration: none ;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-width: 1px 1px 1px 1px;
	border-color: #0063CE #0063CE #0063CE #0063CE;
	background-color: white;
	vertical-align: middle;
}
 
.tablebluelt th {border-width: 1px 0px 1px 1px;
	background-color: #0063CE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	vertical-align: middle;
}
 
.tablelt { text-decoration: none ; background-color: #F4F8FB}
.tableMAJ { text-decoration: none ; background-color: #A5FFC8; border-collapse: collapsed; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #0063CE;}
.tableINS { text-decoration: none ; background-color: #9BC8FF; border-collapse: collapsed; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #6699CC;}
.tableERRINT { text-decoration: none ; background-color: #FF8080; border-collapse: collapsed; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF;}
.tableERRTR { text-decoration: none ; background-color: #ff5959; border-collapse: collapsed; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF;}
.tableEMPTY { text-decoration: none ; background-color: #FFA1A1; border-collapse: collapsed; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF;}
.tableNOSOC { text-decoration: none ; background-color: #808080; border-collapse: collapsed; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF;}
.tablePagination {
	border-width: 0px 1px 1px 1px;
	border-style: outset outset outset outset;
	border-color: #0063CE #0063CE #0063CE #0063CE;
	background-color: #0063CE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	vertical-align: middle;
}
.tableMSG { text-decoration: none ; background-color: #0063CE; border-collapse: collapsed; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; font-weight: bold;}
 
table.program {
        border: 1px dashed #004BA0;
        background-color: #F4F8FB;
        color: #004BA0;
        list-style-type: none;
        font-family: monospace;
        font-size: 11px;
        overflow: auto;
        table-layout: auto;
}
td.program {padding-left: 25px;}
th.program {background-color: #004BA0; color: white;}
th.program_right {
	border-right: 1px dashed #004BA0;
	background-color: #F4F8FB; 
	color: #004BA0; 
	padding: .5em;
}
td.program_left {
	border-left: 1px dashed #004BA0; 
	background-color: #F4F8FB;
    color: #004BA0;
    padding: .5em;
}
 
.blocLogs {
	margin: 15px;
}
 
 
.cadre {
    width: 270px;
	padding-top: 7px;
	background: #B6CAEA url(img/top.gif) top left no-repeat;
 
}
 
.cadrebas {
	padding: 0 0.5em 7px 0.5em;
	background: #B6CAEA url(img/bottom.gif) bottom left no-repeat;
    border-color : #B6CAEA;
   	border : 10px;
}
 
fieldset { border: 0; margin: 0; padding: 0;}

Sauriez-vous pourquoi?