Subversion Repositories Sites.obs-saisons.fr

Rev

Rev 272 | Rev 317 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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