Subversion Repositories eFlore/Applications.del

Rev

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

Rev 417 Rev 544
Line 1... Line -...
1
.recherchePrincipale {width: 550px; font-size:18px; padding:5px; -moz-border-radius:10px; border:solid 1px #AAA; float:left;}
-
 
2
.boutonRecherche {border:solid 1px #AAA; -moz-border-radius:10px; padding:5px; cursor:pointer; float:left;  margin:0 10px 0 10px}
-
 
3
.lienRechercheAvancee {cursor:pointer; text-decoration:underline; color:blue; float:left; margin-right:240px; margin:5px }
-
 
4
.rechercheAvancee {border:solid 1px #333; padding:10px; -moz-border-radius:0 0 10px 10px; -moz-box-shadow:5px 5px 10px #EEE;position:absolute; width:750px; margin-top:0px; background:white; z-index:2000}
-
 
5
.champRecherche {float:left; width:40%; padding-bottom:5px}
-
 
6
.champRecherche input {width:90%}
-
 
7
.recherchePrecedente {color:#555; padding:5px; font-style:italic; clear:left}
-
 
8
.boutonFermer {float:right; background:url("./img/cross.png") no-repeat 0 2px; border:none; padding:0 0 0 16px; color:blue; text-decoration:underline; cursor:pointer }
-
 
9
.boutonVider {float:right; background:url("./img/cancel.png") no-repeat 0 2px; border:none; padding:0 0 0 16px; color:blue; text-decoration:underline; cursor:pointer }
-
 
10
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
}
-
 
76
11
77