Subversion Repositories Sites.tela-botanica.org

Rev

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