Subversion Repositories Sites.obs-saisons.fr

Rev

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