Subversion Repositories Sites.tela-botanica.org

Rev

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

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