1 | #bandeau { |
---|
2 | position:relative; |
---|
3 | } |
---|
4 | |
---|
5 | #navigation { |
---|
6 | z-index:10; |
---|
7 | } |
---|
8 | |
---|
9 | #slogan { |
---|
10 | position: absolute; |
---|
11 | right:0; |
---|
12 | bottom:20px; |
---|
13 | width:279px; |
---|
14 | height: 38px; |
---|
15 | background:url('../../../../pages-custom/vf-slogan.png') top left no-repeat; |
---|
16 | } |
---|
17 | |
---|
18 | #logo-vf { |
---|
19 | z-index:70; |
---|
20 | position:absolute; |
---|
21 | top:24px; |
---|
22 | height:40px; |
---|
23 | width:243px; |
---|
24 | background:url('../../../../pages-custom/logo-vf.png') top left no-repeat; |
---|
25 | } |
---|
26 | |
---|
27 | #contexte1 #menu-lat { |
---|
28 | font-size: 13px; |
---|
29 | margin-bottom: 12px; |
---|
30 | padding-bottom: 4px; |
---|
31 | border-bottom: 1px solid #888; |
---|
32 | } |
---|
33 | |
---|
34 | #contexte1 #menu-lat h2 { |
---|
35 | display:none; |
---|
36 | } |
---|
37 | |
---|
38 | #contexte1 #menu-lat a:hover { |
---|
39 | color:#E30071; |
---|
40 | } |
---|
41 | |
---|
42 | #contexte1 #menu-lat li { |
---|
43 | border-top: 1px solid #888; |
---|
44 | padding-top:4px; |
---|
45 | margin-top:4px; |
---|
46 | margin-bottom:0; |
---|
47 | color: #888; |
---|
48 | } |
---|
49 | |
---|
50 | #contexte1 #menu-lat .menu-lat-niv2 li { |
---|
51 | border-top:none; |
---|
52 | padding-top:0; |
---|
53 | margin-left: 2em; |
---|
54 | font-size: 10px; |
---|
55 | } |
---|
56 | |
---|
57 | #region-une h2 { |
---|
58 | display:none; |
---|
59 | } |
---|
60 | |
---|
61 | #contexte2 #texteconteneur { |
---|
62 | margin:14px; |
---|
63 | border-bottom:1px solid #C6CA56; |
---|
64 | padding:0 0 14px 0; |
---|
65 | } |
---|
66 | |
---|
67 | #contexte2 #header { |
---|
68 | margin:14px; |
---|
69 | } |
---|
70 | |
---|
71 | #contexte2 #header h1 { |
---|
72 | font-weight:bold; |
---|
73 | } |
---|
74 | |
---|
75 | #region-focus .listageconteneur li { |
---|
76 | width:190px; |
---|
77 | margin-right:10px; |
---|
78 | float: left; |
---|
79 | clear:none; |
---|
80 | height:120px; |
---|
81 | margin-bottom:20px; |
---|
82 | } |
---|
83 | #region-focus .listageconteneur .listagetitre,#region-focus .listageconteneur .listagetitre a { |
---|
84 | color:#8FA419 |
---|
85 | } |
---|
86 | |
---|
87 | #region-focus li .listagetexte { |
---|
88 | text-align:left; |
---|
89 | } |
---|
90 | |
---|
91 | /* agenda */ |
---|
92 | #agenda h4, #agenda-encours h4 { |
---|
93 | font-weight:bold; |
---|
94 | text-transform:uppercase; |
---|
95 | } |
---|
96 | |
---|
97 | #agenda h2,#agenda-encours h2 { |
---|
98 | color: #222; |
---|
99 | } |
---|
100 | |
---|
101 | #agenda .listagesuite a,#agenda-encours .listagesuite a { |
---|
102 | color: #222; |
---|
103 | } |
---|
104 | |
---|
105 | #agenda .listagesuite,#agenda-encours .listagesuite { |
---|
106 | text-align:left; |
---|
107 | margin:6px 0 8px 0; |
---|
108 | } |
---|
109 | |
---|
110 | #agenda-encours { |
---|
111 | padding:8px; |
---|
112 | background:url('images/trame-vert.gif') top left; |
---|
113 | } |
---|
114 | |
---|
115 | #agenda .listageinfo, #agenda-encours .listageinfo { |
---|
116 | font-weight:bold; |
---|
117 | margin: 4px 0; |
---|
118 | } |
---|
119 | |
---|
120 | .evenement-region h4 { |
---|
121 | color: #00a1e3; |
---|
122 | } |
---|
123 | |
---|
124 | .evenement-national h4 { |
---|
125 | color: #00a1e3; |
---|
126 | } |
---|
127 | |
---|
128 | /* cacher titre h2 pour artinrub */ |
---|
129 | |
---|
130 | #artinrub h2, #rubinrub h2 { |
---|
131 | display:none; |
---|
132 | } |
---|
133 | |
---|
134 | #corps #artinrub .listagetitre, #corps #rubinrub .listagetitre { |
---|
135 | font-size: 14px; |
---|
136 | } |
---|
137 | |
---|
138 | #corps #artinrub .listagetitre a, #corps #rubinrub .listagetitre a { |
---|
139 | color:#5d6b10; |
---|
140 | } |
---|
141 | |
---|
142 | #rubrique-une h2 { |
---|
143 | display:none; |
---|
144 | } |
---|