Subversion Repositories Sites.tela-botanica.org

Rev

Rev 891 | Rev 893 | 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 {
880 gduche 145
	margin:0 10px 20px 10px;
851 gduche 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 {
880 gduche 180
		margin:0 10px 10px 10px;
858 gduche 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 {
880 gduche 193
		margin:0 10px 10px 10px;
862 gduche 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 {
892 gduche 202
		margin:1px 10px 10px 10px;
863 gduche 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
}
885 gduche 469
 
844 gduche 470
/*+-----------------------------------------------------------------------------------------------------------------+*/
851 gduche 471
/* Menu sup�rieur */
472
/* TODO :mettre les petits carr�s � la bonne place */
844 gduche 473
#zone-menu-haut {
474
	position:absolute;
475
	top:0;
476
	width:880px;
477
	height:12px;
478
	margin:8px auto 0 0;
479
	text-align:center;
480
	font-family:arial;
481
	font-size:12px;
482
	color:#3a3633;
483
}
484
#zone-menu-haut ul {
485
	list-style-image:url(../images/petitCarre.jpg);
486
}
487
#zone-menu-haut ul li {
488
	float:left;
489
}
490
#zone-visiteur ul {
491
	padding:0;
492
}
493
#zone-visiteur li {
494
	text-align:left;
495
	display:block;
496
	width:130px;
497
	padding-left:10px;
498
	background:url(../images/petitCarre.jpg) no-repeat left center;
499
}
500
#zone-acces-rapide {
501
	float:right;
502
}
503
#zone-menu-haut #seconnecter {
504
	margin:0;
505
	padding-left:10px;
506
}
507
#zone-menu-haut #don {
508
	width:110px;
509
	margin:0;
510
}
511
#zone-menu-haut #lettre {
512
	width:120px;
513
	margin:0;
514
}
515
#zone-menu-haut #recherche, .drapeau{
516
list-style:none;
517
}
518
#zone-menu-haut #recherche {
519
	width:185px;
520
	padding-left:5px;
521
	text-align:left;
522
}
523
#zone-menu-haut #recherche fieldset {
524
	width:185px;
525
	padding:0;
526
	border-style:none;
527
}
528
#zone-menu-haut #recherche input {
529
	height:13px;
530
	width:150px;
531
	font-size:12px;
532
	margin:-15px 0 0 -2px;
533
}
534
#zone-menu-haut #recherche legend, #recherche label {
535
	display:none;
536
}
537
#zone-menu-haut #recherche #more_ok {
538
	width:25px;
539
	height:20px;
540
}
541
#zone-menu-haut .drapeau {
542
	width:15px;
543
	margin-left:10px;
544
}
545
#zone-menu-haut a {
546
	font-family:arial;
547
	font-size:12px;
548
}
549
#zone-menu-haut a:link, #zone-menu-haut a:visited, #zone-menu-haut a:active {
550
	color:#598000;
551
}
552
#zone-menu-haut a:hover, #zone-menu-haut a:focus {
553
	color:#fd8c13;
554
}
555
/*+-----------------------------------------------------------------------------------------------------------------+*/
556
#zone-principale {
557
	width:960px;
558
	margin-left:auto;
559
	margin-right:auto
560
}
561
 
562
/*+-----------------------------------------------------------------------------------------------------------------+*/
563
/* Bandeau Haut des Univers */
564
.zone-haut {
565
	height:123px;
566
	width:885px;
567
	margin:32px 0 0 0;
568
}
569
 
570
/* Logo Tela Botanica */
571
#zone-logo-tela {
572
	position:absolute;
573
	margin-top:3px;
574
	background:none;
575
}
576
#zone-logo-tela a {
577
	border:none;
578
}
579
#zone-logo-tela img:hover {
580
  border:1px dotted white;
581
  width:144px;
582
  height:98px;
583
}
584
#zone-logo-tela a:hover:after {
585
  font-size:12px;
586
  color:white;
587
  content:" "attr(title)" ";
588
}
589
 
