Subversion Repositories Sites.tela-botanica.org

Rev

Rev 878 | Rev 884 | 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 {
880 gduche 202
		margin:0 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
}
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
/*+-----------------------------------------------------------------------------------------------------------------+*/
880 gduche 475
/* TODO : SUPPRIMER - Arrondis */
844 gduche 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
}
880 gduche 697
 
698
/*Ancienne classe arrondi7 & ombre2*/
699
#zone-menu-navigation ul li {
700
	-moz-border-radius:7px; -webkit-border-radius:7px; 	border-radius:7px;
701
	box-shadow:7px 7px 11px #555;-moz-box-shadow:4px 4px 7px #aaa;-webkit-box-shadow:7px 7px 11px #aaa;
702
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4);/* pour ie8 */
703
}
704
 
844 gduche 705
/*+-----------------------------------------------------------------------------------------------------------------+*/
851 gduche 706
/* Couleurs des diff�rents menus */
844 gduche 707
#menuAccueil {
708
	background:#fd8c13;
709
}
710
#menuBotanique {
711
	background:#9ac243;
712
}
713
#menuActualites {
714
	background:#c2c0ad;
715
}
716
#menuReseau {
717
	background:#e16039;
718
}
719
#menuProjets {
720
	background:#a89d80;
721
}
722
/*+-----------------------------------------------------------------------------------------------------------------+*/
723
/* Menus */
724
#zone-menu-gauche {
725
	font-family:arial;
726
	font-size:12px;
727
	width:170px;
728
	margin-top:10px;
729
	border-left:1px solid #598000;
730
	padding-left:2px;
731
}
732
#zone-menu-gauche ul {
733
	padding:0;
734
	list-style:none;
735
}
736
#zone-menu-gauche ul li {
737
	padding:0 0 5px 0;
738
}
739
#zone-menu-gauche ul li a {
740
	margin:0;
741
	padding:2px 0 2px 14px;
742
	border-top:1px solid #598000;
743
	border-bottom:1px solid #598000;
744
	border-right:1px solid #598000;
745
	border-radius:7px;-moz-border-radius:7px;-webkit-border-radius:7px;
746
	font-weight:bold;
747
	color:#598000;
748
	display:block;
749
	background:url(../images/petitCarre.jpg) no-repeat 3px 7px;
750
}
751
#zone-menu-gauche ul li ul {
752
	list-style:disc inside;
753
	color:#598000;
754
	padding:0 0 0 15px;
755
}
756
#zone-menu-gauche ul li ul li {
757
	padding:0;
758
}
759
#zone-menu-gauche ul li ul li a {
760
	border:none;
761
	background:none;
762
	padding:0;
763
	display:inline;
764
	font-weight:normal;
765
}
766
#zone-menu-gauche .menu_actif a {
767
	color:#FD8C13;
768
}
769
#zone-menu-gauche .menu_inactif a {
770
	color:#598000;
771
	font-weight:normal;
772
}
773
#zone-menu-gauche ul.menu_deroulant_n1 > li > a {
774
	font-weight:bold;
775
}
776
#zone-menu-gauche a:hover {
777
	color:#FD8C13;
778
}
779
/*+-----------------------------------------------------------------------------------------------------------------+*/
780
#cheminDeFer {
781
	width:500px;
782
	margin-left:34px;
783
	margin-top:12px;
784
	margin-bottom:10px;
785
}
786
/*+-----------------------------------------------------------------------------------------------------------------+*/
787
/** Zone menu connexion **/
788
#zone-menu-connexion {
789
	height:122px;
790
	width:178px;
791
	padding:25px 0 0 0;
792
	font-family:arial;
793
	text-align:right;
794
	font-size:11px;
795
	background:url(../images/carreorange.png) no-repeat 9px -9px;
796
}
797
#zone-menu-connexion fieldset {
798
	text-align:left;
799
	width:165px;
800
	background:white;
801
	padding:28px 0 0 10px;
802
	border:solid 1px #99C242;
803
	text-decoration:none;
804
	border-radius:0 10px 10px 10px;-moz-border-radius:0 10px 10px 10px;-webkit-border-radius:0 10px 10px 10px;
805
 
806
}
807
#zone-menu-connexion fieldset input {
808
	font-size:11px;
809
}
810
#zone-menu-connexion fieldset p {
811
	text-align:left;
865 gduche 812
	padding-left:3px
844 gduche 813
}
814
#zone-menu-connexion h3 {
815
	position:absolute;
816
	width:162px;
