Subversion Repositories Sites.tela-botanica.org

Rev

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

Rev Author Line No. Line
851 gduche 1
/* STYLE COMMUN */ /* D�finition des polices exotiques */
2
/* Helveticaneue est utilis�e pour les grands textes d�coratifs (ex:mots cl�s).
3
  Pour windows, elle est remplac�e par la police Helveticaneue2 */
844 gduche 4
@font-face {
5
	font-family:Helveticaneue;
6
	src:url('/commun/polices/helvetica_light.ttf');
7
}
8
@font-face {
9
	font-family:Helveticaneue2;
10
	src:url('/commun/polices/helvetica_light.eot');
11
}
12
/*+-----------------------------------------------------------------------------------------------------------------+*/
851 gduche 13
/* Red�finition des styles par d�faut des balises */
844 gduche 14
body {
15
	margin:0;
16
	padding:0;
17
	font-family:arial;
18
	font-weight:normal;
19
	font-size:12px;
20
	color:#222222;
21
}
22
img, form, td, div, a, h1, h2 {
23
	padding:0;
24
	border:0;
25
	text-decoration:none;
26
}
27
ul, form, li, td, div, a {
28
	margin:0;
29
}
30
h1, h2, h3, h4 {
31
	font-weight:bold;
32
	letter-spacing:0;
33
}
34
h1 {
35
	padding:0 0 0 25px;
36
	margin:20px 0 10px 0;
37
	font-size:15px;
38
	text-transform:uppercase;
39
	color:#fd8c13;
40
}
41
h2 {
42
	margin:20px 0 12px 0;
43
	font-size:13px;
44
	text-transform:uppercase;
45
	color:#FD8C13;
46
}
47
h3 {
48
	margin:20px 0 12px;
49
	font-size:14px;
50
	color:#454341;
51
}
52
h4 {
53
	margin:2px 2px 2px 0;
54
	font-size:11px;
55
	font-weight:normal;
56
	color:#AAAAAA;
57
}
58
h1 a, h2 a, h3 a, h4 a {
59
	color:inherit;
60
	border-bottom: dotted 1px;
61
}
62
h3 a {
63
	border-color:#CCCCCC;
64
}
65
p {
66
	font-size:12px;
67
	line-height:18px;
68
	text-align:justify;
69
}
70
strong, b {
71
	font-weight:bold;
72
}
73
hr {
74
	border:0;
75
	border-bottom:1px dotted #C2C0AD;
76
}
851 gduche 77
/* Pr�sentation des listes de d�finitions */
844 gduche 78
dl {
79
	width:100%;
80
}
81
dt {
82
	float:left;
83
	font-weight:bold;
84
	text-align:top left;
85
	margin-right:0.3em;
86
}
87
dt:after {	/* Remplace la classe ajout_2points  */
88
	content:" :";
89
}
90
dd {
91
	width:auto;
92
	margin:0.5em 0;
93
}
94
/*+-----------------------------------------------------------------------------------------------------------------+*/
95
/* Liens */
96
a {
97
	color:#598000;
98
	border-bottom:1px dotted #95ae5d;
99
}
100
a:hover {
101
	color:#FD8C13;
102
	border-bottom:1px dotted #95ae5d;
103
}
851 gduche 104
 
105
/* TODO : voir comment changer les classes ci-dessous en automatique (RegExp) */
844 gduche 106
a.lien-ext:after {
107
	content:" "url(/sites/commun/generique/images/icones/fleche_externe.png);
108
}
109
a.pdf:before {
110
	content:url(/sites/commun/generique/icones/fichier_pdf.png)" ";
111
}
851 gduche 112
a[href ^="mailto:"]:after  {/* ATTENTION : ajout d'un espace entre href et ^ pour compatibilit� Konqueror */
844 gduche 113
	content:" "url(/sites/commun/generique/images/icones/mail.png);
114
}
115
/*+-----------------------------------------------------------------------------------------------------------------+*/
116
/* Classes & couleurs */
117
.icone-erable {
118
	display:inline-block;
119
	line-height:30px;
120
	padding-left:30px;
121
	background:url("/sites/commun/generique/images/graphisme/icone_erable_blanc_vert.png") no-repeat scroll 0 center transparent;
122
}
123
.nodisplay {
124
	display:none;
125
}
126
.hidden {
127
	visibility:hidden;
128
}
129
.spacer125 {
130
	width:125px;
131
	float:left;
132
}
851 gduche 133
 
874 gduche 134
.sous-titre {
135
	font-size:11px;
136
	font-weight:normal;
137
	color:#AAAAAA;
878 gduche 138
	margin:0
874 gduche 139
}
140
 
851 gduche 141
/* Classes d'importance */
142
 
