Subversion Repositories Sites.obs-saisons.fr

Rev

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

Rev 124 Rev 125
1
/* $Id: style.css,v 1.38.2.4 2009/09/14 13:10:47 goba Exp $ */
1
/* $Id: style.css,v 1.38.2.4 2009/09/14 13:10:47 goba Exp $ */
2
 
2
 
3
/**
3
/**
4
 * ODS, for Drupal 6.x
4
 * ODS, for Drupal 6.x
5
 *
5
 *
6
 * If you use a customized color scheme, you must regenerate it after
6
 * If you use a customized color scheme, you must regenerate it after
7
 * modifying this file.
7
 * modifying this file.
8
 */
8
 */
9
 
9
 
10
/**
10
/**
11
 * Generic elements
11
 * Generic elements
12
 */
12
 */
13
body {
13
body {
14
  margin: 0;
14
  margin: 0;
15
  margin-top: 0px;
15
  margin-top: 0px;
16
  padding: 0;
16
  padding: 0;
17
  background: transparent;
17
  background: transparent;
18
  font: 11px/170% Verdana, sans-serif;
18
  font: 11px/170% Verdana, sans-serif;
19
  color: #494949;
19
  color: #494949;
20
  background-color: #C6B895;
20
  background-color: #C6B895;
21
}
21
}
22
 
22
 
23
input {
23
input {
24
  font: 12px/100% Verdana, sans-serif;
24
  font: 12px/100% Verdana, sans-serif;
25
  color: #494949;
25
  color: #494949;
26
}
26
}
27
 
27
 
28
textarea, select {
28
textarea, select {
29
  font: 12px/160% Verdana, sans-serif;
29
  font: 12px/160% Verdana, sans-serif;
30
  color: #494949;
30
  color: #494949;
31
}
31
}
32
 
32
 
33
h1, h2, h3, h4, h5, h6 {
33
h1, h2, h3, h4, h5, h6 {
34
  margin: 0;
34
  margin: 0;
35
  padding: 0;
35
  padding: 0;
36
  font-weight: normal;
36
  font-weight: normal;
37
  font-family: Helvetica, Arial, sans-serif;
37
  font-family: Helvetica, Arial, sans-serif;
38
}
38
}
39
 
39
 
40
h1 {
40
h1 {
41
  font-size: 170%;
41
  font-size: 170%;
42
}
42
}
43
 
43
 
44
h2 {
44
h2 {
45
  font-size: 160%;
45
  font-size: 160%;
46
  line-height: 130%;
46
  line-height: 130%;
47
}
47
}
48
 
48
 
49
h3 {
49
h3 {
50
  font-size: 140%;
50
  font-size: 140%;
51
}
51
}
52
 
52
 
53
h4 {
53
h4 {
54
  font-size: 130%;
54
  font-size: 130%;
55
}
55
}
56
 
56
 
57
h5 {
57
h5 {
58
  font-size: 120%;
58
  font-size: 120%;
59
}
59
}
60
 
60
 
61
h6 {
61
h6 {
62
  font-size: 110%;
62
  font-size: 110%;
63
}
63
}
64
 
64
 
65
ul, quote, code, fieldset {
65
ul, quote, code, fieldset {
66
  margin: .5em 0;
66
  margin: .5em 0;
67
}
67
}
68
 
68
 
69
p {
69
p {
70
  margin: 0.6em 0 1.2em;
70
  margin: 0.6em 0 1.2em;
71
  padding: 0;
71
  padding: 0;
72
}
72
}
73
 
73
 
74
a:link, a:visited {
74
a:link, a:visited {
75
  color: #027AC6;
75
  color: #027AC6;
76
  text-decoration: none;
76
  text-decoration: none;
77
}
77
}
78
 
78
 
79
a:hover {
79
a:hover {
80
  color: #0062A0;
80
  color: #0062A0;
81
  text-decoration: underline;
81
  text-decoration: underline;
82
}
82
}
83
 
83
 
84
a:active, a.active {
84
a:active, a.active {
85
  color: #5895be;
85
  color: #5895be;
86
}
86
}
87
 
87
 
88
hr {
88
hr {
89
  margin: 0;
89
  margin: 0;
90
  padding: 0;
90
  padding: 0;
91
  border: none;
91
  border: none;
92
  height: 1px;
92
  height: 1px;
93
  background: #5294c1;
93
  background: #5294c1;
94
}
94
}
95
 
95
 
96
ul {
96
ul {
97
  margin: 0.5em 0 1em;
97
  margin: 0.5em 0 1em;
98
  padding: 0;
98
  padding: 0;
99
}
99
}
100
 
100
 
101
ol {
101
ol {
102
  margin: 0.75em 0 1.25em;
102
  margin: 0.75em 0 1.25em;
103
  padding: 0;
103
  padding: 0;
104
}
104
}
105
 
105
 
106
ol li, ul li {
106
ol li, ul li {
107
  margin: 0.4em 0 0.4em .5em; /* LTR */
107
  margin: 0.4em 0 0.4em .5em; /* LTR */
108
}
108
}
109
 
109
 
110
ul.menu, .item-list ul {
110
ul.menu, .item-list ul {
111
  margin: 0.35em 0 0 -0.5em; /* LTR */
111
  margin: 0.35em 0 0 -0.5em; /* LTR */
112
  padding: 0;
112
  padding: 0;
113
}
113
}
114
 
114
 
115
ul.menu ul, .item-list ul ul {
115
ul.menu ul, .item-list ul ul {
116
  margin-left: 0em; /* LTR */
116
  margin-left: 0em; /* LTR */
117
}
117
}
118
 
118
 
119
ol li, ul li, ul.menu li, .item-list ul li, li.leaf {
119
ol li, ul li, ul.menu li, .item-list ul li, li.leaf {
120
  margin: 0.15em 0 0.15em .5em; /* LTR */
120
  margin: 0.15em 0 0.15em .5em; /* LTR */
121
}
121
}
122
 
122
 
123
ul li, ul.menu li, .item-list ul li, li.leaf {
123
ul li, ul.menu li, .item-list ul li, li.leaf {
124
  padding: 0 0 .2em 1.5em;
124
  padding: 0 0 .2em 1.5em;
125
  list-style-type: none;
125
  list-style-type: none;
126
  list-style-image: none;
126
  list-style-image: none;
127
  /**background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em; /* LTR */
127
  /**background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em; /* LTR */
128
}
128
}
129
 
129
 
130
ol li {
130
ol li {
131
  padding: 0 0 .3em;
131
  padding: 0 0 .3em;
132
  margin-left: 2em; /* LTR */
132
  margin-left: 2em; /* LTR */
133
}
133
}
134
 
134
 
135
ul li.expanded {
135
ul li.expanded {
136
  /**background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em; /* LTR */
136
  /**background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em; /* LTR */
137
}
137
}
138
 
138
 
139
ul li.collapsed {
139
ul li.collapsed {
140
  /**background: transparent url(images/menu-collapsed.gif) no-repeat 0px .35em; /* LTR */
140
  /**background: transparent url(images/menu-collapsed.gif) no-repeat 0px .35em; /* LTR */
141
}
141
}
142
 
142
 
143
ul li.leaf a, ul li.expanded a, ul li.collapsed a {
143
ul li.leaf a, ul li.expanded a, ul li.collapsed a {
144
  display: block;
144
  display: block;
145
}
145
}
146
 
146
 
147
ul.inline li {
147
ul.inline li {
148
  background: none;
148
  background: none;
149
  margin: 0;
149
  margin: 0;
150
  padding: 0 1em 0 0; /* LTR */
150
  padding: 0 1em 0 0; /* LTR */
151
}
151
}
152
 
152
 
153
ol.task-list {
153
ol.task-list {
154
  margin-left: 0; /* LTR */
154
  margin-left: 0; /* LTR */
155
  list-style-type: none;
155
  list-style-type: none;
156
  list-style-image: none;
156
  list-style-image: none;
157
}
157
}
158
ol.task-list li {
158
ol.task-list li {
159
  padding: 0.5em 1em 0.5em 2em; /* LTR */
159
  padding: 0.5em 1em 0.5em 2em; /* LTR */
160
}
160
}
161
ol.task-list li.active {
161
ol.task-list li.active {
162
  /**background: transparent url(images/task-list.png) no-repeat 3px 50%; /* LTR */
162
  /**background: transparent url(images/task-list.png) no-repeat 3px 50%; /* LTR */
163
}
163
}
164
ol.task-list li.done {
164
ol.task-list li.done {
165
  color: #393;
165
  color: #393;
166
  /**background: transparent url(../../misc/watchdog-ok.png) no-repeat 0px 50%; /* LTR */
166
  /**background: transparent url(../../misc/watchdog-ok.png) no-repeat 0px 50%; /* LTR */
167
}
167
}
168
ol.task-list li.active {
168
ol.task-list li.active {
169
  margin-right: 1em; /* LTR */
169
  margin-right: 1em; /* LTR */
170
}
170
}
171
 
171
 
172
fieldset ul.clear-block li {
172
fieldset ul.clear-block li {
173
  margin: 0;
173
  margin: 0;
174
  padding: 0;
174
  padding: 0;
175
  background-image: none;
175
  background-image: none;
176
}
176
}
177
 
177
 
178
dl {
178
dl {
179
  margin: 0.5em 0 1em 1.5em; /* LTR */
179
  margin: 0.5em 0 1em 1.5em; /* LTR */
180
}
180
}
181
 
181
 
182
dl dt {
182
dl dt {
183
}
183
}
184
 
184
 
185
dl dd {
185
dl dd {
186
  margin: 0 0 .5em 1.5em; /* LTR */
186
  margin: 0 0 .5em 1.5em; /* LTR */
187
}
187
}
188
 
188
 
189
img, a img {
189
img, a img {
190
  border: none;
190
  border: none;
191
}
191
}
192
 
192
 
