Subversion Repositories eFlore/Applications.del

Rev

Rev 1185 | 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
 
1190 gduche 19
.chapeau {
20
	min-height:70px;
21
}
22
 
455 benjamin 23
.labelProtocole:after {
24
	content: " :"
25
}
26
 
27
.entrerMotClef {
28
	margin-bottom: 10px;
1010 aurelien 29
}
30
 
31
.lienProposerImage {
1104 gduche 32
	margin-top:20px;
1183 gduche 33
	margin-left:70px;
34
	margin-bottom:10px;
35
}
36
 
1185 gduche 37
.lienAide {
38
	margin-right:70px;
39
	padding:4px 15px;
40
	margin-top:19px;
41
	float:right;
42
	color:white;
43
}
44
 
1183 gduche 45
.titreRecherche {
46
	margin:0;
590 gduche 47
}