Subversion Repositories Sites.obs-saisons.fr

Rev

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

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