193
table {
193
table {
194
  margin: 1em 0;
194
  margin: 1em 0;
195
  width: 500px;
195
  width: 500px;
196
}
196
}
197
 
197
 
198
thead th {
198
thead th {
199
  border-bottom: 2px solid #d3e7f4;
199
  border-bottom: 2px solid #d3e7f4;
200
  color: #494949;
200
  color: #494949;
201
  font-weight: bold;
201
  font-weight: bold;
202
}
202
}
203
 
203
 
204
th a:link, th a:visited {
204
th a:link, th a:visited {
205
  color: #6f9dbd;
205
  color: #6f9dbd;
206
}
206
}
207
 
207
 
208
td, th {
208
td, th {
209
  padding: .3em .5em;
209
  padding: .3em .5em;
210
}
210
}
211
 
211
 
212
tr.even, tr.odd, tbody th {
212
tr.even, tr.odd, tbody th {
213
  border: solid #d3e7f4;
213
  border: solid #d3e7f4;
214
  border-width: 1px 0;
214
  border-width: 1px 0;
215
}
215
}
216
 
216
 
217
tr.odd, tr.info {
217
tr.odd, tr.info {
218
  background-color: #edf5fa;
218
  background-color: #edf5fa;
219
}
219
}
220
 
220
 
221
tr.even {
221
tr.even {
222
  background-color: #fff;
222
  background-color: #fff;
223
}
223
}
224
 
224
 
225
tr.drag {
225
tr.drag {
226
  background-color: #fffff0;
226
  background-color: #fffff0;
227
}
227
}
228
 
228
 
229
tr.drag-previous {
229
tr.drag-previous {
230
  background-color: #ffd;
230
  background-color: #ffd;
231
}
231
}
232
 
232
 
233
tr.odd td.active {
233
tr.odd td.active {
234
  background-color: #ddecf5;
234
  background-color: #ddecf5;
235
}
235
}
236
 
236
 
237
tr.even td.active {
237
tr.even td.active {
238
  background-color: #e6f1f7;
238
  background-color: #e6f1f7;
239
}
239
}
240
 
240
 
241
td.region, td.module, td.container, td.category {
241
td.region, td.module, td.container, td.category {
242
  border-top: 1.5em solid #fff;
242
  border-top: 1.5em solid #fff;
243
  border-bottom: 1px solid #b4d7f0;
243
  border-bottom: 1px solid #b4d7f0;
244
  background-color: #d4e7f3;
244
  background-color: #d4e7f3;
245
  color: #455067;
245
  color: #455067;
246
  font-weight: bold;
246
  font-weight: bold;
247
}
247
}
248
 
248
 
249
tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
249
tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
250
  border-top-width: 0;
250
  border-top-width: 0;
251
}
251
}
252
 
252
 
253
span.form-required {
253
span.form-required {
254
  color: #ffae00;
254
  color: #ffae00;
255
}
255
}
256
 
256
 
257
span.submitted, .description {
257
span.submitted, .description {
258
  font-size: 0.92em;
258
  font-size: 0.92em;
259
  color: #898989;
259
  color: #898989;
260
}
260
}
261
 
261
 
262
.description {
262
.description {
263
  line-height: 150%;
263
  line-height: 150%;
264
  margin-bottom: 0.75em;
264
  margin-bottom: 0.75em;
265
  color: #898989;
265
  color: #898989;
266
}
266
}
267
 
267
 
268
.messages, .preview {
268
.messages, .preview {
269
  margin: .75em 0 .75em;
269
  margin: .75em 0 .75em;
270
  padding: .5em 1em;
270
  padding: .5em 1em;
271
}
271
}
272
 
272
 
273
.messages ul {
273
.messages ul {
274
  margin: 0;
274
  margin: 0;
275
}
275
}
276
 
276
 
277
.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
277
.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
278
  margin: 0.25em 0;
278
  margin: 0.25em 0;
279
}
279
}
280
 
280
 
281
#center form {
281
#center form {
282
  margin-bottom: 2em;
282
  margin-bottom: 2em;
283
}
283
}
284
 
284
 
285
.form-button, .form-submit {
285
.form-button, .form-submit {
286
  margin: 2em 0.5em 1em 0; /* LTR */
286
  margin: 2em 0.5em 1em 0; /* LTR */
287
}
287
}
288
 
288
 
289
.form-submit#edit-submit {
289
.form-submit#edit-submit {
290
	margin-bottom: -7px;	
290
	margin-bottom: -7px;	
291
}
291
}
292
 
292
 
293
#dblog-form-overview .form-submit,
293
#dblog-form-overview .form-submit,
294
.confirmation .form-submit,
294
.confirmation .form-submit,
295
.search-form .form-submit,
295
.search-form .form-submit,
296
.poll .form-submit,
296
.poll .form-submit,
297
fieldset .form-button, fieldset .form-submit,
297
fieldset .form-button, fieldset .form-submit,
298
.sidebar .form-button, .sidebar .form-submit,
298
.sidebar .form-button, .sidebar .form-submit,
299
table .form-button, table .form-submit {
299
table .form-button, table .form-submit {
300
  margin: 0;
300
  margin: 0;
301
}
301
}
302
 
302
 
303
.box {
303
.box {
304
  margin-bottom: 2.5em;
304
  margin-bottom: 2.5em;
305
}
305
}
306
 
306
 
307
/**
307
/**
308
 * Layout
308
 * Layout
309
 */
309
 */
310
#header-region {
310
#header-region {
311
  min-height: 1em;
311
  min-height: 1em;
312
  /**background: #d2e6f3 url(images/bg-navigation.png) repeat-x 50% 100%; **/
312
  /**background: #d2e6f3 url(images/bg-navigation.png) repeat-x 50% 100%; **/
313
}
313
}
314
 
314
 
315
@font-face {
315
@font-face {
316
	/* Fonte pour le titre en haut à gauche */
316
	/* Fonte pour le titre en haut à gauche */
317
	font-family: "BorisBlackBloxx";
317
	font-family: "BorisBlackBloxx";
318
	src: url("font/BorisBlackBloxx.ttf") format("truetype");
318
	src: url("font/BorisBlackBloxx.ttf") format("truetype");
319
}
319
}
320
 
320
 
321
.titre_site {
321
.titre_site {
322
	font-family: BorisBlackBloxx, Cursive; 
322
	font-family: BorisBlackBloxx, Cursive; 
323
	font-size: 14px;	
323
	font-size: 14px;	
324
	margin-left: auto;
324
	margin-left: auto;
325
    margin-right: auto;
325
    margin-right: auto;
326
    padding-left: 0px;
326
    padding-left: 0px;
327
    padding-top: 5px;
327
    padding-top: 5px;
328
    padding-bottom: 10px;
328
    padding-bottom: 10px;
329
    width: 955px;
329
    width: 955px;
330
}
330
}
331
 
331
 
332
.titre_site #observatoire {
332
.titre_site #observatoire {
333
	color: #0396A6;
333
	color: #0396A6;
334
	font-size: 30px;
334
	font-size: 30px;
335
}
335
}
336
 
336
 
337
.titre_site #des {
337
.titre_site #des {
338
	color: #0396A6;
338
	color: #0396A6;
339
	font-size: 20px
339
	font-size: 20px
340
}
340
}
341
 
341
 
342
.titre_site #saisons {
342
.titre_site #saisons {
343
	color: #FF7F00;
343
	color: #FF7F00;
344
	text-transform: uppercase;
344
	text-transform: uppercase;
345
	font-size: 40px
345
	font-size: 40px
346
}
346
}
347
 
347
 
348
#header-region .block {
348
#header-region .block {
349
  display: block;
349
  display: block;
350
  margin: 0 1em;
350
  margin: 0 1em;
351
}
351
}
352
 
352
 
353
#header-region .block-region {
353
#header-region .block-region {
354
  display: block;
354
  display: block;
355
  margin: 0 0.5em 1em;
355
  margin: 0 0.5em 1em;
356
  padding: 0.5em;
356
  padding: 0.5em;
357
  position: relative;
357
  position: relative;
358
  top: 0.5em;
358
  top: 0.5em;
359
}
359
}
360
 
360
 
361
#header-region * {
361
#header-region * {
362
  display: inline;
362
  display: inline;
363
  line-height: 1.5em;
363
  line-height: 1.5em;
364
  margin-top: 0;
364
  margin-top: 0;
365
  margin-bottom: 0;
365
  margin-bottom: 0;
366
}
366
}
367
 
367
 
368
/* Prevent the previous directive from showing the content of script elements in Mozilla browsers. */
368
/* Prevent the previous directive from showing the content of script elements in Mozilla browsers. */
369
#header-region script {
369
#header-region script {
370
  display: none;
370
  display: none;
371
}
371
}
372
 
372
 
373
#header-region p, #header-region img {
373
#header-region p, #header-region img {
374
  margin-top: 0.5em;
374
  margin-top: 0.5em;
375
}
375
}
376
 
376
 
377
#header-region h2 {
377
#header-region h2 {
378
  margin: 0 1em 0 0; /* LTR */
378
  margin: 0 1em 0 0; /* LTR */
379
}
379
}
380
 
380
 
381
#header-region h3, #header-region label, #header-region li {
381
#header-region h3, #header-region label, #header-region li {
382
  margin: 0 1em;
382
  margin: 0 1em;
383
  padding: 0;
383
  padding: 0;
384
  background: none;
384
  background: none;
385
}
385
}
386
 
386
 
387
#wrapper {
387
#wrapper {
388
 /** background: #edf5fa url(images/body.png) repeat-x 50% 0; **/
388
 /** background: #edf5fa url(images/body.png) repeat-x 50% 0; **/
389
}
389
}
390
 
390
 
391
#wrapper {
391
#wrapper {
392
	width: 955px;
392
	width: 955px;
393
	margin-left:auto;
393
	margin-left:auto;
394
	margin-right:auto;
394
	margin-right:auto;
