Subversion Repositories Sites.tela-botanica.org

Rev

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

Rev 600 Rev 607
Line 411... Line 411...
411
	font-size: 9px;
411
	font-size: 9px;
412
	padding: 3px 0 0 0;
412
	padding: 3px 0 0 0;
413
	margin: 0;
413
	margin: 0;
414
	text-align: left;
414
	text-align: left;
415
	-moz-opacity: 1;}
415
	-moz-opacity: 1;}
416
	
-
 
417
/* Un boite d'information */
416
/* Un boite d'information */
418
 
-
 
419
.information_projet {
417
.information_projet {
420
float:right;
418
	float:right;
421
width:250px;
419
	width:250px;
422
text-align:left;
420
	text-align:left;
423
background: #e7ebfd;
421
	background: #e7ebfd;
424
 
-
 
425
  border:1px solid #5D81BA;
422
	border:1px solid #5D81BA;
426
  max-width: 800px;
423
	max-width: 800px;
427
  padding:5px;
424
	padding:5px;
428
}
425
	margin:5px;}
429
 
-
 
430
426