Subversion Repositories Sites.obs-saisons.fr

Rev

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

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