817
	padding:5px 5px 5px 9px;
818
	margin:-29px 0 0 -10px;
819
	color:white;
820
	text-align:left;
821
	text-transform:uppercase;
822
	font-size:12px;
823
	background-color:#99C242;
824
	border-radius:0 10px 0 0;-moz-border-radius:0 10px 0 0;-webkit-border-radius:0 10px 0 0;
825
}
826
#zone-menu-connexion fieldset label {
827
	position:relative;
828
	width:12em;
829
	display:block;
830
	margin:.1em 0;
831
}
832
#zone-menu-connexion label input {
833
	position:absolute;
834
	left:100%;
835
	top:0;
836
	width:15px;
837
}
838
#zone-menu-connexion #username,#zone-menu-connexion #password {
839
	width:80px;
840
}
841
#zone-menu-connexion fieldset #connexion {
842
	border:solid 1px #8eb533;
843
	padding:0;
844
}
845
#zone-menu-connexion #persistant,#zone-menu-connexion #persistant_label {
846
	float:left;
847
	margin-left:0;
848
}
849
#zone-menu-connexion #persistant_label {
850
	padding-top:2px;
851
}
852
#zone-menu-connexion #colonneDroite {
853
	padding:15px 0;
854
}
855
/*+-----------------------------------------------------------------------------------------------------------------+*/
851 gduche 856
/** Menu lat�ral :Zone gauche **/
844 gduche 857
#zone-gauche {
858
	width:170px;
859
	float:left;
860
	margin-left:0;
861
	padding-bottom:100px;
862
}
863
/*+-----------------------------------------------------------------------------------------------------------------+*/
864
/** Zone principale :zone droite **/
865
#zone-droite {
866
	width:730px;
867
	margin-left:20px;
868
	float:left;
869
	height:auto;
870
	overflow:hidden;
871
}
872
#contenu {
873
	border:none;
874
}
875
#zone_contenu_corps {
876
	border:none;
851 gduche 877
	width:695px
844 gduche 878
}
879
#zone_contenu_corps li,#contenu li {
880
	list-style-image:url(/sites/commun/generique/images/graphisme/petit_carre.png);
881
	line-height:18px;
882
}
883
#zone_contenu_corps li ul li,#contenu li ul li {
884
	list-style:none;
885
	background:url(../images/petitCarreContour.jpg) no-repeat 10px 6px;
886
	padding-left:25px;
887
	line-height:18px;
888
}
889
#zone_contenu_corps form li,#contenu form li {
890
	background:none;
891
}
892
#zone_contenu_corps .alpha,#contenu .alpha {
893
	background:none;
894
	padding-left:25px;
895
	list-style-type:upper-alpha;
896
}
897
#zone_contenu_corps .listeSimple li,#contenu .listeSimple li {
898
	list-style:inherit;
899
	background:none;
900
	padding:0;
901
}
902
#zone_contenu_corps .listeNumerique li,#contenu .listeNumerique li {
903
	list-style:upper-alpha inside;
904
	background:none;
905
	padding:0;
906
}
907
#zone_contenu_corps ul li ul {
908
	margin-bottom:10px;
909
}
910
.filetVert {
911
	width:300px;
912
	margin-left:0;
913
	margin-top:5px;
914
	padding:20px;
915
	border:1px solid #9ac342;
916
	border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;
917
	float:left;
918
}
919
.filetVert h1 {
920
	margin:0 0 10px 0;
921
}
922
/*+-----------------------------------------------------------------------------------------------------------------+*/
923
/*Onglets*/
924
#zone_contenu_corps #BAZ_menu, #zone_contenu_corps .menu_classique_n3, .onglets {
925
	display:inline-block;
926
	padding:0;
927
}
928
.onglets a {border:none
929
}
870 gduche 930
 
844 gduche 931
#zone_contenu_corps #BAZ_menu a, #zone_contenu_corps .menu_classique_n3 a, #zone_contenu_corps .onglets li a, #zone_contenu_corps .onglets li {
932
	list-style-image:none;
933
	padding:5px 3px 5px 3px;
934
	margin-top:2px;
935
	background-color:#C2C0AD;
936
}
937
#zone_contenu_corps #BAZ_menu li, #zone_contenu_corps .menu_classique_n3 li, .onglets li {
938
	cursor:pointer;
939
	float:left;
940
	list-style:none;
941
	margin-right:5px;
942
	font-size:13px;
943
	text-transform:uppercase;
944
	letter-spacing:0;
945
	padding:5px 2px 5px 5px;
