Subversion Repositories Sites.tela-botanica.org

Rev

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