851 gduche 590
/* Sous-titre du r�seau */
844 gduche 591
.zone-haut h2 {
592
	position:absolute;
593
	top:135px;
594
	margin:0 0 0 90px;
595
	font-size:16px;
596
	font-family:arial;
597
	text-transform:none;
598
	color:white;
599
}
600
 
851 gduche 601
/* Mots-cl�s des univers */
844 gduche 602
.motsclefs {
603
	position:absolute;
604
	font-family:Helveticaneue;
605
	letter-spacing:-1px;
606
	font-weight:lighter;
607
}
608
.motsclefs h3 {
609
	position:absolute;
610
	left:200px;
611
	margin-top:17px;
612
	font-family:helveticaneue;
613
	font-size:60px;
614
	font-weight:lighter;
615
	color:#5c5950;
616
}
617
.motsclefs h4 {
618
	margin-top:60px;
619
	margin-left:540px;
620
	text-align:left;
621
	font-family:helveticaneue;
622
	color:#f2f2f2;
623
}
624
.motsclefs span {
625
	position:absolute;
626
	top:85px;
627
	font-weight:normal;
628
	text-transform:lowercase;
629
}
630
/*+-----------------------------------------------------------------------------------------------------------------+*/
631
/** Menu de navigation entre univers **/
632
#zone-menu-navigation {
633
	width:900px;
634
	margin:10px 0 10px 15px;
635
	float:left;
636
	text-decoration:none;
637
	text-align:center;
638
	font-size:14px;
639
	font-family:arial;
640
	line-height:20px;
641
}
642
#zone-menu-navigation a:link,#zone-menu-navigation a:visited,#zone-menu-navigation a:active {
643
	text-decoration:none;
644
}
645
#zone-menu-navigation .menuHautActif a {
646
	color:#6C6865;
647
	width:20px;
648
	font-weight:bold;
649
	font-size:14px;
650
	text-transform:uppercase;
651
	padding-bottom:5px;
652
	border-bottom:4px solid grey;
653
}
654
#zone-menu-navigation a {
655
	color:white;
656
	border:none;
657
}
658
#zone-menu-navigation ul {
659
	padding:0;
660
}
661
#zone-menu-navigation ul li {
662
	float:left;
663
	width:160px;
664
	height:20px;
665
	margin-right:15px;
666
	text-align:center;
667
	text-decoration:none;
668
	list-style-type:none;
669
	padding:0;
670
	zoom:1; /* pour ie8 */
671
}
672
#zone-menu-navigation a:hover,#zone-menu-navigation a:focus {
673
	font-weight:bold;
674
	color:#6C6865;
675
	text-decoration:none;
676
	text-transform:uppercase;
677
	padding-bottom:5px;
678
	border-bottom:4px solid grey;
679
	border-radius:30px;-moz-border-radius:30px;-webkit-border-radius:30px;
680
}
880 gduche 681
 
682
/*Ancienne classe arrondi7 & ombre2*/
683
#zone-menu-navigation ul li {
684
	-moz-border-radius:7px; -webkit-border-radius:7px; 	border-radius:7px;
685
	box-shadow:7px 7px 11px #555;-moz-box-shadow:4px 4px 7px #aaa;-webkit-box-shadow:7px 7px 11px #aaa;
686
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4);/* pour ie8 */
687
}
688
 
844 gduche 689
/*+-----------------------------------------------------------------------------------------------------------------+*/
851 gduche 690
/* Couleurs des diff�rents menus */
844 gduche 691
#menuAccueil {
692
	background:#fd8c13;
693
}
694
#menuBotanique {
695
	background:#9ac243;
696
}
697
#menuActualites {
698
	background:#c2c0ad;
699
}
700
#menuReseau {
701
	background:#e16039;
702
}
703
#menuProjets {
704
	background:#a89d80;
705
}
706
/*+-----------------------------------------------------------------------------------------------------------------+*/
707
/* Menus */
708
#zone-menu-gauche {
709
	font-family:arial;
710
	font-size:12px;
711
	width:170px;
712
	margin-top:10px;
713
	border-left:1px solid #598000;
714
	padding-left:2px;
715
}
716
#zone-menu-gauche ul {
717
	padding:0;
