Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 13 Rev 101
Line 280... Line 280...
280
.largeur-14{
280
.largeur-14{
281
	width:840px;}
281
	width:840px;}
282
.largeur-15{
282
.largeur-15{
283
	width:900px;}
283
	width:900px;}
284
.largeur-16{
284
.largeur-16{
285
	width:960px;}
-
 
286
285
	width:960px;}
-
 
286
/*---------------------------------------------------------------------------------------------------------------------------------------*/
-
 
287
/* Formulaire de Recherche Simple */	
-
 
288
#ef-form-nomenclature fieldset {
-
 
289
	border:none; 
-
 
290
	padding:0;
-
 
291
	width:100%;
-
 
292
}
-
 
293
#ef-form-nomenclature table {
-
 
294
	width:100%;
-
 
295
}
-
 
296
#ef-form-nomenclature h1 { 
-
 
297
	margin:0 0 3px 16px; 
-
 
298
}
-
 
299
#ef-form-nomenclature .champ {
-
 
300
	padding:3px; 
-
 
301
	font-size:12px;
-
 
302
}
-
 
303
#ef-form-nomenclature .zone-choix-type-nom {
-
 
304
	float:left; 
-
 
305
	padding:0 10px
-
 
306
}
-
 
307
#ef-form-nomenclature .titre-choix-nom {
-
 
308
	padding:12px; 
-
 
309
	font-weight:bold
-
 
310
}
-
 
311
#ef-form-nomenclature #zone-liens-recherche  {
-
 
312
	padding:5px;
-
 
313
}
-
 
314
#eflore_nomenclature_fiche {
-
 
315
	background:url(../images/lien.png) no-repeat 0 -1px; 
-
 
316
	padding:0 0 0 17px; 
-
 
317
	color:#598000; 
-
 
318
	border:1px dotted #95AE5D;
-
 
319
	border-width:0 0 1px 0; 
-
 
320
	cursor:pointer; 
-
 
321
	margin:0 0 0 27px; 
-
 
322
	font-size:12px
-
 
323
}
-
 
324
#ef-form-nomenclature input.ok {
-
 
325
	color:#FD8C13; 
-
 
326
	font-size:12px; 
-
 
327
	font-weight:bold; 
-
 
328
	padding:2px
-
 
329
}
-
 
330
#ef-form-nomenclature label {
-
 
331
	font-size:12px
-
 
332
}
-
 
333