143
/* Mise en colonnes */
144
.importance1 {
145
	margin:0 10px 20px 0;
146
	background-color:#eaedcd;
147
	padding:8px;
870 gduche 148
	font-family:arial;
149
	font-size:11px;
150
	color:#3a3633;
851 gduche 151
	border-radius:10px;
152
	-moz-border-radius:10px;
153
	-webkit-border-radius:10px;
154
	box-shadow:7px 7px 11px #555;
155
	-moz-box-shadow:2px 2px 5px #aaa;
156
	-webkit-box-shadow:7px 7px 11px #aaa;
844 gduche 157
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4);/* pour ie8 */
158
	zoom:1;/* pour ie8 */
159
}
858 gduche 160
 
870 gduche 161
.importance1 input, .importance1 select {
162
	font-family:arial;
163
	font-size:11px;
164
	background-color:#fff;
165
	border:dotted 1px #7b9c35;
166
	color:#3a3633;
167
	margin-bottom:7px;
168
}
169
 
858 gduche 170
.importance1 .row .gauche	{
171
	width:45%;
172
	padding-left:4%;
173
}
174
 
868 gduche 175
.importance1 .row .gauche:first-child {
858 gduche 176
    border-right:dotted 1px #AAAAAA
177
}
178
 
179
.importance2 {
180
		margin-bottom:10px;
181
		padding:20px;
182
		border-radius:10px;
183
		-moz-border-radius:10px;
184
		-webkit-border-radius:10px;
185
		box-shadow:7px 7px 11px #555;
186
		-moz-box-shadow:2px 2px 9px #aaa;
187
		-webkit-box-shadow:7px 7px 11px #aaa;
188
		filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4 );/* pour ie8 */
189
		zoom:1;/* pour ie8 */
190
	}
191
 
862 gduche 192
.importance3 {
193
		margin-bottom:10px;
194
		padding:20px;
195
		border-radius:10px;
196
		-moz-border-radius:10px;
197
		-webkit-border-radius:10px;
198
		zoom:1;/* pour ie8 */
199
	}
863 gduche 200
 
201
.importance4 {
202
		margin-bottom:10px;
203
		padding:20px;
204
		background-color:#fff;
205
		border:1px solid #fff;
206
		border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;
207
		box-shadow:7px 7px 11px #555;-moz-box-shadow:2px 2px 9px #aaa;-webkit-box-shadow:7px 7px 11px #aaa;
208
		filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4 );/* pour ie8 */
209
		zoom:1;/* pour ie8 */
210
	}
211
 
212
 
213
.importance3 h1,.importance4 h1 {
214
	margin:0 0 10px 0;
215
}
862 gduche 216
 
851 gduche 217
 
218
/* Flottant */
219
.gauche {
220
	float:left;
844 gduche 221
}
851 gduche 222
 
223
.droite {
224
	float:right;
844 gduche 225
}
851 gduche 226
 
227
	/* Obsolètes à supprimer */
228
	.cadreRondVert {
229
		width:685px;
230
		float:left;
231
		margin-bottom:20px;
232
		background-color:#eaedcd;
233
		border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;
234
		box-shadow:7px 7px 11px #555;-moz-box-shadow:2px 2px 5px #aaa;-webkit-box-shadow:7px 7px 11px #aaa;
235
		filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4);/* pour ie8 */
236
		zoom:1;/* pour ie8 */
237
		padding:8px;
238
	}
239
 
240
	.cadreRondGris {
241
		width:685px;
242
		float:left;
243
		margin-top:20px;
244
		background-color:#e5e4d4;
245
		border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;
246
		box-shadow:7px 7px 11px #555;-moz-box-shadow:2px 2px 5px #aaa;-webkit-box-shadow:7px 7px 11px #aaa;
247
		filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4);/* pour ie8 */
248
		zoom:1;/* pour ie8 */
249
		padding:8px;
250
	}
251
 
252
	.cadreInvisible {
253
		float:left;
254
		margin-left:10px;
255
		margin-top:10px;
256
	}
257
	.cadreInvisible h1 {
258
		margin:0 0 10px 0;
259
	}
260
	.cadreRondOmbre {
261
		float:left;
262
		margin-bottom:10px;
263
		padding:20px;
264
		background-color:#fff;
265
		border:1px solid #fff;
266
		border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;
267
		box-shadow:7px 7px 11px #555;-moz-box-shadow:2px 2px 9px #aaa;-webkit-box-shadow:7px 7px 11px #aaa;
268
		filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4 );/* pour ie8 */
269
		zoom:1;/* pour ie8 */
270
	}
271
	.filetRouge {
272
		border:solid 1px red;
273
	}
274
 
275
		/* Cadre rond gris :mise en page */
276
	.cadreRondGris .colonneGauche,.cadreRondVert .colonneGauche {
277
		width:320px;
278
		padding:20px;
279
		border-right:1px dotted #959486;
280
		float:left;
281
	}
282
	.cadreRondGris .colonneDroite,.cadreRondVert .colonneDroite {
283
		width:284px;
284
		float:left;
285
		padding:18px;
286
	}
287
 
288
	.cadreRondVert h1 {
289
		margin:0 0 10px 0;
290
	}
