Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1183 Rev 1703
1
.recherchePrincipale {
1
.recherchePrincipale {
2
	width: 550px;
2
	width:550px;
3
	font-size: 18px;
3
	font-size: 18px;
4
	padding: 5px;
4
	padding: 5px;
5
	border: solid 1px #AAA;
5
	border: solid 1px #AAA;
6
	float: left;
6
	float: left;
7
}
7
}
8
 
8
 
9
.boutonRecherche {
9
.boutonRecherche {
10
	border: solid 1px #AAA;
10
	border: solid 1px #AAA;
11
	padding: 5px;
11
	padding: 5px;
12
	cursor: pointer;
12
	cursor: pointer;
13
	float: left;
13
	float: left;
14
	margin: 0 10px 0 10px
14
	margin: 0 10px 0 10px
15
}
15
}
16
 
16
 
17
.lienRechercheAvancee {
17
.lienRechercheAvancee {
18
	cursor: pointer;
18
	cursor: pointer;
19
	text-decoration: underline;
19
	text-decoration: underline;
20
	color: blue;
20
	color: blue;
21
	float: left;
21
	float: left;
22
	margin-right: 240px;
22
	margin-right: 240px;
23
	margin: 5px
23
	margin: 5px
24
}
24
}
25
 
25
 
26
.rechercheAvancee {
26
.rechercheAvancee {
27
	border: solid 1px #333;
27
	border: solid 1px #333;
28
	padding: 15px;
28
	padding: 15px;
29
	position: absolute;
29
	position: absolute;
30
	width: 750px;
30
	width: 750px;
31
	margin-top: 0px;
31
	margin-top: 0px;
32
	background: white;
32
	background: white;
33
	z-index: 2000
33
	z-index: 2000
34
}
34
}
35
 
35
 
36
.champRecherche {
36
.champRecherche {
37
	float: left;
37
	float: left;
38
	width: 40%;
38
	width: 40%;
39
	padding-bottom: 5px
39
	padding-bottom: 5px
40
}
40
}
41
 
41
 
42
.champRecherche input {
42
.champRecherche input {
43
	width: 90%
43
	width: 90%
44
}
44
}
45
 
45
 
46
.recherchePrecedente {
46
.recherchePrecedente {
47
	color: #555;
47
	color: #555;
48
	padding: 5px 5px 10px;
48
	padding: 5px 5px 10px;
49
	font-style: italic;
49
	font-style: italic;
50
	clear: left
50
	clear: left
51
}
51
}
52
 
52
 
53
.boutonFermer {
53
.boutonFermer {
54
	float: right;
54
	float: right;
55
	background: url("./img/cross.png") no-repeat 0 2px;
55
	background: url("./img/cross.png") no-repeat 0 2px;
56
	border: none;
56
	border: none;
57
	padding: 0 0 0 16px;
57
	padding: 0 0 0 16px;
58
	color: blue;
58
	color: blue;
59
	text-decoration: underline;
59
	text-decoration: underline;
60
	cursor: pointer
60
	cursor: pointer
61
}
61
}
62
 
62
 
63
.boutonVider {
63
.boutonVider {
64
	float: right;
64
	float: right;
65
	background: url("./img/cancel.png") no-repeat 0 2px;
65
	background: url("./img/cancel.png") no-repeat 0 2px;
66
	border: none;
66
	border: none;
67
	padding: 0 0 0 16px;
67
	padding: 0 0 0 16px;
68
	color: blue;
68
	color: blue;
69
	text-decoration: underline;
69
	text-decoration: underline;
70
	cursor: pointer
70
	cursor: pointer
71
}
71
}
72
 
72
 
73
.rechercherAvance {
73
.rechercherAvance {
74
	margin-top:10px;
74
	margin-top:10px;
75
	margin-left:0px;
75
	margin-left:0px;
76
}
76
}
77
 
77
 
78
.zoneRecherche {
78
.zoneRecherche {
79
}
79
}
80
.zoneRss {
80
.zoneRss {
81
	float:right;
81
	float:right;
82
	margin-top:5px;
82
	margin-top:5px;
83
}
83
}
84
.zoneRss a {
84
.zoneRss a {
85
	border:none;
85
	border:none;
86
}
86
}