Subversion Repositories Applications.referentiel

Rev

Rev 103 | Rev 111 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 103 Rev 105
1
@CHARSET "UTF-8";
1
@CHARSET "UTF-8";
2
/*--------------------------------------------------------------------------------------------------------------*/
2
/*--------------------------------------------------------------------------------------------------------------*/
3
/* Générique */
3
/* Générique */
4
body {
4
body {
5
	font-family:Arial, Helvetica, Verdana, sans-serif;
5
	font-family:Arial, Helvetica, Verdana, sans-serif;
6
	font-size:0.75em;
6
	font-size:0.75em;
7
	background-color:#fff;
7
	background-color:#fff;
8
	margin:2px;}
8
	margin:2px;}
9
h1{
9
h1{
10
	font-size:1.4em;
10
	font-size:1.4em;
11
	line-height:1.3em;
11
	line-height:1.3em;
12
	font-weight:bold;
12
	font-weight:bold;
13
	padding:0 0 2px 5px;
13
	padding:0 0 2px 5px;
14
	margin:10px 0 4px 0;
14
	margin:10px 0 4px 0;
15
	background-color:#c38673;
15
	background-color:#c38673;
16
	color:white;}
16
	color:white;}
17
h2{
17
h2{
18
	font-size:1em;
18
	font-size:1em;
19
	font-weight:bold;
19
	font-weight:bold;
20
	color:black;
20
	color:black;
21
	text-transform:uppercase;
21
	text-transform:uppercase;
22
	margin:10px 0 4px 0;
22
	margin:10px 0 4px 0;
23
	color:#AD5A40;}
23
	color:#AD5A40;}
24
h3{
24
h3{
25
	font-size:0.95em;
25
	font-size:0.95em;
26
	color:black;
26
	color:black;
27
	font-weight:bold;
27
	font-weight:bold;
28
	margin:8px 0 4px 0;
28
	margin:8px 0 4px 0;
29
	text-transform:none;}
29
	text-transform:none;}
30
h4{
30
h4{
31
	font-size:0.8em;
31
	font-size:0.8em;
32
	color:black;
32
	color:black;
33
	font-weight:bold;
33
	font-weight:bold;
34
	letter-spacing:0.1em;
34
	letter-spacing:0.1em;
35
	margin:8px 0 2px 0;}
35
	margin:8px 0 2px 0;}
36
h5{
36
h5{
37
	font-size:0.8em;
37
	font-size:0.8em;
38
	color:black;
38
	color:black;
39
	font-style:italic;
39
	font-style:italic;
40
	margin:4px 0 1px 0;}
40
	margin:4px 0 1px 0;}
41
h6{
41
h6{
42
	font-size:0.75em;
42
	font-size:0.75em;
43
	color:black;
43
	color:black;
44
	font-style:italic;
44
	font-style:italic;
45
	margin:4px 0 1px 0;}
45
	margin:4px 0 1px 0;}
46
a{
46
a{
47
	color:black;
47
	color:black;
48
	text-decoration:none;
48
	text-decoration:none;
49
	background:url(images/img_underline_atelier.png) repeat-x center bottom;}
49
	background:url(images/img_underline_atelier.png) repeat-x center bottom;}
50
a:hover{
50
a:hover{
51
	color:black;
51
	color:black;
52
	text-decoration:none;
52
	text-decoration:none;
53
	background:url(images/img_underline_hover_atelier.png) repeat-x center bottom;}
53
	background:url(images/img_underline_hover_atelier.png) repeat-x center bottom;}
54
hr{
54
hr{
55
	color:#62210F;}
55
	color:#62210F;}
56
table{
56
table{
57
	border-collapse: collapse;
57
	border-collapse: collapse;
58
	width:100%;
58
	width:100%;
59
	margin:0;}
59
	margin:5px 0;}
60
td,th{
60
td,th{
61
	border:1px solid #36560B;
61
	border:1px solid #36560B;
62
	padding:7px 5px;}
62
	padding:7px 5px;}
63
th{
63
th{
64
	background-color:#EEE;}
64
	background-color:#EEE;}
65
th[title]:after {
65
th[title]:after {
66
    content: " " url("images/aide.png");
66
    content: " " url("images/aide.png");
67
}
67
}
68
caption{
68
caption{
69
	border:1px solid #36560B;
69
	border:1px solid #36560B;
70
	background-color:#EEE;
70
	background-color:#EEE;
71
	font-weight:bold;
71
	font-weight:bold;
72
	padding:2px;}
72
	padding:2px;}
73
img{
73
img{
74
	border:0;}
74
	border:0;}
75
img a{
75
img a{
76
	display:block;}
76
	display:block;}
77
legend{
77
legend{
78
	color:#AD5A40;}
78
	color:#AD5A40;}
79
.nettoyeur{
79
.nettoyeur{
80
	visibility:hidden;}
80
	visibility:hidden;}
81
/*--------------------------------------------------------------------------------------------------------------*/
81
/*--------------------------------------------------------------------------------------------------------------*/
82
/* Disposition */
82
/* Disposition */
83
#zone-centrale {
83
#zone-centrale {
84
	text-align:center;}
84
	text-align:center;}
85
#zone-logo{
85
#zone-logo{
86
	left:18px;
86
	left:18px;
87
	margin:1px 10px;
87
	margin:1px 10px;
88
	position:absolute;
88
	position:absolute;
89
	top:2px;
89
	top:2px;
90
	z-index:1;}
90
	z-index:1;}
91
#zone-entete{
91
#zone-entete{
92
	height:121px;
92
	height:121px;
93
	margin:0;
93
	margin:0;
94
	background:url("images/bandeau_atelier_fond.png") repeat-x scroll 0 0 transparent;}
94
	background:url("images/bandeau_atelier_fond.png") repeat-x scroll 0 0 transparent;}
95
#zone-entete-contenu{
95
#zone-entete-contenu{
96
	height:120px;
96
	height:120px;
97
	background:url("images/bandeau_atelier.jpg") no-repeat scroll 0 0 transparent;}
97
	background:url("images/bandeau_atelier.jpg") no-repeat scroll 0 0 transparent;}