291
 
292
	.cadreRondGris h1 {
293
		margin:0 0 10px 0;
294
	}
295
 
296
	.cadreRondGris h3 {
297
		margin:0;
298
	}
299
 
844 gduche 300
.floatLeft {
301
	float:left;
302
}
303
.notext {
304
	display:none;
305
	left:-5000px;
306
	top:-5000px;
307
	text-indent:-5000px;
308
}
309
.petitcarre {
310
	padding-left:15px;
311
	background:url(../images/petitCarre.jpg) no-repeat 5px 4px;
312
}
313
.troiscarre {
314
	padding-left:30px;
315
	background:url(../images/troisCarre.png) no-repeat 5px 5px;
316
}
317
#contenu .puceFleche, #zone_contenu_corps .puceFleche, .puceFleche {
318
	padding:10px 0 0 30px;
319
	background:url(/sites/commun/generique/images/traitTela.jpg) no-repeat 0 6px;
320
}
321
 
870 gduche 322
 
323
 
324
 
325
 
844 gduche 326
.ok {
327
	font-family:arial;
328
	font-size:11px;
329
	font-weight:bold;
330
	background-color:#fff;
331
	border:dotted 1px #7b9c35;
332
	color:#fd8c13;
333
	margin-left:242px;
334
	font-variant:small-caps;
335
}
336
.clear,.nettoyage {
337
	clear:both;
338
}
851 gduche 339
 
844 gduche 340
/* Taille des cadres */
341
.demi {
342
	width:50%;
343
}
344
.tiers {
345
	width:33%
346
 
347
}
348
.deux-tiers {
349
	width:66%;
350
}
351
.plein {
352
	width:620px;
353
}
354
/* Typographies */
355
.orange {
356
	color:#fd8c13;
357
	font-family:arial;
358
}
359
p.orange {
360
	line-height:12px;
361
}
362
.blanc {
363
	color:#fff;
364
}
365
p.blanc {
366
	font-size:11px;
367
	line-height:12px;
368
}
369
.vertpetit {
370
	color:#598000;
371
	font-family:arial;
372
	font-size:11px;
373
	font-weight:bold;
374
}
375
.grispetit {
376
	color:#3a3633;
377
	font-family:arial;
378
	font-size:11px;
379
	font-weight:bold;
380
}
381
.gris {
382
	color:#3a3633;
383
	font-family:arial;
384
	font-size:12px;
385
}
386
.overflow-hidden {
387
	overflow:hidden;
388
}
389
#zone_contenu_corps h2 a, #zone_contenu_corps h1 a, #contenu h2 a, #contenu h1 a {
390
	color:#FD8C13;
391
}
392
.boutonJaune {
393
	background:url(/sites/commun/generique/images/telaBlancJaune.png) no-repeat #ECCB12;
394
	padding:4px 10px 4px 30px;
395
	border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;
396
	color:#6C6865;
397
	font-family:helveticaneue;
398
	font-size:15px;
399
	border:none
400
}
401
#zone_contenu_corps h1, #contenu h1 {
402
	background:url(../images/troisCarre.png) no-repeat 0 5px;
403
}
404
/*+-----------------------------------------------------------------------------------------------------------------+*/
851 gduche 405
/* Tableau :encadr� */
870 gduche 406
/* Ancien table_cadre */
407
table {
844 gduche 408
	border:1px solid #9ac342;
409
	border-collapse:collapse;
410
}
870 gduche 411
table thead, table tfoot {
844 gduche 412
	background-color:#EEE;
413
	border:1px solid #9ac342;
414
}
870 gduche 415
 
416
table tbody {
844 gduche 417
	background-color:#FFF;
418
	border:1px solid #9ac342;
419
}
870 gduche 420
 
421
table th {
844 gduche 422
	font-family:monospace;
423
	border:1px dotted #9ac342;
424
	padding:5px;
425
	background-color:#EEE;
426
}
870 gduche 427
 
428
table td {
844 gduche 429
	font-family:arial;
430
	border:1px dotted #9ac342;
431
	padding:5px;
432
	text-align:left;
433
}
870 gduche 434
 
435
table caption {
844 gduche 436
	font-family:sans-serif;
437
}
870 gduche 438
 
439
table th[title]:after {
844 gduche 440
	content:" "url(/sites/commun/generique/images/icones/aide.png);
441
}
870 gduche 442
 
844 gduche 443
/*+-----------------------------------------------------------------------------------------------------------------+*/
444
/* D2fintion des styles de l'applette syndication */
445
.contenu_RSS h3 {
446
	margin:0;
447
	font-size:12px;
448
}
449
.contenu_RSS h4 {
450
	font-size:11px;
451
	font-weight:normal;
452
}
453
#contenu h2:before, #zone_contenu_corps h2:before {
454
	content:"> ";
455
}
456
#zone_contenu_corps .traitTela li {
457
	list-style:none;
458
	padding:10px 0 0 30px;
