Subversion Repositories eFlore/Applications.cel

Rev

Rev 2211 | Rev 2213 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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