Subversion Repositories eFlore/Applications.del

Rev

Rev 417 | Rev 655 | Go to most recent revision | 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
	-moz-border-radius: 10px;
6
	border: solid 1px #AAA;
7
	float: left;
8
}
9
 
10
.boutonRecherche {
11
	border: solid 1px #AAA;
12
	-moz-border-radius: 10px;
13
	padding: 5px;
14
	cursor: pointer;
15
	float: left;
16
	margin: 0 10px 0 10px
17
}
18
 
19
.lienRechercheAvancee {
20
	cursor: pointer;
21
	text-decoration: underline;
22
	color: blue;
23
	float: left;
24
	margin-right: 240px;
25
	margin: 5px
26
}
27
 
28
.rechercheAvancee {
29
	border: solid 1px #333;
30
	padding: 10px;
31
	-moz-border-radius: 0 0 10px 10px;
32
	-moz-box-shadow: 5px 5px 10px #EEE;
33
	position: absolute;
34
	width: 750px;
35
	margin-top: 0px;
36
	background: white;
37
	z-index: 2000
38
}
39
 
40
.champRecherche {
41
	float: left;
42
	width: 40%;
43
	padding-bottom: 5px
44
}
45
 
46
.champRecherche input {
47
	width: 90%
48
}
49
 
50
.recherchePrecedente {
51
	color: #555;
52
	padding: 5px;
53
	font-style: italic;
54
	clear: left
55
}
56
 
57
.boutonFermer {
58
	float: right;
59
	background: url("./img/cross.png") no-repeat 0 2px;
60
	border: none;
61
	padding: 0 0 0 16px;
62
	color: blue;
63
	text-decoration: underline;
64
	cursor: pointer
65
}
66
 
67
.boutonVider {
68
	float: right;
69
	background: url("./img/cancel.png") no-repeat 0 2px;
70
	border: none;
71
	padding: 0 0 0 16px;
72
	color: blue;
73
	text-decoration: underline;
74
	cursor: pointer
75
}