Subversion Repositories Sites.obs-saisons.fr

Rev

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

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