98
#zone-titre-site{
98
#zone-titre-site{
99
	height:38px;
99
	height:38px;
100
	margin:0;
100
	margin:0;
101
	text-align:right;}
101
	text-align:right;}
102
#zone-titre-site h1{
102
#zone-titre-site h1{
103
	margin:0 20px 0 0;
103
	margin:0 20px 0 0;
104
	padding:0;
104
	padding:0;
105
	background-color:transparent;
105
	background-color:transparent;
106
	font-size:28px;
106
	font-size:28px;
107
	font-weight:bold;}
107
	font-weight:bold;}
108
#zone-corps{
108
#zone-corps{
109
	margin:0;
109
	margin:0;
110
	text-align:left;}
110
	text-align:left;}
111
#zone-navigation{
111
#zone-navigation{
112
	position:relative;
112
	position:relative;
113
	float:left;
113
	float:left;
114
	height:21px;
114
	height:21px;
115
	width:100%;
115
	width:100%;
116
	margin:0;
116
	margin:0;
117
	padding:0;
117
	padding:0;
118
	text-align:left;
118
	text-align:left;
119
	font-weight:bold;
119
	font-weight:bold;
120
	border-bottom:1px solid #62210F;}
120
	border-bottom:1px solid #62210F;}
121
#zone-corps-contenu{
121
#zone-corps-contenu{
122
	clear:both;
122
	clear:both;
123
	min-height:300px;
123
	min-height:300px;
124
	padding:0 2px;
124
	padding:0 2px;
125
	text-align:justify;
125
	text-align:justify;
126
	border-top:medium none !important;
126
	border-top:medium none !important;
127
	border:1px solid #62210F;}
127
	border:1px solid #62210F;}
128
#zone-fil-ariane{
128
#zone-fil-ariane{
129
	font-weight:bold;
129
	font-weight:bold;
130
	text-align:left;}
130
	text-align:left;}
131
#zone-pied{
131
#zone-pied{
132
	clear:both;
132
	clear:both;
133
	text-align:center;}
133
	text-align:center;}
134
/*--------------------------------------------------------------------------------------------------------------*/
134
/*--------------------------------------------------------------------------------------------------------------*/
135
/* Logo */
135
/* Logo */
136
#zone-logo img{
136
#zone-logo img{
137
	border:0;}
137
	border:0;}
138
#zone-logo a{
138
#zone-logo a{
139
	position:absolute;
139
	position:absolute;
140
	top:0;
140
	top:0;
141
	left:0;}
141
	left:0;}