395
	background-color: #FFFFFF;
395
	background-color: #FFFFFF;
396
	-moz-box-shadow: 3px 0px 0 #aaa;  
396
	-moz-box-shadow: 3px 0px 0 #aaa;  
397
	-webkit-box-shadow: 3px 0px 0 #aaa;  
397
	-webkit-box-shadow: 3px 0px 0 #aaa;  
398
	box-shadow: 3px 0px 0 #aaa;  
398
	box-shadow: 3px 0px 0 #aaa;  
399
}
399
}
400
 
400
 
401
#wrapper #container {
401
#wrapper #container {
402
  margin: 0 auto;
402
  margin: 0 auto;
403
  padding: 0 20px;
403
  padding: 0 20px;
404
}
404
}
405
 
405
 
406
#wrapper #container {
406
#wrapper #container {
407
  height: 80px;
407
  height: 80px;
408
}
408
}
409
 
409
 
410
#wrapper #container #header #logo-floater {
410
#wrapper #container #header #logo-floater {
411
  position: absolute;
411
  position: absolute;
412
}
412
}
413
 
413
 
414
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
414
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
415
  line-height: 120px;
415
  line-height: 120px;
416
  position: relative;
416
  position: relative;
417
  z-index: 2;
417
  z-index: 2;
418
  white-space: nowrap;
418
  white-space: nowrap;
419
}
419
}
420
 
420
 
421
#wrapper #container #header h1 span {
421
#wrapper #container #header h1 span {
422
  font-weight: bold;
422
  font-weight: bold;
423
}
423
}
424
 
424
 
425
#wrapper #container #header h1 img {
425
#wrapper #container #header h1 img {
426
  padding-top: 14px;
426
  padding-top: 14px;
427
  padding-right: 20px; /* LTR */
427
  padding-right: 20px; /* LTR */
428
  float: left; /* LTR */
428
  float: left; /* LTR */
429
}
429
}
430
 
430
 
431
#logo-floater {
431
#logo-floater {
432
	padding-left: 20px;
432
	padding-left: 20px;
433
	padding-top: 10px;	
433
	padding-top: 10px;	
434
}
434
}
435
 
435
 
436
/* We must define 100% width to avoid the body being too narrow for near-empty pages */
436
/* We must define 100% width to avoid the body being too narrow for near-empty pages */
437
#wrapper #container {
437
#wrapper #container {
438
  float: left;	
438
  float: left;	
439
  width: 100%;
439
  width: 100%;
440
  background-color: #FFFFFF;
440
  background-color: #FFFFFF;
441
}
441
}
442
 
442
 
443
#center {
443
#center {
444
	width: 555px;	
444
	width: 555px;	
445
	min-height: 650px;
445
	min-height: 650px;
446
	background-color: #FFFFFF;
446
	background-color: #FFFFFF;
447
	height: auto;
447
	height: auto;
448
	float: left;
448
	float: left;
449
}
449
}
450
 
450
 
451
#center h2 {
451
#center h2 {
452
    background: url("images/puce_titre_2.png") no-repeat scroll 13px 0 transparent;
452
    background: url("images/puce_titre_2.png") no-repeat scroll 13px 0 transparent;
453
    color: #4F3F1B;
453
    color: #4F3F1B;
454
    font-weight: bold;
454
    font-weight: bold;
455
    padding: 0 0 10px 42px;
455
    padding: 0 0 10px 42px;
456
    width: 100%;
456
    width: 100%;
457
}
457
}
458
 
458
 
459
#center h3 {
459
#center h3 {
460
	color: #9AC343;
460
	color: #9AC343;
461
	font-weight: bold;
461
	font-weight: bold;
462
	padding: 10px 0 0 0;
462
	padding: 10px 0 0 0;
463
}
463
}
464
 
464
 
465
#center h4 {
465
#center h4 {
466
	color: #ACC700;
466
	color: #ACC700;
467
	font-weight: bold;
467
	font-weight: bold;
468
}
468
}
469
 
469
 
470
#center li {
470
#center li {
471
	 margin-left: 20px;
471
	 margin-left: 20px;
472
	 padding: 0 0 0 0;
472
	 padding: 0 0 0 0;
473
	 list-style-type: disc;
473
	 list-style-type: disc;
474
}
474
}
475
 
475
 
476
#center li.num {
476
#center li.num {
477
	 list-style-type: decimal;
477
	 list-style-type: decimal;
478
	 margin-left: 20px;
478
	 margin-left: 20px;
479
}
479
}
480
 
480
 
481
.placement_image {
481
.placement_image {
482
	display: inline;
482
	display: inline;
483
    float: left;
483
    float: left;
484
}
484
}
485
 
485
 
486
#left {
486
#left {
487
	width: 190px;
487
	width: 190px;
488
	padding:5px;
488
	padding:5px;
489
	padding-left: 0px;
489
	padding-left: 0px;
490
	float: left;
490
	float: left;
491
	min-height: 650px;
491
	min-height: 650px;
492
	background-color: #FFFFFF;	
492
	background-color: #FFFFFF;	
493
}
493
}
494
 
494
 
495
#sidebar-left > div > div > div > ul.menu > li {
495
#sidebar-left > div > div > div > ul.menu > li {
496
	padding-left:20px;
496
	padding-left:20px;
497
}
497
}
498
 
498
 
499
#sidebar-left > div > div > div > ul.menu > li > a.active-trail {
499
#sidebar-left > div > div > div > ul.menu > li > a.active-trail {
500
    color: #FFFFFF;
500
    color: #FFFFFF;
501
    font-weight: bold;
501
    font-weight: bold;
502
    padding-left: 5px;
502
    padding-left: 5px;
503
    -moz-border-radius: 0.9em 0.9em 0.9em 0.9em;
503
    -moz-border-radius: 0.9em 0.9em 0.9em 0.9em;
504
}
504
}
505
 
505
 
506
#sidebar-left a.active-trail {
506
#sidebar-left a.active-trail {
507
	color: #800000;
507
	color: #800000;
508
	text-decoration: underline;	
508
	text-decoration: underline;	
509
}
509
}
510
 
510
 
511
#sidebar-left {
511
#sidebar-left {
512
	-webkit-border-radius-topright: 20px 20px;
512
	-webkit-border-radius-topright: 20px 20px;
513
	-webkit-border-radius-bottomright: 20px 20px;
513
	-webkit-border-radius-bottomright: 20px 20px;
514
	-moz-border-radius-topright: 20px 20px;
514
	-moz-border-radius-topright: 20px 20px;
515
	-moz-border-radius-bottomright: 0px 0px;
515
	-moz-border-radius-bottomright: 0px 0px;
516
	border-top-right-radius: 20px 20px;
516
	border-top-right-radius: 20px 20px;
517
	border-bottom-right-radius: 20px 20px;
517
	border-bottom-right-radius: 20px 20px;
518
	background-color: #0396A6;
518
	background-color: #0396A6;
519
	position:absolute;
519
	position:absolute;
520
	width: inherit;
520
	width: inherit;
521
}
521
}
522
 
522
 
523
#sidebar-left > div > h2 {
523
#sidebar-left > div > h2 {
524
	display: none;	
524
	display: none;	
525
}
525
}
526
 
526
 
527
#sidebar-left a {
527
#sidebar-left a {
528
	color: #FFFFFF;	
528
	color: #FFFFFF;	
529
	font-weight: bold;
529
	font-weight: bold;
530
	padding-left: 5px;
530
	padding-left: 5px;
531
}
531
}
532
 
532
 
533
.content > div > ul > li {
533
.content > div > ul > li {
534
	background: transparent url(images/puce_menu_niveau_1_triangle.png) no-repeat 3px 0.55em;
534
	background: transparent url(images/puce_menu_niveau_1_triangle.png) no-repeat 3px 0.55em;
535
}
535
}
536
 
536
 
537
ul.menu > li {
537
ul.menu > li {
538
	padding-top:5px;
538
	padding-top:5px;
539
	padding-left:5px;
539
	padding-left:5px;
540
}
540
}
541
 
541
 
542
.menu_recourbe {
542
.menu_recourbe {
543
 
543
 
544
	-moz-border-radius-bottomleft: 901px 158px;
544
	-moz-border-radius-bottomleft: 901px 158px;
545
	-moz-border-radius-bottomright: 300px 24px;
545
	-moz-border-radius-bottomright: 300px 24px;
546
    border-bottom-left-radius: 901px 158px;
546
    border-bottom-left-radius: 901px 158px;
547
    border-bottom-right-radius: 300px 24px;
547
    border-bottom-right-radius: 300px 24px;
548
    
548
    
549
	background-color: #FFFFFF;
549
	background-color: #FFFFFF;
550
	width:inherit;
550
	width:inherit;
551
	height: 30px;
551
	height: 30px;
552
	position: absolute;
552
	position: absolute;
553
	z-index: 50;
553
	z-index: 50;
554
}
554
}
555
 
555
 
556
#right {
556
#right {
557
	width: 200px;
557
	width: 200px;
558
	float: right;
558
	float: right;
559
	background-color: #FFFFFF;	
559
	background-color: #FFFFFF;	
560
}
560
}
561
 
561
 
562
#right h2 {
562
#right h2 {
563
	display: none;	
563
	display: none;	
564
}
564
}
565
 
565
 
566
.titre_bloc {
566
.titre_bloc {
567
	color: #FFFFFF;
567
	color: #FFFFFF;
568
	font-weight: bold;
568
	font-weight: bold;
569
	background-color: #5F8DBF;
569
	background-color: #5F8DBF;
570
	-webkit-border-radius-topleft: 20px 20px;
570
	-webkit-border-radius-topleft: 20px 20px;
571
	-moz-border-radius-topleft: 20px 20px;
571
	-moz-border-radius-topleft: 20px 20px;
572
	border-top-left-radius: 20px 20px;
572
	border-top-left-radius: 20px 20px;
573
}
573
}
574
 
