Subversion Repositories Sites.obs-saisons.fr

Rev

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

Rev 208 Rev 211
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
.ods_ou_phenoclim .titre_bloc {
575
.ods_ou_phenoclim .titre_bloc {
576
	background-color: #99CC32;	
576
	background-color: #99CC32;	
577
}
577
}
578
 
578
 
579
.info_utilisateur, .formulaire_identification_ods, .ods_ou_phenoclim {
579
.info_utilisateur, .formulaire_identification_ods, .ods_ou_phenoclim {
580
	
580
	
581
	-webkit-border-radius-topleft: 20px 20px;
581
	-webkit-border-radius-topleft: 20px 20px;
582
	-webkit-border-radius-bottomleft: 20px 20px;
582
	-webkit-border-radius-bottomleft: 20px 20px;
583
	-moz-border-radius-topleft: 20px 20px;
583
	-moz-border-radius-topleft: 20px 20px;
584
	-moz-border-radius-bottomleft: 20px 20px;
584
	-moz-border-radius-bottomleft: 20px 20px;
585
	border-top-left-radius: 20px 20px;
585
	border-top-left-radius: 20px 20px;
586
	border-bottom-left-radius: 20px 20px;
586
	border-bottom-left-radius: 20px 20px;
587
	border: solid 1px;
587
	border: solid 1px;
588
	background-color: #F4F2EB;
588
	background-color: #F4F2EB;
589
    text-align: center;	
589
    text-align: center;	
590
    border-color: #D1C6A8;
590
    border-color: #D1C6A8;
-
 
591
    padding-bottom: 6px;
591
}
592
}
592
 
593
 
593
.info_utilisateur a {
594
.info_utilisateur a {
594
	padding: 10px 10px 10px 25px;
595
	padding: 10px 10px 10px 25px;
595
}
596
}
596
 
597
 
597
#lien_mes_obs {	
598
#lien_mes_obs {	
598
	background: url("images/mes_obs.png") no-repeat scroll 5px 0.75em transparent;
599
	background: url("images/mes_obs.png") no-repeat scroll 5px 0.75em transparent;
599
}
600
}
600
 
601
 
601
#lien_admin {	
602
#lien_admin {	
602
	background: transparent url(images/admin.png) no-repeat 1px 0.7em;
603
	background: transparent url(images/admin.png) no-repeat 1px 0.7em;
603
}
604
}
604
 
605
 
605
#lien_mon_profil {	
606
#lien_mon_profil {	
606
	background: transparent url(images/mon_profil.png) no-repeat 1px 0.7em;
607
	background: transparent url(images/mon_profil.png) no-repeat 1px 0.7em;
607
}
608
}
608
 
609
 
609
#lien_deconnexion {	
610
#lien_deconnexion {	
610
	background: transparent url(images/deconnexion.png) no-repeat 1px 0.7em;
611
	background: transparent url(images/deconnexion.png) no-repeat 1px 0.7em;
611
}
612
}
612
 
613
 
613
.nb_inscrits {
614
.nb_inscrits {
614
	background: transparent url(images/puce-inscrits.png) no-repeat;
615
	background: transparent url(images/puce-inscrits.png) no-repeat;
615
	padding: 5px;
616
	padding: 5px;
616
	padding-left: 30px;	
617
	padding-left: 30px;	
617
	text-align: right;
618
	text-align: right;
618
	font-size: 1.2em;
619
	font-size: 1.2em;
619
}
620
}
620
 
621
 
621
 
622
 
622
/** Bloc de description en haut de la page d'accueil **/
623
/** Bloc de description en haut de la page d'accueil **/
623
#node-2 {
624
#node-2 {
624
	visibility: hidden;
625
	visibility: hidden;
625
	height: 0px;
626
	height: 0px;
626
	padding-bottom : 0px;	
627
	padding-bottom : 0px;	
627
	padding-top : 0px;	
628
	padding-top : 0px;	
628
}
629
}
629
 
630
 
630
#center #block-block-6 {
631
#center #block-block-6 {
631
	border: 2px dashed #D2C7AA;
632
	border: 2px dashed #D2C7AA;
632
	text-align: center;
633
	text-align: center;
633
	margin-left: 0.6em;
634
	margin-left: 0.6em;
634
}
635
}
635
 
636
 
636
#block-block-6 h2 {
637
#block-block-6 h2 {
637
	padding: 0 0 0 0;
638
	padding: 0 0 0 0;
638
	background: none;
639
	background: none;
639
	font-weight: bold;
640
	font-weight: bold;
640
}
641
}
641
 
642
 
642
#block-block-6 p {
643
#block-block-6 p {
643
	color : #546F83;
644
	color : #546F83;
644
	font-weight: normal;
645
	font-weight: normal;
645
	margin: 0;
646
	margin: 0;
646
}
647
}
647
 
648
 
648
/** Bloc des dernières new ods en page d'accueil **/
649
/** Bloc des dernières new ods en page d'accueil **/
649
 
650
 
650
.views-row {
651
.views-row {
651
    clear: both;
652
    clear: both;
652
    padding-top: 20px;
653
    padding-top: 20px;
653
}
654
}
654
 
655
 
655
.views-row .views-field-field-image-fid {
656
.views-row .views-field-field-image-fid {
656
	display: inline;
657
	display: inline;
657
	float: left;
658
	float: left;
658
	padding-top: 8px;
659
	padding-top: 8px;
659
}
660
}
660
 
661
 
661
.views-row .views-field-title {
662
.views-row .views-field-title {
662
	display: inline;
663
	display: inline;
663
	float: left;
664
	float: left;
664
	padding-left: 10px;
665
	padding-left: 10px;
665
	padding-right: 10px;
666
	padding-right: 10px;
666
	font-size: 1.2em;
667
	font-size: 1.2em;
667
}
668
}
668
 
669
 
669
.views-row .views-field-title a {
670
.views-row .views-field-title a {
670
	color: #9AC343;
671
	color: #9AC343;
671
}
672
}
672
 
673
 
673
.views-row .views-field-teaser {
674
.views-row .views-field-teaser {
674
	display: inline;
675
	display: inline;
675
	float: right;
676
	float: right;
676
	width: 420px;
677
	width: 420px;
677
}
678
}
678
 
679
 
679
.derniers_articles .views-row .views-field-teaser {
680
.derniers_articles .views-row .views-field-teaser {
680
	width: 445px;
681
	width: 445px;
681
}
682
}
682
 
683
 
683
#dernieres_obs li a {
684
#dernieres_obs li a {
684
	color: #7D9F31;	
685
	color: #494949;	
685
}
686
}
686
 
687
 
687
.lire_toutes_actus {
688
.lire_toutes_actus {
688
	text-align: right;	
689
	text-align: right;	
689
	float: right;
690
	float: right;
690
	padding-bottom: 15px;
691
	padding-bottom: 15px;
691
}
692
}
692
 
693
 
693
.separation_invisible {
694
.separation_invisible {
694
	visibility: hidden;
695
	visibility: hidden;
695
	clear: both;	
696
	clear: both;	
696
}
697
}
697
 
