Subversion Repositories Sites.tela-botanica.org

Rev

Rev 825 | Rev 834 | 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;
825 gduche 86
	border-bottom:1px dotted #95ae5d;}/* �vite l'effet de d�calage. */
801 gduche 87
a:hover {
88
	color:#FD8C13;
825 gduche 89
	border-bottom:1px dotted #95ae5d;}
801 gduche 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;}
829 gduche 235
 
801 gduche 236
#zone_contenu_corps h2 a, #zone_contenu_corps h1 a, #contenu h2 a, #contenu h1 a {
237
	color:#FD8C13;}
238
.boutonJaune {
239
	background:url(/sites/commun/generique/images/telaBlancJaune.png) no-repeat #ECCB12;
240
	padding:4px 10px 4px 30px;
241
	-moz-border-radius:10px;
242
	-webkit-border-radius:10px;
243
	border-radius:10px;
244
	color:#6C6865;
245
	font-family:helveticaneue;
824 gduche 246
	font-size:15px;
247
	border:none}
801 gduche 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;
824 gduche 290
 
801 gduche 291
	font-family:arial;
292
	font-size:11px;
293
	font-weight:bold;}
294
.traitTela li a {
295
	font-family:arial;
296
	font-size:11px;
297
	font-weight:bold;}
298
/* Ombres */
299
.ombre2 {
300
	-moz-box-shadow:4px 4px 7px #aaa;
301
	-webkit-box-shadow:7px 7px 11px #aaa;
302
	box-shadow:7px 7px 11px #555;
303
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4);/* pour ie8 */}
304
/*+-----------------------------------------------------------------------------------------------------------------+*/
305
/* Arrondis */
306
.arrondi7 {
307
	-moz-border-radius:7px;
308
	-webkit-border-radius:7px;
309
	border-radius:7px;}
310
.arrondi30 {
311
	-moz-border-radius:30px;
312
	-webkit-border-radius:30px;
313
	border-radius:30px;}
314
/*+-----------------------------------------------------------------------------------------------------------------+*/
315
/* Menu sup�rieur */
316
/* TODO :mettre les petits carr�s � la bonne place */
317
#zone-menu-haut {
318
	position:absolute;
319
	top:0;
320
	width:880px;
321
	height:12px;
322
	margin:8px auto 0 0;
323
	text-align:center;
324
	font-family:arial;
325
	font-size:12px;
326
	color:#3a3633;}
327
#zone-menu-haut ul {
328
	list-style-image:url(../images/petitCarre.jpg);}
329
#zone-menu-haut ul li {
330
	float:left;}
331
#zone-visiteur ul {
332
	padding:0;}
333
#zone-visiteur li {
334
	text-align:left;
335
	display:block;
336
	width:130px;
337
	padding-left:10px;
338
	background:url(../images/petitCarre.jpg) no-repeat left center;}
339
#zone-acces-rapide {
340
	float:right;}
341
#zone-menu-haut #seconnecter {
342
	margin:0;
343
	padding-left:10px;}
344
#zone-menu-haut #don {
345
	width:110px;
346
	margin:0;}
347
#zone-menu-haut #lettre {
348
	width:120px;
349
	margin:0;}
350
#zone-menu-haut #recherche, .drapeau{
351
list-style:none;}
352
#zone-menu-haut #recherche {
353
	width:185px;
354
	padding-left:5px;
355
	text-align:left;}
356
#zone-menu-haut #recherche fieldset {
357
	width:185px;
358
	padding:0;
359
	border-style:none;}
360
#zone-menu-haut #recherche input {
361
	height:13px;
362
	width:150px;
363
	font-size:12px;
364
	margin:-15px 0 0 -2px;}
365
#zone-menu-haut #recherche legend, #recherche label {
366
	display:none;}
367
#zone-menu-haut #recherche #more_ok {
368
	width:25px;
369
	height:20px;}
370
#zone-menu-haut .drapeau {
371
	width:15px;
372
	margin-left:10px;}
373
#zone-menu-haut a {
374
	font-family:arial;
375
	font-size:12px;}
376
#zone-menu-haut a:link, #zone-menu-haut a:visited, #zone-menu-haut a:active {
822 gduche 377
	color:#598000;}
801 gduche 378
#zone-menu-haut a:hover, #zone-menu-haut a:focus {
379
	color:#fd8c13;}
