Line | |
---|
1 | /* css de disposition du site d'emilio */ |
---|
2 | /* stephane, aout 2007 */ |
---|
3 | |
---|
4 | body { |
---|
5 | margin: 0; |
---|
6 | |
---|
7 | background-color:#f30 |
---|
8 | } |
---|
9 | |
---|
10 | #bandeau { |
---|
11 | height: 120px; |
---|
12 | background-repeat: no-repeat; |
---|
13 | background-position: bottom left; |
---|
14 | background: url(bandeau.gif) no-repeat left bottom; |
---|
15 | background-color:#000; |
---|
16 | } |
---|
17 | |
---|
18 | #navigation { |
---|
19 | position:absolute; |
---|
20 | top:97px; |
---|
21 | left:525px; |
---|
22 | } |
---|
23 | |
---|
24 | #chemin{ |
---|
25 | clear:both; |
---|
26 | } |
---|
27 | |
---|
28 | #chemin, #chemin-vide { |
---|
29 | clear:both; |
---|
30 | padding: 4px 30px; |
---|
31 | background-color: #2a2a2a; |
---|
32 | } |
---|
33 | |
---|
34 | #chemin-vide { |
---|
35 | height:9px; |
---|
36 | } |
---|
37 | |
---|
38 | #contenus { |
---|
39 | width: 875px; |
---|
40 | padding:45px 30px 30px 0; |
---|
41 | } |
---|
42 | |
---|
43 | #contextes { |
---|
44 | float:right; |
---|
45 | width: 352px; |
---|
46 | margin:20px 0 40px 0; |
---|
47 | background-color: #fff; |
---|
48 | } |
---|
49 | |
---|
50 | #contexte1 { |
---|
51 | padding: 26px 26px 0 26px; |
---|
52 | } |
---|
53 | |
---|
54 | #contexte2 { |
---|
55 | padding: 0 26px 26px 26px; |
---|
56 | } |
---|
57 | |
---|
58 | #corps { |
---|
59 | margin:0 0 30px 30px; |
---|
60 | width:400px; |
---|
61 | } |
---|
62 | |
---|
63 | #fin-corps { |
---|
64 | clear:both; |
---|
65 | } |
---|
66 | |
---|
67 | #footer { |
---|
68 | clear: both; |
---|
69 | padding: 10px 30px 20px 30px; |
---|
70 | background-color: #000; |
---|
71 | } |
---|
72 | |
---|
73 | #logos-bailleurs { |
---|
74 | margin:10px 0; |
---|
75 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.