142
#zone-logo a:hover{
142
#zone-logo a:hover{
143
	border:1px dotted;}
143
	border:1px dotted;}
144
#zone-logo a:hover:after{
144
#zone-logo a:hover:after{
145
	content:" Retour à l'accueil ";}
145
	content:" Retour à l'accueil ";}
146
/*--------------------------------------------------------------------------------------------------------------*/
146
/*--------------------------------------------------------------------------------------------------------------*/
147
/* Fil d'ariane */
147
/* Fil d'ariane */
148
#zone-fil-ariane{
148
#zone-fil-ariane{
149
	padding:10px 5px;}
149
	padding:10px 5px;}
150
#zone-fil-ariane p{
150
#zone-fil-ariane p{
151
	font-weight:bold;
151
	font-weight:bold;
152
	float:left;
152
	float:left;
153
	margin:0;
153
	margin:0;
154
	padding-right:5px;}
154
	padding-right:5px;}
155
.fil-ariane{
155
.fil-ariane{
156
	list-style-type:none;
156
	list-style-type:none;
157
	margin:0;
157
	margin:0;
158
	padding:0;}
158
	padding:0;}
159
.fil-ariane li{
159
.fil-ariane li{
160
	float:left;
160
	float:left;
161
	margin:0;
161
	margin:0;
162
	padding:0;}
162
	padding:0;}
163
.fil-ariane li:before{
163
.fil-ariane li:before{
164
	content: " > ";}
164
	content: " > ";}
165
.fil-ariane a{
165
.fil-ariane a{
166
	padding:0 5px;}
166
	padding:0 5px;}
167
/*--------------------------------------------------------------------------------------------------------------*/
167
/*--------------------------------------------------------------------------------------------------------------*/
168
/* Navigation onglets */
168
/* Navigation onglets */
169
#zone-navigation ul {
169
#zone-navigation ul {
170
	margin:0;
170
	margin:0;
171
	padding:0;
171
	padding:0;
172
	list-style:none;}
172
	list-style:none;}
173
#zone-navigation li {
173
#zone-navigation li {
174
	float:left;
174
	float:left;
175
	margin:0;
175
	margin:0;
176
	padding:0;
176
	padding:0;
177
	background:url("images/norm_right_both.gif") no-repeat right top;}
177
	background:url("images/norm_right_both.gif") no-repeat right top;}
178
#zone-navigation a {
178
#zone-navigation a {
179
	float:left; /* ligne ajoutee pour compatibilite IE5-Mac */
179
	float:left; /* ligne ajoutee pour compatibilite IE5-Mac */
180
	display:block;
180
	display:block;
181
	background:url("images/norm_left_both.gif") no-repeat left top;
181
	background:url("images/norm_left_both.gif") no-repeat left top;
182
	width:.1em;
182
	width:.1em;
183
	white-space:nowrap;/*2 lignes ajoutees pour compatibilite IE : extension de la zone cliquable a l'ensemble de l'onglet*/
183
	white-space:nowrap;/*2 lignes ajoutees pour compatibilite IE : extension de la zone cliquable a l'ensemble de l'onglet*/
184
	padding:5px 15px 4px;
184
	padding:5px 15px 4px;
185
	text-decoration:none;}
185
	text-decoration:none;}
186
/* On retablit le float a sa valeur correct mais le hack de l'antislash commente cache cette regle a IE5-Mac \*/
186
/* On retablit le float a sa valeur correct mais le hack de l'antislash commente cache cette regle a IE5-Mac \*/
187
#zone-navigation a {float:none;}
187
#zone-navigation a {float:none;}
188
/* End IE5-Mac hack */
188
/* End IE5-Mac hack */
189
#zone-navigation > ul a {
189
#zone-navigation > ul a {
190
	width:auto;} /*propriete ajoutee pour contredire la ligne speciale IE (ci dessus) pour les autres navigateurs*/
190
	width:auto;} /*propriete ajoutee pour contredire la ligne speciale IE (ci dessus) pour les autres navigateurs*/
191
#zone-navigation li:hover {
191
#zone-navigation li:hover {
192
	background-position:100% -150px;}
192
	background-position:100% -150px;}
193
#zone-navigation li:hover a {
193
#zone-navigation li:hover a {
194
	background-position:0% -150px;}
194
	background-position:0% -150px;}
195
#zone-navigation .inactif {
195
#zone-navigation .inactif {
196
	border-bottom:medium none #62210F;}
