Subversion Repositories Sites.tela-botanica.org

Rev

Rev 1041 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1041 Rev 1044
Line 318... Line 318...
318
 
318
 
Line -... Line 319...
-
 
319
#body {width:99%}
-
 
320
 
-
 
321
 
-
 
322
 
-
 
323
/** classes issues de Tela **/
-
 
324
/*+-----------------------------------------------------------------------------------------------------------------+*/
-
 
325
/* Classes & couleurs */
-
 
326
.rejoindre {
-
 
327
	display:inline-block;
-
 
328
	line-height:30px;
-
 
329
	padding-left:30px;
-
 
330
	background:url("/sites/commun/generique/images/graphisme/icone_erable_blanc_vert.png") no-repeat scroll 0 center transparent;
-
 
331
}
-
 
332
.cacher {
-
 
333
	display:none;
-
 
334
}
-
 
335
.transparent {
-
 
336
	visibility:hidden;
-
 
337
}
-
 
338
.sous-titre {
-
 
339
	font-size:11px;
Line -... Line 340...
-
 
340
	font-weight:normal;	
-
 
341
	color:#AAAAAA;
-
 
342
	margin:0
-
 
343
}
-
 
344
 
-
 
345
/* Classes d'importance */
-
 
346
 
-
 
347
/* Mise en colonnes */
-
 
348
.importance1 {
-
 
349
	margin:10px 10px 20px 10px;		
-
 
350
	background-color:#eaedcd;	
-
 
351
	padding:8px;
-
 
352
	font-family:arial;
-
 
353
	font-size:11px;
-
 
354
	color:#3a3633;
-
 
355
	border-radius:10px;
-
 
356
	-moz-border-radius:10px;
-
 
357
	-webkit-border-radius:10px;
-
 
358
	box-shadow:7px 7px 11px #555;
-
 
359
	-moz-box-shadow:2px 2px 5px #aaa;
-
 
360
	-webkit-box-shadow:7px 7px 11px #aaa;
-
 
361
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4);/* pour ie8 */
-
 
362
	zoom:1;/* pour ie8 */
-
 
363
}
-
 
364
.importance1 input, .importance1 select {
-
 
365
	font-family:arial;
-
 
366
	font-size:11px;
-
 
367
	background-color:#fff;
-
 
368
	border:dotted 1px #7b9c35;
-
 
369
	color:#3a3633;
-
 
370
	margin-bottom:7px;
-
 
371
}
-
 
372
.importance1 .row .gauche	{
-
 
373
	width:45%;
-
 
374
	padding-left:4%;
-
 
375
}
-
 
376
.importance1 .row .gauche:first-child {
-
 
377
    border-right:dotted 1px #AAAAAA
-
 
378
}
-
 
379
.importance2 {
-
 
380
	margin:10px;
-
 
381
	padding:10px;
-
 
382
	border-radius:10px;
-
 
383
	-moz-border-radius:10px;
-
 
384
	-webkit-border-radius:10px;
-
 
385
	box-shadow:7px 7px 11px #555;
-
 
386
	-moz-box-shadow:2px 2px 9px #aaa;
-
 
387
	-webkit-box-shadow:7px 7px 11px #aaa;
-
 
388
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4 );/* pour ie8 */
-
 
389
	zoom:1;/* pour ie8 */
-
 
390
}
-
 
391
.importance3 {
-
 
392
	margin:10px;
-
 
393
	padding:20px;
-
 
394
	border-radius:10px;
-
 
395
	-moz-border-radius:10px;
-
 
396
	-webkit-border-radius:10px;
-
 
397
	zoom:1;/* pour ie8 */
-
 
398
}
-
 
399
.importance4 {
-
 
400
	margin:10px;
-
 
401
	padding:20px;
-
 
402
	background-color:#fff;
-
 
403
	border:1px solid #fff;
-
 
404
	border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;
-
 
405
	box-shadow:7px 7px 11px #555;-moz-box-shadow:2px 2px 9px #aaa;-webkit-box-shadow:7px 7px 11px #aaa;
-
 
406
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4 );/* pour ie8 */
-
 
407
	zoom:1;/* pour ie8 */
-
 
408
}
-
 
409
.importance1 h1,.importance2 h1,.importance3 h1,.importance4 h1{
-
 
410
	margin:0 0 10px 0;
-
 
411
	padding:0 0 0 25px;
-
 
412
}
-
 
413
.importance1 h2,.importance1 h3,.importance2 h2,.importance2 h3,.importance3 h2,.importance3 h3,.importance4 h2,.importance4 h3 {
-
 
414
	margin:0;
-
 
415
}
-
 
416
 
-
 
417
/* Flottant */
-
 
418
.gauche {
-
 
419
	float:left;
-
 
420
}
-
 
421
.droite {
-
 
422
	float:right;
-
 
423
}
-
 
424
.floatLeft {
-
 
425
	float:left;
-
 
426
}
-
 
427
.petitcarre, .lire-suite {
-
 
428
	padding-left:10px;
-
 
429
	background:url(../images/petitCarre.jpg) no-repeat 0px 4px;
-
 
430
}
-
 
431
.voir-tout {
-
 
432
	padding:10px 0 0 30px;
-
 
433
	background:url(/sites/commun/generique/images/traitTela.jpg) no-repeat 0 6px;
-
 
434
}
-
 
435
.troiscarre {
-
 
436
	padding-left:30px;
-
 
437
	background:url(../images/troisCarre.png) no-repeat 5px 5px;
-
 
438
}
-
 
439
.voir-tout, .telecharger, .acceder {
-
 
440
	padding:10px 0 0 30px;
-
 
441
	background:url(/sites/commun/generique/images/traitTela.jpg) no-repeat 0 6px;
-
 
442
}
-
 
443
 
-
 
444
/* Taille des cadres */
-
 
445
.demi {
-
 
446
	width:50%;
-
 
447
}
-
 
448
.tiers {
-
 
449
	width:33%
-
 
450
	
-
 
451
}
-
 
452
.deux-tiers {
-
 
453
	width:66%;
-
 
454
}
-
 
455
.vertpetit {
-
 
456
	color:#598000;
-
 
457
	font-family:arial;
-
 
458
	font-size:11px;
-
 
459
	font-weight:bold;
-
 
460
}
-
 
461
.discretion {
-
 
462
	color:#3a3633;
-
 
463
	font-family:arial;
-
 
464
	font-size:11px;
-
 
465
	font-weight:bold;
-
 
466
}
-
 
467
.acceder-outil {
-
 
468
	background:url(/sites/commun/generique/images/telaBlancJaune.png) no-repeat #ECCB12;
-
 
469
	padding:4px 10px 4px 30px;
-
 
470
	border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;
319
#body {width:99%}
471
	color:#6C6865;