718
	list-style:none;
719
}
720
#zone-menu-gauche ul li {
721
	padding:0 0 5px 0;
722
}
723
#zone-menu-gauche ul li a {
724
	margin:0;
725
	padding:2px 0 2px 14px;
726
	border-top:1px solid #598000;
727
	border-bottom:1px solid #598000;
728
	border-right:1px solid #598000;
729
	border-radius:7px;-moz-border-radius:7px;-webkit-border-radius:7px;
730
	font-weight:bold;
731
	color:#598000;
732
	display:block;
733
	background:url(../images/petitCarre.jpg) no-repeat 3px 7px;
734
}
735
#zone-menu-gauche ul li ul {
736
	list-style:disc inside;
737
	color:#598000;
738
	padding:0 0 0 15px;
739
}
740
#zone-menu-gauche ul li ul li {
741
	padding:0;
742
}
743
#zone-menu-gauche ul li ul li a {
744
	border:none;
745
	background:none;
746
	padding:0;
747
	display:inline;
748
	font-weight:normal;
749
}
750
#zone-menu-gauche .menu_actif a {
751
	color:#FD8C13;
752
}
753
#zone-menu-gauche .menu_inactif a {
754
	color:#598000;
755
	font-weight:normal;
756
}
757
#zone-menu-gauche ul.menu_deroulant_n1 > li > a {
758
	font-weight:bold;
759
}
760
#zone-menu-gauche a:hover {
761
	color:#FD8C13;
762
}
763
/*+-----------------------------------------------------------------------------------------------------------------+*/
764
#cheminDeFer {
765
	width:500px;
766
	margin-left:34px;
767
	margin-top:12px;
768
	margin-bottom:10px;
769
}
770
/*+-----------------------------------------------------------------------------------------------------------------+*/
771
/** Zone menu connexion **/
772
#zone-menu-connexion {
773
	height:122px;
774
	width:178px;
775
	padding:25px 0 0 0;
776
	font-family:arial;
777
	text-align:right;
778
	font-size:11px;
779
	background:url(../images/carreorange.png) no-repeat 9px -9px;
780
}
781
#zone-menu-connexion fieldset {
782
	text-align:left;
783
	width:165px;
784
	background:white;
785
	padding:28px 0 0 10px;
786
	border:solid 1px #99C242;
787
	text-decoration:none;
788
	border-radius:0 10px 10px 10px;-moz-border-radius:0 10px 10px 10px;-webkit-border-radius:0 10px 10px 10px;
789
 
790
}
791
#zone-menu-connexion fieldset input {
792
	font-size:11px;
793
}
794
#zone-menu-connexion fieldset p {
795
	text-align:left;
865 gduche 796
	padding-left:3px
844 gduche 797
}
798
#zone-menu-connexion h3 {
799
	position:absolute;
800
	width:162px;
801
	padding:5px 5px 5px 9px;
802
	margin:-29px 0 0 -10px;
803
	color:white;
804
	text-align:left;
805
	text-transform:uppercase;
806
	font-size:12px;
807
	background-color:#99C242;
808
	border-radius:0 10px 0 0;-moz-border-radius:0 10px 0 0;-webkit-border-radius:0 10px 0 0;
809
}
810
#zone-menu-connexion fieldset label {
811
	position:relative;
812
	width:12em;
813
	display:block;
814
	margin:.1em 0;
815
}
816
#zone-menu-connexion label input {
817
	position:absolute;
818
	left:100%;
819
	top:0;
820
	width:15px;
821
}
822
#zone-menu-connexion #username,#zone-menu-connexion #password {
823
	width:80px;
824
}
825
#zone-menu-connexion fieldset #connexion {
826
	border:solid 1px #8eb533;
827
	padding:0;
828
}
829
#zone-menu-connexion #persistant,#zone-menu-connexion #persistant_label {
830
	float:left;
831
	margin-left:0;
832
}
833
#zone-menu-connexion #persistant_label {
834
	padding-top:2px;
835
}
836
#zone-menu-connexion #colonneDroite {
837
	padding:15px 0;
