Subversion Repositories eFlore/Applications.del

Rev

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

Rev Author Line No. Line
544 jpm 1
.recherchePrincipale {
1703 jpm 2
	width:550px;
544 jpm 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
 
1986 aurelien 36
.conteneurDeuxPanneaux {
37
	width: 700px;
38
}
39
 
40
.panneauGauche {
41
	float: left;
42
	width: 300px;
43
}
44
 
45
.panneauDroite {
46
	float: left;
47
	width: 300px;
48
}
49
 
544 jpm 50
.champRecherche {
1986 aurelien 51
	width: 90%;
544 jpm 52
	padding-bottom: 5px
53
}
54
 
55
.champRecherche input {
56
	width: 90%
57
}
58
 
59
.recherchePrecedente {
60
	color: #555;
1104 gduche 61
	padding: 5px 5px 10px;
544 jpm 62
	font-style: italic;
63
	clear: left
64
}
65
 
66
.boutonFermer {
67
	float: right;
68
	background: url("./img/cross.png") no-repeat 0 2px;
69
	border: none;
70
	padding: 0 0 0 16px;
71
	color: blue;
72
	text-decoration: underline;
1986 aurelien 73
	cursor: pointer;
74
	height: 19px;
544 jpm 75
}
76
 
77
.boutonVider {
78
	float: right;
79
	background: url("./img/cancel.png") no-repeat 0 2px;
80
	border: none;
81
	padding: 0 0 0 16px;
82
	color: blue;
83
	text-decoration: underline;
1986 aurelien 84
	cursor: pointer;
85
	height: 19px
670 gduche 86
}
87
 
88
.rechercherAvance {
1986 aurelien 89
	margin-top: 0px;
670 gduche 90
	margin-left:0px;
1986 aurelien 91
	top: 195px;
92
	position: relative;
93
	left: 25px;
1101 gduche 94
}
95
 
96
.zoneRecherche {
1120 gduche 97
}
98
.zoneRss {
99
	float:right;
100
	margin-top:5px;
101
}
102
.zoneRss a {
103
	border:none;
1986 aurelien 104
}
105
 
106
.nettoyage {
107
	visibility: hidden;
108
	clear: both;
544 jpm 109
}