196
	border-bottom:medium none #62210F;}
197
#zone-navigation .inactif a{
197
#zone-navigation .inactif a{
198
	border-bottom:1px solid;
198
	border-bottom:1px solid;
199
	line-height:12px;
199
	line-height:12px;
200
	font-weight:normal;}
200
	font-weight:normal;}
201
#zone-navigation .actif{
201
#zone-navigation .actif{
202
	position:relative;
202
	position:relative;
203
	background-position:100% -150px;
203
	background-position:100% -150px;
204
	z-index:3;}
204
	z-index:3;}
205
#zone-navigation .actif a{
205
#zone-navigation .actif a{
206
	position:relative;
206
	position:relative;
207
	background-position:0 -150px;
207
	background-position:0 -150px;
208
	line-height:13px;
208
	line-height:13px;
209
	z-index:4;}
209
	z-index:4;}
210
/*---------------------------------------------------------------------------------------------------------------------------------------*/
210
/*---------------------------------------------------------------------------------------------------------------------------------------*/
211
/* Général */
211
/* Général */
212
.discretion{
212
.discretion{
213
	color:#A9A9A9;
213
	color:#A9A9A9;
214
	font-size:10px;
214
	font-size:10px;
215
	font-weight:normal;}
215
	font-weight:normal;}
216
.description{
216
.description{
217
	background-color:#f0f0f0;
217
	background-color:#f0f0f0;
218
	white-space:pre-wrap;}
218
	white-space:pre-wrap;}
219
.resultat{
219
.resultat{
220
	text-transform:uppercase;}
220
	text-transform:uppercase;}
221
.ok{
221
.ok{
222
	background-color:#9ED30D !important;}
222
	background-color:#9ED30D !important;}
223
.ko{
223
.ko{
224
	background-color:#E9584C !important;}
224
	background-color:#E9584C !important;}
225
.espace{
225
.espace{
226
	background-color:yellow !important;}
226
	background-color:yellow !important;}
227
.obligatoire{
227
.obligatoire{
228
	color:red;}
228
	color:red;}
229
.attention {
229
.attention {
230
  display:block;
230
  display:block;
231
  background: #ffffcc url("images/attention.png") no-repeat 2% 50%;
231
  background: #ffffcc url("images/attention.png") no-repeat 2% 50%;
232
  text-align:center;
232
  text-align:center;
233
  border: 1px solid red;
233
  border: 1px solid red;
234
  min-height: 30px;
234
  min-height: 30px;
235
  max-width: 800px;
235
  max-width: 800px;
236
  padding:10px 5px 5px 50px;}
236
  padding:10px 5px 5px 50px;}
237
.information {
237
.information {
238
 background: #e7ebfd url("images/information.png") no-repeat 2% 50%;
238
 background: #e7ebfd url("images/information.png") no-repeat 2% 50%;
239
  text-align:center;
239
  text-align:center;
240
  border:1px solid #5D81BA;
240
  border:1px solid #5D81BA;
241
  max-width: 800px;
241
  max-width: 800px;
242
  min-height:30px;
242
  min-height:30px;
243
  padding:10px 5px 5px 50px;}
243
  padding:10px 5px 5px 50px;}
244
hr.nettoyage{
244
hr.nettoyage{
245
	clear:both;
245
	clear:both;
246
	width:0;}
246
	width:0;}
247
/* Formulaire */
247
/* Formulaire */
248
#zone-form fieldset{
248
#zone-form fieldset{
249
	margin:5px;
249
	margin:5px;
250
	padding:5px;
250
	padding:5px;
251
	float:left;}
251
	float:left;}
252
#zone-form fieldset legend{
252
#zone-form fieldset legend{
253
	padding:0 10px;
253
	padding:0 10px;
254
	border-left:#CCC 1px solid;
254
	border-left:#CCC 1px solid;
255
	border-right:#CCC 1px solid;
255
	border-right:#CCC 1px solid;
256
	background-color:white;
256
	background-color:white;
257
	font-size:1.2em;
257
	font-size:1.2em;
258
	color:#999;}
258
	color:#999;}
259
#zone-form label:after{
259
#zone-form label:after{
260
	content:" : ";}
260
	content:" : ";}
261
#zone-form input{
261
#zone-form input{
262
	margin:5px;}
262
	margin:5px;}
