Last change
on this file since 593 was
89,
checked in by guille, 16 years ago
|
se cambio el themes para menu en columna y actualizaron estilos
|
File size:
2.4 KB
|
Line | |
---|
1 | /* css de positionnement hors declinaison */ |
---|
2 | |
---|
3 | body { |
---|
4 | margin: 23px 0 15px 0; |
---|
5 | background: url('images/fond.jpg') repeat-x top left #f90; |
---|
6 | } |
---|
7 | |
---|
8 | #general { |
---|
9 | width: 750px; |
---|
10 | margin: 0 auto; |
---|
11 | padding: 15px; |
---|
12 | background-color:#fff; |
---|
13 | |
---|
14 | } |
---|
15 | |
---|
16 | #bandeau { |
---|
17 | height: 77px; |
---|
18 | } |
---|
19 | |
---|
20 | #bandeau img { |
---|
21 | display: block; |
---|
22 | position: relative; |
---|
23 | top: -8px; |
---|
24 | } |
---|
25 | |
---|
26 | #onglets { |
---|
27 | height: 20px; |
---|
28 | padding: 0 10px 20px 10px; |
---|
29 | } |
---|
30 | |
---|
31 | #onglets li { |
---|
32 | float: left; |
---|
33 | background: url('images/onglet.gif') no-repeat bottom center; |
---|
34 | width: 136px; |
---|
35 | padding: 2px; |
---|
36 | margin-right: 2px; |
---|
37 | font-size: 12px; |
---|
38 | font-family: arial, verdana, sans-serif; |
---|
39 | color: #fff; |
---|
40 | text-align: center; |
---|
41 | } |
---|
42 | |
---|
43 | #onglets li a { |
---|
44 | color: #fff; |
---|
45 | } |
---|
46 | |
---|
47 | #onglets li:hover { |
---|
48 | background: url('images/onglet-hover.gif') no-repeat bottom center; |
---|
49 | } |
---|
50 | |
---|
51 | #switcherlangue { |
---|
52 | float: right; |
---|
53 | } |
---|
54 | |
---|
55 | |
---|
56 | #switcherlangue li { |
---|
57 | display: inline; |
---|
58 | font-family: arial, verdana, sans-serif; |
---|
59 | font-size: 10px; |
---|
60 | color: #5c3705; |
---|
61 | } |
---|
62 | |
---|
63 | #switcherlangue li a { |
---|
64 | color: #5c3705; |
---|
65 | text-decoration: none; |
---|
66 | } |
---|
67 | |
---|
68 | #switcherlangue li a:hover { |
---|
69 | color: #f60; |
---|
70 | text-decoration: underline; |
---|
71 | } |
---|
72 | |
---|
73 | |
---|
74 | /* navigation */ |
---|
75 | |
---|
76 | #navigation ul, #navigation li { |
---|
77 | list-style-type: none; |
---|
78 | padding:0; |
---|
79 | margin: 0; |
---|
80 | } |
---|
81 | |
---|
82 | #navigation { |
---|
83 | width: 130px; |
---|
84 | } |
---|
85 | |
---|
86 | #navigation li { |
---|
87 | font-size: 12px; |
---|
88 | text-align: left; |
---|
89 | line-height: 140%; |
---|
90 | } |
---|
91 | |
---|
92 | #navigation li a { |
---|
93 | color: #3d1f04; |
---|
94 | text-decoration: none; |
---|
95 | } |
---|
96 | #navigation li a:hover { |
---|
97 | color: #f90; |
---|
98 | } |
---|
99 | #navigation .niveau1 { |
---|
100 | margin-left: 4px; |
---|
101 | border-bottom:1px solid #ccc; |
---|
102 | } |
---|
103 | #navigation .niveau2 { |
---|
104 | margin-left: 8px; |
---|
105 | } |
---|
106 | |
---|
107 | /* ajout du bloc rechercher pa jquery */ |
---|
108 | #bloccherche .forml { |
---|
109 | margin-top: 4px; |
---|
110 | font-size: 9px; |
---|
111 | border: 1px solid #333; |
---|
112 | padding: 2px; |
---|
113 | } |
---|
114 | |
---|
115 | /* contextes */ |
---|
116 | |
---|
117 | #contexte1 { |
---|
118 | float: left; |
---|
119 | width: 140px; |
---|
120 | } |
---|
121 | #contexte2 { |
---|
122 | float: right; |
---|
123 | width: 140px; |
---|
124 | } |
---|
125 | |
---|
126 | /* chemin */ |
---|
127 | |
---|
128 | #chemin { |
---|
129 | font-size: 9px; |
---|
130 | color: #aaa; |
---|
131 | margin: 0 0 18px 0; |
---|
132 | padding: 0 0 4px 0; |
---|
133 | border-bottom: 1px solid #aaa; |
---|
134 | } |
---|
135 | |
---|
136 | #chemin a { |
---|
137 | color: #aaa; |
---|
138 | } |
---|
139 | |
---|
140 | #chemin a:hover { |
---|
141 | color: #777; |
---|
142 | text-decoration: underline; |
---|
143 | } |
---|
144 | |
---|
145 | #corps { |
---|
146 | margin:0 150px 0 150px; |
---|
147 | min-height: 400px; |
---|
148 | _height: 400px; |
---|
149 | } |
---|
150 | |
---|
151 | #footer { |
---|
152 | border-top: 1px solid #666; |
---|
153 | padding: 5px; |
---|
154 | clear: both; |
---|
155 | margin-top: 18px; |
---|
156 | |
---|
157 | font-size: 10px; |
---|
158 | color: #444; |
---|
159 | |
---|
160 | text-align: center |
---|
161 | } |
---|
162 | |
---|
163 | #footer a { |
---|
164 | color: #444; |
---|
165 | text-decoration: none; |
---|
166 | border-bottom: 1px dashed #333; |
---|
167 | } |
---|
168 | |
---|
169 | #footer a:hover { |
---|
170 | color: #f60; |
---|
171 | text-decoration: none; |
---|
172 | border-bottom: 1px dashed #f60; |
---|
173 | } |
---|
174 | |
---|
175 | #arty-footer { |
---|
176 | font-size: 9px; |
---|
177 | color: #ccc; |
---|
178 | margin: 8px 0 0 0; |
---|
179 | height: 0px; |
---|
180 | } |
---|
181 | |
---|
182 | #arty-footer a { |
---|
183 | color: #ccc; |
---|
184 | border-bottom: 1px dotted #ccc; |
---|
185 | } |
---|
186 | |
---|
187 | #arty-footer a:hover { |
---|
188 | color: #999; |
---|
189 | border-bottom: 1px dotted #999; |
---|
190 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.