459
	background:url(/sites/commun/generique/images/traitTela.jpg) no-repeat 0 6px;
460
	font-family:arial;
461
	font-size:11px;
462
	font-weight:bold;
463
}
464
.traitTela li a {
465
	font-family:arial;
466
	font-size:11px;
467
	font-weight:bold;
468
}
469
/* Ombres */
470
.ombre2 {
471
	box-shadow:7px 7px 11px #555;-moz-box-shadow:4px 4px 7px #aaa;-webkit-box-shadow:7px 7px 11px #aaa;
472
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4);/* pour ie8 */
473
}
474
/*+-----------------------------------------------------------------------------------------------------------------+*/
475
/* Arrondis */
476
.arrondi7 {
477
	-moz-border-radius:7px;
478
	-webkit-border-radius:7px;
479
	border-radius:7px;
480
}
481
.arrondi30 {
482
	-moz-border-radius:30px;
483
	-webkit-border-radius:30px;
484
	border-radius:30px;
485
}
486
/*+-----------------------------------------------------------------------------------------------------------------+*/
851 gduche 487
/* Menu sup�rieur */
488
/* TODO :mettre les petits carr�s � la bonne place */
844 gduche 489
#zone-menu-haut {
490
	position:absolute;
491
	top:0;
492
	width:880px;
493
	height:12px;
494
	margin:8px auto 0 0;
495
	text-align:center;
496
	font-family:arial;
497
	font-size:12px;
498
	color:#3a3633;
499
}
500
#zone-menu-haut ul {
501
	list-style-image:url(../images/petitCarre.jpg);
502
}
503
#zone-menu-haut ul li {
504
	float:left;
505
}
506
#zone-visiteur ul {
507
	padding:0;
508
}
509
#zone-visiteur li {
510
	text-align:left;
511
	display:block;
512
	width:130px;
513
	padding-left:10px;
514
	background:url(../images/petitCarre.jpg) no-repeat left center;
515
}
516
#zone-acces-rapide {
517
	float:right;
518
}
519
#zone-menu-haut #seconnecter {
520
	margin:0;
521
	padding-left:10px;
522
}
523
#zone-menu-haut #don {
524
	width:110px;
525
	margin:0;
526
}
527
#zone-menu-haut #lettre {
528
	width:120px;
529
	margin:0;
530
}
531
#zone-menu-haut #recherche, .drapeau{
532
list-style:none;
533
}
534
#zone-menu-haut #recherche {
535
	width:185px;
536
	padding-left:5px;
537
	text-align:left;
538
}
539
#zone-menu-haut #recherche fieldset {
540
	width:185px;
541
	padding:0;
542
	border-style:none;
543
}
544
#zone-menu-haut #recherche input {
545
	height:13px;
546
	width:150px;
547
	font-size:12px;
548
	margin:-15px 0 0 -2px;
549
}
550
#zone-menu-haut #recherche legend, #recherche label {
551
	display:none;
552
}
553
#zone-menu-haut #recherche #more_ok {
554
	width:25px;
555
	height:20px;
556
}
557
#zone-menu-haut .drapeau {
558
	width:15px;
559
	margin-left:10px;
560
}
561
#zone-menu-haut a {
562
	font-family:arial;
563
	font-size:12px;
564
}
565
#zone-menu-haut a:link, #zone-menu-haut a:visited, #zone-menu-haut a:active {
566
	color:#598000;
567
}
568
#zone-menu-haut a:hover, #zone-menu-haut a:focus {
569
	color:#fd8c13;
570
}
571
/*+-----------------------------------------------------------------------------------------------------------------+*/
572
#zone-principale {
573
	width:960px;
574
	margin-left:auto;
575
	margin-right:auto
576
}
577
 
578
/*+-----------------------------------------------------------------------------------------------------------------+*/
579
/* Bandeau Haut des Univers */
580
.zone-haut {
581
	height:123px;
582
	width:885px;
583
	margin:32px 0 0 0;
584
}
585
 
586
/* Logo Tela Botanica */
587
#zone-logo-tela {
588
	position:absolute;
589
	margin-top:3px;
590
	background:none;
591
}
592
#zone-logo-tela a {
593
	border:none;
594
}
595
#zone-logo-tela img:hover {
596
  border:1px dotted white;
597
  width:144px;
598
  height:98px;
599
}
600
#zone-logo-tela a:hover:after {
601
  font-size:12px;
602
  color:white;
603
  content:" "attr(title)" ";
604
}
605
 
851 gduche 606
/* Sous-titre du r�seau */
844 gduche 607
.zone-haut h2 {
608
	position:absolute;
609
	top:135px;
610
	margin:0 0 0 90px;
611
	font-size:16px;
612
	font-family:arial;
613
	text-transform:none;
614
	color:white;
615
}
616
 