380
/*+-----------------------------------------------------------------------------------------------------------------+*/
381
#zone-principale {
382
	width:960px;
383
	margin-left:auto;
384
	margin-right:auto}
385
/*+-----------------------------------------------------------------------------------------------------------------+*/
386
/* Logo Tela Botanica */
387
#zone-logo-tela {
388
	position:absolute;
389
	margin-top:3px;
390
	background:none;}
819 gduche 391
#zone-logo-tela a {
392
	border:none;
393
}
801 gduche 394
#zone-logo-tela img:hover {
395
  border:1px dotted white;
396
  width:144px;
397
  height:98px;}
398
#zone-logo-tela a:hover:after {
399
  font-size:12px;
400
  color:white;
401
  content:" "attr(title)" ";}
402
/*+-----------------------------------------------------------------------------------------------------------------+*/
403
.zone-haut {
404
	height:123px;
405
	width:885px;
406
	margin:32px 0 0 0;
407
	text-align:center;}
408
.zone-haut h2 {
409
	position:absolute;
410
	top:135px;
411
	margin:0 0 0 90px;
412
 
413
	font-size:16px;
414
	font-family:arial;
415
	text-transform:none;
416
	color:white;}
417
/*+-----------------------------------------------------------------------------------------------------------------+*/
418
.motsclefs {
419
	position:absolute;
420
	/* N�cessaire pour IE */
421
	width:0;
422
	font-family:Helveticaneue;
423
	letter-spacing:-1px;
424
	font-weight:lighter;}
425
.motsclefs h3 {
426
	position:absolute;
427
	left:200px;
428
	margin-top:17px;
429
	font-family:helveticaneue;
430
	font-size:60px;
431
	font-weight:lighter;
432
	color:#5c5950;}
433
.motsclefs h4 {
434
	margin-top:60px;
435
	margin-left:540px;
436
	text-align:left;
437
	font-family:helveticaneue;
438
	color:#f2f2f2;}
439
.motsclefs span {
440
	position:absolute;
441
	top:85px;
442
	font-weight:normal;
443
	text-transform:lowercase;}
444
/*+-----------------------------------------------------------------------------------------------------------------+*/
445
/** Menu de navigation entre univers **/
446
#zone-menu-navigation {
447
	width:900px;
448
	margin:10px 0 10px 15px;
449
	float:left;
450
	text-decoration:none;
451
	text-align:center;
452
	font-size:14px;
453
	font-family:arial;
454
	line-height:20px;}
455
#zone-menu-navigation a:link,#zone-menu-navigation a:visited,#zone-menu-navigation a:active {
456
	text-decoration:none;}
457
#zone-menu-navigation .menuHautActif a {
458
	color:#6C6865;
459
	width:20px;
460
	font-weight:bold;
461
	font-size:14px;
462
	text-transform:uppercase;
463
	padding-bottom:5px;
464
	border-bottom:4px solid grey;}
465
#zone-menu-navigation a {
823 gduche 466
	color:white;
467
	border:none;}
801 gduche 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;}
825 gduche 674
.onglets a {border:none}
801 gduche 675
#zone_contenu_corps #BAZ_menu a, #zone_contenu_corps .menu_classique_n3 a, #zone_contenu_corps .onglets li a, #zone_contenu_corps .onglets li {
676
	list-style-image:none;
677
	padding:5px 3px 5px 3px;
678
	margin-top:2px;
679
	background-color:#C2C0AD;}
680
#zone_contenu_corps #BAZ_menu li, #zone_contenu_corps .menu_classique_n3 li, .onglets li {
681
	cursor:pointer;
682
	float:left;
683
	list-style:none;
684
	margin-right:5px;
685
	font-size:13px;
686
	text-transform:uppercase;
687
	letter-spacing:0;
688
	padding:5px 2px 5px 5px;
689
	margin:0 1px 0 0;
690
	background:none no-repeat 5px 9px #C2C0AD;
691
	color:#fd8c13;
692
	border:1px solid #c2c0ad;
693
	border-bottom:0px solid #c2c0ad;
694
	text-decoration:none;
695
	-moz-border-radius:10px 10px 0 0;
696
	-webkit-border-radius:10px 10px 0 0;
697
	border-radius:10px 10px 0 0;}
698
#zone_contenu_corps #BAZ_menu .menu_actif a, #zone_contenu_corps .menu_classique_n3 .menu_actif a, #zone_contenu_corps .onglets .menu_actif a {
699
	background:none;
