Subversion Repositories Sites.tela-botanica.org

Rev

Rev 865 | Rev 870 | 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
 
868 gduche 157
.importance1 .row .gauche:first-child {
858 gduche 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;
865 gduche 788
	padding-left:3px
844 gduche 789
}
790
#zone-menu-connexion h3 {
791
	position:absolute;
792
	width:162px;
793
	padding:5px 5px 5px 9px;
794
	margin:-29px 0 0 -10px;
795
	color:white;
796
	text-align:left;
797
	text-transform:uppercase;
798
	font-size:12px;
799
	background-color:#99C242;
800
	border-radius:0 10px 0 0;-moz-border-radius:0 10px 0 0;-webkit-border-radius:0 10px 0 0;
801
}
802
#zone-menu-connexion fieldset label {
803
	position:relative;
804
	width:12em;
805
	display:block;
806
	margin:.1em 0;
807
}
808
#zone-menu-connexion label input {
809
	position:absolute;
810
	left:100%;
811
	top:0;
812
	width:15px;
813
}
814
#zone-menu-connexion #username,#zone-menu-connexion #password {
815
	width:80px;
816
}
817
#zone-menu-connexion fieldset #connexion {
818
	border:solid 1px #8eb533;
819
	padding:0;
820
}
821
#zone-menu-connexion #persistant,#zone-menu-connexion #persistant_label {
822
	float:left;
823
	margin-left:0;
824
}
825
#zone-menu-connexion #persistant_label {
826
	padding-top:2px;
827
}
828
#zone-menu-connexion #colonneDroite {
829
	padding:15px 0;
830
}
831
/*+-----------------------------------------------------------------------------------------------------------------+*/
851 gduche 832
/** Menu lat�ral :Zone gauche **/
844 gduche 833
#zone-gauche {
834
	width:170px;
835
	float:left;
836
	margin-left:0;
837
	padding-bottom:100px;
838
}
839
/*+-----------------------------------------------------------------------------------------------------------------+*/
840
/** Zone principale :zone droite **/
841
#zone-droite {
842
	width:730px;
843
	margin-left:20px;
844
	float:left;
845
	height:auto;
846
	overflow:hidden;
847
}
848
#contenu {
849
	border:none;
850
}
851
#zone_contenu_corps {
852
	border:none;
851 gduche 853
	width:695px
844 gduche 854
}
855
#zone_contenu_corps li,#contenu li {
856
	list-style-image:url(/sites/commun/generique/images/graphisme/petit_carre.png);
857
	line-height:18px;
858
}
859
#zone_contenu_corps li ul li,#contenu li ul li {
860
	list-style:none;
861
	background:url(../images/petitCarreContour.jpg) no-repeat 10px 6px;
862
	padding-left:25px;
863
	line-height:18px;
864
}
865
#zone_contenu_corps form li,#contenu form li {
866
	background:none;
867
}
868
#zone_contenu_corps .alpha,#contenu .alpha {
869
	background:none;
870
	padding-left:25px;
871
	list-style-type:upper-alpha;
872
}
873
#zone_contenu_corps .listeSimple li,#contenu .listeSimple li {
874
	list-style:inherit;
875
	background:none;
876
	padding:0;
877
}
878
#zone_contenu_corps .listeNumerique li,#contenu .listeNumerique li {
879
	list-style:upper-alpha inside;
880
	background:none;
881
	padding:0;
882
}
883
#zone_contenu_corps ul li ul {
884
	margin-bottom:10px;
885
}
886
.filetVert {
887
	width:300px;
888
	margin-left:0;
889
	margin-top:5px;
890
	padding:20px;
891
	border:1px solid #9ac342;
892
	border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;
893
	float:left;
894
}
895
.filetVert h1 {
896
	margin:0 0 10px 0;
897
}
898
/*+-----------------------------------------------------------------------------------------------------------------+*/
899
/*Onglets*/
900
#zone_contenu_corps #BAZ_menu, #zone_contenu_corps .menu_classique_n3, .onglets {
901
	display:inline-block;
902
	padding:0;
903
}
904
.onglets a {border:none
905
}
906
#zone_contenu_corps #BAZ_menu a, #zone_contenu_corps .menu_classique_n3 a, #zone_contenu_corps .onglets li a, #zone_contenu_corps .onglets li {
907
	list-style-image:none;
908
	padding:5px 3px 5px 3px;
909
	margin-top:2px;
910
	background-color:#C2C0AD;
911
}
912
#zone_contenu_corps #BAZ_menu li, #zone_contenu_corps .menu_classique_n3 li, .onglets li {
913
	cursor:pointer;