698
 
698
/** Styles des onglets des dernières actualités **/
699
/** Styles des onglets des dernières actualités **/
699
#onglets  {
700
#onglets  {
700
	margin-right: auto;
701
	margin-right: auto;
701
	position: relative;
702
	position: relative;
702
	bottom: -2px;
703
	bottom: -2px;
703
	z-index: 1;
704
	z-index: 1;
704
	clear:left;
705
	clear:left;
705
}
706
}
706
 
707
 
707
.conteneur_onglets {
708
.conteneur_onglets {
708
	overflow: hidden;
709
	overflow: hidden;
709
	float: left;
710
	float: left;
710
	background: #D1C6AB;
711
	background: #D1C6AB;
711
	position: relative;
712
	position: relative;
712
	width:565px;
713
	width:565px;
713
}
714
}
714
 
715
 
715
.contenu_onglet {
716
.contenu_onglet {
716
	padding: 20px;
717
	padding: 20px;
717
	font-size: 1em;
718
	font-size: 1em;
718
}
719
}
719
 
720
 
720
ul.liste_onglets {
721
ul.liste_onglets {
721
	margin: 0;
722
	margin: 0;
722
	padding: 0;
723
	padding: 0;
723
	float: left;
724
	float: left;
724
	list-style: none;
725
	list-style: none;
725
	height: 32px; /*--Set height of tabs--*/
726
	height: 32px; /*--Set height of tabs--*/
726
}
727
}
727
 
728
 
728
#onglets ul.liste_onglets li {
729
#onglets ul.liste_onglets li {
729
	float: left;
730
	float: left;
730
	margin: 0;
731
	margin: 0;
731
	padding: 0;
732
	padding: 0;
732
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
733
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
733
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
734
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
734
	border-left: none;
735
	border-left: none;
735
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
736
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
736
	margin-right: 3px;
737
	margin-right: 3px;
737
	overflow: hidden;
738
	overflow: hidden;
738
	position: relative;
739
	position: relative;
739
	background: #DFDBD1;
740
	background: #DFDBD1;
740
	list-style-type: none;
741
	list-style-type: none;
741
	-webkit-border-radius-topleft: 10px 10px;
742
	-webkit-border-radius-topleft: 10px 10px;
742
	-webkit-border-radius-topright: 10px 10px;
743
	-webkit-border-radius-topright: 10px 10px;
743
	-moz-border-radius-topleft: 10px 10px;
744
	-moz-border-radius-topleft: 10px 10px;
744
	-moz-border-radius-topright: 10px 10px;
745
	-moz-border-radius-topright: 10px 10px;
745
	border-top-left-radius: 10px 10px;
746
	border-top-left-radius: 10px 10px;
746
	border-top-right-radius: 10px 10px;
747
	border-top-right-radius: 10px 10px;
747
}
748
}
748
 
749
 
749
#onglets ul.liste_onglets li.active {
750
#onglets ul.liste_onglets li.active {
750
	background: #D1C6AB;
751
	background: #D1C6AB;
751
}
752
}
752
 
753
 
753
#onglets ul.liste_onglets li a {
754
#onglets ul.liste_onglets li a {
754
	text-decoration: none;
755
	text-decoration: none;
755
	color: #546F83;
756
	color: #546F83;
756
	display: block;
757
	display: block;
757
	font-size: 1.1em;
758
	font-size: 1.1em;
758
	padding-left: 7px;
759
	padding-left: 7px;
759
	padding-right: 7px;
760
	padding-right: 7px;
760
	outline: none;
761
	outline: none;
761
}
762
}
762
 
763
 
763
 
764
 
764
/* We ensure the sidebars are still clickable using z-index */
765
/* We ensure the sidebars are still clickable using z-index */
765
#wrapper #container .sidebar {
766
#wrapper #container .sidebar {
766
  margin: 60px 0 5em;
767
  margin: 60px 0 5em;
767
  width: 210px;
768
  width: 210px;
768
  float: left;
769
  float: left;
769
  z-index: 2;
770
  z-index: 2;
770
  position: relative;
771
  position: relative;
771
  background-color: #FFFFFF;
772
  background-color: #FFFFFF;
772
}
773
}
773
 
774
 
774
#wrapper #container .sidebar .block {
775
#wrapper #container .sidebar .block {
775
  margin: 0 0 1.5em 0;
776
  margin: 0 0 1.5em 0;
776
}
777
}
777
 
778
 
778
#sidebar-left .block {
779
#sidebar-left .block {
779
  padding: 25px 15px 0 0px;
780
  padding: 25px 15px 0 0px;
780
}
781
}
781
 
782
 
782
#sidebar-right .block {
783
#sidebar-right .block {
783
  padding: 0 0px 0 15px;
784
  padding: 0 0px 0 15px;
784
}
785
}
785
 
786
 
786
.block .content {
787
.block .content {
787
  margin: 0.5em 0;
788
  margin: 0.5em 0;
788
}
789
}
789
 
790
 
790
#sidebar-left .block-region {
791
#sidebar-left .block-region {
791
  margin: 0 15px 0 0px; /* LTR */
792
  margin: 0 15px 0 0px; /* LTR */
792
}
793
}
793
 
794
 
794
#sidebar-right .block-region {
795
#sidebar-right .block-region {
795
  margin: 0 0px 0 15px; /* LTR */
796
  margin: 0 0px 0 15px; /* LTR */
796
}
797
}
797
 
798
 
798
.block-region {
799
.block-region {
799
  padding: 1em;
800
  padding: 1em;
800
  background: transparent;
801
  background: transparent;
801
  border: 2px dashed #b4d7f0;
802
  border: 2px dashed #b4d7f0;
802
  text-align: center;
803
  text-align: center;
803
  font-size: 1.3em;
804
  font-size: 1.3em;
804
}
805
}
805
 
806
 
806
/** Style général applicable à toute les pages **/
807
/** Style général applicable à toute les pages **/
807
.cadre_information {	
808
.cadre_information {	
808
    background: url("images/information.png") no-repeat scroll 5px 12px #DFDBD1;
809
    background: url("images/information.png") no-repeat scroll 5px 12px #DFDBD1;
809
    border: 1px solid #DFDBD1;
810
    border: 1px solid #DFDBD1;
810
    padding: 10px 10px 10px 30px;
811
    padding: 10px 10px 10px 30px;
811
}
812
}
812
 
813
 
813
.bouton {
814
.bouton {
814
	-moz-border-radius: 5px 5px 5px 5px;
815
	-moz-border-radius: 5px 5px 5px 5px;
815
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
816
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
816
	color: #FFFFFF !important;
817
	color: #FFFFFF !important;
817
	cursor: pointer;
818
	cursor: pointer;
818
	display: inline-block;
819
	display: inline-block;
819
	font-weight: bold;
820
	font-weight: bold;
820
	overflow: visible;
821
	overflow: visible;
821
	position: relative;
822
	position: relative;
822
	text-decoration: none !important;
823
	text-decoration: none !important;
823
	width: auto;
824
	width: auto;
824
}
825
}
825
 
