Subversion Repositories Sites.tela-botanica.org

Rev

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

Rev 152 Rev 463
1
/*Cartographie.css*/
1
/*Cartographie.css*/
2
table {
2
table {
3
  border:0;
3
  border:0;
4
  border-spacing:0;}
4
  border-spacing:0;}
5
#table_inscrits th {
5
#table_inscrits th {
6
  text-align:center;
6
  text-align:center;
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;}
17
ul.liste_carto {
26
ul.liste_carto {
18
  margin: 0;}
27
  margin: 0;}
19
li.liste_carto {
28
li.liste_carto {
20
  list-style-type: none;
29
  list-style-type: none;
21
  margin: 0;}
30
  margin: 0;}
22
.ligne_paire, .ligne2_paire{
31
.ligne_paire, .ligne2_paire{
23
  background-color:#faf2dc;}
32
  background-color:#faf2dc;}
24
.titre1_carto {
33
.titre1_carto {
25
  font-size: 130%;
34
  font-size: 130%;
26
  margin-top: 1em;}
35
  margin-top: 1em;}
27
.titre2_carto {
36
.titre2_carto {
28
  margin: 1em 0;
37
  margin: 1em 0;
29
  font-size: 110%;}
38
  font-size: 110%;}
30
.carto_erreur {
39
.carto_erreur {
31
  color: #CC6633;
40
  color: #CC6633;
32
  font-weight: bold;
41
  font-weight: bold;
33
  text-decoration: blink;}
42
  text-decoration: blink;}
34
.avertissement_carto {
43
.avertissement_carto {
35
  margin: 5px 2px 0 2px;
44
  margin: 5px 2px 0 2px;
36
  text-align:justify;
45
  text-align:justify;
37
  line-height:1.2em;}
46
  line-height:1.2em;}
38
.cliquer2 {
47
.cliquer2 {
39
  text-align:center;
48
  text-align:center;
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