914
	float:left;
915
	list-style:none;
916
	margin-right:5px;
917
	font-size:13px;
918
	text-transform:uppercase;
919
	letter-spacing:0;
920
	padding:5px 2px 5px 5px;
921
	margin:0 1px 0 0;
922
	background:none no-repeat 5px 9px #C2C0AD;
923
	color:#fd8c13;
924
	border:1px solid #c2c0ad;
925
	border-bottom:0px solid #c2c0ad;
926
	text-decoration:none;
927
	border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;
928
}
929
#zone_contenu_corps #BAZ_menu .menu_actif a, #zone_contenu_corps .menu_classique_n3 .menu_actif a, #zone_contenu_corps .onglets .menu_actif a {
930
	background:none;
931
	color:#FD8C13;
932
	font-weight:bold;
933
}
934
#zone_contenu_corps #BAZ_menu .menu_actif, #zone_contenu_corps .menu_classique_n3 .menu_actif, #zone_contenu_corps .onglets .menu_actif {
935
	background:none;
936
	border:1px solid #C2C0AD;
937
	border-bottom:0 solid #c2c0ad;
938
	text-decoration:none;
939
	border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;
940
}
941
#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 {
942
	color:#6C6865;
943
}
944
#zone_contenu_corps #BAZ_menu .menu_actif h1,#zone_contenu_corps .menu_classique_n3 .menu_actif h1,.onglets .menu_actif h1 {
945
	color:#FD8C13;
946
}
851 gduche 947
 
844 gduche 948
#cartographieVolante {
949
	position:absolute;
950
	z-index:10;
951
	background:white;
952
	border:solid 1px #AAAAAA;
953
	padding:15px;
954
	margin:-300px 0 0 -300px;
955
}
956
#cartographieVolante #masquerLaCarte {
957
	float:right;
958
}
959
/*+-----------------------------------------------------------------------------------------------------------------+*/
960
/* Bandeau Projets */
961
#bandeauProjets {
962
	width:845px;
963
	margin:20px 0;
964
	border:dotted 1px #fd8c13;
965
	border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;
966
	float:left;
967
	padding-left:65px;
968
}
969
#bandeauProjets ul {
970
	height:98px;
971
	padding:0px;
972
	list-style:none;
973
	font-family:arial;
974
}
975
#bandeauProjets ul li {
976
	width:250px;
977
	margin-left:15px;
978
	border:double 1px orange;
979
	border-width:0 4px 0 0;
980
	display:inline;
981
	height:95px;
982
	float:left;
983
}
984
#bandeauProjets ul li, #bandeauProjets ul li p {
985
	font-family:arial;
986
	font-size:10px;
987
	line-height:13px;
988
}
989
#bandeauProjets ul li p {
990
	padding-right:2px;
991
}
992
#bandeauProjets ul li a {
993
	color:#598000;
994
	font-weight:bold;
995
}
996
#bandeauProjets ul li h3 {
997
	padding:5px 0;
998
	margin:0;
999
	color:#fd8c13;
1000
}
1001
#bandeauProjets ul li img {
1002
	float:right;
1003
	padding:10px;
1004
}
1005
#bandeauProjets ul .bouton {
1006
	width:20px;
1007
}
1008
#boutonPrecedent,#boutonSuivant {
1009
	position:absolute;
1010
}
1011
#boutonPrecedent {
1012
	margin-left:-66px;
1013
	margin-top:-99px;
1014
	height:100px;
1015
	background:white;
1016
	cursor:pointer;
1017
	width:70px;
1018
	border:dotted 1px #fd8c13;
1019
	border-right-style:none;
1020
	border-radius:10px 0 0 10px;-moz-border-radius:10px 0 0 10px;-webkit-border-radius:10px 0 0 10px;
1021
	background:white url(../images/flecheGauche.jpg) no-repeat 5px 25px;
1022
}
1023
#boutonSuivant {
1024
	margin-left:799px;
1025
	margin-top:-99px;
1026
	width:30px;
1027
	cursor:pointer;
1028
	background:white url(../images/flecheDroite.jpg) no-repeat 15px 25px;
868 gduche 1029
	padding:28px 8px 58px 8px;
844 gduche 1030
	border:dotted 1px #fd8c13;
1031
	border-left-style:none;
1032
	border-radius:0 10px 10px 0;-moz-border-radius:0 10px 10px 0;-webkit-border-radius:0 10px 10px 0;
1033
}
1034
/*+-----------------------------------------------------------------------------------------------------------------+*/
1035
/** Zone-bas-page :footer **/
1036
#zone-bas-page {
1037
	width:960px;
