Subversion Repositories Sites.tela-botanica.org

Rev

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

Rev 152 Rev 463
Line 7... Line 7...
7
  background-color: #E4B842;
7
  background-color: #E4B842;
8
  color: black;}
8
  color: black;}
9
#table_inscrits td {
9
#table_inscrits td {
10
  padding:2px;
10
  padding:2px;
11
  text-align:left;}
11
  text-align:left;}
-
 
12
#table_inscrits{
-
 
13
	width:100%;
-
 
14
	margin:0;
-
 
15
	border:none;}
-
 
16
#table_inscrits tbody{
-
 
17
	vertical-align:top;
-
 
18
	min-height:1em;
-
 
19
	height:200px;
-
 
20
	overflow: auto;}
12
#carto {
21
#carto {
13
  text-align:center;}
22
  text-align:center;}
14
a.chemin_carto {
23
a.chemin_carto {
15
  text-decoration:none;
24
  text-decoration:none;
16
  font-weight:bold;}
25
  font-weight:bold;}
Line 40... Line 49...
40
  font-weight:bold;}
49
  font-weight:bold;}
41
.couleur {
50
.couleur {
42
  text-align:center;}
51
  text-align:center;}
43
.liste_zone {
52
.liste_zone {
44
  text-align:center;}
53
  text-align:center;}
45
.cocher {
-
 
46
  text-align:left;
-
 
47
  margin:30px 0;}
-
 
48
54
  
-
 
55
#redaction {
-
 
56
	background:#D4D4D4 url(images/redaction_milieu.png) repeat-y scroll 0%;
-
 
57
	color:#454545;
-
 
58
	width:900px;}
-
 
59
#redaction .text, #redaction .forml {
-
 
60
	width:800px;}
-
 
61
#redaction table,#redaction h2 {
-
 
62
	margin:5px;}
-
 
63
#redaction_tete {
-
 
64
	background:#D4D4D4 url(images/redaction_tete.png) no-repeat scroll 0%;
-
 
65
	color:#FFFFFF;
-
 
66
	height:15px;}
-
 
67
#redaction_pied {
-
 
68
	background:#D4D4D4 url(images/redaction_pied.png) no-repeat scroll 0%;
-
 
69
	color:#FFFFFF;
-
 
70
	height:15px;}
-
 
71
49
72