Subversion Repositories Sites.tela-botanica.org

Rev

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