Subversion Repositories eFlore/Applications.del

Rev

Rev 445 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
455 benjamin 1
.recherchePrincipale {
2
	width: 50%;
3
	font-size: 18px;
4
	padding: 5px;
5
	-moz-border-radius: 10px;
6
	border: solid 1px #AAA;
7
}
8
 
9
.boutonRecherche {
10
	border: solid 1px #AAA;
11
	-moz-border-radius: 10px;
12
	padding: 5px;
13
	cursor: pointer
14
}
15
 
16
.lienRechercheAvancee {
17
	cursor: pointer;
18
	text-decoration: underline;
19
	color: blue;
20
	float: right;
21
	margin-right: 240px;
22
	margin-top: 10px
23
}
24
 
25
.rechercheAvancee {
26
	border: solid 1px #333;
27
	padding: 10px;
28
	-moz-border-radius: 0 0 10px 10px;
29
	-moz-box-shadow: 5px 5px 10px #EEE;
30
	position: absolute;
31
	width: 700px;
32
	margin-top: 5px;
33
	background: white
34
}
35
 
36
.champRecherche {
37
	float: left;
38
	width: 50%;
39
	padding-bottom: 5px
40
}
41
 
42
.recherchePrecedente {
43
	color: #555;
44
	padding: 5px;
45
	font-style: italic
46
}
47
 
48
.entrerMotClef {
49
	margin-bottom: 10px
50
}
51
 
52
.boutonTriAsc {
53
	height: 20px;
54
	background: url(./img/fleche-haut.png) no-repeat
55
}
56
 
57
.boutonTriDesc {
58
	height: 20px;
59
	background: url(./img/fleche-bas.png) no-repeat
60
}