Subversion Repositories eFlore/Applications.del

Rev

Rev 1986 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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