Bonjour, difficile de résumé ma demande.

Alors j'ai un css pour le design d'un site xthml validé par W3C.
Les coordonées des calques étaient parfaites.
Mais quand j'ai changé mes paramètres de skins windows, il s'est avéré que les calques se sont tous décalés, C'est étrange. Alors bien sur, cela ne me génerait pas de revenir au skin windows par défaut. Mais ca révéle que si un visteur navigue sur site avec une autre config de skin, Ben c'est tout pas beau.

Quelqu'un as t'il une idée??

Je met la source de mon CSS au cas ou...

Code CSS : 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
188
189
190
191
192
193
194
195
196
197
198
199
 
/* CSS Document */
     * {
           margin : 0;
           padding : 0;
		   font-family:Arial, Helvetica, sans-serif;
      }
     body {
           width : 90%;
           margin : auto;
           margin-top : 20px;
           margin-bottom : 20px;
           background-color : #cc9933;
      }
 
     #banniere {
           position : absolute;
		   top:1.5%;
           width : 90%;
           height : 92px;
           float : left;
           background-color : #ffffff;
           background-image : url(images/Banniere.png);
           background-repeat : no-repeat;
           border : 1px solid #000000;
      }
     #menuDeroulant {
           z-index : 100;
           position : absolute;
           float : left;
           top :17.1% ;
		   font-family:Arial, Helvetica, sans-serif;
           background : #ffffff;
           width : 90%;
           height : 22px;
           list-style-type : none;
           margin : 0;
           padding : 0;
           border : 1px solid #000000;
      }
     #menuDeroulant li {
           float : left;
           font-family : Arial, Helvetica, sans-serif;
           background-color : #cc6633;
           font-size : 11px;
           width : 112px;
           margin : 0;
           padding : 0;
           border : 0;
      }
     #menuDeroulant li a:link, #menuDeroulant li a:visited {
           display : block;
           height : auto;
           color : #fff;
		   font-family:Arial, Helvetica, sans-serif;
           background : #3b4e77;
           margin : 0;
           padding : 4px 8px;
           border-right : 1px solid #fff;
           text-decoration : none;
      }
     #menuDeroulant li a:hover {
	 		font-family:Arial, Helvetica, sans-serif;
           background-color : #cc6600;
      }
     #menuDeroulant li a:active {
	 		font-family:Arial, Helvetica, sans-serif;
           background-color : #5f879d;
      }
     #menuDeroulant .sousMenu {
	 		font-family:Arial, Helvetica, sans-serif;
           display : none;
           list-style-type : none;
           margin : 0;
           padding : 0;
           border : 0;
      }
     #menuDeroulant .sousMenu li {
	 	 		font-family:Arial, Helvetica, sans-serif;
           float : none;
           margin : 0;
           padding : 0;
           border : 0;
           width : 149px;
           border-top : 1px solid #cc3300;
           border-right : 1px solid #cc3300;
      }
     #menuDeroulant .sousMenu li a:link, #menuDeroulant .sousMenu li a:visited {
	 	 		font-family:Arial, Helvetica, sans-serif;
           display : block;
           color : #fff;
           margin : 0;
           border : 0;
           text-decoration : none;
           background : transparent url("images\fondTR.png") repeat;
      }
     #menuDeroulant .sousMenu li a:hover {
	 	 		font-family:Arial, Helvetica, sans-serif;
           background-image : none;
           background-color : #f2462e;
      }
     #menuDeroulant li:hover .sousMenu {
	 	 		font-family:Arial, Helvetica, sans-serif;
           display : block;
      }
 
 
     #corps {
           z-index : 1;
           position : absolute;
           overflow : auto;
           float : left;
           top : 21%;
           height : 60%;
           width : 90%;
           background-color : #ffffff;
           border : 1px solid #000000;
      }
 
      		.imageflottante
		{
			float: left;
			float: top;
		} 
     #corps h1 {
           text-indent : 45px;
           font-family : Arial, Helvetica, sans-serif;
           font-size : 14px;
           background-color : #cc6633;
           color : #ffffff;
      }
     #corps p {
	 text-indent:60px;
 
 
           font-family : Arial, Helvetica, sans-serif;
           font-size : 11px;
      }
	  #droit a 
	  {
	       font-family : Arial, Helvetica, sans-serif;
           font-size : 11px;
		   text-align:right;	   
		   border:0;
		   text-decoration:none;
		   }
 
	#droit a:hover
	{
		font-family : Arial, Helvetica, sans-serif;
        font-size : 11px;		
		border:0;
		text-decoration:underline;
		text-decoration:underline;
		color:#0000FF;
 
	}
 
 
	  #gauche
	  {
	  float:left;
	  position:absolute;
	  width:40%;
	  height:30%;
	  z-index:20;
	  font-family:Arial, Helvetica, sans-serif;
	  	  }
 
	  #droit
	  {
	  float:left;
	  margin-left:44%;
	  position:absolute;
	  width:39%;
	  height:30%;
	  z-index:20;
	  text-align:justify;
	  font-family:Arial, Helvetica, sans-serif;
	  	  }
 
     #Pied_de_page
	  {
           position : absolute;
		   top : 81.2%;
           border : 1px solid #000000;
           float : left;
           width : 90%;
		   height:20 px;
           font-family : Arial, Helvetica, sans-serif;
           font-size : 14px;
           background-color : #ffffff;
      }
 
#Validation
{
position:absolute;
top:86%;
}

Ce que j'appel Skin : Panneau de config>affichage>onglet apparence.