826
 
826
.bouton.orange, .bouton.orange:hover {
827
.bouton.orange, .bouton.orange:hover {
827
	background-color: #FF7F00;
828
	background-color: #FF7F00;
828
	border: 1px solid #FF6600;
829
	border: 1px solid #FF6600;
829
}
830
}
830
 
831
 
831
.bouton.vert, .bouton.vert:hover {
832
.bouton.vert, .bouton.vert:hover {
832
	background-color: #9AC343;
833
	background-color: #9AC343;
833
	border: 1px solid #7bb401;
834
	border: 1px solid #7bb401;
834
}
835
}
835
 
836
 
836
.bouton.medium {
837
.bouton.medium {
837
	font-size: 12px;
838
	font-size: 12px;
838
	padding: 6px 14px;
839
	padding: 6px 14px;
839
}
840
}
840
 
841
 
841
.bouton a {
842
.bouton a {
842
	color: #FFFFFF;
843
	color: #FFFFFF;
843
}
844
}
844
 
845
 
845
.bouton a:hover {
846
.bouton a:hover {
846
	color: #333333;
847
	color: #333333;
847
}
848
}
848
 
849
 
849
/* Now we add the backgrounds for the main content shading */
850
/* Now we add the backgrounds for the main content shading */
850
#wrapper #container #center #squeeze {
851
#wrapper #container #center #squeeze {
851
 /** background: #fff url(images/bg-content.png) repeat-x 50% 0;**/
852
 /** background: #fff url(images/bg-content.png) repeat-x 50% 0;**/
852
  position: relative;
853
  position: relative;
853
}
854
}
854
 
855
 
855
#wrapper #container #center .right-corner {
856
#wrapper #container #center .right-corner {
856
 /**  background: transparent url(images/bg-content-right.png) no-repeat 100% 0; **/
857
 /**  background: transparent url(images/bg-content-right.png) no-repeat 100% 0; **/
857
  position: relative;
858
  position: relative;
858
  left: 10px;
859
  left: 10px;
859
}
860
}
860
 
861
 
861
#wrapper #container #center .right-corner .left-corner {
862
#wrapper #container #center .right-corner .left-corner {
862
  padding: 60px 25px 5em 35px;
863
  padding: 60px 25px 5em 35px;
863
 /**  background: transparent url(images/bg-content-left.png) no-repeat 0 0; **/
864
 /**  background: transparent url(images/bg-content-left.png) no-repeat 0 0; **/
864
  margin-left: -10px;
865
  margin-left: -10px;
865
  position: relative;
866
  position: relative;
866
  left: -10px;
867
  left: -10px;
867
  min-height: 400px;
868
  min-height: 400px;
868
}
869
}
869
 
870
 
870
#wrapper #container #footer {
871
#wrapper #container #footer {
871
  float: none;
872
  float: none;
872
  clear: both;
873
  clear: both;
873
  text-align: center;
874
  text-align: center;
874
  margin: 4em 0 -3em;
875
  margin: 4em 0 -3em;
875
  color: #898989;
876
  color: #898989;
876
}
877
}
877
 
878
 
878
#wrapper #container .breadcrumb {
879
#wrapper #container .breadcrumb {
879
  position: absolute;
880
  position: absolute;
880
  top: 15px;
881
  top: 15px;
881
  left: 35px; /* LTR */
882
  left: 35px; /* LTR */
882
  z-index: 3;
883
  z-index: 3;
883
}
884
}
884
 
885
 
885
/**
886
/**
886
 * Header
887
 * Header
887
 */
888
 */
888
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
889
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
889
  color: #fff;
890
  color: #fff;
890
  font-weight: normal;
891
  font-weight: normal;
891
  text-shadow: #1659ac 0px 1px 3px;
892
  text-shadow: #1659ac 0px 1px 3px;
892
  font-size: 1.5em;
893
  font-size: 1.5em;
893
}
894
}
894
 
895
 
895
#header {
896
#header {
896
	height: 180px;
897
	height: 180px;
897
	background-color: #FFFFFF;
898
	background-color: #FFFFFF;
898
	width: 955px;
899
	width: 955px;
899
}
900
}
900
 
901
 
901
.printemps {
902
.printemps {
902
	background: transparent url(images/bandeaux/bandeau-printemps.png) no-repeat 50% 0;	
903
	background: transparent url(images/bandeaux/bandeau-printemps.png) no-repeat 50% 0;	
903
}
904
}
904
 
905
 
905
.ete {
906
.ete {
906
	background: transparent url(images/bandeaux/bandeau-ete.png) no-repeat 50% 0;	
907
	background: transparent url(images/bandeaux/bandeau-ete.png) no-repeat 50% 0;	
907
}
908
}
908
 
909
 
909
.automne {
910
.automne {
910
	background: transparent url(images/bandeaux/bandeau-automne.png) no-repeat 50% 0;	
911
	background: transparent url(images/bandeaux/bandeau-automne.png) no-repeat 50% 0;	
911
}
912
}
912
 
913
 
913
.hiver {
914
.hiver {
914
	background: transparent url(images/bandeaux/bandeau-hiver.png) no-repeat 50% 0;	
915
	background: transparent url(images/bandeaux/bandeau-hiver.png) no-repeat 50% 0;	
915
}
916
}
916
 
917
 
917
#wrapper #container #header h1 a:hover {
918
#wrapper #container #header h1 a:hover {
918
  text-decoration: none;
919
  text-decoration: none;
919
}
920
}
920
 
921
 
921
#wrapper #container .breadcrumb {
922
#wrapper #container .breadcrumb {
922
  font-size: 0.92em;
923
  font-size: 0.92em;
923
}
924
}
924
 
925
 
925
#wrapper #container .breadcrumb, #wrapper #container .breadcrumb a {
926
#wrapper #container .breadcrumb, #wrapper #container .breadcrumb a {
926
  color: #529ad6;
927
  color: #529ad6;
927
}
928
}
928
 
929
 
929
#mission {
930
#mission {
930
  padding: 1em;
931
  padding: 1em;
931
  background-color: #fff;
932
  background-color: #fff;
932
  border: 1px solid #e0e5fb;
933
  border: 1px solid #e0e5fb;
933
  margin-bottom: 2em;
934
  margin-bottom: 2em;
934
}
935
}
935
 
936
 
936
#footer {
937
#footer {
937
	height: 120px;
938
	height: 120px;
938
	background: transparent url(images/bandeaux/bandeau-bas.png) no-repeat 50% 0;
939
	background: transparent url(images/bandeaux/bandeau-bas.png) no-repeat 50% 0;
939
	clear:both;
940
	clear:both;
940
	width:955px;
941
	width:955px;
941
	margin-left:auto;
942
	margin-left:auto;
942
	margin-right: auto;
943
	margin-right: auto;
943
	background-color: #FFFFFF;
944
	background-color: #FFFFFF;
944
	text-align: center;
945
	text-align: center;
