Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

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

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