Subversion Repositories Sites.tela-botanica.org

Rev

Rev 822 | Rev 824 | 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;
823 gduche 86
	border-bottom:1px dotted #7B9C35;}/* �vite l'effet de d�calage. */
801 gduche 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 {
823 gduche 467
	color:white;
468
	border:none;}
801 gduche 469
#zone-menu-navigation ul {
470
	padding:0;}
471
#zone-menu-navigation ul li {
472
	float:left;
473
	width:160px;
474
	height:20px;
475
	margin-right:15px;
476
	text-align:center;
477
	text-decoration:none;
478
	list-style-type:none;
479
	padding:0;
480
	zoom:1; /* pour ie8 */}
481
#zone-menu-navigation a:hover,#zone-menu-navigation a:focus {
482
	font-weight:bold;
483
	color:#6C6865;
484
	text-decoration:none;
485
	text-transform:uppercase;
486
	padding-bottom:5px;
487
	border-bottom:4px solid grey;
488
	-moz-border-radius:30px;
489
	-webkit-border-radius:30px;
490
	border-radius:30px;}
491
/*+-----------------------------------------------------------------------------------------------------------------+*/
492
/* Couleurs des diff�rents menus */
493
#menuAccueil {
494
	background:#fd8c13;}
495
#menuBotanique {
496
	background:#9ac243;}
497
#menuActualites {
498
	background:#c2c0ad;}
499
#menuReseau {
500
	background:#e16039;}
501
#menuProjets {
502
	background:#a89d80;}
503
/*+-----------------------------------------------------------------------------------------------------------------+*/
504
/* Menus */
505
#zone-menu-gauche {
506
	font-family:arial;
507
	font-size:12px;
508
	width:170px;
509
	margin-top:10px;
822 gduche 510
	border-left:1px solid #598000;
801 gduche 511
	padding-left:2px;}
512
#zone-menu-gauche ul {
513
	padding:0;
514
	list-style:none;}
515
#zone-menu-gauche ul li {
516
	padding:0 0 5px 0;}
517
#zone-menu-gauche ul li a {
518
	margin:0;
519
	padding:2px 0 2px 14px;
822 gduche 520
	border-top:1px solid #598000;
521
	border-bottom:1px solid #598000;
522
	border-right:1px solid #598000;
801 gduche 523
	-moz-border-radius:7px;
524
	-webkit-border-radius:7px;
525
	border-radius:7px;
526
	font-weight:bold;
822 gduche 527
	color:#598000;
801 gduche 528
	display:block;
529
	background:url(../images/petitCarre.jpg) no-repeat 3px 7px;}
530
#zone-menu-gauche ul li ul {
531
	list-style:disc inside;
822 gduche 532
	color:#598000;
801 gduche 533
	padding:0 0 0 15px;}
534
#zone-menu-gauche ul li ul li {
535
	padding:0;}
536
#zone-menu-gauche ul li ul li a {
537
	border:none;
538
	background:none;
539
	padding:0;
540
	display:inline;
541
	font-weight:normal;}
542
#zone-menu-gauche .menu_actif a {
543
	color:#FD8C13;}
544
#zone-menu-gauche .menu_inactif a {
822 gduche 545
	color:#598000;
801 gduche 546
	font-weight:normal;}
547
#zone-menu-gauche ul.menu_deroulant_n1 > li > a {
548
	font-weight:bold;}
549
#zone-menu-gauche a:hover {
550
	color:#FD8C13;}
551
/*+-----------------------------------------------------------------------------------------------------------------+*/
552
#cheminDeFer {
553
	width:500px;
554
	margin-left:34px;
555
	margin-top:12px;
556
	margin-bottom:10px;}
557
/*+-----------------------------------------------------------------------------------------------------------------+*/
558
/** Zone menu connexion **/
559
#zone-menu-connexion {
560
	height:122px;
561
	width:178px;
562
	padding:25px 0 0 0;
563
	font-family:arial;
564
	text-align:right;
565
	font-size:11px;
566
	background:url(../images/carreorange.png) no-repeat 9px -9px;}
567
#zone-menu-connexion fieldset {
568
	text-align:left;