851 gduche 617
/* Mots-cl�s des univers */
844 gduche 618
.motsclefs {
619
	position:absolute;
620
	font-family:Helveticaneue;
621
	letter-spacing:-1px;
622
	font-weight:lighter;
623
}
624
.motsclefs h3 {
625
	position:absolute;
626
	left:200px;
627
	margin-top:17px;
628
	font-family:helveticaneue;
629
	font-size:60px;
630
	font-weight:lighter;
631
	color:#5c5950;
632
}
633
.motsclefs h4 {
634
	margin-top:60px;
635
	margin-left:540px;
636
	text-align:left;
637
	font-family:helveticaneue;
638
	color:#f2f2f2;
639
}
640
.motsclefs span {
641
	position:absolute;
642
	top:85px;
643
	font-weight:normal;
644
	text-transform:lowercase;
645
}
646
/*+-----------------------------------------------------------------------------------------------------------------+*/
647
/** Menu de navigation entre univers **/
648
#zone-menu-navigation {
649
	width:900px;
650
	margin:10px 0 10px 15px;
651
	float:left;
652
	text-decoration:none;
653
	text-align:center;
654
	font-size:14px;
655
	font-family:arial;
656
	line-height:20px;
657
}
658
#zone-menu-navigation a:link,#zone-menu-navigation a:visited,#zone-menu-navigation a:active {
659
	text-decoration:none;
660
}
661
#zone-menu-navigation .menuHautActif a {
662
	color:#6C6865;
663
	width:20px;
664
	font-weight:bold;
665
	font-size:14px;
666
	text-transform:uppercase;
667
	padding-bottom:5px;
668
	border-bottom:4px solid grey;
669
}
670
#zone-menu-navigation a {
671
	color:white;
672
	border:none;
673
}
674
#zone-menu-navigation ul {
675
	padding:0;
676
}
677
#zone-menu-navigation ul li {
678
	float:left;
679
	width:160px;
680
	height:20px;
681
	margin-right:15px;
682
	text-align:center;
683
	text-decoration:none;
684
	list-style-type:none;
685
	padding:0;
686
	zoom:1; /* pour ie8 */
687
}
688
#zone-menu-navigation a:hover,#zone-menu-navigation a:focus {
689
	font-weight:bold;
690
	color:#6C6865;
691
	text-decoration:none;
692
	text-transform:uppercase;
693
	padding-bottom:5px;
694
	border-bottom:4px solid grey;
695
	border-radius:30px;-moz-border-radius:30px;-webkit-border-radius:30px;
696
}
697
/*+-----------------------------------------------------------------------------------------------------------------+*/
851 gduche 698
/* Couleurs des diff�rents menus */
844 gduche 699
#menuAccueil {
700
	background:#fd8c13;
701
}
702
#menuBotanique {
703
	background:#9ac243;
704
}
705
#menuActualites {
706
	background:#c2c0ad;
707
}
708
#menuReseau {
709
	background:#e16039;
710
}
711
#menuProjets {
712
	background:#a89d80;
713
}
714
/*+-----------------------------------------------------------------------------------------------------------------+*/
715
/* Menus */
716
#zone-menu-gauche {
717
	font-family:arial;
718
	font-size:12px;
719
	width:170px;
720
	margin-top:10px;
721
	border-left:1px solid #598000;
722
	padding-left:2px;
723
}
724
#zone-menu-gauche ul {
725
	padding:0;
726
	list-style:none;
727
}
728
#zone-menu-gauche ul li {
729
	padding:0 0 5px 0;
730
}
731
#zone-menu-gauche ul li a {
732
	margin:0;
733
	padding:2px 0 2px 14px;
734
	border-top:1px solid #598000;
735
	border-bottom:1px solid #598000;
736
	border-right:1px solid #598000;
737
	border-radius:7px;-moz-border-radius:7px;-webkit-border-radius:7px;
738
	font-weight:bold;
739
	color:#598000;
740
	display:block;
741
	background:url(../images/petitCarre.jpg) no-repeat 3px 7px;
742
}
743
#zone-menu-gauche ul li ul {
744
	list-style:disc inside;
745
	color:#598000;
746
	padding:0 0 0 15px;
747
}
748
#zone-menu-gauche ul li ul li {
749
	padding:0;
750
}
751
#zone-menu-gauche ul li ul li a {
752
	border:none;
753
	background:none;
754
	padding:0;
755
	display:inline;
756
	font-weight:normal;
757
}
758
#zone-menu-gauche .menu_actif a {
759
	color:#FD8C13;
760
}
761
#zone-menu-gauche .menu_inactif a {
762
	color:#598000;
763
	font-weight:normal;
764
}
765
#zone-menu-gauche ul.menu_deroulant_n1 > li > a {
766
	font-weight:bold;
767
}
768
#zone-menu-gauche a:hover {
769
	color:#FD8C13;
770
}
771
/*+-----------------------------------------------------------------------------------------------------------------+*/
772
#cheminDeFer {
773
	width:500px;
774
	margin-left:34px;
775
	margin-top:12px;
776
	margin-bottom:10px;
