Subversion Repositories Sites.tela-botanica.org

Rev

Rev 898 | Rev 904 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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