Line | |
---|
1 | /* positionnement de vie feminine */ |
---|
2 | /* 3 colonnes : principale à gauche, 2 contextes à droite */ |
---|
3 | |
---|
4 | body { |
---|
5 | margin:0; |
---|
6 | background:url("images/fond-top.png") repeat-x top left; |
---|
7 | } |
---|
8 | |
---|
9 | #general { |
---|
10 | width:850px; |
---|
11 | margin: 72px auto 0 auto; |
---|
12 | } |
---|
13 | |
---|
14 | #bandeau { |
---|
15 | height: 150px; |
---|
16 | margin: 0 auto 20px auto; |
---|
17 | background:url("images/bandeau.jpg") no-repeat center center; |
---|
18 | border-top:1px solid #ccc; |
---|
19 | border-bottom:1px solid #ccc; |
---|
20 | } |
---|
21 | |
---|
22 | #corps { |
---|
23 | margin-right:250px; |
---|
24 | margin-left: 200px; |
---|
25 | min-height:400px; |
---|
26 | _height:400px; |
---|
27 | |
---|
28 | overflow: hidden; |
---|
29 | o\verflow: visible; |
---|
30 | width: 100%; |
---|
31 | w\idth: auto; |
---|
32 | he\ight: 1%; |
---|
33 | } |
---|
34 | |
---|
35 | #contexte2 { |
---|
36 | width:230px; |
---|
37 | float:right; |
---|
38 | margin:0; |
---|
39 | } |
---|
40 | |
---|
41 | #contexte1 { |
---|
42 | width: 180px; |
---|
43 | position:absolute; |
---|
44 | } |
---|
45 | |
---|
46 | #fin-corps { |
---|
47 | clear:both; |
---|
48 | } |
---|
49 | |
---|
50 | #footer { |
---|
51 | margin-top: 20px; |
---|
52 | padding: 26px 0 20px 0; |
---|
53 | background: url("images/fond-footer.png") top left repeat-x #e30071; |
---|
54 | font-size:9px; |
---|
55 | } |
---|
56 | |
---|
57 | #footer p { |
---|
58 | width:850px; |
---|
59 | margin:0 auto 6px auto; |
---|
60 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.