777
}
778
/*+-----------------------------------------------------------------------------------------------------------------+*/
779
/** Zone menu connexion **/
780
#zone-menu-connexion {
781
	height:122px;
782
	width:178px;
783
	padding:25px 0 0 0;
784
	font-family:arial;
785
	text-align:right;
786
	font-size:11px;
787
	background:url(../images/carreorange.png) no-repeat 9px -9px;
788
}
789
#zone-menu-connexion fieldset {
790
	text-align:left;
791
	width:165px;
792
	background:white;
793
	padding:28px 0 0 10px;
794
	border:solid 1px #99C242;
795
	text-decoration:none;
796
	border-radius:0 10px 10px 10px;-moz-border-radius:0 10px 10px 10px;-webkit-border-radius:0 10px 10px 10px;
797
 
798
}
799
#zone-menu-connexion fieldset input {
800
	font-size:11px;
801
}
802
#zone-menu-connexion fieldset p {
803
	text-align:left;
865 gduche 804
	padding-left:3px
844 gduche 805
}
806
#zone-menu-connexion h3 {
807
	position:absolute;
808
	width:162px;
809
	padding:5px 5px 5px 9px;
810
	margin:-29px 0 0 -10px;
811
	color:white;
812
	text-align:left;
813
	text-transform:uppercase;
814
	font-size:12px;
815
	background-color:#99C242;
816
	border-radius:0 10px 0 0;-moz-border-radius:0 10px 0 0;-webkit-border-radius:0 10px 0 0;
817
}
818
#zone-menu-connexion fieldset label {
819
	position:relative;
820
	width:12em;
821
	display:block;
822
	margin:.1em 0;
823
}
824
#zone-menu-connexion label input {
825
	position:absolute;
826
	left:100%;
827
	top:0;
828
	width:15px;
829
}
830
#zone-menu-connexion #username,#zone-menu-connexion #password {
831
	width:80px;
832
}
833
#zone-menu-connexion fieldset #connexion {
834
	border:solid 1px #8eb533;
835
	padding:0;
836
}
837
#zone-menu-connexion #persistant,#zone-menu-connexion #persistant_label {
838
	float:left;
839
	margin-left:0;
840
}
841
#zone-menu-connexion #persistant_label {
842
	padding-top:2px;
843
}
844
#zone-menu-connexion #colonneDroite {
845
	padding:15px 0;
846
}
847
/*+-----------------------------------------------------------------------------------------------------------------+*/
851 gduche 848
/** Menu lat�ral :Zone gauche **/
844 gduche 849
#zone-gauche {
850
	width:170px;
851
	float:left;
852
	margin-left:0;
853
	padding-bottom:100px;
854
}
855
/*+-----------------------------------------------------------------------------------------------------------------+*/
856
/** Zone principale :zone droite **/
857
#zone-droite {
858
	width:730px;
859
	margin-left:20px;
860
	float:left;
861
	height:auto;
862
	overflow:hidden;
863
}
864
#contenu {
865
	border:none;
866
}
867
#zone_contenu_corps {
868
	border:none;
851 gduche 869
	width:695px
844 gduche 870
}
871
#zone_contenu_corps li,#contenu li {
872
	list-style-image:url(/sites/commun/generique/images/graphisme/petit_carre.png);
873
	line-height:18px;
874
}
875
#zone_contenu_corps li ul li,#contenu li ul li {
876
	list-style:none;
877
	background:url(../images/petitCarreContour.jpg) no-repeat 10px 6px;
878
	padding-left:25px;
879
	line-height:18px;
880
}
881
#zone_contenu_corps form li,#contenu form li {
882
	background:none;
883
}
884
#zone_contenu_corps .alpha,#contenu .alpha {
885
	background:none;
886
	padding-left:25px;
887
	list-style-type:upper-alpha;
888
}
889
#zone_contenu_corps .listeSimple li,#contenu .listeSimple li {
890
	list-style:inherit;
891
	background:none;
892
	padding:0;
893
}
894
#zone_contenu_corps .listeNumerique li,#contenu .listeNumerique li {
895
	list-style:upper-alpha inside;
896
	background:none;
897
	padding:0;
898
}
899
#zone_contenu_corps ul li ul {
900
	margin-bottom:10px;
901
}
902
.filetVert {
903
	width:300px;
904
	margin-left:0;
905
	margin-top:5px;
906
	padding:20px;
907
	border:1px solid #9ac342;
908
	border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;
909
	float:left;
910
}
911
.filetVert h1 {
912
	margin:0 0 10px 0;
913
}
914
/*+-----------------------------------------------------------------------------------------------------------------+*/
915
/*Onglets*/
916
#zone_contenu_corps #BAZ_menu, #zone_contenu_corps .menu_classique_n3, .onglets {
917
	display:inline-block;
918
	padding:0;
919
}
920
.onglets a {border:none
921
}
870 gduche 922
 
844 gduche 923
#zone_contenu_corps #BAZ_menu a, #zone_contenu_corps .menu_classique_n3 a, #zone_contenu_corps .onglets li a, #zone_contenu_corps .onglets li {
924
	list-style-image:none;