945
	vertical-align: bottom;
946
	vertical-align: bottom;
946
}
947
}
947
 
948
 
948
.liens_bas_page {
949
.liens_bas_page {
949
	padding-top: 75px;
950
	padding-top: 75px;
950
	color: #FF7F00;
951
	color: #FF7F00;
951
	font-weight: bold;
952
	font-weight: bold;
952
}
953
}
953
 
954
 
954
.liens_bas_page a {
955
.liens_bas_page a {
955
	color: #FF7F00;
956
	color: #FF7F00;
956
	margin-left: 10px;
957
	margin-left: 10px;
957
	padding : 4px 0 0 20px;
958
	padding : 4px 0 0 20px;
958
	font-size: 1.1em;
959
	font-size: 1.1em;
959
}
960
}
960
 
961
 
961
#lien_aide {
962
#lien_aide {
962
	background : url("images/faq.png") no-repeat scroll 0 2px transparent
963
	background : url("images/faq.png") no-repeat scroll 0 2px transparent
963
}
964
}
964
 
965
 
965
#lien_rss {
966
#lien_rss {
966
	background : url("images/rss.png") no-repeat scroll 0 2px transparent
967
	background : url("images/rss.png") no-repeat scroll 0 2px transparent
967
}
968
}
968
 
969
 
969
#lien_contact {
970
#lien_contact {
970
	background : url("images/contact.png") no-repeat scroll 0 2px transparent
971
	background : url("images/contact.png") no-repeat scroll 0 2px transparent
971
}
972
}
972
 
973
 
973
#lien_CMS {
974
#lien_CMS {
974
	background : url("images/logo_drupal.jpg") no-repeat scroll 0 2px transparent
975
	background : url("images/logo_drupal.jpg") no-repeat scroll 0 2px transparent
975
}
976
}
976
 
977
 
977
/**
978
/**
978
 * Primary navigation
979
 * Primary navigation
979
 */
980
 */
980
ul.primary-links {
981
ul.primary-links {
981
  margin: 0;
982
  margin: 0;
982
  margin: -25px 0 0;
983
  margin: -25px 0 0;
983
  padding: 0;
984
  padding: 0;
984
  float: right; /* LTR */
985
  float: right; /* LTR */
985
  position: relative;
986
  position: relative;
986
  z-index: 4;
987
  z-index: 4;
987
  height: 25px;
988
  height: 25px;
988
}
989
}
989
 
990
 
990
ul.primary-links li {	
991
ul.primary-links li {	
991
  padding: 0;
992
  padding: 0;
992
  height: 25px;
993
  height: 25px;
993
  margin-left: 2px;
994
  margin-left: 2px;
994
  float: left; /* LTR */
995
  float: left; /* LTR */
995
  background-image: none;
996
  background-image: none;
996
  -moz-border-radius-topright: 1em; 
997
  -moz-border-radius-topright: 1em; 
997
  -moz-border-radius-topleft: 1em;
998
  -moz-border-radius-topleft: 1em;
998
  border-top-right-radius: 1em; 
999
  border-top-right-radius: 1em; 
999
  border-top-left-radius: 1em;
1000
  border-top-left-radius: 1em;
1000
}
1001
}
1001
 
1002
 
1002
ul.primary-links li.lien_primaire {
1003
ul.primary-links li.lien_primaire {
1003
	margin-left: 3px;
1004
	margin-left: 3px;
1004
	margin-top: 0px;
1005
	margin-top: 0px;
1005
	margin-bottom: 0px;
1006
	margin-bottom: 0px;
1006
	margin-right: 0px;
1007
	margin-right: 0px;
1007
	-moz-box-shadow: 3px 0px 0 #aaa;  
1008
	-moz-box-shadow: 3px 0px 0 #aaa;  
1008
	-webkit-box-shadow: 3px 0px 0 #aaa;  
1009
	-webkit-box-shadow: 3px 0px 0 #aaa;  
1009
	box-shadow: 3px 0px 0 #aaa;  
1010
	box-shadow: 3px 0px 0 #aaa;  
1010
}
1011
}
1011
                
1012
                
1012
 
1013
 
1013
li#lien_primaire_1 {
1014
li#lien_primaire_1 {
1014
	width: 20px;
1015
	width: 20px;
1015
	background-color : #6C9ED8;	
1016
	background-color : #6C9ED8;	
1016
}
1017
}
1017
 
1018
 
1018
li#lien_primaire_1 a img {
1019
li#lien_primaire_1 a img {
1019
	padding-top: 2px;
1020
	padding-top: 2px;
1020
}
1021
}
1021
	
1022
	
1022
li#lien_primaire_2 {
1023
li#lien_primaire_2 {
1023
	background-color : #BF3600;	
1024
	background-color : #BF3600;	
1024
}
1025
}
1025
 
1026
 
1026
li#lien_primaire_3 {
1027
li#lien_primaire_3 {
1027
	background-color : #9AC343;	
1028
	background-color : #9AC343;	
1028
}
1029
}
1029
 
1030
 
1030
li#lien_primaire_4 {
1031
li#lien_primaire_4 {
1031
	background-color : #EF7B1D;	
1032
	background-color : #EF7B1D;	
1032
}
1033
}
1033
 
1034
 
1034
ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {
1035
ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {
1035
  display: block;
1036
  display: block;
1036
  margin: 0 1em;
1037
  margin: 0 1em;
1037
  font-weight: bold;
1038
  font-weight: bold;
1038
  color: #FFFFFF;
1039
  color: #FFFFFF;
1039
  padding-top: 2px;
1040
  padding-top: 2px;
1040
}
1041
}
1041
 
1042
 
1042
ul.primary-links li a:hover, ul.primary-links li a.active {
1043
ul.primary-links li a:hover, ul.primary-links li a.active {
1043
  color: #fff;
1044
  color: #fff;
1044
}
1045
}
1045
 
1046
 
1046
ul.primary-links li.active-trail {
1047
ul.primary-links li.active-trail {
1047
	height:35px;
1048
	height:35px;
1048
	margin-top:-10px;
1049
	margin-top:-10px;
1049
}
1050
}
1050
 
1051
 
1051
ul.primary-links li.active-trail a {
1052
ul.primary-links li.active-trail a {
1052
	padding-top: 5px;
1053
	padding-top: 5px;
1053
}
1054
}
1054
 
1055
 
1055
/**
1056
/**
1056
 * Secondary navigation
1057
 * Secondary navigation
1057
 */
1058
 */
1058
ul.secondary-links {
1059
ul.secondary-links {
1059
  margin: 0;
1060
  margin: 0;
1060
  padding: 18px 0 0;
1061
  padding: 18px 0 0;
1061
  float: right; /* LTR */
1062
  float: right; /* LTR */
1062
  clear: right; /* LTR */
1063
  clear: right; /* LTR */
1063
  position: relative;
1064
  position: relative;
1064
  z-index: 4;
1065
  z-index: 4;
1065
}
1066
}
1066
 
1067
 
