1 | /* declinaison trendyred */ |
---|
2 | |
---|
3 | body { |
---|
4 | background-image: none; |
---|
5 | background-color: #e7e7e7; |
---|
6 | } |
---|
7 | |
---|
8 | #general { |
---|
9 | width: 769px; |
---|
10 | background-color: transparent; |
---|
11 | margin:0 auto; |
---|
12 | } |
---|
13 | |
---|
14 | #bandeau { |
---|
15 | height:100px; |
---|
16 | position:relative; |
---|
17 | width:100%; |
---|
18 | } |
---|
19 | |
---|
20 | #navigation { |
---|
21 | width: auto; |
---|
22 | position:relative; |
---|
23 | top:0; |
---|
24 | } |
---|
25 | |
---|
26 | a:hover { |
---|
27 | color: #f60; |
---|
28 | } |
---|
29 | |
---|
30 | #general { |
---|
31 | background-image: none; |
---|
32 | background-color: #fff; |
---|
33 | } |
---|
34 | |
---|
35 | #chemin, #chemin-vide { |
---|
36 | background-image: none; |
---|
37 | } |
---|
38 | #navigation { |
---|
39 | background: url('ceesee/fond-menu.jpg') repeat-x top left; |
---|
40 | } |
---|
41 | |
---|
42 | #navigation .niveau1 { |
---|
43 | background: url(ceesee/fond-niv1.jpg) no-repeat; |
---|
44 | margin-right:2px; |
---|
45 | padding-top:4px; |
---|
46 | text-transform:uppercase; |
---|
47 | font-size:12px; |
---|
48 | } |
---|
49 | |
---|
50 | #navigation .niveau1:hover { |
---|
51 | background: url(ceesee/fond-niv1-over.jpg) no-repeat; |
---|
52 | } |
---|
53 | |
---|
54 | #navigation .niveau1 a:hover { |
---|
55 | color:#333; |
---|
56 | } |
---|
57 | |
---|
58 | .niveau1 a { |
---|
59 | padding-bottom:4px; |
---|
60 | } |
---|
61 | |
---|
62 | .ulniveau2 { |
---|
63 | background-color:#999; |
---|
64 | font-size:11px; |
---|
65 | top:1.7em; |
---|
66 | } |
---|
67 | |
---|
68 | .niveau2 a:hover { |
---|
69 | background-color:#ccc; |
---|
70 | } |
---|
71 | |
---|
72 | #footer { |
---|
73 | background-image: none; |
---|
74 | background-color: #e71f01; |
---|
75 | } |
---|
76 | |
---|
77 | #footer a:hover { |
---|
78 | color: #e71f01; |
---|
79 | border-bottom: 1px dotted #f40; |
---|
80 | } |
---|
81 | |
---|
82 | #chemin, #chemin-vide { |
---|
83 | top:0; |
---|
84 | padding:0 0 2em 0; |
---|
85 | } |
---|
86 | |
---|
87 | #chemin-vide{ |
---|
88 | height:0; |
---|
89 | } |
---|
90 | |
---|
91 | #chemin, #chemin a { |
---|
92 | color: #666; |
---|
93 | } |
---|
94 | |
---|
95 | #chemin a:hover { |
---|
96 | color:#A71D01; |
---|
97 | } |
---|
98 | |
---|
99 | h1 { |
---|
100 | color: #e71f01; |
---|
101 | } |
---|
102 | |
---|
103 | #corps h2 { |
---|
104 | background-image: none; |
---|
105 | background-color:#7e7d81; |
---|
106 | } |
---|
107 | |
---|
108 | #contextes h2 { |
---|
109 | background-image: none; |
---|
110 | background-color:#e71f01; |
---|
111 | } |
---|
112 | |
---|
113 | #corps .listageconteneur { |
---|
114 | background-color:#fafafa; |
---|
115 | border-left:1px solid #ccc; |
---|
116 | } |
---|
117 | |
---|
118 | #corps .listagetitre a, #corps .listagetitre { |
---|
119 | color:#e71f01; |
---|
120 | } |
---|
121 | |
---|
122 | #corps .listagetitre a:hover { |
---|
123 | color: #B71900; |
---|
124 | } |
---|
125 | |
---|
126 | #corps .chapeau, #contextes .chapeau { |
---|
127 | color:#9B1A00; |
---|
128 | font-size:14px; |
---|
129 | } |
---|
130 | |
---|
131 | #contextes .listageconteneur { |
---|
132 | border:1px solid #ddd; |
---|
133 | background:url(ceesee/fond-contexte.jpg) repeat-x top left; |
---|
134 | } |
---|
135 | |
---|
136 | .listagerepondre a { |
---|
137 | color: #e71f01; // a la place de f60 |
---|
138 | } |
---|
139 | |
---|
140 | .listagerepondre a:hover { |
---|
141 | color: #f00; |
---|
142 | } |
---|
143 | |
---|
144 | #menuhasard .spip_logos { |
---|
145 | border: 1px solid #3176AF; |
---|
146 | } |
---|
147 | |
---|
148 | /**/ |
---|
149 | |
---|
150 | .spip_documents_center a, .spip_documents_right a, .spip_documents_left a { |
---|
151 | border: 1px solid #9B1A00; |
---|
152 | } |
---|