Subversion Repositories eFlore/Applications.cel-consultation

Rev

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

Rev 2 Rev 3
Line 54... Line 54...
54
 
54
 
55
.conteneur_carte {
55
.conteneur_carte {
56
	height: 600px;	
56
	height: 600px;	
Line -... Line 57...
-
 
57
}
-
 
58
 
-
 
59
 
-
 
60
/* =========================== Aide ============================ */ 
-
 
61
 
-
 
62
#ref-rech-opt-txt td, th {
-
 
63
    border: 1px solid #36560B;
-
 
64
    padding: 7px 5px;
57
}
65
}
Line 58... Line 66...
58
 
66
 
59
/* =========================== Résultats ============================ */ 
67
/* =========================== Résultats ============================ */ 
60
 
68
 
Line 106... Line 114...
106
	padding: 0px;
114
	padding: 0px;
107
}
115
}
Line 108... Line 116...
108
 
116
 
Line 109... Line 117...
109
/* ============ Pagination =============================================== */ 
117
/* ============ Pagination =============================================== */ 
110
 
118
 
111
#page_courante {
119
.page_courante {
Line 112... Line 120...
112
	font-size: 1.5em;
120
	font-size: 1.5em;
113
}
121
}
114
 
122
 
Line 115... Line 123...
115
#page_courante a {
123
.page_courante a {
Line 134... Line 142...
134
	z-index:50;	
142
	z-index:50;	
135
}
143
}
Line 136... Line 144...
136
 
144
 
137
h4.lien_pliage:hover {
145
h4.lien_pliage:hover {
138
	cursor: pointer;
-
 
139
}
146
	cursor: pointer;
-
 
147
}
-
 
148