946
	margin:0 1px 0 0;
947
	background:none no-repeat 5px 9px #C2C0AD;
948
	color:#fd8c13;
949
	border:1px solid #c2c0ad;
950
	border-bottom:0px solid #c2c0ad;
951
	text-decoration:none;
952
	border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;
953
}
870 gduche 954
.onglets li:hover{ color:#FD8C13}
844 gduche 955
#zone_contenu_corps #BAZ_menu .menu_actif a, #zone_contenu_corps .menu_classique_n3 .menu_actif a, #zone_contenu_corps .onglets .menu_actif a {
956
	background:none;
957
	color:#FD8C13;
958
	font-weight:bold;
959
}
960
#zone_contenu_corps #BAZ_menu .menu_actif, #zone_contenu_corps .menu_classique_n3 .menu_actif, #zone_contenu_corps .onglets .menu_actif {
961
	background:none;
962
	border:1px solid #C2C0AD;
963
	border-bottom:0 solid #c2c0ad;
964
	text-decoration:none;
965
	border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;
966
}
967
#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 {
968
	color:#6C6865;
969
}
970
#zone_contenu_corps #BAZ_menu .menu_actif h1,#zone_contenu_corps .menu_classique_n3 .menu_actif h1,.onglets .menu_actif h1 {
971
	color:#FD8C13;
972
}
851 gduche 973
 
844 gduche 974
#cartographieVolante {
975
	position:absolute;
976
	z-index:10;
977
	background:white;
978
	border:solid 1px #AAAAAA;
979
	padding:15px;
980
	margin:-300px 0 0 -300px;
981
}
982
#cartographieVolante #masquerLaCarte {
983
	float:right;
984
}
985
/*+-----------------------------------------------------------------------------------------------------------------+*/
986
/* Bandeau Projets */
987
#bandeauProjets {
988
	width:845px;
989
	margin:20px 0;
990
	border:dotted 1px #fd8c13;
991
	border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;
992
	float:left;
993
	padding-left:65px;
994
}
995
#bandeauProjets ul {
996
	height:98px;
997
	padding:0px;
998
	list-style:none;
999
	font-family:arial;
1000
}
1001
#bandeauProjets ul li {
1002
	width:250px;
1003
	margin-left:15px;
1004
	border:double 1px orange;
1005
	border-width:0 4px 0 0;
1006
	display:inline;
1007
	height:95px;
1008
	float:left;
1009
}
1010
#bandeauProjets ul li, #bandeauProjets ul li p {
1011
	font-family:arial;
1012
	font-size:10px;
1013
	line-height:13px;
1014
}
1015
#bandeauProjets ul li p {
1016
	padding-right:2px;
1017
}
1018
#bandeauProjets ul li a {
1019
	color:#598000;
1020
	font-weight:bold;
1021
}
1022
#bandeauProjets ul li h3 {
1023
	padding:5px 0;
1024
	margin:0;
1025
	color:#fd8c13;
1026
}
1027
#bandeauProjets ul li img {
1028
	float:right;
1029
	padding:10px;
1030
}
1031
#bandeauProjets ul .bouton {
1032
	width:20px;
1033
}
1034
#boutonPrecedent,#boutonSuivant {
1035
	position:absolute;
1036
}
1037
#boutonPrecedent {
1038
	margin-left:-66px;
1039
	margin-top:-99px;
1040
	height:100px;
1041
	background:white;
1042
	cursor:pointer;
1043
	width:70px;
1044
	border:dotted 1px #fd8c13;
1045
	border-right-style:none;
1046
	border-radius:10px 0 0 10px;-moz-border-radius:10px 0 0 10px;-webkit-border-radius:10px 0 0 10px;
1047
	background:white url(../images/flecheGauche.jpg) no-repeat 5px 25px;
1048
}
1049
#boutonSuivant {
1050
	margin-left:799px;
1051
	margin-top:-99px;
1052
	width:30px;
1053
	cursor:pointer;
1054
	background:white url(../images/flecheDroite.jpg) no-repeat 15px 25px;
868 gduche 1055
	padding:28px 8px 58px 8px;
844 gduche 1056
	border:dotted 1px #fd8c13;
1057
	border-left-style:none;
1058
	border-radius:0 10px 10px 0;-moz-border-radius:0 10px 10px 0;-webkit-border-radius:0 10px 10px 0;
1059
}
1060
/*+-----------------------------------------------------------------------------------------------------------------+*/
1061
/** Zone-bas-page :footer **/
1062
#zone-bas-page {
1063
	width:960px;
