Subversion Repositories Sites.tela-botanica.org

Rev

Rev 1022 | Rev 1038 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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