1067
ul.secondary-links li {
1068
ul.secondary-links li {
1068
  margin: 0;
1069
  margin: 0;
1069
  padding: 0;
1070
  padding: 0;
1070
  float: left; /* LTR */
1071
  float: left; /* LTR */
1071
  background-image: none;
1072
  background-image: none;
1072
}
1073
}
1073
 
1074
 
1074
ul.secondary-links li a, ul.secondary-links li a:link, ul.secondary-links li a:visited {
1075
ul.secondary-links li a, ul.secondary-links li a:link, ul.secondary-links li a:visited {
1075
  display: block;
1076
  display: block;
1076
  margin: 0 1em;
1077
  margin: 0 1em;
1077
  padding: .75em 0 0;
1078
  padding: .75em 0 0;
1078
  color: #cde3f1;
1079
  color: #cde3f1;
1079
  background: transparent;
1080
  background: transparent;
1080
}
1081
}
1081
 
1082
 
1082
ul.secondary-links li a:hover, ul.secondary-links li a.active {
1083
ul.secondary-links li a:hover, ul.secondary-links li a.active {
1083
  color: #cde3f1;
1084
  color: #cde3f1;
1084
  background: transparent;
1085
  background: transparent;
1085
}
1086
}
1086
 
1087
 
1087
/**
1088
/**
1088
 * Local tasks
1089
 * Local tasks
1089
 */
1090
 */
1090
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
1091
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
1091
  border: 0;
1092
  border: 0;
1092
  background: none;
1093
  background: none;
1093
  margin: 0;
1094
  margin: 0;
1094
  padding: 0;
1095
  padding: 0;
1095
}
1096
}
1096
 
1097
 
1097
#tabs-wrapper {
1098
#tabs-wrapper {
1098
  border-bottom: 1px solid #e9eff3;
1099
  border-bottom: 1px solid #e9eff3;
1099
  position: relative;
1100
  position: relative;
1100
}
1101
}
1101
ul.primary {
1102
ul.primary {
1102
  padding: 0.5em 0 10px;
1103
  padding: 0.5em 0 10px;
1103
  float: left; /* LTR */
1104
  float: left; /* LTR */
1104
}
1105
}
1105
ul.secondary {
1106
ul.secondary {
1106
  clear: both;
1107
  clear: both;
1107
  text-align: left; /* LTR */
1108
  text-align: left; /* LTR */
1108
  border-bottom: 1px solid #e9eff3;
1109
  border-bottom: 1px solid #e9eff3;
1109
  margin: -0.2em -26px 1em;
1110
  margin: -0.2em -26px 1em;
1110
  padding: 0 26px 0.6em;
1111
  padding: 0 26px 0.6em;
1111
}
1112
}
1112
h2.with-tabs {
1113
h2.with-tabs {
1113
  float: left; /* LTR */
1114
  float: left; /* LTR */
1114
  margin: 0 2em 0 0; /* LTR */
1115
  margin: 0 2em 0 0; /* LTR */
1115
  padding: 0;
1116
  padding: 0;
1116
}
1117
}
1117
 
1118
 
1118
ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
1119
ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
1119
ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
1120
ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
1120
  border: 0;
1121
  border: 0;
1121
  background: transparent;
1122
  background: transparent;
1122
  padding: 4px 1em;
1123
  padding: 4px 1em;
1123
  margin: 0 0 0 1px; /* LTR */
1124
  margin: 0 0 0 1px; /* LTR */
1124
  height: auto;
1125
  height: auto;
1125
  text-decoration: none;
1126
  text-decoration: none;
1126
  position: relative;
1127
  position: relative;
1127
  top: -1px;
1128
  top: -1px;
1128
  display: inline-block;
1129
  display: inline-block;
1129
}
1130
}
1130
ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover,
1131
ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover,
1131
ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {
1132
ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {
1132
  background: url(images/bg-tab.png) repeat-x 0 50%;
1133
  background: url(images/bg-tab.png) repeat-x 0 50%;
1133
  color: #fff;
1134
  color: #fff;
1134
}
1135
}
1135
ul.primary li.active a,
1136
ul.primary li.active a,
1136
ul.secondary li.active a {
1137
ul.secondary li.active a {
1137
  font-weight: bold;
1138
  font-weight: bold;
1138
}
1139
}
1139
 
1140
 
1140
/**
1141
/**
1141
 * Nodes & comments
1142
 * Nodes & comments
1142
 */
1143
 */
1143
.node {
1144
.node {
1144
  border-bottom: 1px solid #e9eff3;
1145
  border-bottom: 1px solid #e9eff3;
1145
  margin: 0 0px 1.5em;
1146
  margin: 0 0px 1.5em;
1146
  padding: 1.5em 13px;
1147
  padding: 1.5em 13px;
1147
}
1148
}
1148
 
1149
 
1149
ul.links li, ul.inline li {
1150
ul.links li, ul.inline li {
1150
  margin-left: 0;
1151
  margin-left: 0;
1151
  margin-right: 0;
1152
  margin-right: 0;
1152
  padding-left: 0; /* LTR */
1153
  padding-left: 0; /* LTR */
1153
  padding-right: 1em; /* LTR */
1154
  padding-right: 1em; /* LTR */
1154
  background-image: none;
1155
  background-image: none;
1155
}
1156
}
1156
 
1157
 
1157
.node .links, .comment .links {
1158
.node .links, .comment .links {
1158
  text-align: left; /* LTR */
1159
  text-align: left; /* LTR */
1159
}
1160
}
1160
 
1161
 
1161
.node .links ul.links li, .comment .links ul.links li {}
1162
.node .links ul.links li, .comment .links ul.links li {}
1162
.terms ul.links li {
1163
.terms ul.links li {
1163
  margin-left: 0;
1164
  margin-left: 0;
1164
  margin-right: 0;
1165
  margin-right: 0;
1165
  padding-right: 0;
1166
  padding-right: 0;
1166
  padding-left: 1em;
1167
  padding-left: 1em;
1167
}
1168
}
1168
 
1169
 
1169
.picture, .comment .submitted {
1170
.picture, .comment .submitted {
1170
  float: right; /* LTR */
1171
  float: right; /* LTR */
1171
  clear: right; /* LTR */
1172
  clear: right; /* LTR */
1172
  padding-left: 1em; /* LTR */
1173
  padding-left: 1em; /* LTR */
1173
}
1174
}
1174
 
1175
 
1175
.new {
1176
.new {
1176
  color: #ffae00;
1177
  color: #ffae00;
1177
  font-size: 0.92em;
1178
  font-size: 0.92em;
1178
  font-weight: bold;
1179
  font-weight: bold;
1179
  float: right; /* LTR */
1180
  float: right; /* LTR */
1180
}
1181
}
1181
 
1182
 
1182
.terms {
1183
.terms {
1183
  float: right; /* LTR */
1184
  float: right; /* LTR */
1184
}
1185
}
1185
 
1186
 
