Subversion Repositories Sites.tela-botanica.org

Rev

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