Subversion Repositories eFlore/Applications.cel

Rev

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

Rev Author Line No. Line
2207 aurelien 1
#zone-appli {
2
	max-width: 735px;
3
}
4
 
5
.titre_section {
6
	margin-left: 25px;
7
}
8
 
9
.image_exemple {
10
	margin-left: 25px;
11
}
12
 
13
.image_exemple img {
14
	float: left;
15
}
16
 
17
.image_infos {
18
	float: left;
19
	padding-top: 45px;
20
}
21
 
22
.liste_infos li {
23
	padding-top: 2px;
24
    padding-bottom: 16px;
25
}
26
 
27
hr.nettoyage {
28
	visibility: hidden;
29
	clear: both;
30
}
31
 
32
.champ_selection_texte {
33
	color: #333333;
34
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
35
    font-size: 13px;
36
    line-height: 18px;
37
    border: none;
38
    margin-bottom: 0;
39
    margin-top: -3px;
40
}
41
 
42
.attribution {
43
    width: 302px;
44
}
45
 
46
.lien_image_originale {
47
	cursor: pointer;
2210 aurelien 48
	width: 302px;
2207 aurelien 49
}
50
 
51
.sans_padding_bt {
52
	padding-bottom: 0;
53
    padding-top: 0;
54
}