1038
	clear:both;
1039
}
1040
#zone-bas-page div {
1041
	width:900px;
1042
	margin:20px 0 10px 0;
1043
	text-align:center;
1044
}
1045
#zone-bas-page div ul li {
1046
	display:inline;
1047
	margin-left:10px;
1048
	padding:6px 0 0 20px;
1049
	line-height:22px;
1050
	text-align:center;
1051
	font-size:12px;
1052
	font-family:arial;
1053
	text-decoration:none;
1054
	list-style:none;
1055
}
1056
#zone-bas-page #accueil {
1057
	background:url(../images/accueil.png) no-repeat 0 2px;
1058
}
1059
#zone-bas-page #faq {
1060
	background:url(../images/faq.png) no-repeat 0 2px;
1061
}
1062
#zone-bas-page #contact {
1063
	background:url(../images/contact.png) no-repeat 0 2px;
1064
}
1065
#zone-bas-page #plan {
1066
	background:url(../images/plan.png) no-repeat 0 2px;
1067
}
1068
#zone-bas-page #rss {
1069
	background:url(../images/rss.png) no-repeat 0 2px;
1070
}
1071
#zone-bas-page #telechargement {
1072
	background:url(../images/telechargement.png) no-repeat 0 2px;
1073
}
1074
#zone-bas-page #visite {
1075
	background:url(../images/visite.png) no-repeat 0 2px;
1076
}
1077
#zone-bas-page #mentions {
1078
	background:url(../images/mentions.gif) no-repeat 0 2px;
1079
}
1080
#zone-bas-page > div a:link, #zone-bas-page > div a:visited, #zone-bas-page > div a:active {
1081
	font-weight:normal;
1082
	color:#598000;
1083
	text-decoration:none;
1084
}
1085
#zone-bas-page > div a:hover, #menupied a:focus {
1086
	font-weight:normal;
1087
	color:#fd8c13;
1088
	text-decoration:none;
1089
}
1090
/*+-----------------------------------------------------------------------------------------------------------------+*/
1091
/** Contact Tela **/
1092
#coordonees {
1093
	width:905px;
1094
	text-align:center;
1095
	margin:auto;
1096
	background:url(../../../commun/generique/images/petitCarre.jpg) no-repeat right;
1097
	height:15px;
1098
}
1099
#coordonees span {
1100
	float:left;
1101
	padding-left:15px;
1102
	background:url(../../../commun/generique/images/petitCarre.jpg) no-repeat 5px 5px;
1103
	font-family:arial;
1104
	font-size:12px;
1105
	font-weight:normal;
1106
	font-style:normal;
1107
}
1108
#coordonees a {
1109
	font-family:arial;
1110
	font-size:12px;
1111
	text-align:justify;
1112
	font-weight:normal;
1113
	line-height:16px;
1114
	list-style:none;
1115
}
1116
#coordonees a:link, #coordonees a:visited, #coordonees a:active {
1117
	color:#3a3633;
1118
}
1119
#coordonees a:hover, #coordonees a:focus {
1120
	color:#fd8c13;
1121
}
1122
/*+-----------------------------------------------------------------------------------------------------------------+*/
1123
/* Mise en page en colonne depuis www.1kbgrid.com */
1124
/* = The 1Kb Grid = 12 columns, 60 pixels each, with 20 pixel gutter */
1125
.grid_1 {
1126
	width:60px;
1127
}
1128
.grid_2 {
1129
	width:140px;
1130
}
1131
.grid_3 {
1132
	width:220px;
1133
}
1134
.grid_4 {
1135
	width:300px;
1136
}
1137
.grid_5 {
1138
	width:380px;
1139
}
1140
.grid_6 {
1141
	width:460px;
1142
}
1143
.grid_7 {
1144
	width:540px;
1145
}
1146
.grid_8 {
1147
	width:620px;
1148
}
1149
.grid_9 {
1150
	width:700px;
1151
}
1152
.grid_10 {
1153
	width:780px;
1154
}
1155
.grid_11 {
1156
	width:860px;
1157
}
1158
.grid_12 {
1159
	width:940px;
1160
}
1161
.column {
1162
	margin:0 10px;
1163
	overflow:hidden;
1164
	float:left;
1165
	display:inline;
1166
}
1167
.row {
851 gduche 1168
	width:695px;
844 gduche 1169
	margin:0 auto;
1170
	overflow:hidden;
1171
}
1172
.row .row {
1173
	margin:0 -10px;
1174
	display:inline-block;
1175
}