Subversion Repositories eFlore/Applications.del

Rev

Rev 479 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 479 Rev 655
Line 1... Line -...
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 {
1
.entrerMotClef {
49
	margin-bottom: 10px
2
	margin-bottom: 10px
50
}
3
}