Last change
on this file since 96 was
80,
checked in by guille, 16 years ago
|
el plugin completo
|
-
Property svn:executable set to
*
|
File size:
1.1 KB
|
Line | |
---|
1 | /* Disposition */ |
---|
2 | *{ |
---|
3 | margin:0px; |
---|
4 | padding:0px;} |
---|
5 | |
---|
6 | body { |
---|
7 | margin: 0; |
---|
8 | background: url('images/fond-general-3.jpg') repeat-y top left; |
---|
9 | } |
---|
10 | |
---|
11 | #general { |
---|
12 | margin:0 auto; |
---|
13 | background: url('images/fond-general-5.jpg') repeat-y top right; |
---|
14 | } |
---|
15 | |
---|
16 | #bandeau { |
---|
17 | height: 140px; |
---|
18 | background-color: #fff; |
---|
19 | background-repeat: no-repeat; |
---|
20 | background-position:center center; |
---|
21 | padding-bottom: 15px; |
---|
22 | border-bottom: 1px solid #a5a1a2; |
---|
23 | } |
---|
24 | |
---|
25 | #contenus { |
---|
26 | margin: 10px 10px; |
---|
27 | } |
---|
28 | |
---|
29 | #contextes { |
---|
30 | float:left; |
---|
31 | width:212px; |
---|
32 | margin-bottom:0px; |
---|
33 | |
---|
34 | } |
---|
35 | |
---|
36 | #contexte2{ |
---|
37 | position:absolute; |
---|
38 | width:210px; |
---|
39 | right:0; |
---|
40 | top:160px; |
---|
41 | } |
---|
42 | |
---|
43 | #navigation{ |
---|
44 | margin-bottom: 0; |
---|
45 | padding-bottom:30px; |
---|
46 | |
---|
47 | } |
---|
48 | |
---|
49 | |
---|
50 | #chemin{ |
---|
51 | margin:0 0 10px 0; |
---|
52 | height: 15px; |
---|
53 | padding:4px 0; |
---|
54 | } |
---|
55 | |
---|
56 | #corps{ |
---|
57 | background-image: url("images/mur.jpg"); |
---|
58 | margin-left: 250px; |
---|
59 | margin-right: 252px; |
---|
60 | padding-top: 0px; |
---|
61 | |
---|
62 | |
---|
63 | |
---|
64 | } |
---|
65 | |
---|
66 | #footer{ |
---|
67 | background-image: url("images/footer1.gif"); |
---|
68 | background-repeat:no-repeat; |
---|
69 | border-top: 1px solid #a5a1a2; |
---|
70 | text-align: center; |
---|
71 | padding: 20px 20px 20px 20px; |
---|
72 | clear:both; |
---|
73 | background-color: #fff; |
---|
74 | } |
---|
75 | |
---|
76 | |
---|
77 | |
---|
78 | #recherche { width: 200px; margin-top: 10px; margin-bottom: 15px; } |
---|
79 | |
---|
Note: See
TracBrowser
for help on using the repository browser.