Subversion Repositories Sites.gentiana.org

Rev

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

Rev 33 Rev 34
Line 113... Line 113...
113
  border:1px solid #EABFFF;}
113
  border:1px solid #EABFFF;}
114
.table_cadre {
114
.table_cadre {
115
  background-color:white;}
115
  background-color:white;}
116
.ligne_paire {
116
.ligne_paire {
117
  background-color:#eddaf0;}
117
  background-color:#eddaf0;}
-
 
118
 
-
 
119
/* Spécial appli eFlore */
-
 
120
#eflore_pied_page {
-
 
121
  clear:both;
-
 
122
  padding-top:20px;
-
 
123
	margin:0 auto;
-
 
124
  text-align:center;
-
 
125
  color:#A9A9A9;}
-
 
126
#efc_transmettre_info {
-
 
127
	background-color:#CADAEE;
-
 
128
	border:1px solid blue;
-
 
129
	font-weight:bold;
-
 
130
	text-align:center;
-
 
131
	height:3em;
-
 
132
	margin:5px 20%;}
-
 
133
#efc_carte_presence {
-
 
134
	position:relative;  
-
 
135
	width:800px;
-
 
136
	height:700px;}
-
 
137
#efc_legende{
-
 
138
	position:absolute;  
-
 
139
	top:0;
-
 
140
	right:0;
-
 
141
	border:none;
-
 
142
	border-collapse:separate;
-
 
143
	width:200px;
-
 
144
	padding:2px;
-
 
145
	margin:5px;}
-
 
146
.efcl_couleur {
-
 
147
  border:1px solid black;
-
 
148
  width:10px;
-
 
149
  height:10px;}
-
 
150
#efc_avertissement {
-
 
151
	clear:both;}
118
152