Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1703 Rev 1986
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
 
-
 
36
.conteneurDeuxPanneaux {
-
 
37
	width: 700px;
-
 
38
}
35
 
39
 
-
 
40
.panneauGauche {
-
 
41
	float: left;
-
 
42
	width: 300px;
-
 
43
}
-
 
44
 
36
.champRecherche {
45
.panneauDroite {
-
 
46
	float: left;
-
 
47
	width: 300px;
-
 
48
}
-
 
49
 
37
	float: left;
50
.champRecherche {
38
	width: 40%;
51
	width: 90%;
39
	padding-bottom: 5px
52
	padding-bottom: 5px
40
}
53
}
41
 
54
 
42
.champRecherche input {
55
.champRecherche input {
43
	width: 90%
56
	width: 90%
44
}
57
}
45
 
58
 
46
.recherchePrecedente {
59
.recherchePrecedente {
47
	color: #555;
60
	color: #555;
48
	padding: 5px 5px 10px;
61
	padding: 5px 5px 10px;
49
	font-style: italic;
62
	font-style: italic;
50
	clear: left
63
	clear: left
51
}
64
}
52
 
65
 
53
.boutonFermer {
66
.boutonFermer {
54
	float: right;
67
	float: right;
55
	background: url("./img/cross.png") no-repeat 0 2px;
68
	background: url("./img/cross.png") no-repeat 0 2px;
56
	border: none;
69
	border: none;
57
	padding: 0 0 0 16px;
70
	padding: 0 0 0 16px;
58
	color: blue;
71
	color: blue;
59
	text-decoration: underline;
72
	text-decoration: underline;
60
	cursor: pointer
73
	cursor: pointer;
-
 
74
	height: 19px;
61
}
75
}
62
 
76
 
63
.boutonVider {
77
.boutonVider {
64
	float: right;
78
	float: right;
65
	background: url("./img/cancel.png") no-repeat 0 2px;
79
	background: url("./img/cancel.png") no-repeat 0 2px;
66
	border: none;
80
	border: none;
67
	padding: 0 0 0 16px;
81
	padding: 0 0 0 16px;
68
	color: blue;
82
	color: blue;
69
	text-decoration: underline;
83
	text-decoration: underline;
70
	cursor: pointer
84
	cursor: pointer;
-
 
85
	height: 19px
71
}
86
}
72
 
87
 
73
.rechercherAvance {
88
.rechercherAvance {
74
	margin-top:10px;
89
	margin-top: 0px;
75
	margin-left:0px;
90
	margin-left:0px;
-
 
91
	top: 195px;
-
 
92
	position: relative;
-
 
93
	left: 25px;
76
}
94
}
77
 
95
 
78
.zoneRecherche {
96
.zoneRecherche {
79
}
97
}
80
.zoneRss {
98
.zoneRss {
81
	float:right;
99
	float:right;
82
	margin-top:5px;
100
	margin-top:5px;
83
}
101
}
84
.zoneRss a {
102
.zoneRss a {
85
	border:none;
103
	border:none;
-
 
104
}
-
 
105
 
-
 
106
.nettoyage {
-
 
107
	visibility: hidden;
-
 
108
	clear: both;
86
}
109
}
87
110