Subversion Repositories eFlore/Applications.del

Rev

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

Rev Author Line No. Line
455 benjamin 1
.zoneRecherche {
2
	width: 100%
3
}
122 gduche 4
 
455 benjamin 5
.moteurRecherche {
6
	margin-bottom: 10px;
7
}
8
 
9
.moteurRecherche button {
10
	margin-left: 2px;
11
	margin-top: -1px
12
}
13
 
14
.labelProtocole {
15
	padding: 0 5px 0 0;
16
	float: left
17
}
18
 
19
.labelProtocole:after {
20
	content: " :"
21
}
22
 
23
.entrerMotClef {
24
	margin-bottom: 10px;
1010 aurelien 25
}
26
 
27
.lienProposerImage {
1104 gduche 28
	margin-top:20px;
1183 gduche 29
	margin-left:70px;
30
	margin-bottom:10px;
31
}
32
 
1185 gduche 33
.lienAide {
34
	margin-right:70px;
35
	padding:4px 15px;
36
	margin-top:19px;
37
	float:right;
38
	color:white;
39
}
40
 
1183 gduche 41
.titreRecherche {
42
	margin:0;
590 gduche 43
}