574
 
575
.info_utilisateur, .formulaire_identification_ods {
575
.info_utilisateur, .formulaire_identification_ods {
576
	
576
	
577
	-webkit-border-radius-topleft: 20px 20px;
577
	-webkit-border-radius-topleft: 20px 20px;
578
	-webkit-border-radius-bottomleft: 20px 20px;
578
	-webkit-border-radius-bottomleft: 20px 20px;
579
	-moz-border-radius-topleft: 20px 20px;
579
	-moz-border-radius-topleft: 20px 20px;
580
	-moz-border-radius-bottomleft: 20px 20px;
580
	-moz-border-radius-bottomleft: 20px 20px;
581
	border-top-left-radius: 20px 20px;
581
	border-top-left-radius: 20px 20px;
582
	border-bottom-left-radius: 20px 20px;
582
	border-bottom-left-radius: 20px 20px;
583
	border: solid 1px;
583
	border: solid 1px;
584
	background-color: #F4F2EB;
584
	background-color: #F4F2EB;
585
    text-align: center;	
585
    text-align: center;	
586
    border-color: #D1C6A8;
586
    border-color: #D1C6A8;
587
}
587
}
588
 
588
 
589
.info_utilisateur a {
589
.info_utilisateur a {
590
	padding: 10px 10px 10px 25px;
590
	padding: 10px 10px 10px 25px;
591
}
591
}
592
 
592
 
593
#lien_mes_obs {	
593
#lien_mes_obs {	
594
	background: url("images/mes_obs.png") no-repeat scroll 5px 0.75em transparent;
594
	background: url("images/mes_obs.png") no-repeat scroll 5px 0.75em transparent;
595
}
595
}
596
 
596
 
597
#lien_admin {	
597
#lien_admin {	
598
	background: transparent url(images/admin.png) no-repeat 1px 0.7em;
598
	background: transparent url(images/admin.png) no-repeat 1px 0.7em;
599
}
599
}
600
 
600
 
601
#lien_mon_profil {	
601
#lien_mon_profil {	
602
	background: transparent url(images/mon_profil.png) no-repeat 1px 0.7em;
602
	background: transparent url(images/mon_profil.png) no-repeat 1px 0.7em;
603
}
603
}
604
 
604
 
605
#lien_deconnexion {	
605
#lien_deconnexion {	
606
	background: transparent url(images/deconnexion.png) no-repeat 1px 0.7em;
606
	background: transparent url(images/deconnexion.png) no-repeat 1px 0.7em;
607
}
607
}
608
 
608
 
609
.nb_inscrits {
609
.nb_inscrits {
610
	background: transparent url(images/puce-inscrits.png) no-repeat;
610
	background: transparent url(images/puce-inscrits.png) no-repeat;
611
	padding: 5px;
611
	padding: 5px;
612
	padding-left: 30px;	
612
	padding-left: 30px;	
613
	text-align: right;
613
	text-align: right;
614
	font-size: 1.2em;
614
	font-size: 1.2em;
615
}
615
}
616
 
616
 
617
 
617
 
618
/** Bloc de description en haut de la page d'accueil **/
618
/** Bloc de description en haut de la page d'accueil **/
619
#block-block-6 {
619
#block-block-6 {
620
	border: 1px dashed black;
620
	border: 2px dashed #D2C7AA;
621
	text-align: center;
621
	text-align: center;
622
	margin-left: 0.6em;
622
	margin-left: 0.6em;
623
}
623
}
624
 
624
 
625
#block-block-6 h2 {
625
#block-block-6 h2 {
626
	padding: 0 0 0 0;
626
	padding: 0 0 0 0;
627
	background: none;
627
	background: none;
628
	font-weight: bold;
628
	font-weight: bold;
629
}
629
}
630
 
630
 
631
#block-block-6 p {
631
#block-block-6 p {
632
	color : #9AC343;
632
	color : #9AC343;
633
	font-weight: bold;
633
	font-weight: bold;
634
	margin: 0;
634
	margin: 0;
635
}
635
}
636
 
636
 
637
/** Bloc des dernières new ods en page d'accueil **/
637
/** Bloc des dernières new ods en page d'accueil **/
638
 
638
 
639
.views-row {
639
.views-row {
640
    clear: both;
640
    clear: both;
641
    padding-top: 20px;
641
    padding-top: 20px;
642
}
642
}
643
 
643
 
644
.views-row .views-field-field-image-fid {
644
.views-row .views-field-field-image-fid {
645
	display: inline;
645
	display: inline;
646
	float: left;
646
	float: left;
-
 
647
	padding-top: 8px;
647
}
648
}
648
 
649
 
649
.views-row .views-field-title{
650
.views-row .views-field-title {
650
	display: inline;
651
	display: inline;
651
	float: left;
652
	float: left;
652
	padding-left: 10px;
653
	padding-left: 10px;
653
	padding-right: 10px;
654
	padding-right: 10px;
-
 
655
	font-size: 1.2em;
-
 
656
}
-
 
657
 
-
 
658
.views-row .views-field-title a {
-
 
659
	color: #51401D;
654
}
660
}
655
 
661
 
656
.views-row .views-field-teaser {
662
.views-row .views-field-teaser {
657
	display: inline;
663
	display: inline;
658
	float: right;
664
	float: right;
659
	width: 420px;
665
	width: 420px;
660
}
666
}
661
 
667
 
662
.derniers_articles .views-row .views-field-teaser {
668
.derniers_articles .views-row .views-field-teaser {
663
	width: 445px;
669
	width: 445px;
664
}
670
}
665
 
671
 
666
.lire_toutes_actus {
672
.lire_toutes_actus {
667
	text-align: right;	
673
	text-align: right;	
668
	float: right;
674
	float: right;
669
}
675
}
670
 
676
 
671
.separation_invisible {
677
.separation_invisible {
672
	visibility: hidden;
678
	visibility: hidden;
673
	clear: both;	
679
	clear: both;	
674
}
680
}
-
 
681
 
-
 
682
/** Styles des onglets des dernières actualités **/
-
 
683
#onglets  {
-
 
684
	margin-right: auto;
-
 
685
	position: relative;
-
 
686
	bottom: -2px;
-
 
687
	z-index: 1;
-
 
688
	clear:left;
-
 
689
}
-
 
690
 
-
 
691
.conteneur_onglets {
-
 
692
	overflow: hidden;
-
 
693
	float: left;
-
 
694
	background: #D1C6AB;
-
 
695
	position: relative;
-
 
696
	width:565px;
-
 
697
}
-
 
698
 
-
 
699
.contenu_onglet {
-
 
700
	padding: 20px;
-
 
701
	font-size: 1.2em;
-
 
702
}
-
 
703
 
-
 
704
ul.liste_onglets {
-
 
705
	margin: 0;
-
 
706
	padding: 0;
-
 
707
	float: left;
-
 
708
	list-style: none;
-
 
709
	height: 32px; /*--Set height of tabs--*/
-
 
710
}
-
 
711
 
-
 
712
#onglets ul.liste_onglets li {
-
 
713
	float: left;
-
 
714
	margin: 0;
-
 
715
	padding: 0;
-
 
716
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
-
 
717
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
-
 
718
	border-left: none;
-
 
719
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
-
 
720
	margin-right: 3px;
-
 
721
	overflow: hidden;
-
 
722
	position: relative;
-
 
723
	background: #DFDBD1;
-
 
724
	list-style-type: none;
-
 
725
	-webkit-border-radius-topleft: 10px 10px;
-
 
726
	-webkit-border-radius-topright: 10px 10px;
-
 
727
	-moz-border-radius-topleft: 10px 10px;
-
 
728
	-moz-border-radius-topright: 10px 10px;
-
 
729
	border-top-left-radius: 10px 10px;
-
 
730
	border-top-right-radius: 10px 10px;
-
 
731
}
-
 
732
 
-
 
733
#onglets ul.liste_onglets li.active {
-
 
734
	background: #D1C6AB;
-
 
735
}
-
 
736
 
-
 
737
#onglets ul.liste_onglets li a {
-
 
738
	text-decoration: none;
-
 
739
	color: #000;
-
 
740
	display: block;
-
 
741
	font-size: 1.2em;
-
 
742
	padding-left: 5px;
-
 
743
	padding-right: 5px;
-
 
744
	outline: none;
-
 
745
}
-
 
746
 
675
 
747
 
676
/* We ensure the sidebars are still clickable using z-index */
748
/* We ensure the sidebars are still clickable using z-index */
677
#wrapper #container .sidebar {
749
#wrapper #container .sidebar {
678
  margin: 60px 0 5em;
750
  margin: 60px 0 5em;
679
  width: 210px;
751
  width: 210px;
680
  float: left;
752
  float: left;
681
  z-index: 2;
753
  z-index: 2;
682
  position: relative;
754
  position: relative;
683
  background-color: #FFFFFF;
755
  background-color: #FFFFFF;
684
}
756
}
685
 
757
 
686
#wrapper #container .sidebar .block {
758
#wrapper #container .sidebar .block {
687
  margin: 0 0 1.5em 0;
759
  margin: 0 0 1.5em 0;
688
}
760
}
689
 
761
 
690
#sidebar-left .block {
762
#sidebar-left .block {
691
  padding: 25px 15px 0 0px;
763
  padding: 25px 15px 0 0px;
692
}
764
}
693
 
765
 
694
#sidebar-right .block {
766
#sidebar-right .block {
695
  padding: 0 0px 0 15px;
767
  padding: 0 0px 0 15px;
696
}
768
}
697
 
769
 
698
.block .content {
770
.block .content {
699
  margin: 0.5em 0;
771
  margin: 0.5em 0;
700
}
772
}
701
 
773
 
702
#sidebar-left .block-region {
774
#sidebar-left .block-region {
703
  margin: 0 15px 0 0px; /* LTR */
775
  margin: 0 15px 0 0px; /* LTR */