838
}
839
/*+-----------------------------------------------------------------------------------------------------------------+*/
851 gduche 840
/** Menu lat�ral :Zone gauche **/
844 gduche 841
#zone-gauche {
842
	width:170px;
843
	float:left;
844
	margin-left:0;
845
	padding-bottom:100px;
846
}
847
/*+-----------------------------------------------------------------------------------------------------------------+*/
848
/** Zone principale :zone droite **/
849
#zone-droite {
850
	width:730px;
851
	margin-left:20px;
852
	float:left;
853
	height:auto;
854
	overflow:hidden;
855
}
856
#contenu {
857
	border:none;
858
}
859
#zone_contenu_corps {
860
	border:none;
851 gduche 861
	width:695px
844 gduche 862
}
863
#zone_contenu_corps li,#contenu li {
864
	list-style-image:url(/sites/commun/generique/images/graphisme/petit_carre.png);
865
	line-height:18px;
866
}
867
#zone_contenu_corps li ul li,#contenu li ul li {
868
	list-style:none;
869
	background:url(../images/petitCarreContour.jpg) no-repeat 10px 6px;
870
	padding-left:25px;
871
	line-height:18px;
872
}
873
#zone_contenu_corps form li,#contenu form li {
874
	background:none;
875
}
876
#zone_contenu_corps .alpha,#contenu .alpha {
877
	background:none;
878
	padding-left:25px;
879
	list-style-type:upper-alpha;
880
}
881
#zone_contenu_corps .listeSimple li,#contenu .listeSimple li {
882
	list-style:inherit;
883
	background:none;
884
	padding:0;
885
}
886
#zone_contenu_corps .listeNumerique li,#contenu .listeNumerique li {
887
	list-style:upper-alpha inside;
888
	background:none;
889
	padding:0;
890
}
891
#zone_contenu_corps ul li ul {
892
	margin-bottom:10px;
893
}
894
.filetVert {
895
	width:300px;
896
	margin-left:0;
897
	margin-top:5px;
898
	padding:20px;
899
	border:1px solid #9ac342;
900
	border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;
901
	float:left;
902
}
903
.filetVert h1 {
904
	margin:0 0 10px 0;
905
}
906
/*+-----------------------------------------------------------------------------------------------------------------+*/
907
/*Onglets*/
908
#zone_contenu_corps #BAZ_menu, #zone_contenu_corps .menu_classique_n3, .onglets {
909
	display:inline-block;
910
	padding:0;
911
}
912
.onglets a {border:none
913
}
870 gduche 914
 
844 gduche 915
#zone_contenu_corps #BAZ_menu a, #zone_contenu_corps .menu_classique_n3 a, #zone_contenu_corps .onglets li a, #zone_contenu_corps .onglets li {
916
	list-style-image:none;
917
	padding:5px 3px 5px 3px;
918
	margin-top:2px;
919
	background-color:#C2C0AD;
920
}
921
#zone_contenu_corps #BAZ_menu li, #zone_contenu_corps .menu_classique_n3 li, .onglets li {
922
	cursor:pointer;
923
	float:left;
924
	list-style:none;
925
	margin-right:5px;
926
	font-size:13px;
927
	text-transform:uppercase;
928
	letter-spacing:0;
929
	padding:5px 2px 5px 5px;
930
	margin:0 1px 0 0;
931
	background:none no-repeat 5px 9px #C2C0AD;
932
	color:#fd8c13;
933
	border:1px solid #c2c0ad;
934
	border-bottom:0px solid #c2c0ad;
935
	text-decoration:none;
936
	border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;
937
}
870 gduche 938
.onglets li:hover{ color:#FD8C13}
844 gduche 939
#zone_contenu_corps #BAZ_menu .menu_actif a, #zone_contenu_corps .menu_classique_n3 .menu_actif a, #zone_contenu_corps .onglets .menu_actif a {
940
	background:none;
941
	color:#FD8C13;
942
	font-weight:bold;
943
}
944
#zone_contenu_corps #BAZ_menu .menu_actif, #zone_contenu_corps .menu_classique_n3 .menu_actif, #zone_contenu_corps .onglets .menu_actif {
945
	background:none;