1186
.preview .node, .preview .comment, .sticky {
1187
.preview .node, .preview .comment, .sticky {
1187
  margin: 0;
1188
  margin: 0;
1188
  padding: 0.5em 0;
1189
  padding: 0.5em 0;
1189
  border: 0;
1190
  border: 0;
1190
  background: 0;
1191
  background: 0;
1191
}
1192
}
1192
 
1193
 
1193
.sticky {
1194
.sticky {
1194
  padding: 1em;
1195
  padding: 1em;
1195
  background-color: #fff;
1196
  background-color: #fff;
1196
  border: 1px solid #e0e5fb;
1197
  border: 1px solid #e0e5fb;
1197
  margin-bottom: 2em;
1198
  margin-bottom: 2em;
1198
}
1199
}
1199
 
1200
 
1200
#comments {
1201
#comments {
1201
  position: relative;
1202
  position: relative;
1202
  top: -1px;
1203
  top: -1px;
1203
  border-bottom: 1px solid #e9eff3;
1204
  border-bottom: 1px solid #e9eff3;
1204
  margin: -1.5em -25px 0;
1205
  margin: -1.5em -25px 0;
1205
  padding: 0 25px;
1206
  padding: 0 25px;
1206
}
1207
}
1207
 
1208
 
1208
#comments h2.comments {
1209
#comments h2.comments {
1209
  margin: 0 -25px;
1210
  margin: 0 -25px;
1210
  padding: .5em 25px;
1211
  padding: .5em 25px;
1211
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
1212
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
1212
}
1213
}
1213
 
1214
 
1214
.comment {
1215
.comment {
1215
  margin: 0 -25px;
1216
  margin: 0 -25px;
1216
  padding: 1.5em 25px 1.5em;
1217
  padding: 1.5em 25px 1.5em;
1217
  border-top: 1px solid #e9eff3;
1218
  border-top: 1px solid #e9eff3;
1218
}
1219
}
1219
 
1220
 
1220
.indented {
1221
.indented {
1221
  margin-left: 25px; /* LTR */
1222
  margin-left: 25px; /* LTR */
1222
}
1223
}
1223
 
1224
 
1224
.comment h3 a.active {
1225
.comment h3 a.active {
1225
  color: #494949;
1226
  color: #494949;
1226
}
1227
}
1227
 
1228
 
1228
.node .content, .comment .content {
1229
.node .content, .comment .content {
1229
  margin: 0.6em 0;
1230
  margin: 0.6em 0;
1230
}
1231
}
1231
 
1232
 
1232
/**
1233
/**
1233
 * Aggregator.module
1234
 * Aggregator.module
1234
 */
1235
 */
1235
#aggregator {
1236
#aggregator {
1236
  margin-top: 1em;
1237
  margin-top: 1em;
1237
}
1238
}
1238
#aggregator .feed-item-title {
1239
#aggregator .feed-item-title {
1239
  font-size: 160%;
1240
  font-size: 160%;
1240
  line-height: 130%;
1241
  line-height: 130%;
1241
}
1242
}
1242
#aggregator .feed-item {
1243
#aggregator .feed-item {
1243
  border-bottom: 1px solid #e9eff3;
1244
  border-bottom: 1px solid #e9eff3;
1244
  margin: -1.5em -31px 1.75em;
1245
  margin: -1.5em -31px 1.75em;
1245
  padding: 1.5em 31px;
1246
  padding: 1.5em 31px;
1246
}
1247
}
1247
#aggregator .feed-item-categories {
1248
#aggregator .feed-item-categories {
1248
  font-size: 0.92em;
1249
  font-size: 0.92em;
1249
}
1250
}
1250
#aggregator .feed-item-meta {
1251
#aggregator .feed-item-meta {
1251
  font-size: 0.92em;
1252
  font-size: 0.92em;
1252
  color: #898989;
1253
  color: #898989;
1253
}
1254
}
1254
 
1255
 
1255
/**
1256
/**
1256
 * Color.module
1257
 * Color.module
1257
 */
1258
 */
1258
#palette .form-item {
1259
#palette .form-item {
1259
  border: 1px solid #fff;
1260
  border: 1px solid #fff;
1260
}
1261
}
1261
#palette .item-selected {
1262
#palette .item-selected {
1262
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
1263
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
1263
  border: 1px solid #d9eaf5;
1264
  border: 1px solid #d9eaf5;
1264
}
1265
}
1265
 
1266
 
1266
/**
1267
/**
1267
 * Menu.module
1268
 * Menu.module
1268
 */
1269
 */
1269
tr.menu-disabled {
1270
tr.menu-disabled {
1270
  opacity: 0.5;
1271
  opacity: 0.5;
1271
}
1272
}
1272
tr.odd td.menu-disabled {
1273
tr.odd td.menu-disabled {
1273
  background-color: #edf5fa;
1274
  background-color: #edf5fa;
1274
}
1275
}
1275
tr.even td.menu-disabled {
1276
tr.even td.menu-disabled {
1276
  background-color: #fff;
1277
  background-color: #fff;
1277
}
1278
}
1278
 
1279
 
1279
/**
1280
/**
1280
 * Poll.module
1281
 * Poll.module
1281
 */
1282
 */
1282
.poll .bar {
1283
.poll .bar {
1283
  background: #fff url(images/bg-bar-white.png) repeat-x 0 0;
1284
  background: #fff url(images/bg-bar-white.png) repeat-x 0 0;
1284
  border: solid #f0f0f0;
1285
  border: solid #f0f0f0;
1285
  border-width: 0 1px 1px;
1286
  border-width: 0 1px 1px;
1286
}
1287
}
1287
 
1288
 
1288
.poll .bar .foreground {
1289
.poll .bar .foreground {
1289
  background: #71a7cc url(images/bg-bar.png) repeat-x 0 100%;
1290
  background: #71a7cc url(images/bg-bar.png) repeat-x 0 100%;
1290
}
1291
}
1291
 
1292
 
1292
.poll .percent {
1293
.poll .percent {
1293
  font-size: .9em;
1294
  font-size: .9em;
1294
}
1295
}
1295
 
1296
 
1296
/**
1297
/**
1297
 * Autocomplete.
1298
 * Autocomplete.
1298
 */
1299
 */
1299
#autocomplete li {
1300
#autocomplete li {
1300
  cursor: default;
1301
  cursor: default;
1301
  padding: 2px;
1302
  padding: 2px;
1302
  margin: 0;
1303
  margin: 0;
1303
}
1304
}
1304
 
1305
 
1305
/**
1306
/**
1306
 * Collapsible fieldsets
1307
 * Collapsible fieldsets
1307
 */
1308
 */
1308
fieldset {
1309
fieldset {
1309
  margin: 1em 0;
1310
  margin: 1em 0;
1310
  padding: 1em;
1311
  padding: 1em;
1311
  border: 1px solid #d9eaf5;
1312
  border: 1px solid #d9eaf5;
1312
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
1313
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
1313
}
1314
}
1314
 
1315
 