704
}
776
}
705
 
777
 
706
#sidebar-right .block-region {
778
#sidebar-right .block-region {
707
  margin: 0 0px 0 15px; /* LTR */
779
  margin: 0 0px 0 15px; /* LTR */
708
}
780
}
709
 
781
 
710
.block-region {
782
.block-region {
711
  padding: 1em;
783
  padding: 1em;
712
  background: transparent;
784
  background: transparent;
713
  border: 2px dashed #b4d7f0;
785
  border: 2px dashed #b4d7f0;
714
  text-align: center;
786
  text-align: center;
715
  font-size: 1.3em;
787
  font-size: 1.3em;
716
}
788
}
717
 
789
 
718
/* Now we add the backgrounds for the main content shading */
790
/* Now we add the backgrounds for the main content shading */
719
#wrapper #container #center #squeeze {
791
#wrapper #container #center #squeeze {
720
 /** background: #fff url(images/bg-content.png) repeat-x 50% 0;**/
792
 /** background: #fff url(images/bg-content.png) repeat-x 50% 0;**/
721
  position: relative;
793
  position: relative;
722
}
794
}
723
 
795
 
724
#wrapper #container #center .right-corner {
796
#wrapper #container #center .right-corner {
725
 /**  background: transparent url(images/bg-content-right.png) no-repeat 100% 0; **/
797
 /**  background: transparent url(images/bg-content-right.png) no-repeat 100% 0; **/
726
  position: relative;
798
  position: relative;
727
  left: 10px;
799
  left: 10px;
728
}
800
}
729
 
801
 
730
#wrapper #container #center .right-corner .left-corner {
802
#wrapper #container #center .right-corner .left-corner {
731
  padding: 60px 25px 5em 35px;
803
  padding: 60px 25px 5em 35px;
732
 /**  background: transparent url(images/bg-content-left.png) no-repeat 0 0; **/
804
 /**  background: transparent url(images/bg-content-left.png) no-repeat 0 0; **/
733
  margin-left: -10px;
805
  margin-left: -10px;
734
  position: relative;
806
  position: relative;
735
  left: -10px;
807
  left: -10px;
736
  min-height: 400px;
808
  min-height: 400px;
737
}
809
}
738
 
810
 
739
#wrapper #container #footer {
811
#wrapper #container #footer {
740
  float: none;
812
  float: none;
741
  clear: both;
813
  clear: both;
742
  text-align: center;
814
  text-align: center;
743
  margin: 4em 0 -3em;
815
  margin: 4em 0 -3em;
744
  color: #898989;
816
  color: #898989;
745
}
817
}
746
 
818
 
747
#wrapper #container .breadcrumb {
819
#wrapper #container .breadcrumb {
748
  position: absolute;
820
  position: absolute;
749
  top: 15px;
821
  top: 15px;
750
  left: 35px; /* LTR */
822
  left: 35px; /* LTR */
751
  z-index: 3;
823
  z-index: 3;
752
}
824
}
753
 
825
 
754
/**
826
/**
755
 * Header
827
 * Header
756
 */
828
 */
757
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
829
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
758
  color: #fff;
830
  color: #fff;
759
  font-weight: normal;
831
  font-weight: normal;
760
  text-shadow: #1659ac 0px 1px 3px;
832
  text-shadow: #1659ac 0px 1px 3px;
761
  font-size: 1.5em;
833
  font-size: 1.5em;
762
}
834
}
763
 
835
 
764
#header {
836
#header {
765
	height: 180px;
837
	height: 180px;
766
	background-color: #FFFFFF;
838
	background-color: #FFFFFF;
767
	width: 955px;
839
	width: 955px;
768
}
840
}
769
 
841
 
770
.printemps {
842
.printemps {
771
	background: transparent url(images/bandeaux/bandeau-printemps.png) no-repeat 50% 0;	
843
	background: transparent url(images/bandeaux/bandeau-printemps.png) no-repeat 50% 0;	
772
}
844
}
773
 
845
 
774
.ete {
846
.ete {
775
	background: transparent url(images/bandeaux/bandeau-ete.png) no-repeat 50% 0;	
847
	background: transparent url(images/bandeaux/bandeau-ete.png) no-repeat 50% 0;	
776
}
848
}
777
 
849
 
778
.automne {
850
.automne {
779
	background: transparent url(images/bandeaux/bandeau-automne.png) no-repeat 50% 0;	
851
	background: transparent url(images/bandeaux/bandeau-automne.png) no-repeat 50% 0;	
780
}
852
}
781
 
853
 
782
.hiver {
854
.hiver {
783
	background: transparent url(images/bandeaux/bandeau-hiver.png) no-repeat 50% 0;	
855
	background: transparent url(images/bandeaux/bandeau-hiver.png) no-repeat 50% 0;	
784
}
856
}
785
 
857
 
786
#wrapper #container #header h1 a:hover {
858
#wrapper #container #header h1 a:hover {
787
  text-decoration: none;
859
  text-decoration: none;
788
}
860
}
789
 
861
 
790
#wrapper #container .breadcrumb {
862
#wrapper #container .breadcrumb {
791
  font-size: 0.92em;
863
  font-size: 0.92em;
792
}
864
}
793
 
865
 
794
#wrapper #container .breadcrumb, #wrapper #container .breadcrumb a {
866
#wrapper #container .breadcrumb, #wrapper #container .breadcrumb a {
795
  color: #529ad6;
867
  color: #529ad6;
796
}
868
}
797
 
869
 
798
#mission {
870
#mission {
799
  padding: 1em;
871
  padding: 1em;
800
  background-color: #fff;
872
  background-color: #fff;
801
  border: 1px solid #e0e5fb;
873
  border: 1px solid #e0e5fb;
802
  margin-bottom: 2em;
874
  margin-bottom: 2em;
803
}
875
}
804
 
876
 
805
#footer {
877
#footer {
806
	height: 120px;
878
	height: 120px;
807
	background: transparent url(images/bandeaux/bandeau-bas.png) no-repeat 50% 0;
879
	background: transparent url(images/bandeaux/bandeau-bas.png) no-repeat 50% 0;
808
	clear:both;
880
	clear:both;
809
	width:955px;
881
	width:955px;
810
	margin-left:auto;
882
	margin-left:auto;
811
	margin-right: auto;
883
	margin-right: auto;
812
	background-color: #FFFFFF;
884
	background-color: #FFFFFF;
813
	text-align: center;
885
	text-align: center;
814
	vertical-align: bottom;
886
	vertical-align: bottom;
815
}
887
}
816
 
888
 
817
.liens_bas_page {
889
.liens_bas_page {
818
	padding-top: 85px;
890
	padding-top: 85px;
819
	color: #FF7F00;
891
	color: #FF7F00;
820
	font-weight: bold;
892
	font-weight: bold;
821
}
893
}
822
 
894
 
823
.liens_bas_page a {
895
.liens_bas_page a {
824
	color: #FF7F00;
896
	color: #FF7F00;
825
	margin-left: 4px;
897
	margin-left: 4px;
826
	margin-right: 4px;
898
	margin-right: 4px;
827
	font-size: 1.1em;
899
	font-size: 1.1em;
828
}
900
}
829
 
901
 
830
/**
902
/**
831
 * Primary navigation
903
 * Primary navigation
832
 */
904
 */
833
ul.primary-links {
905
ul.primary-links {
834
  margin: 0;
906
  margin: 0;
835
  margin: -25px 0 0;
907
  margin: -25px 0 0;
836
  padding: 0;
908
  padding: 0;
837
  float: right; /* LTR */
909
  float: right; /* LTR */
838
  position: relative;
910
  position: relative;
839
  z-index: 4;
911
  z-index: 4;
840
  height: 25px;
912
  height: 25px;
841
}
913
}
842
 
914
 
843
ul.primary-links li {	
915
ul.primary-links li {	
844
  padding: 0;
916
  padding: 0;
845
  height: 25px;
917
  height: 25px;
846
  margin-left: 2px;
918
  margin-left: 2px;
847
  float: left; /* LTR */
919
  float: left; /* LTR */
848
  background-image: none;
920
  background-image: none;
849
  -moz-border-radius-topright: 1em; 
921
  -moz-border-radius-topright: 1em; 
850
  -moz-border-radius-topleft: 1em;
922
  -moz-border-radius-topleft: 1em;
851
  border-top-right-radius: 1em; 
923
  border-top-right-radius: 1em; 
852
  border-top-left-radius: 1em;
924
  border-top-left-radius: 1em;
853
}
925
}
854
 
926
 
855
ul.primary-links li.lien_primaire {
927
ul.primary-links li.lien_primaire {
856
	margin-left: 3px;
928
	margin-left: 3px;
857
	margin-top: 0px;
929
	margin-top: 0px;
858
	margin-bottom: 0px;
930
	margin-bottom: 0px;
859
	margin-right: 0px;
931
	margin-right: 0px;
860
	-moz-box-shadow: 3px 0px 0 #aaa;  
932
	-moz-box-shadow: 3px 0px 0 #aaa;  
861
	-webkit-box-shadow: 3px 0px 0 #aaa;  
933
	-webkit-box-shadow: 3px 0px 0 #aaa;  
862
	box-shadow: 3px 0px 0 #aaa;  
934
	box-shadow: 3px 0px 0 #aaa;  
863
}
935
}
864
                
936
                
865
 
937
 
866
li#lien_primaire_1 {
938
li#lien_primaire_1 {
867
	width: 20px;
939
	width: 20px;
868
	background-color : #6C9ED8;	
940
	background-color : #6C9ED8;	
869
}
941
}
870
 
942
 
871
li#lien_primaire_1 a img {
943
li#lien_primaire_1 a img {
872
	padding-top: 2px;
944
	padding-top: 2px;
873
}
945
}
874
	
946
	
875
li#lien_primaire_2 {
947
li#lien_primaire_2 {
876
	background-color : #BF3600;	