946
	border:1px solid #C2C0AD;
947
	border-bottom:0 solid #c2c0ad;
948
	text-decoration:none;
949
	border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;
950
}
951
#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 {
952
	color:#6C6865;
953
}
954
#zone_contenu_corps #BAZ_menu .menu_actif h1,#zone_contenu_corps .menu_classique_n3 .menu_actif h1,.onglets .menu_actif h1 {
955
	color:#FD8C13;
956
}
851 gduche 957
 
844 gduche 958
#cartographieVolante {
959
	position:absolute;
960
	z-index:10;
961
	background:white;
962
	border:solid 1px #AAAAAA;
963
	padding:15px;
964
	margin:-300px 0 0 -300px;
965
}
966
#cartographieVolante #masquerLaCarte {
967
	float:right;
968
}
969
/*+-----------------------------------------------------------------------------------------------------------------+*/
970
/* Bandeau Projets */
971
#bandeauProjets {
972
	width:845px;
973
	margin:20px 0;
974
	border:dotted 1px #fd8c13;
975
	border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;
976
	float:left;
977
	padding-left:65px;
978
}
979
#bandeauProjets ul {
980
	height:98px;
981
	padding:0px;
982
	list-style:none;
983
	font-family:arial;
984
}
985
#bandeauProjets ul li {
986
	width:250px;
987
	margin-left:15px;
988
	border:double 1px orange;
989
	border-width:0 4px 0 0;
990
	display:inline;
991
	height:95px;
992
	float:left;
993
}
994
#bandeauProjets ul li, #bandeauProjets ul li p {
995
	font-family:arial;
996
	font-size:10px;
997
	line-height:13px;
998
}
999
#bandeauProjets ul li p {
1000
	padding-right:2px;
1001
}
1002
#bandeauProjets ul li a {
1003
	color:#598000;
1004
	font-weight:bold;
1005
}
1006
#bandeauProjets ul li h3 {
1007
	padding:5px 0;
1008
	margin:0;
1009
	color:#fd8c13;
1010
}
1011
#bandeauProjets ul li img {
1012
	float:right;
1013
	padding:10px;
1014
}
1015
#bandeauProjets ul .bouton {
1016
	width:20px;
1017
}
1018
#boutonPrecedent,#boutonSuivant {
1019
	position:absolute;
1020
}
1021
#boutonPrecedent {
1022
	margin-left:-66px;
1023
	margin-top:-99px;
1024
	height:100px;
1025
	background:white;
1026
	cursor:pointer;
1027
	width:70px;
1028
	border:dotted 1px #fd8c13;
1029
	border-right-style:none;
1030
	border-radius:10px 0 0 10px;-moz-border-radius:10px 0 0 10px;-webkit-border-radius:10px 0 0 10px;
1031
	background:white url(../images/flecheGauche.jpg) no-repeat 5px 25px;
1032
}
1033
#boutonSuivant {
1034
	margin-left:799px;
1035
	margin-top:-99px;
1036
	width:30px;
1037
	cursor:pointer;
1038
	background:white url(../images/flecheDroite.jpg) no-repeat 15px 25px;
868 gduche 1039
	padding:28px 8px 58px 8px;
844 gduche 1040
	border:dotted 1px #fd8c13;
1041
	border-left-style:none;
1042
	border-radius:0 10px 10px 0;-moz-border-radius:0 10px 10px 0;-webkit-border-radius:0 10px 10px 0;
1043
}
1044
/*+-----------------------------------------------------------------------------------------------------------------+*/
1045
/** Zone-bas-page :footer **/
1046
#zone-bas-page {
1047
	width:960px;
1048
	clear:both;
1049
}
1050
#zone-bas-page div {
1051
	width:900px;
1052
	margin:20px 0 10px 0;
1053
	text-align:center;
1054
}
1055
#zone-bas-page div ul li {
1056
	display:inline;
1057
	margin-left:10px;
1058
	padding:6px 0 0 20px;
1059
	line-height:22px;
1060
	text-align:center;
1061
	font-size:12px;
