Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

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

Rev Author Line No. Line
7 linda 1
.enligne li
2
{
3
display: inline;
4
list-style-type: none;
5
}
6
 
9 linda 7
.enligne
8
{
9
float: none;
10
}
7 linda 11
 
9 linda 12
.enbloc li
13
{
14
display: block;
15
list-style-type: none;
16
}
7 linda 17
 
9 linda 18
.boite
19
{
20
vertical-align: text-bottom;
21
}
22
 
7 linda 23
.float
24
{
9 linda 25
 
7 linda 26
width: 30%;
9 linda 27
height: 250px;
28
border: 1px solid black;
7 linda 29
margin: 1cm 1cm 0cm 0cm;
30
text-align: center;
31
}
32
 
33
.suiv
34
{
35
position: absolute;
36
bottom: 2em;
37
right: 2em
38
}
39
.prec
40
{
41
position: absolute;
42
bottom: 2em;
43
left: 2em
44
}
45
 
9 linda 46
.liste_photo
47
{
48
    width:100%;
49
    float:right;
50
}
51
 
52
.colonne
53
{
54
    display:inline;
55
     width:100%;
56
     list-style-type: none;
57
}
58
 
59
.ligne
60
{
61
    float:left;
62
    width:30%;
63
    list-style-type: none;
64
}
65
.info
66
{
67
    display:block;
68
}
69
 
70
.debord
71
{
72
overflow: scroll;
73
}