925
	padding:5px 3px 5px 3px;
926
	margin-top:2px;
927
	background-color:#C2C0AD;
928
}
929
#zone_contenu_corps #BAZ_menu li, #zone_contenu_corps .menu_classique_n3 li, .onglets li {
930
	cursor:pointer;
931
	float:left;
932
	list-style:none;
933
	margin-right:5px;
934
	font-size:13px;
935
	text-transform:uppercase;
936
	letter-spacing:0;
937
	padding:5px 2px 5px 5px;
938
	margin:0 1px 0 0;
939
	background:none no-repeat 5px 9px #C2C0AD;
940
	color:#fd8c13;
941
	border:1px solid #c2c0ad;
942
	border-bottom:0px solid #c2c0ad;
943
	text-decoration:none;
944
	border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;
945
}
870 gduche 946
.onglets li:hover{ color:#FD8C13}
844 gduche 947
#zone_contenu_corps #BAZ_menu .menu_actif a, #zone_contenu_corps .menu_classique_n3 .menu_actif a, #zone_contenu_corps .onglets .menu_actif a {
948
	background:none;
949
	color:#FD8C13;
950
	font-weight:bold;
951
}
952
#zone_contenu_corps #BAZ_menu .menu_actif, #zone_contenu_corps .menu_classique_n3 .menu_actif, #zone_contenu_corps .onglets .menu_actif {
953
	background:none;
954
	border:1px solid #C2C0AD;
955
	border-bottom:0 solid #c2c0ad;
956
	text-decoration:none;
957
	border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;
958
}
959
#zone_contenu_corps #BAZ_menu .menu_inactif a,#zone_contenu_corps .menu_classique_n3 .menu_inactif a,#zone_contenu_corps .menu_classique_n3 h1,#zone_contenu_corps .onglets .menu_inactif a,#zone_contenu_corps .onglets h1 {
960
	color:#6C6865;
961
}
962
#zone_contenu_corps #BAZ_menu .menu_actif h1,#zone_contenu_corps .menu_classique_n3 .menu_actif h1,.onglets .menu_actif h1 {
963
	color:#FD8C13;
964
}
851 gduche 965
 
844 gduche 966
#cartographieVolante {
967
	position:absolute;
968
	z-index:10;
969
	background:white;
970
	border:solid 1px #AAAAAA;
971
	padding:15px;
972
	margin:-300px 0 0 -300px;
973
}
974
#cartographieVolante #masquerLaCarte {
975
	float:right;
976
}
977
/*+-----------------------------------------------------------------------------------------------------------------+*/
978
/* Bandeau Projets */
979
#bandeauProjets {
980
	width:845px;
981
	margin:20px 0;
982
	border:dotted 1px #fd8c13;
983
	border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;
984
	float:left;
985
	padding-left:65px;
986
}
987
#bandeauProjets ul {
988
	height:98px;
989
	padding:0px;
990
	list-style:none;
991
	font-family:arial;
992
}
993
#bandeauProjets ul li {
994
	width:250px;
995
	margin-left:15px;
996
	border:double 1px orange;
997
	border-width:0 4px 0 0;
998
	display:inline;
999
	height:95px;
1000
	float:left;
1001
}
1002
#bandeauProjets ul li, #bandeauProjets ul li p {
1003
	font-family:arial;
1004
	font-size:10px;
1005
	line-height:13px;
1006
}
1007
#bandeauProjets ul li p {
1008
	padding-right:2px;
1009
}
1010
#bandeauProjets ul li a {
1011
	color:#598000;
1012
	font-weight:bold;
1013
}
1014
#bandeauProjets ul li h3 {
1015
	padding:5px 0;
1016
	margin:0;
1017
	color:#fd8c13;
1018
}
1019
#bandeauProjets ul li img {
1020
	float:right;
1021
	padding:10px;
1022
}
1023
#bandeauProjets ul .bouton {
1024
	width:20px;
1025
}
1026
#boutonPrecedent,#boutonSuivant {
1027
	position:absolute;
1028
}
1029
#boutonPrecedent {
1030
	margin-left:-66px;
1031
	margin-top:-99px;
1032
	height:100px;
1033
	background:white;
1034
	cursor:pointer;
1035
	width:70px;
1036
	border:dotted 1px #fd8c13;
1037
	border-right-style:none;
1038
	border-radius:10px 0 0 10px;-moz-border-radius:10px 0 0 10px;-webkit-border-radius:10px 0 0 10px;
1039
	background:white url(../images/flecheGauche.jpg) no-repeat 5px 25px;
1040
}
1041
#boutonSuivant {
1042
	margin-left:799px;
1043
	margin-top:-99px;
1044
	width:30px;
1045
	cursor:pointer;
1046
	background:white url(../images/flecheDroite.jpg) no-repeat 15px 25px;
868 gduche 1047
	padding:28px 8px 58px 8px;
