Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

Rev 16 | Details | Compare with Previous | Last modification | View Log | RSS feed

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