Subversion Repositories Sites.obs-saisons.fr

Rev

Rev 317 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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