Subversion Repositories Sites.obs-saisons.fr

Rev

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

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