948
	background-color : #BF3600;	
877
}
949
}
878
 
950
 
879
li#lien_primaire_3 {
951
li#lien_primaire_3 {
880
	background-color : #9AC343;	
952
	background-color : #9AC343;	
881
}
953
}
882
 
954
 
883
li#lien_primaire_4 {
955
li#lien_primaire_4 {
884
	background-color : #EF7B1D;	
956
	background-color : #EF7B1D;	
885
}
957
}
886
 
958
 
887
ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {
959
ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {
888
  display: block;
960
  display: block;
889
  margin: 0 1em;
961
  margin: 0 1em;
890
  font-weight: bold;
962
  font-weight: bold;
891
  color: #FFFFFF;
963
  color: #FFFFFF;
892
  padding-top: 2px;
964
  padding-top: 2px;
893
}
965
}
894
 
966
 
895
ul.primary-links li a:hover, ul.primary-links li a.active {
967
ul.primary-links li a:hover, ul.primary-links li a.active {
896
  color: #fff;
968
  color: #fff;
897
}
969
}
898
 
970
 
899
ul.primary-links li.active-trail {
971
ul.primary-links li.active-trail {
900
	height:35px;
972
	height:35px;
901
	margin-top:-10px;
973
	margin-top:-10px;
902
}
974
}
903
 
975
 
904
ul.primary-links li.active-trail a {
976
ul.primary-links li.active-trail a {
905
	padding-top: 5px;
977
	padding-top: 5px;
906
}
978
}
907
 
979
 
908
/**
980
/**
909
 * Secondary navigation
981
 * Secondary navigation
910
 */
982
 */
911
ul.secondary-links {
983
ul.secondary-links {
912
  margin: 0;
984
  margin: 0;
913
  padding: 18px 0 0;
985
  padding: 18px 0 0;
914
  float: right; /* LTR */
986
  float: right; /* LTR */
915
  clear: right; /* LTR */
987
  clear: right; /* LTR */
916
  position: relative;
988
  position: relative;
917
  z-index: 4;
989
  z-index: 4;
918
}
990
}
919
 
991
 
920
ul.secondary-links li {
992
ul.secondary-links li {
921
  margin: 0;
993
  margin: 0;
922
  padding: 0;
994
  padding: 0;
923
  float: left; /* LTR */
995
  float: left; /* LTR */
924
  background-image: none;
996
  background-image: none;
925
}
997
}
926
 
998
 
927
ul.secondary-links li a, ul.secondary-links li a:link, ul.secondary-links li a:visited {
999
ul.secondary-links li a, ul.secondary-links li a:link, ul.secondary-links li a:visited {
928
  display: block;
1000
  display: block;
929
  margin: 0 1em;
1001
  margin: 0 1em;
930
  padding: .75em 0 0;
1002
  padding: .75em 0 0;
931
  color: #cde3f1;
1003
  color: #cde3f1;
932
  background: transparent;
1004
  background: transparent;
933
}
1005
}
934
 
1006
 
935
ul.secondary-links li a:hover, ul.secondary-links li a.active {
1007
ul.secondary-links li a:hover, ul.secondary-links li a.active {
936
  color: #cde3f1;
1008
  color: #cde3f1;
937
  background: transparent;
1009
  background: transparent;
938
}
1010
}
939
 
1011
 
940
/**
1012
/**
941
 * Local tasks
1013
 * Local tasks
942
 */
1014
 */
943
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
1015
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
944
  border: 0;
1016
  border: 0;
945
  background: none;
1017
  background: none;
946
  margin: 0;
1018
  margin: 0;
947
  padding: 0;
1019
  padding: 0;
948
}
1020
}
949
 
1021
 
950
#tabs-wrapper {
1022
#tabs-wrapper {
951
  margin: 0 -26px 1em;
1023
  margin: 0 -26px 1em;
952
  padding: 0 26px;
1024
  padding: 0 26px;
953
  border-bottom: 1px solid #e9eff3;
1025
  border-bottom: 1px solid #e9eff3;
954
  position: relative;
1026
  position: relative;
955
}
1027
}
956
ul.primary {
1028
ul.primary {
957
  padding: 0.5em 0 10px;
1029
  padding: 0.5em 0 10px;
958
  float: left; /* LTR */
1030
  float: left; /* LTR */
959
}
1031
}
960
ul.secondary {
1032
ul.secondary {
961
  clear: both;
1033
  clear: both;
962
  text-align: left; /* LTR */
1034
  text-align: left; /* LTR */
963
  border-bottom: 1px solid #e9eff3;
1035
  border-bottom: 1px solid #e9eff3;
964
  margin: -0.2em -26px 1em;
1036
  margin: -0.2em -26px 1em;
965
  padding: 0 26px 0.6em;
1037
  padding: 0 26px 0.6em;
966
}
1038
}
967
h2.with-tabs {
1039
h2.with-tabs {
968
  float: left; /* LTR */
1040
  float: left; /* LTR */
969
  margin: 0 2em 0 0; /* LTR */
1041
  margin: 0 2em 0 0; /* LTR */
970
  padding: 0;
1042
  padding: 0;
971
}
1043
}
972
 
1044
 
973
ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
1045
ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
974
ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
1046
ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
975
  border: 0;
1047
  border: 0;
976
  background: transparent;
1048
  background: transparent;
977
  padding: 4px 1em;
1049
  padding: 4px 1em;
978
  margin: 0 0 0 1px; /* LTR */
1050
  margin: 0 0 0 1px; /* LTR */
979
  height: auto;
1051
  height: auto;
980
  text-decoration: none;
1052
  text-decoration: none;
981
  position: relative;
1053
  position: relative;
982
  top: -1px;
1054
  top: -1px;
983
  display: inline-block;
1055
  display: inline-block;
984
}
1056
}
985
ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover,
1057
ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover,
986
ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {
1058
ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {
987
  background: url(images/bg-tab.png) repeat-x 0 50%;
1059
  background: url(images/bg-tab.png) repeat-x 0 50%;
988
  color: #fff;
1060
  color: #fff;
989
}
1061
}
990
ul.primary li.active a,
1062
ul.primary li.active a,
991
ul.secondary li.active a {
1063
ul.secondary li.active a {
992
  font-weight: bold;
1064
  font-weight: bold;
993
}
1065
}
994
 
1066
 
995
/**
1067
/**
996
 * Nodes & comments
1068
 * Nodes & comments
997
 */
1069
 */
998
.node {
1070
.node {
999
  border-bottom: 1px solid #e9eff3;
1071
  border-bottom: 1px solid #e9eff3;
1000
  margin: 0 0px 1.5em;
1072
  margin: 0 0px 1.5em;
1001
  padding: 1.5em 13px;
1073
  padding: 1.5em 13px;
1002
}
1074
}
1003
 
1075
 
1004
ul.links li, ul.inline li {
1076
ul.links li, ul.inline li {
1005
  margin-left: 0;
1077
  margin-left: 0;
1006
  margin-right: 0;
1078
  margin-right: 0;
1007
  padding-left: 0; /* LTR */
1079
  padding-left: 0; /* LTR */
1008
  padding-right: 1em; /* LTR */
1080
  padding-right: 1em; /* LTR */
1009
  background-image: none;
1081
  background-image: none;
1010
}
1082
}
1011
 
1083
 
1012
.node .links, .comment .links {
1084
.node .links, .comment .links {
1013
  text-align: left; /* LTR */
1085
  text-align: left; /* LTR */
1014
}
1086
}
1015
 
1087
 
1016
.node .links ul.links li, .comment .links ul.links li {}
1088
.node .links ul.links li, .comment .links ul.links li {}
1017
.terms ul.links li {
1089
.terms ul.links li {
1018
  margin-left: 0;
1090
  margin-left: 0;
1019
  margin-right: 0;
1091
  margin-right: 0;
1020
  padding-right: 0;
1092
  padding-right: 0;
1021
  padding-left: 1em;
1093
  padding-left: 1em;
1022
}
1094
}
1023
 
1095
 
1024
.picture, .comment .submitted {
1096
.picture, .comment .submitted {
1025
  float: right; /* LTR */
1097
  float: right; /* LTR */
1026
  clear: right; /* LTR */
1098
  clear: right; /* LTR */
1027
  padding-left: 1em; /* LTR */
1099
  padding-left: 1em; /* LTR */
1028
}
1100
}
1029
 
1101
 
1030
.new {
1102
.new {
1031
  color: #ffae00;
1103
  color: #ffae00;
1032
  font-size: 0.92em;
1104
  font-size: 0.92em;
1033
  font-weight: bold;
1105
  font-weight: bold;
1034
  float: right; /* LTR */
1106
  float: right; /* LTR */
1035
}
1107
}
1036
 
1108
 
1037
.terms {
1109
.terms {
1038
  float: right; /* LTR */
1110
  float: right; /* LTR */
1039
}
1111
}
1040
 
1112
 
1041
.preview .node, .preview .comment, .sticky {
1113
.preview .node, .preview .comment, .sticky {
1042
  margin: 0;
1114
  margin: 0;
1043
  padding: 0.5em 0;
1115
  padding: 0.5em 0;
1044
  border: 0;
1116
  border: 0;
1045
  background: 0;
1117
  background: 0;
1046
}
1118
}
1047
 
1119
 
1048
.sticky {
1120
.sticky {
1049
  padding: 1em;
1121
  padding: 1em;
1050
  background-color: #fff;
1122
  background-color: #fff;
1051
  border: 1px solid #e0e5fb;
1123
  border: 1px solid #e0e5fb;
1052
  margin-bottom: 2em;
1124
  margin-bottom: 2em;
1053
}
1125
}
1054
 
1126
 
1055
#comments {
1127
#comments {
1056
  position: relative;
1128
  position: relative;
1057
  top: -1px;
1129
  top: -1px;
1058
  border-bottom: 1px solid #e9eff3;
1130
  border-bottom: 1px solid #e9eff3;