1062
	font-family:arial;
1063
	text-decoration:none;
1064
	list-style:none;
1065
}
1066
#zone-bas-page #accueil {
1067
	background:url(../images/accueil.png) no-repeat 0 2px;
1068
}
1069
#zone-bas-page #faq {
1070
	background:url(../images/faq.png) no-repeat 0 2px;
1071
}
1072
#zone-bas-page #contact {
1073
	background:url(../images/contact.png) no-repeat 0 2px;
1074
}
1075
#zone-bas-page #plan {
1076
	background:url(../images/plan.png) no-repeat 0 2px;
1077
}
1078
#zone-bas-page #rss {
1079
	background:url(../images/rss.png) no-repeat 0 2px;
1080
}
1081
#zone-bas-page #telechargement {
1082
	background:url(../images/telechargement.png) no-repeat 0 2px;
1083
}
1084
#zone-bas-page #visite {
1085
	background:url(../images/visite.png) no-repeat 0 2px;
1086
}
1087
#zone-bas-page #mentions {
1088
	background:url(../images/mentions.gif) no-repeat 0 2px;
1089
}
1090
#zone-bas-page > div a:link, #zone-bas-page > div a:visited, #zone-bas-page > div a:active {
1091
	font-weight:normal;
1092
	color:#598000;
1093
	text-decoration:none;
1094
}
1095
#zone-bas-page > div a:hover, #menupied a:focus {
1096
	font-weight:normal;
1097
	color:#fd8c13;
1098
	text-decoration:none;
1099
}
1100
/*+-----------------------------------------------------------------------------------------------------------------+*/
1101
/** Contact Tela **/
1102
#coordonees {
1103
	width:905px;
1104
	text-align:center;
1105
	margin:auto;
1106
	background:url(../../../commun/generique/images/petitCarre.jpg) no-repeat right;
1107
	height:15px;
1108
}
1109
#coordonees span {
1110
	float:left;
1111
	padding-left:15px;
1112
	background:url(../../../commun/generique/images/petitCarre.jpg) no-repeat 5px 5px;
1113
	font-family:arial;
1114
	font-size:12px;
1115
	font-weight:normal;
1116
	font-style:normal;
1117
}
1118
#coordonees a {
1119
	font-family:arial;
1120
	font-size:12px;
1121
	text-align:justify;
1122
	font-weight:normal;
1123
	line-height:16px;
1124
	list-style:none;
1125
}
1126
#coordonees a:link, #coordonees a:visited, #coordonees a:active {
1127
	color:#3a3633;
1128
}
1129
#coordonees a:hover, #coordonees a:focus {
1130
	color:#fd8c13;
1131
}
1132
/*+-----------------------------------------------------------------------------------------------------------------+*/
1133
/* Mise en page en colonne depuis www.1kbgrid.com */
1134
/* = The 1Kb Grid = 12 columns, 60 pixels each, with 20 pixel gutter */
1135
.grid_1 {
1136
	width:60px;
1137
}
1138
.grid_2 {
1139
	width:140px;
1140
}
1141
.grid_3 {
1142
	width:220px;
1143
}
1144
.grid_4 {
1145
	width:300px;
1146
}
1147
.grid_5 {
1148
	width:380px;
1149
}
1150
.grid_6 {
1151
	width:460px;
1152
}
1153
.grid_7 {
1154
	width:540px;
1155
}
1156
.grid_8 {
1157
	width:620px;
1158
}
1159
.grid_9 {
1160
	width:700px;
1161
}
1162
.grid_10 {
1163
	width:780px;
1164
}
1165
.grid_11 {
1166
	width:860px;
1167
}
1168
.grid_12 {
1169
	width:940px;
1170
}
1171
.column {
1172
	margin:0 10px;
1173
	overflow:hidden;
1174
	float:left;
1175
	display:inline;
1176
}
1177
.row {
851 gduche 1178
	width:695px;
844 gduche 1179
	margin:0 auto;
1180
	overflow:hidden;
1181
}
1182
.row .row {
1183
	margin:0 -10px;
1184
	display:inline-block;
1185
}