263
#zone-form textarea{
263
#zone-form textarea{
264
	with:100%;}
264
	with:100%;}
265
#zone-form input[type="submit"] {
265
#zone-form input[type="submit"] {
266
	width:auto !important;
266
	width:auto !important;
267
	margin:5px !important;}
267
	margin:5px !important;}
268
#zone-form input:hover, #zone-form select:hover, #zone-form input:focus, #zone-form select:focus{
268
#zone-form input:hover, #zone-form select:hover, #zone-form input:focus, #zone-form select:focus{
269
	background-color:#DEF;}
269
	background-color:#DEF;}
270
.case-a-cocher-scroll {
270
.case-a-cocher-scroll {
271
	clear:both;
271
	clear:both;
272
	height:6em;
272
	height:6em;
273
	padding:2px;
273
	padding:2px;
274
	overflow:auto;
274
	overflow:auto;
275
	width:90%;
275
	width:90%;
276
	border:1px solid #ccc;}
276
	border:1px solid #ccc;}
277
.case-a-cocher-scroll{
277
.case-a-cocher-scroll{
278
	background-color:#FFF;}
278
	background-color:#FFF;}
279
.case-a-cocher-scroll label{
279
.case-a-cocher-scroll label{
280
	width:90% !important;}
280
	width:90% !important;}
281
.case-a-cocher-scroll input{
281
.case-a-cocher-scroll input{
282
	margin:0;
282
	margin:0;
283
	padding:0;
283
	padding:0;
284
	width:auto !important;}
284
	width:auto !important;}
285
.case-a-cocher-scroll label:after{
285
.case-a-cocher-scroll label:after{
286
	content:"" !important;}
286
	content:"" !important;}
287
.liste-simple li, ul.liste-simple, ul.liste-champs{
287
.liste-simple li, ul.liste-simple, ul.liste-champs{
288
	list-style-type:none;
288
	list-style-type:none;
289
	padding:0;
289
	padding:0;
290
	margin:0 !important;}
290
	margin:0 !important;}
291
.liste-champs li{
291
.liste-champs li{
292
	padding:2px;}
292
	padding:2px;}
293
/*---------------------------------------------------------------------------------------------------------------------------------------*/
293
/*---------------------------------------------------------------------------------------------------------------------------------------*/
294
/* Demande de traitements */
294
/* Demande de traitements */
295
.traitement-attente{
295
.traitement-attente{
296
	background-color:#F16158;}
296
	background-color:#F16158;}
297
.traitement-cours{
297
.traitement-cours{
298
	background-color:#FCCB54;}
298
	background-color:#FCCB54;}
299
.traitement-termine{
299
.traitement-termine{
300
	background-color:#BBEFA5;}
300
	background-color:#BBEFA5;}
301
/*---------------------------------------------------------------------------------------------------------------------------------------*/
301
/*---------------------------------------------------------------------------------------------------------------------------------------*/
302
/* Traitement */
302
/* Traitement */
303
#resultats {
303
#resultats {
304
	width:1024px;}
304
	width:1024px;}
305
#resultats .numero{
305
#resultats .numero{
306
	font-weight:bold;
306
	font-weight:bold;
307
	width:2%;}
307
	width:2%;}
308
#resultats .nom{
308
#resultats .nom{
309
	font-weight:bold;
309
	font-weight:bold;
310
	width:30%;}
310
	width:30%;}
311
/*---------------------------------------------------------------------------------------------------------------------------------------*/
311
/*---------------------------------------------------------------------------------------------------------------------------------------*/
312
/* Résultat */
312
/* Résultat */
313
#ref-resultat .resultat{
313
#ref-resultat .resultat{
314
	width:20px;
314
	width:20px;
315
	padding:5px;}
315
	padding:5px;}
316
#ref-resultat .description, #ref-resultat .message{
316
#ref-resultat .description, #ref-resultat .message{
317
	width:800px;
317
	width:800px;
318
	padding:5px;}
318
	padding:5px;}
319
#ref-resultat .message p{
319
#ref-resultat .message p{
320
	background-color:#f0f0f0;}
320
	background-color:#f0f0f0;}
321
/*---------------------------------------------------------------------------------------------------------------------------------------*/
321
/*---------------------------------------------------------------------------------------------------------------------------------------*/
322
/* Résultat consultation*/
322
/* Résultat consultation*/
323
.nom_retenu{
323
.nom_retenu{
324
	font-weight:bold;}		
324
	font-weight:bold;}		