1059
  margin: -1.5em -25px 0;
1131
  margin: -1.5em -25px 0;
1060
  padding: 0 25px;
1132
  padding: 0 25px;
1061
}
1133
}
1062
 
1134
 
1063
#comments h2.comments {
1135
#comments h2.comments {
1064
  margin: 0 -25px;
1136
  margin: 0 -25px;
1065
  padding: .5em 25px;
1137
  padding: .5em 25px;
1066
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
1138
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
1067
}
1139
}
1068
 
1140
 
1069
.comment {
1141
.comment {
1070
  margin: 0 -25px;
1142
  margin: 0 -25px;
1071
  padding: 1.5em 25px 1.5em;
1143
  padding: 1.5em 25px 1.5em;
1072
  border-top: 1px solid #e9eff3;
1144
  border-top: 1px solid #e9eff3;
1073
}
1145
}
1074
 
1146
 
1075
.indented {
1147
.indented {
1076
  margin-left: 25px; /* LTR */
1148
  margin-left: 25px; /* LTR */
1077
}
1149
}
1078
 
1150
 
1079
.comment h3 a.active {
1151
.comment h3 a.active {
1080
  color: #494949;
1152
  color: #494949;
1081
}
1153
}
1082
 
1154
 
1083
.node .content, .comment .content {
1155
.node .content, .comment .content {
1084
  margin: 0.6em 0;
1156
  margin: 0.6em 0;
1085
}
1157
}
1086
 
1158
 
1087
/**
1159
/**
1088
 * Aggregator.module
1160
 * Aggregator.module
1089
 */
1161
 */
1090
#aggregator {
1162
#aggregator {
1091
  margin-top: 1em;
1163
  margin-top: 1em;
1092
}
1164
}
1093
#aggregator .feed-item-title {
1165
#aggregator .feed-item-title {
1094
  font-size: 160%;
1166
  font-size: 160%;
1095
  line-height: 130%;
1167
  line-height: 130%;
1096
}
1168
}
1097
#aggregator .feed-item {
1169
#aggregator .feed-item {
1098
  border-bottom: 1px solid #e9eff3;
1170
  border-bottom: 1px solid #e9eff3;
1099
  margin: -1.5em -31px 1.75em;
1171
  margin: -1.5em -31px 1.75em;
1100
  padding: 1.5em 31px;
1172
  padding: 1.5em 31px;
1101
}
1173
}
1102
#aggregator .feed-item-categories {
1174
#aggregator .feed-item-categories {
1103
  font-size: 0.92em;
1175
  font-size: 0.92em;
1104
}
1176
}
1105
#aggregator .feed-item-meta {
1177
#aggregator .feed-item-meta {
1106
  font-size: 0.92em;
1178
  font-size: 0.92em;
1107
  color: #898989;
1179
  color: #898989;
1108
}
1180
}
1109
 
1181
 
1110
/**
1182
/**
1111
 * Color.module
1183
 * Color.module
1112
 */
1184
 */
1113
#palette .form-item {
1185
#palette .form-item {
1114
  border: 1px solid #fff;
1186
  border: 1px solid #fff;
1115
}
1187
}
1116
#palette .item-selected {
1188
#palette .item-selected {
1117
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
1189
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
1118
  border: 1px solid #d9eaf5;
1190
  border: 1px solid #d9eaf5;
1119
}
1191
}
1120
 
1192
 
1121
/**
1193
/**
1122
 * Menu.module
1194
 * Menu.module
1123
 */
1195
 */
1124
tr.menu-disabled {
1196
tr.menu-disabled {
1125
  opacity: 0.5;
1197
  opacity: 0.5;
1126
}
1198
}
1127
tr.odd td.menu-disabled {
1199
tr.odd td.menu-disabled {
1128
  background-color: #edf5fa;
1200
  background-color: #edf5fa;
1129
}
1201
}
1130
tr.even td.menu-disabled {
1202
tr.even td.menu-disabled {
1131
  background-color: #fff;
1203
  background-color: #fff;
1132
}
1204
}
1133
 
1205
 
1134
/**
1206
/**
1135
 * Poll.module
1207
 * Poll.module
1136
 */
1208
 */
1137
.poll .bar {
1209
.poll .bar {
1138
  background: #fff url(images/bg-bar-white.png) repeat-x 0 0;
1210
  background: #fff url(images/bg-bar-white.png) repeat-x 0 0;
1139
  border: solid #f0f0f0;
1211
  border: solid #f0f0f0;
1140
  border-width: 0 1px 1px;
1212
  border-width: 0 1px 1px;
1141
}
1213
}
1142
 
1214
 
1143
.poll .bar .foreground {
1215
.poll .bar .foreground {
1144
  background: #71a7cc url(images/bg-bar.png) repeat-x 0 100%;
1216
  background: #71a7cc url(images/bg-bar.png) repeat-x 0 100%;
1145
}
1217
}
1146
 
1218
 
1147
.poll .percent {
1219
.poll .percent {
1148
  font-size: .9em;
1220
  font-size: .9em;
1149
}
1221
}
1150
 
1222
 
1151
/**
1223
/**
1152
 * Autocomplete.
1224
 * Autocomplete.
1153
 */
1225
 */
1154
#autocomplete li {
1226
#autocomplete li {
1155
  cursor: default;
1227
  cursor: default;
1156
  padding: 2px;
1228
  padding: 2px;
1157
  margin: 0;
1229
  margin: 0;
1158
}
1230
}
1159
 
1231
 
1160
/**
1232
/**
1161
 * Collapsible fieldsets
1233
 * Collapsible fieldsets
1162
 */
1234
 */
1163
fieldset {
1235
fieldset {
1164
  margin: 1em 0;
1236
  margin: 1em 0;
1165
  padding: 1em;
1237
  padding: 1em;
1166
  border: 1px solid #d9eaf5;
1238
  border: 1px solid #d9eaf5;
1167
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
1239
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
1168
}
1240
}
1169
 
1241
 
1170
/* Targets IE 7. Fixes background image in field sets. */
1242
/* Targets IE 7. Fixes background image in field sets. */
1171
*:first-child+html fieldset {
1243
*:first-child+html fieldset {
1172
  padding: 0 1em 1em;
1244
  padding: 0 1em 1em;
1173
  background-position: 0 .75em;
1245
  background-position: 0 .75em;
1174
  background-color: transparent;
1246
  background-color: transparent;
1175
}
1247
}
1176
 
1248
 
1177
*:first-child+html fieldset > .description, *:first-child+html fieldset .fieldset-wrapper .description {
1249
*:first-child+html fieldset > .description, *:first-child+html fieldset .fieldset-wrapper .description {
1178
  padding-top: 1em;
1250
  padding-top: 1em;
1179
}
1251
}
1180
 
1252
 
1181
fieldset legend {
1253
fieldset legend {
1182
  /* Fix disappearing legend in FFox */
1254
  /* Fix disappearing legend in FFox */
1183
  display: block;
1255
  display: block;
1184
}
1256
}
1185
 
1257
 
1186
*:first-child+html fieldset legend, *:first-child+html fieldset.collapsed legend {
1258
*:first-child+html fieldset legend, *:first-child+html fieldset.collapsed legend {
1187
  display: inline;
1259
  display: inline;
1188
}
1260
}
1189
 
1261
 
1190
html.js fieldset.collapsed {
1262
html.js fieldset.collapsed {
1191
  background: transparent;
1263
  background: transparent;
1192
  padding-top: 0;
1264
  padding-top: 0;
1193
  padding-bottom: .6em;
1265
  padding-bottom: .6em;
1194
}
1266
}
1195
 
1267
 
1196
html.js fieldset.collapsible legend a {
1268
html.js fieldset.collapsible legend a {
1197
  padding-left: 2em; /* LTR */
1269
  padding-left: 2em; /* LTR */
1198
  background: url(images/menu-expanded.gif) no-repeat 0% 50%; /* LTR */
1270
  background: url(images/menu-expanded.gif) no-repeat 0% 50%; /* LTR */
1199
}
1271
}
1200
 
1272
 
1201
html.js fieldset.collapsed legend a {
1273
html.js fieldset.collapsed legend a {
1202
  background: url(images/menu-collapsed.gif) no-repeat 0% 50%; /* LTR */
1274
  background: url(images/menu-collapsed.gif) no-repeat 0% 50%; /* LTR */
1203
}
1275
}
1204
 
1276
 
1205
/**
1277
/**
1206
 * Syndication icons and block
1278
 * Syndication icons and block
1207
 */
1279
 */
1208
#block-node-0 h2 {
1280
#block-node-0 h2 {
1209
  float: left; /* LTR */
1281
  float: left; /* LTR */
1210
  padding-right: 20px; /* LTR */
1282
  padding-right: 20px; /* LTR */
1211
}
1283
}
1212
 
1284
 
1213
#block-node-0 img, .feed-icon {
1285
#block-node-0 img, .feed-icon {
1214
  float: right; /* LTR */
1286
  float: right; /* LTR */
1215
  padding-top: 4px;
1287
  padding-top: 4px;
1216
}
1288
}
1217
 
1289
 
1218
#block-node-0 .content {
1290
#block-node-0 .content {
1219
  clear: right; /* LTR */
1291
  clear: right; /* LTR */
1220
}
1292
}
1221
 
1293
 
1222
/**
1294
/**
1223
 * Login Block
1295
 * Login Block
1224
 */
1296
 */
1225
#user-login-form {
1297
#user-login-form {
1226
  text-align: center;
1298
  text-align: center;
1227
}
1299
}
1228
#user-login-form ul {
1300
#user-login-form ul {
1229
  text-align: left; /* LTR */
1301
  text-align: left; /* LTR */
1230
}
1302
}
1231
 
1303
 
1232
/**
1304
/**
1233
 * User profiles.
1305
 * User profiles.
1234
 */
1306
 */