700
	color:#FD8C13;
701
	font-weight:bold;}
702
#zone_contenu_corps #BAZ_menu .menu_actif, #zone_contenu_corps .menu_classique_n3 .menu_actif, #zone_contenu_corps .onglets .menu_actif {
703
	background:none;
704
	border:1px solid #C2C0AD;
705
	border-bottom:0 solid #c2c0ad;
706
	text-decoration:none;
707
	-moz-border-radius:10px 10px 0 0;
708
	-webkit-border-radius:10px 10px 0 0; /* pour Chrome */
709
	border-radius:10px 10px 0 0;}
710
#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 {
711
	color:#6C6865;}
712
#zone_contenu_corps #BAZ_menu .menu_actif h1,#zone_contenu_corps .menu_classique_n3 .menu_actif h1,.onglets .menu_actif h1 {
713
	color:#FD8C13;}
714
.cadreInvisible {
715
	float:left;
716
	margin-left:10px;
717
	margin-top:10px;}
718
.cadreInvisible h1 {
719
	margin:0 0 10px 0;}
720
.cadreRondOmbre {
721
	float:left;
722
	margin-bottom:10px;
723
	padding:20px;
724
	background-color:#fff;
725
	border:1px solid #fff;
726
	-moz-border-radius:10px;
727
	-webkit-border-radius:10px;
728
	border-radius:10px;
729
	-moz-box-shadow:2px 2px 9px #aaa;
730
	-webkit-box-shadow:7px 7px 11px #aaa;
731
	box-shadow:7px 7px 11px #555;
732
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4 );/* pour ie8 */
733
	zoom:1;/* pour ie8 */}
734
.filetRouge {
735
	border:solid 1px red;}
736
#cartographieVolante {
737
	position:absolute;
738
	z-index:10;
739
	background:white;
740
	border:solid 1px #AAAAAA;
741
	padding:15px;
742
	margin:-300px 0 0 -300px;}
743
#cartographieVolante #masquerLaCarte {
744
	float:right;}
745
/*+-----------------------------------------------------------------------------------------------------------------+*/
746
/* Bandeau Projets */
747
#bandeauProjets {
748
	width:845px;
749
	margin:20px 0;
750
	border:dotted 1px #fd8c13;
751
	-moz-border-radius:10px;
752
	-webkit-border-radius:10px;
753
	border-radius:10px;
754
	float:left;
755
	padding-left:65px;}
756
#bandeauProjets ul {
757
	height:98px;
758
	padding:0px;
759
	list-style:none;
760
	font-family:arial;}
761
#bandeauProjets ul li {
762
	width:250px;
763
	margin-left:15px;
764
	border:double 1px orange;
765
	border-width:0 4px 0 0;
766
	display:inline;
767
	height:95px;
768
	float:left;}
769
#bandeauProjets ul li, #bandeauProjets ul li p {
770
	font-family:arial;
771
	font-size:10px;
772
	line-height:13px;}
773
#bandeauProjets ul li p {
774
	padding-right:2px;}
775
#bandeauProjets ul li a {
822 gduche 776
	color:#598000;
801 gduche 777
	font-weight:bold;}
778
#bandeauProjets ul li h3 {
779
	padding:5px 0;
780
	margin:0;
781
	color:#fd8c13;}
782
#bandeauProjets ul li img {
783
	float:right;
784
	padding:10px;}
785
#bandeauProjets ul .bouton {
786
	width:20px;}
787
#boutonPrecedent,#boutonSuivant {
788
	position:absolute;}
789
#boutonPrecedent {
790
	margin-left:-66px;
791
	margin-top:-99px;
792
	height:100px;
793
	background:white;
794
	cursor:pointer;
795
	width:70px;
796
	border:dotted 1px #fd8c13;
797
	border-right-style:none;
798
	-moz-border-radius:10px 0 0 10px;
799
	-webkit-border-radius:10px 0 0 10px;
800
	border-radius:10px 0 0 10px;
801
	background:white url(../images/flecheGauche.jpg) no-repeat 5px 25px;}
802
#boutonSuivant {
803
	margin-left:799px;
804
	margin-top:-99px;
805
	width:30px;
806
	cursor:pointer;
807
	background:white url(../images/flecheDroite.jpg) no-repeat 15px 25px;