325
 
325
 
326
/* Présentation Fiche Taxon*/
326
/* Présentation Fiche Taxon*/
327
.txt-long{
327
.txt-long{
328
	white-space:pre-wrap;}
328
	white-space:pre-wrap;}
329
p.txt-long{
329
p.txt-long{
330
	width:53.6em;
330
	width:53.6em;
331
	padding:.3em;
331
	padding:.3em;
332
	background-color:#FFF;}
332
	background-color:#FFF;}
333
#texte li{
333
#texte li{
334
	margin:0;}
334
	margin:0;}
335
.ref-sommaire a{
335
.ref-sommaire a{
336
	background:none;}
336
	background:none;}
337
.label-grand dt{
337
.label-grand dt{
338
	width:28em;}
338
	width:28em;}
339
.label-court dt{
339
.label-court dt{
340
	width:12em;}
340
	width:12em;}
341
	
341
	
342
 
342
 
343
/*---------------------------------------------------------------------------------------------------------------------------------------*/
343
/*---------------------------------------------------------------------------------------------------------------------------------------*/
344
/* Versionnage */
344
/* Versionnage */
345
#zone-form{
345
#zone-form{
346
	position:relative;
346
	position:relative;
347
	width:100%;}
347
	width:100%;}
348
#zone-form fieldset:hover{
348
#zone-form fieldset:hover{
349
	background-color:#EFE0D1;}
349
	background-color:#EFE0D1;}
350
#ref-demande-versionnage fieldset{
350
#ref-demande-versionnage fieldset{
351
	width:400px;}
351
	width:400px;}
352
#ref-demande-versionnage textarea{
352
#ref-demande-versionnage textarea{
353
	width:95%;}
353
	width:95%;}
354
#ref-demande-versionnage label{
354
#ref-demande-versionnage label{
355
	display:block;
355
	display:block;
356
	float:left;
356
	float:left;
357
	width:30%;
357
	width:30%;
358
	margin:2px 0;}
358
	margin:2px 0;}
359
#ref-demande-versionnage #champs-domaine label{
359
#ref-demande-versionnage #champs-domaine label{
360
	width:90%;}
360
	width:90%;}
361
#ref-demande-versionnage input{
361
#ref-demande-versionnage input{
362
	width:65%;
362
	width:65%;
363
	margin:0;}
363
	margin:0;}
364
#case-a-cocher-scroll-licence, label[for="referencement"]{
364
#case-a-cocher-scroll-licence, label[for="referencement"]{
365
	width:90% !important;}
365
	width:90% !important;}
366
#case-a-cocher-scroll-licence label{
366
#case-a-cocher-scroll-licence label{
367
	width:80%;}
367
	width:80%;}
368
#champs-contributeur{
368
#champs-contributeur{
369
	clear:left;}
369
	clear:left;}
370
#ref-versionnage-ok{/*Pour IE6*/
370
#ref-versionnage-ok{/*Pour IE6*/
371
	width:auto !important;
371
	width:auto !important;
372
	margin:5px !important;}
372
	margin:5px !important;}
373
#champs-contributeur p{
373
#champs-contributeur p{
374
	width:32%;
374
	width:32%;
375
	float:left;
375
	float:left;
376
	font-size:0.8em;
376
	font-size:0.8em;
377
	padding:3px;}
377
	padding:3px;}
378
#champs-contributeur div{
378
#champs-contributeur div{
379
	width:66%;
379
	width:66%;
380
	float:left;
380
	float:left;
381
	margin-left:2px;
381
	margin-left:2px;
382
	padding-left:5px;
382
	padding-left:5px;
383
	border-left:1px dotted black;}
383
	border-left:1px dotted black;}
384
	
384
	
385
/* Nécessaire à IE 6 et 7 pour éviter un décalage vers le bas!*/
385
/* Nécessaire à IE 6 et 7 pour éviter un décalage vers le bas!*/
386
.ref-onglets{
386
.ref-onglets{
387
	margin:0;/*Pour IE*/
387
	margin:0;/*Pour IE*/
388
	padding:0;/*Pour IE*/
388
	padding:0;/*Pour IE*/
389
	height:auto !important;height:100%;/*Pour IE*/}	
389
	height:auto !important;height:100%;/*Pour IE*/}