844 gduche 1048
	border:dotted 1px #fd8c13;
1049
	border-left-style:none;
1050
	border-radius:0 10px 10px 0;-moz-border-radius:0 10px 10px 0;-webkit-border-radius:0 10px 10px 0;
1051
}
1052
/*+-----------------------------------------------------------------------------------------------------------------+*/
1053
/** Zone-bas-page :footer **/
1054
#zone-bas-page {
1055
	width:960px;
1056
	clear:both;
1057
}
1058
#zone-bas-page div {
1059
	width:900px;
1060
	margin:20px 0 10px 0;
1061
	text-align:center;
1062
}
1063
#zone-bas-page div ul li {
1064
	display:inline;
1065
	margin-left:10px;
1066
	padding:6px 0 0 20px;
1067
	line-height:22px;
1068
	text-align:center;
1069
	font-size:12px;
1070
	font-family:arial;
1071
	text-decoration:none;
1072
	list-style:none;
1073
}
1074
#zone-bas-page #accueil {
1075
	background:url(../images/accueil.png) no-repeat 0 2px;
1076
}
1077
#zone-bas-page #faq {
1078
	background:url(../images/faq.png) no-repeat 0 2px;
1079
}
1080
#zone-bas-page #contact {
1081
	background:url(../images/contact.png) no-repeat 0 2px;
1082
}
1083
#zone-bas-page #plan {
1084
	background:url(../images/plan.png) no-repeat 0 2px;
1085
}
1086
#zone-bas-page #rss {
1087
	background:url(../images/rss.png) no-repeat 0 2px;
1088
}
1089
#zone-bas-page #telechargement {
1090
	background:url(../images/telechargement.png) no-repeat 0 2px;
1091
}
1092
#zone-bas-page #visite {
1093
	background:url(../images/visite.png) no-repeat 0 2px;
1094
}
1095
#zone-bas-page #mentions {
1096
	background:url(../images/mentions.gif) no-repeat 0 2px;
1097
}
1098
#zone-bas-page > div a:link, #zone-bas-page > div a:visited, #zone-bas-page > div a:active {
1099
	font-weight:normal;
1100
	color:#598000;
1101
	text-decoration:none;
1102
}
1103
#zone-bas-page > div a:hover, #menupied a:focus {
1104
	font-weight:normal;
1105
	color:#fd8c13;
1106
	text-decoration:none;
1107
}
1108
/*+-----------------------------------------------------------------------------------------------------------------+*/
1109
/** Contact Tela **/
1110
#coordonees {
1111
	width:905px;
1112
	text-align:center;
1113
	margin:auto;
1114
	background:url(../../../commun/generique/images/petitCarre.jpg) no-repeat right;
1115
	height:15px;
1116
}
1117
#coordonees span {
1118
	float:left;
1119
	padding-left:15px;
1120
	background:url(../../../commun/generique/images/petitCarre.jpg) no-repeat 5px 5px;
1121
	font-family:arial;
1122
	font-size:12px;
1123
	font-weight:normal;
1124
	font-style:normal;
1125
}
1126
#coordonees a {
1127
	font-family:arial;
1128
	font-size:12px;
1129
	text-align:justify;
1130
	font-weight:normal;
1131
	line-height:16px;
1132
	list-style:none;
1133
}
1134
#coordonees a:link, #coordonees a:visited, #coordonees a:active {
1135
	color:#3a3633;
1136
}
1137
#coordonees a:hover, #coordonees a:focus {
1138
	color:#fd8c13;
1139
}
1140
/*+-----------------------------------------------------------------------------------------------------------------+*/
1141
/* Mise en page en colonne depuis www.1kbgrid.com */
1142
/* = The 1Kb Grid = 12 columns, 60 pixels each, with 20 pixel gutter */
1143
.grid_1 {
1144
	width:60px;
1145
}
1146
.grid_2 {
1147
	width:140px;
1148
}
1149
.grid_3 {
1150
	width:220px;
1151
}
1152
.grid_4 {
1153
	width:300px;
1154
}
1155
.grid_5 {
1156
	width:380px;
1157
}
1158
.grid_6 {
1159
	width:460px;
1160
}
1161
.grid_7 {
1162
	width:540px;
1163
}
1164
.grid_8 {
1165
	width:620px;
1166
}
1167
.grid_9 {
1168
	width:700px;
1169
}
1170
.grid_10 {
1171
	width:780px;
1172
}
1173
.grid_11 {
1174
	width:860px;
1175
}
1176
.grid_12 {
1177
	width:940px;
1178
}
1179
.column {
1180
	margin:0 10px;
1181
	overflow:hidden;
1182
	float:left;
1183
	display:inline;
1184
}
1185
.row {
851 gduche 1186
	width:695px;
844 gduche 1187
	margin:0 auto;
1188
	overflow:hidden;
1189
}
1190
.row .row {
1191
	margin:0 -10px;
1192
	display:inline-block;
1193
}