Subversion Repositories Sites.tela-botanica.org

Rev

Rev 833 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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