808
	padding:28px 8px 53px 8px;
809
	border:dotted 1px #fd8c13;
810
	border-left-style:none;
811
	-moz-border-radius:0 10px 10px 0;
812
	-webkit-border-radius:0 10px 10px 0;
813
	border-radius:0 10px 10px 0;}
814
/*+-----------------------------------------------------------------------------------------------------------------+*/
815
/** Zone-bas-page :footer **/
816
#zone-bas-page {
817
	width:960px;
818
	clear:both;}
819
#zone-bas-page div {
820
	width:900px;
821
	margin:20px 0 10px 0;
822
	text-align:center;}
823
#zone-bas-page div ul li {
824
	display:inline;
825
	margin-left:10px;
826
	padding:6px 0 0 20px;
827
	line-height:22px;
828
	text-align:center;
829
	font-size:12px;
830
	font-family:arial;
831
	text-decoration:none;
832
	list-style:none;}
833
#zone-bas-page #accueil {
834
	background:url(../images/accueil.png) no-repeat 0 2px;}
835
#zone-bas-page #faq {
836
	background:url(../images/faq.png) no-repeat 0 2px;}
837
#zone-bas-page #contact {
838
	background:url(../images/contact.png) no-repeat 0 2px;}
839
#zone-bas-page #plan {
840
	background:url(../images/plan.png) no-repeat 0 2px;}
841
#zone-bas-page #rss {
842
	background:url(../images/rss.png) no-repeat 0 2px;}
843
#zone-bas-page #telechargement {
844
	background:url(../images/telechargement.png) no-repeat 0 2px;}
845
#zone-bas-page #visite {
846
	background:url(../images/visite.png) no-repeat 0 2px;}
847
#zone-bas-page #mentions {
848
	background:url(../images/mentions.gif) no-repeat 0 2px;}
849
#zone-bas-page > div a:link, #zone-bas-page > div a:visited, #zone-bas-page > div a:active {
850
	font-weight:normal;
822 gduche 851
	color:#598000;
801 gduche 852
	text-decoration:none;}
853
#zone-bas-page > div a:hover, #menupied a:focus {
854
	font-weight:normal;
855
	color:#fd8c13;
856
	text-decoration:none;}
857
/*+-----------------------------------------------------------------------------------------------------------------+*/
858
/** Contact Tela **/
859
#coordonees {
860
	width:905px;
861
	text-align:center;
862
	margin:auto;
863
	background:url(../../../commun/generique/images/petitCarre.jpg) no-repeat right;
864
	height:15px;}
865
#coordonees span {
866
	float:left;
867
	padding-left:15px;
868
	background:url(../../../commun/generique/images/petitCarre.jpg) no-repeat 5px 5px;
869
	font-family:arial;
870
	font-size:12px;
871
	font-weight:normal;
872
	font-style:normal;}
873
#coordonees a {
874
	font-family:arial;
875
	font-size:12px;
876
	text-align:justify;
877
	font-weight:normal;
878
	line-height:16px;
879
	list-style:none;}
880
#coordonees a:link, #coordonees a:visited, #coordonees a:active {
881
	color:#3a3633;}
882
#coordonees a:hover, #coordonees a:focus {
883
	color:#fd8c13;}
884
/*+-----------------------------------------------------------------------------------------------------------------+*/
885
/* Mise en page en colonne depuis www.1kbgrid.com */
886
/* = The 1Kb Grid = 12 columns, 60 pixels each, with 20 pixel gutter */
887
.grid_1 {
888
	width:60px;}
889
.grid_2 {
890
	width:140px;}
891
.grid_3 {
892
	width:220px;}
893
.grid_4 {
894
	width:300px;}
895
.grid_5 {
896
	width:380px;}
897
.grid_6 {
898
	width:460px;}
899
.grid_7 {
900
	width:540px;}
901
.grid_8 {
902
	width:620px;}
903
.grid_9 {
904
	width:700px;}
905
.grid_10 {
906
	width:780px;}
907
.grid_11 {
908
	width:860px;}
909
.grid_12 {
910
	width:940px;}
911
.column {
912
	margin:0 10px;
913
	overflow:hidden;
914
	float:left;
915
	display:inline;}
916
.row {
917
	width:960px;
918
	margin:0 auto;
919
	overflow:hidden;}
920
.row .row {
921
	margin:0 -10px;
922
	width:auto;
923
	display:inline-block;}