1235
.profile {
1307
.profile {
1236
  margin-top: 1.5em;
1308
  margin-top: 1.5em;
1237
}
1309
}
1238
.profile h3 {
1310
.profile h3 {
1239
  border-bottom: 0;
1311
  border-bottom: 0;
1240
  margin-bottom: 1em;
1312
  margin-bottom: 1em;
1241
}
1313
}
1242
.profile dl {
1314
.profile dl {
1243
  margin: 0;
1315
  margin: 0;
1244
}
1316
}
1245
.profile dt {
1317
.profile dt {
1246
  font-weight: normal;
1318
  font-weight: normal;
1247
  color: #898989;
1319
  color: #898989;
1248
  font-size: 0.92em;
1320
  font-size: 0.92em;
1249
  line-height: 1.3em;
1321
  line-height: 1.3em;
1250
  margin-top: 1.4em;
1322
  margin-top: 1.4em;
1251
  margin-bottom: 0.45em;
1323
  margin-bottom: 0.45em;
1252
}
1324
}
1253
.profile dd {
1325
.profile dd {
1254
  margin-bottom: 1.6em;
1326
  margin-bottom: 1.6em;
1255
}
1327
}
1256
 
1328
 
1257
/**
1329
/**
1258
 * Admin Styles
1330
 * Admin Styles
1259
 */
1331
 */
1260
div.admin-panel,
1332
div.admin-panel,
1261
div.admin-panel .description,
1333
div.admin-panel .description,
1262
div.admin-panel .body,
1334
div.admin-panel .body,
1263
div.admin,
1335
div.admin,
1264
div.admin .left,
1336
div.admin .left,
1265
div.admin .right,
1337
div.admin .right,
1266
div.admin .expert-link,
1338
div.admin .expert-link,
1267
div.item-list,
1339
div.item-list,
1268
.menu {
1340
.menu {
1269
  margin: 0;
1341
  margin: 0;
1270
  padding: 0;
1342
  padding: 0;
1271
}
1343
}
1272
 
1344
 
1273
div.admin .left {
1345
div.admin .left {
1274
  float: left; /* LTR */
1346
  float: left; /* LTR */
1275
  width: 48%;
1347
  width: 48%;
1276
}
1348
}
1277
div.admin .right {
1349
div.admin .right {
1278
  float: right; /* LTR */
1350
  float: right; /* LTR */
1279
  width: 48%;
1351
  width: 48%;
1280
}
1352
}
1281
 
1353
 
1282
div.admin-panel {
1354
div.admin-panel {
1283
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
1355
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
1284
  padding: 1em 1em 1.5em;
1356
  padding: 1em 1em 1.5em;
1285
}
1357
}
1286
div.admin-panel .description {
1358
div.admin-panel .description {
1287
  margin-bottom: 1.5em;
1359
  margin-bottom: 1.5em;
1288
}
1360
}
1289
div.admin-panel dl {
1361
div.admin-panel dl {
1290
  margin: 0;
1362
  margin: 0;
1291
}
1363
}
1292
div.admin-panel dd {
1364
div.admin-panel dd {
1293
  color: #898989;
1365
  color: #898989;
1294
  font-size: 0.92em;
1366
  font-size: 0.92em;
1295
  line-height: 1.3em;
1367
  line-height: 1.3em;
1296
  margin-top: -.2em;
1368
  margin-top: -.2em;
1297
  margin-bottom: .65em;
1369
  margin-bottom: .65em;
1298
}
1370
}
1299
 
1371
 
1300
table.system-status-report th {
1372
table.system-status-report th {
1301
  border-color: #d3e7f4;
1373
  border-color: #d3e7f4;
1302
}
1374
}
1303
 
1375
 
1304
#autocomplete li.selected, tr.selected td, tr.selected td.active {
1376
#autocomplete li.selected, tr.selected td, tr.selected td.active {
1305
  background: #027ac6;
1377
  background: #027ac6;
1306
  color: #fff;
1378
  color: #fff;
1307
}
1379
}
1308
 
1380
 
1309
tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
1381
tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
1310
  color: #d3e7f4;
1382
  color: #d3e7f4;
1311
}
1383
}
1312
 
1384
 
1313
tr.taxonomy-term-preview {
1385
tr.taxonomy-term-preview {
1314
  opacity: 0.5;
1386
  opacity: 0.5;
1315
}
1387
}
1316
 
1388
 
1317
tr.taxonomy-term-divider-top {
1389
tr.taxonomy-term-divider-top {
1318
  border-bottom: none;
1390
  border-bottom: none;
1319
}
1391
}
1320
 
1392
 
1321
tr.taxonomy-term-divider-bottom {
1393
tr.taxonomy-term-divider-bottom {
1322
  border-top: 1px dotted #CCC;
1394
  border-top: 1px dotted #CCC;
1323
}
1395
}
1324
 
1396
 
1325
/**
1397
/**
1326
 * CSS support
1398
 * CSS support
1327
 */
1399
 */
1328
 
1400
 
1329
/*******************************************************************
1401
/*******************************************************************
1330
 * Color Module: Don't touch                                       *
1402
 * Color Module: Don't touch                                       *
1331
 *******************************************************************/
1403
 *******************************************************************/
1332
 
1404
 
1333
/**
1405
/**
1334
 * Generic elements.
1406
 * Generic elements.
1335
 */
1407
 */
1336
.messages {
1408
.messages {
1337
  background-color: #fff;
1409
  background-color: #fff;
1338
  border: 1px solid #b8d3e5;
1410
  border: 1px solid #b8d3e5;
1339
}
1411
}
1340
 
1412
 
1341
.preview {
1413
.preview {
1342
  background-color: #fcfce8;
1414
  background-color: #fcfce8;
1343
  border: 1px solid #e5e58f;
1415
  border: 1px solid #e5e58f;
1344
}
1416
}
1345
 
1417
 
1346
div.status {
1418
div.status {
1347
  color: #33a333;
1419
  color: #33a333;
1348
  border-color: #c7f2c8;
1420
  border-color: #c7f2c8;
1349
}
1421
}
1350
 
1422
 
1351
div.error, tr.error {
1423
div.error, tr.error {
1352
  color: #a30000;
1424
  color: #a30000;
1353
  background-color: #FFCCCC;
1425
  background-color: #FFCCCC;
1354
}
1426
}
1355
 
1427
 
1356
.form-item input.error, .form-item textarea.error {
1428
.form-item input.error, .form-item textarea.error {
1357
  border: 1px solid #c52020;
1429
  border: 1px solid #c52020;
1358
  color: #363636;
1430
  color: #363636;
1359
}
1431
}
1360
 
1432
 
1361
/**
1433
/**
1362
 * dblog.module
1434
 * dblog.module
1363
 */
1435
 */
1364
tr.dblog-user {
1436
tr.dblog-user {
1365
  background-color: #fcf9e5;
1437
  background-color: #fcf9e5;
1366
}
1438
}
1367
 
1439
 
1368
tr.dblog-user td.active {
1440
tr.dblog-user td.active {
1369
  background-color: #fbf5cf;
1441
  background-color: #fbf5cf;
1370
}
1442
}
1371
 
1443
 
1372
tr.dblog-content {
1444
tr.dblog-content {
1373
  background-color: #fefefe;
1445
  background-color: #fefefe;
1374
}
1446
}
1375
 
1447
 
1376
tr.dblog-content td.active {
1448
tr.dblog-content td.active {
1377
  background-color: #f5f5f5;
1449
  background-color: #f5f5f5;
1378
}
1450
}
1379
 
1451
 
1380
tr.dblog-warning {
1452
tr.dblog-warning {
1381
  background-color: #fdf5e6;
1453
  background-color: #fdf5e6;
1382
}
1454
}
1383
 
1455
 
1384
tr.dblog-warning td.active {
1456
tr.dblog-warning td.active {
1385
  background-color: #fdf2de;
1457
  background-color: #fdf2de;
1386
}
1458
}
1387
 
1459
 
1388
tr.dblog-error {
1460
tr.dblog-error {
1389
  background-color: #fbe4e4;
1461
  background-color: #fbe4e4;
1390
}
1462
}
1391
 
1463
 
1392
tr.dblog-error td.active {
1464
tr.dblog-error td.active {
1393
  background-color: #fbdbdb;
1465
  background-color: #fbdbdb;
1394
}
1466
}
1395
tr.dblog-page-not-found, tr.dblog-access-denied {
1467
tr.dblog-page-not-found, tr.dblog-access-denied {
1396
  background: #d7ffd7;
1468
  background: #d7ffd7;
1397
}
1469
}
1398
tr.dblog-page-not-found td.active, tr.dblog-access-denied td.active {
1470
tr.dblog-page-not-found td.active, tr.dblog-access-denied td.active {
1399
  background: #c7eec7;
1471
  background: #c7eec7;
1400
}
1472
}
1401
 
1473
 
1402
/**
1474
/**
1403
 * Status report colors.
1475
 * Status report colors.
1404
 */
1476
 */
1405
table.system-status-report tr.error, table.system-status-report tr.error th {
1477
table.system-status-report tr.error, table.system-status-report tr.error th {
1406
  background-color: #fcc;
1478
  background-color: #fcc;
1407
  border-color: #ebb;
1479
  border-color: #ebb;
1408
  color: #200;
1480
  color: #200;
1409
}
1481
}
1410
table.system-status-report tr.warning, table.system-status-report tr.warning th {
1482
table.system-status-report tr.warning, table.system-status-report tr.warning th {
1411
  background-color: #ffd;
1483
  background-color: #ffd;
1412
  border-color: #eeb;
1484
  border-color: #eeb;
1413
}
1485
}
1414
table.system-status-report tr.ok, table.system-status-report tr.ok th {
1486
table.system-status-report tr.ok, table.system-status-report tr.ok th {
1415
  background-color: #dfd;
1487
  background-color: #dfd;
1416
  border-color: #beb;
1488
  border-color: #beb;
1417
}
1489
}