1315
/* Targets IE 7. Fixes background image in field sets. */
1316
/* Targets IE 7. Fixes background image in field sets. */
1316
*:first-child+html fieldset {
1317
*:first-child+html fieldset {
1317
  padding: 0 1em 1em;
1318
  padding: 0 1em 1em;
1318
  background-position: 0 .75em;
1319
  background-position: 0 .75em;
1319
  background-color: transparent;
1320
  background-color: transparent;
1320
}
1321
}
1321
 
1322
 
1322
*:first-child+html fieldset > .description, *:first-child+html fieldset .fieldset-wrapper .description {
1323
*:first-child+html fieldset > .description, *:first-child+html fieldset .fieldset-wrapper .description {
1323
  padding-top: 1em;
1324
  padding-top: 1em;
1324
}
1325
}
1325
 
1326
 
1326
fieldset legend {
1327
fieldset legend {
1327
  /* Fix disappearing legend in FFox */
1328
  /* Fix disappearing legend in FFox */
1328
  display: block;
1329
  display: block;
1329
}
1330
}
1330
 
1331
 
1331
*:first-child+html fieldset legend, *:first-child+html fieldset.collapsed legend {
1332
*:first-child+html fieldset legend, *:first-child+html fieldset.collapsed legend {
1332
  display: inline;
1333
  display: inline;
1333
}
1334
}
1334
 
1335
 
1335
html.js fieldset.collapsed {
1336
html.js fieldset.collapsed {
1336
  background: transparent;
1337
  background: transparent;
1337
  padding-top: 0;
1338
  padding-top: 0;
1338
  padding-bottom: .6em;
1339
  padding-bottom: .6em;
1339
}
1340
}
1340
 
1341
 
1341
html.js fieldset.collapsible legend a {
1342
html.js fieldset.collapsible legend a {
1342
  padding-left: 2em; /* LTR */
1343
  padding-left: 2em; /* LTR */
1343
  background: url(images/menu-expanded.gif) no-repeat 0% 50%; /* LTR */
1344
  background: url(images/menu-expanded.gif) no-repeat 0% 50%; /* LTR */
1344
}
1345
}
1345
 
1346
 
1346
html.js fieldset.collapsed legend a {
1347
html.js fieldset.collapsed legend a {
1347
  background: url(images/menu-collapsed.gif) no-repeat 0% 50%; /* LTR */
1348
  background: url(images/menu-collapsed.gif) no-repeat 0% 50%; /* LTR */
1348
}
1349
}
1349
 
1350
 
1350
/**
1351
/**
1351
 * Syndication icons and block
1352
 * Syndication icons and block
1352
 */
1353
 */
1353
#block-node-0 h2 {
1354
#block-node-0 h2 {
1354
  float: left; /* LTR */
1355
  float: left; /* LTR */
1355
  padding-right: 20px; /* LTR */
1356
  padding-right: 20px; /* LTR */
1356
}
1357
}
1357
 
1358
 
1358
#block-node-0 img, .feed-icon {
1359
#block-node-0 img, .feed-icon {
1359
  float: right; /* LTR */
1360
  float: right; /* LTR */
1360
  padding-top: 4px;
1361
  padding-top: 4px;
1361
}
1362
}
1362
 
1363
 
1363
#block-node-0 .content {
1364
#block-node-0 .content {
1364
  clear: right; /* LTR */
1365
  clear: right; /* LTR */
1365
}
1366
}
1366
 
1367
 
1367
/**
1368
/**
1368
 * Login Block
1369
 * Login Block
1369
 */
1370
 */
1370
#user-login-form {
1371
#user-login-form {
1371
  text-align: center;
1372
  text-align: center;
1372
}
1373
}
1373
#user-login-form ul {
1374
#user-login-form ul {
1374
  text-align: left; /* LTR */
1375
  text-align: left; /* LTR */
1375
}
1376
}
1376
 
1377
 
1377
/**
1378
/**
1378
 * User profiles.
1379
 * User profiles.
1379
 */
1380
 */
1380
.profile {
1381
.profile {
1381
  margin-top: 1.5em;
1382
  margin-top: 1.5em;
1382
}
1383
}
1383
.profile h3 {
1384
.profile h3 {
1384
  border-bottom: 0;
1385
  border-bottom: 0;
1385
  margin-bottom: 1em;
1386
  margin-bottom: 1em;
1386
}
1387
}
1387
.profile dl {
1388
.profile dl {
1388
  margin: 0;
1389
  margin: 0;
1389
}
1390
}
1390
 
1391
 
1391
.profile dt {
1392
.profile dt {
1392
  font-weight: normal;
1393
  font-weight: normal;
1393
  color: #898989;
1394
  color: #898989;
1394
  font-size: 0.92em;
1395
  font-size: 0.92em;
1395
  line-height: 1.3em;
1396
  line-height: 1.3em;
1396
  margin-top: 1.4em;
1397
  margin-top: 1.4em;
1397
  margin-bottom: 0.45em;
1398
  margin-bottom: 0.45em;
1398
}
1399
}
1399
.profile dd {
1400
.profile dd {
1400
  margin-bottom: 1.6em;
1401
  margin-bottom: 1.6em;
1401
}
1402
}
1402
 
1403
 
1403
form fieldset {
1404
form fieldset {
1404
	margin-top: 35px;	
1405
	margin-top: 35px;	
1405
}
1406
}
1406
 
1407
 
1407
/**
1408
/**
1408
 * Admin Styles
1409
 * Admin Styles
1409
 */
1410
 */
1410
div.admin-panel,
1411
div.admin-panel,
1411
div.admin-panel .description,
1412
div.admin-panel .description,
1412
div.admin-panel .body,
1413
div.admin-panel .body,
1413
div.admin,
1414
div.admin,
1414
div.admin .left,
1415
div.admin .left,
1415
div.admin .right,
1416
div.admin .right,
1416
div.admin .expert-link,
1417
div.admin .expert-link,
1417
div.item-list,
1418
div.item-list,
1418
.menu {
1419
.menu {
1419
  margin: 0;
1420
  margin: 0;
1420
  padding: 0;
1421
  padding: 0;
1421
}
1422
}
1422
 
1423
 
1423
div.admin .left {
1424
div.admin .left {
1424
  float: left; /* LTR */
1425
  float: left; /* LTR */
1425
  width: 48%;
1426
  width: 48%;
1426
}
1427
}
1427
div.admin .right {
1428
div.admin .right {
1428
  float: right; /* LTR */
1429
  float: right; /* LTR */
1429
  width: 48%;
1430
  width: 48%;
1430
}
1431
}
1431
 
1432
 
1432
div.admin-panel {
1433
div.admin-panel {
1433
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
1434
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
1434
  padding: 1em 1em 1.5em;
1435
  padding: 1em 1em 1.5em;
1435
}
1436
}
1436
div.admin-panel .description {
1437
div.admin-panel .description {
1437
  margin-bottom: 1.5em;
1438
  margin-bottom: 1.5em;
1438
}
1439
}
1439
div.admin-panel dl {
1440
div.admin-panel dl {
1440
  margin: 0;
1441
  margin: 0;
1441
}
1442
}
1442
div.admin-panel dd {
1443
div.admin-panel dd {
1443
  color: #898989;
1444
  color: #898989;
1444
  font-size: 0.92em;
1445
  font-size: 0.92em;
1445
  line-height: 1.3em;
1446
  line-height: 1.3em;
1446
  margin-top: -.2em;
1447
  margin-top: -.2em;
1447
  margin-bottom: .65em;
1448
  margin-bottom: .65em;
1448
}
1449
}
1449
 
