Subversion Repositories eFlore/Applications.del

Rev

Rev 1183 | Details | Compare with Previous | Last modification | View Log | RSS feed

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