569
	width:165px;
570
	background:white;
571
	padding:28px 0 0 10px;
572
	border:solid 1px #99C242;
573
	text-decoration:none;
574
	-moz-border-radius:0 10px 10px 10px;
575
	-webkit-border-radius:0 10px 10px 10px;
576
	border-radius:0 10px 10px 10px;}
577
#zone-menu-connexion fieldset input {
578
	font-size:11px;}
579
#zone-menu-connexion fieldset p {
580
	text-align:left;}
581
#zone-menu-connexion h3 {
582
	position:absolute;
583
	width:162px;
584
	padding:5px 5px 5px 9px;
585
	margin:-29px 0 0 -10px;
586
	color:white;
587
	text-align:left;
588
	text-transform:uppercase;
589
	font-size:12px;
590
	background-color:#99C242;
591
	-moz-border-radius:0 10px 0 0;
592
	-webkit-border-radius:0 10px 0 0;
593
	border-radius:0 10px 0 0;}
594
#zone-menu-connexion fieldset label {
595
	position:relative;
596
	width:12em;
597
	display:block;
598
	margin:.1em 0;}
599
#zone-menu-connexion label input {
600
	position:absolute;
601
	left:100%;
602
	top:0;
603
	width:15px;}
604
#zone-menu-connexion #username,#zone-menu-connexion #password {
605
	width:80px;}
606
#zone-menu-connexion fieldset #connexion {
607
	border:solid 1px #8eb533;
608
	padding:0;}
609
#zone-menu-connexion #persistant,#zone-menu-connexion #persistant_label {
610
	float:left;
611
	margin-left:0;}
612
#zone-menu-connexion #persistant_label {
613
	padding-top:2px;}
614
#zone-menu-connexion #colonneDroite {
615
	padding:15px 0;}
616
/*+-----------------------------------------------------------------------------------------------------------------+*/
617
/** Menu lat�ral :Zone gauche **/
618
#zone-gauche {
619
	width:170px;
620
	float:left;
621
	margin-left:0;
622
	padding-bottom:100px;}
623
/*+-----------------------------------------------------------------------------------------------------------------+*/
624
/** Zone principale :zone droite **/
625
#zone-droite {
626
	width:730px;
627
	margin-left:20px;
628
	float:left;
629
	height:auto;
630
	overflow:hidden;}
631
#contenu {
632
	border:none;}
633
#zone_contenu_corps {
634
	border:none;
635
	width:690px}
636
#zone_contenu_corps li,#contenu li {
637
	list-style-image:url(/sites/commun/generique/images/graphisme/petit_carre.png);
638
	line-height:18px;}
639
#zone_contenu_corps li ul li,#contenu li ul li {
640
	list-style:none;
641
	background:url(../images/petitCarreContour.jpg) no-repeat 10px 6px;
642
	padding-left:25px;
643
	line-height:18px;}
644
#zone_contenu_corps form li,#contenu form li {
645
	background:none;}
646
#zone_contenu_corps .alpha,#contenu .alpha {
647
	background:none;
648
	padding-left:25px;
649
	list-style-type:upper-alpha;}
650
#zone_contenu_corps .listeSimple li,#contenu .listeSimple li {
651
	list-style:inherit;
652
	background:none;
653
	padding:0;}
654
#zone_contenu_corps .listeNumerique li,#contenu .listeNumerique li {
655
	list-style:upper-alpha inside;
656
	background:none;
657
	padding:0;}
658
#zone_contenu_corps ul li ul {
659
	margin-bottom:10px;}
660
.filetVert {
661
	width:300px;
662
	margin-left:0;
663
	margin-top:5px;
664
	padding:20px;
665
	border:1px solid #9ac342;
666
	-moz-border-radius:10px;
667
	float:left;}
668
.filetVert h1 {
669
	margin:0 0 10px 0;}
670
/*+-----------------------------------------------------------------------------------------------------------------+*/
671
/*Onglets*/
672
#zone_contenu_corps #BAZ_menu, #zone_contenu_corps .menu_classique_n3, .onglets {
673
	display:inline-block;
674
	padding:0;}
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;}