1450
 
1450
table.system-status-report th {
1451
table.system-status-report th {
1451
  border-color: #d3e7f4;
1452
  border-color: #d3e7f4;
1452
}
1453
}
1453
 
1454
 
1454
#autocomplete li.selected, tr.selected td, tr.selected td.active {
1455
#autocomplete li.selected, tr.selected td, tr.selected td.active {
1455
  background: #027ac6;
1456
  background: #027ac6;
1456
  color: #fff;
1457
  color: #fff;
1457
}
1458
}
1458
 
1459
 
1459
tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
1460
tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
1460
  color: #d3e7f4;
1461
  color: #d3e7f4;
1461
}
1462
}
1462
 
1463
 
1463
tr.taxonomy-term-preview {
1464
tr.taxonomy-term-preview {
1464
  opacity: 0.5;
1465
  opacity: 0.5;
1465
}
1466
}
1466
 
1467
 
1467
tr.taxonomy-term-divider-top {
1468
tr.taxonomy-term-divider-top {
1468
  border-bottom: none;
1469
  border-bottom: none;
1469
}
1470
}
1470
 
1471
 
1471
tr.taxonomy-term-divider-bottom {
1472
tr.taxonomy-term-divider-bottom {
1472
  border-top: 1px dotted #CCC;
1473
  border-top: 1px dotted #CCC;
1473
}
1474
}
1474
 
1475
 
1475
/**
1476
/**
1476
 * CSS support
1477
 * CSS support
1477
 */
1478
 */
1478
 
1479
 
1479
/*******************************************************************
1480
/*******************************************************************
1480
 * Color Module: Don't touch                                       *
1481
 * Color Module: Don't touch                                       *
1481
 *******************************************************************/
1482
 *******************************************************************/
1482
 
1483
 
1483
/**
1484
/**
1484
 * Generic elements.
1485
 * Generic elements.
1485
 */
1486
 */
1486
.messages {
1487
.messages {
1487
  background-color: #fff;
1488
  background-color: #fff;
1488
  border: 1px solid #b8d3e5;
1489
  border: 1px solid #b8d3e5;
1489
}
1490
}
1490
 
1491
 
1491
.preview {
1492
.preview {
1492
  background-color: #fcfce8;
1493
  background-color: #fcfce8;
1493
  border: 1px solid #e5e58f;
1494
  border: 1px solid #e5e58f;
1494
}
1495
}
1495
 
1496
 
1496
div.status {
1497
div.status {
1497
  color: #33a333;
1498
  color: #33a333;
1498
  border-color: #c7f2c8;
1499
  border-color: #c7f2c8;
1499
}
1500
}
1500
 
1501
 
1501
div.error, tr.error {
1502
div.error, tr.error {
1502
  color: #a30000;
1503
  color: #a30000;
1503
  background-color: #FFCCCC;
1504
  background-color: #FFCCCC;
1504
}
1505
}
1505
 
1506
 
1506
.form-item input.error, .form-item textarea.error {
1507
.form-item input.error, .form-item textarea.error {
1507
  border: 1px solid #c52020;
1508
  border: 1px solid #c52020;
1508
  color: #363636;
1509
  color: #363636;
1509
}
1510
}
1510
 
1511
 
1511
/**
1512
/**
1512
 * dblog.module
1513
 * dblog.module
1513
 */
1514
 */
1514
tr.dblog-user {
1515
tr.dblog-user {
1515
  background-color: #fcf9e5;
1516
  background-color: #fcf9e5;
1516
}
1517
}
1517
 
1518
 
1518
tr.dblog-user td.active {
1519
tr.dblog-user td.active {
1519
  background-color: #fbf5cf;
1520
  background-color: #fbf5cf;
1520
}
1521
}
1521
 
1522
 
1522
tr.dblog-content {
1523
tr.dblog-content {
1523
  background-color: #fefefe;
1524
  background-color: #fefefe;
1524
}
1525
}
1525
 
1526
 
1526
tr.dblog-content td.active {
1527
tr.dblog-content td.active {
1527
  background-color: #f5f5f5;
1528
  background-color: #f5f5f5;
1528
}
1529
}
1529
 
1530
 
1530
tr.dblog-warning {
1531
tr.dblog-warning {
1531
  background-color: #fdf5e6;
1532
  background-color: #fdf5e6;
1532
}
1533
}
1533
 
1534
 
1534
tr.dblog-warning td.active {
1535
tr.dblog-warning td.active {
1535
  background-color: #fdf2de;
1536
  background-color: #fdf2de;
1536
}
1537
}
1537
 
1538
 
1538
tr.dblog-error {
1539
tr.dblog-error {
1539
  background-color: #fbe4e4;
1540
  background-color: #fbe4e4;
1540
}
1541
}
1541
 
1542
 
1542
tr.dblog-error td.active {
1543
tr.dblog-error td.active {
1543
  background-color: #fbdbdb;
1544
  background-color: #fbdbdb;
1544
}
1545
}
1545
tr.dblog-page-not-found, tr.dblog-access-denied {
1546
tr.dblog-page-not-found, tr.dblog-access-denied {
1546
  background: #d7ffd7;
1547
  background: #d7ffd7;
1547
}
1548
}
1548
tr.dblog-page-not-found td.active, tr.dblog-access-denied td.active {
1549
tr.dblog-page-not-found td.active, tr.dblog-access-denied td.active {
1549
  background: #c7eec7;
1550
  background: #c7eec7;
1550
}
1551
}
1551
 
1552
 
1552
/**
1553
/**
1553
 * Status report colors.
1554
 * Status report colors.
1554
 */
1555
 */
1555
table.system-status-report tr.error, table.system-status-report tr.error th {
1556
table.system-status-report tr.error, table.system-status-report tr.error th {
1556
  background-color: #fcc;
1557
  background-color: #fcc;
1557
  border-color: #ebb;
1558
  border-color: #ebb;
1558
  color: #200;
1559
  color: #200;
1559
}
1560
}
1560
table.system-status-report tr.warning, table.system-status-report tr.warning th {
1561
table.system-status-report tr.warning, table.system-status-report tr.warning th {
1561
  background-color: #ffd;
1562
  background-color: #ffd;
1562
  border-color: #eeb;
1563
  border-color: #eeb;
1563
}
1564
}
1564
table.system-status-report tr.ok, table.system-status-report tr.ok th {
1565
table.system-status-report tr.ok, table.system-status-report tr.ok th {
1565
  background-color: #dfd;
1566
  background-color: #dfd;
1566
  border-color: #beb;
1567
  border-color: #beb;
1567
}
1568
}