1064
	clear:both;
1065
}
1066
#zone-bas-page div {
1067
	width:900px;
1068
	margin:20px 0 10px 0;
1069
	text-align:center;
1070
}
1071
#zone-bas-page div ul li {
1072
	display:inline;
1073
	margin-left:10px;
1074
	padding:6px 0 0 20px;
1075
	line-height:22px;
1076
	text-align:center;
1077
	font-size:12px;
1078
	font-family:arial;
1079
	text-decoration:none;
1080
	list-style:none;
1081
}
1082
#zone-bas-page #accueil {
1083
	background:url(../images/accueil.png) no-repeat 0 2px;
1084
}
1085
#zone-bas-page #faq {
1086
	background:url(../images/faq.png) no-repeat 0 2px;
1087
}
1088
#zone-bas-page #contact {
1089
	background:url(../images/contact.png) no-repeat 0 2px;
1090
}
1091
#zone-bas-page #plan {
1092
	background:url(../images/plan.png) no-repeat 0 2px;
1093
}
1094
#zone-bas-page #rss {
1095
	background:url(../images/rss.png) no-repeat 0 2px;
1096
}
1097
#zone-bas-page #telechargement {
1098
	background:url(../images/telechargement.png) no-repeat 0 2px;
1099
}
1100
#zone-bas-page #visite {
1101
	background:url(../images/visite.png) no-repeat 0 2px;
1102
}
1103
#zone-bas-page #mentions {
1104
	background:url(../images/mentions.gif) no-repeat 0 2px;
1105
}
1106
#zone-bas-page > div a:link, #zone-bas-page > div a:visited, #zone-bas-page > div a:active {
1107
	font-weight:normal;
1108
	color:#598000;
1109
	text-decoration:none;
1110
}
1111
#zone-bas-page > div a:hover, #menupied a:focus {
1112
	font-weight:normal;
1113
	color:#fd8c13;
1114
	text-decoration:none;
1115
}
1116
/*+-----------------------------------------------------------------------------------------------------------------+*/
1117
/** Contact Tela **/
1118
#coordonees {
1119
	width:905px;
1120
	text-align:center;
1121
	margin:auto;
1122
	background:url(../../../commun/generique/images/petitCarre.jpg) no-repeat right;
1123
	height:15px;
1124
}
1125
#coordonees span {
1126
	float:left;
1127
	padding-left:15px;
1128
	background:url(../../../commun/generique/images/petitCarre.jpg) no-repeat 5px 5px;
1129
	font-family:arial;
1130
	font-size:12px;
1131
	font-weight:normal;
1132
	font-style:normal;
1133
}
1134
#coordonees a {
1135
	font-family:arial;
1136
	font-size:12px;
1137
	text-align:justify;
1138
	font-weight:normal;
1139
	line-height:16px;
1140
	list-style:none;
1141
}
1142
#coordonees a:link, #coordonees a:visited, #coordonees a:active {
1143
	color:#3a3633;
1144
}
1145
#coordonees a:hover, #coordonees a:focus {
1146
	color:#fd8c13;
1147
}
1148
/*+-----------------------------------------------------------------------------------------------------------------+*/
1149
/* Mise en page en colonne depuis www.1kbgrid.com */
1150
/* = The 1Kb Grid = 12 columns, 60 pixels each, with 20 pixel gutter */
1151
.grid_1 {
1152
	width:60px;
1153
}
1154
.grid_2 {
1155
	width:140px;
1156
}
1157
.grid_3 {
1158
	width:220px;
1159
}
1160
.grid_4 {
1161
	width:300px;
1162
}
1163
.grid_5 {
1164
	width:380px;
1165
}
1166
.grid_6 {
1167
	width:460px;
1168
}
1169
.grid_7 {
1170
	width:540px;
1171
}
1172
.grid_8 {
1173
	width:620px;
1174
}
1175
.grid_9 {
1176
	width:700px;
1177
}
1178
.grid_10 {
1179
	width:780px;
1180
}
1181
.grid_11 {
1182
	width:860px;
1183
}
1184
.grid_12 {
1185
	width:940px;
1186
}
1187
.column {
1188
	margin:0 10px;
1189
	overflow:hidden;
1190
	float:left;
1191
	display:inline;
1192
}
1193
.row {
851 gduche 1194
	width:695px;
844 gduche 1195
	margin:0 auto;
1196
	overflow:hidden;
1197
}
1198
.row .row {
1199
	margin:0 -10px;
1200
	display:inline-block;
1201
}