1 | .news |
---|
2 | { margin: 0px 0px 0px 0px; |
---|
3 | padding-top: 10px; |
---|
4 | } |
---|
5 | |
---|
6 | #main_content .bloc .news h3 |
---|
7 | { border-bottom: solid 1px #555555; |
---|
8 | } |
---|
9 | |
---|
10 | #main_content .bloc .news.accueil |
---|
11 | { padding-top: 0px; |
---|
12 | } |
---|
13 | |
---|
14 | #main_content .bloc .news.accueil h3 |
---|
15 | { border-bottom: none; |
---|
16 | font-weight: normal; |
---|
17 | } |
---|
18 | |
---|
19 | .news h3 a |
---|
20 | { color: #dad3bc; |
---|
21 | display: block; |
---|
22 | padding: 5px; |
---|
23 | } |
---|
24 | |
---|
25 | .news h3 span |
---|
26 | { color: #333333; |
---|
27 | display: block; |
---|
28 | padding: 5px; |
---|
29 | } |
---|
30 | |
---|
31 | .news h3 a:hover |
---|
32 | { text-decoration: none; |
---|
33 | } |
---|
34 | |
---|
35 | .news_categorie |
---|
36 | { float: left; |
---|
37 | width: 100px; |
---|
38 | } |
---|
39 | |
---|
40 | .news_main |
---|
41 | { float: left; |
---|
42 | width: 560px; |
---|
43 | } |
---|
44 | |
---|
45 | /* ---------------------------- news bloc */ |
---|
46 | |
---|
47 | #news_box |
---|
48 | { |
---|
49 | } |
---|
50 | |
---|
51 | ul.last_news |
---|
52 | { margin: 10px 0px 0px 0px; |
---|
53 | padding: 0px; |
---|
54 | } |
---|
55 | |
---|
56 | ul.last_news li |
---|
57 | { margin: 0px; |
---|
58 | padding: 0px 0px 0px 0px; |
---|
59 | } |
---|
60 | |
---|
61 | ul.last_news li a |
---|
62 | { display: block; |
---|
63 | font-size: 1.2em; |
---|
64 | background-color: #111111; |
---|
65 | border: solid 1px #1f1f1f; |
---|
66 | padding: 5px; |
---|
67 | margin: 0px 0px 5px 0px; |
---|
68 | border-radius: 3px 3px 3px 3px; |
---|
69 | -moz-border-radius: 3px 3px 3px 3px; |
---|
70 | } |
---|
71 | |
---|
72 | ul.last_news li a:hover |
---|
73 | { text-decoration: none; |
---|
74 | background-color: #151515; |
---|
75 | } |
---|
76 | |
---|
77 | .news_actegories_menu |
---|
78 | { float: right; |
---|
79 | position: relative; |
---|
80 | } |
---|
81 | |
---|
82 | .news_actegories_menu h3 |
---|
83 | { background-color: #0f0f0f; |
---|
84 | border: solid 1px #303030; |
---|
85 | padding: 0px 30px 0px 7px; |
---|
86 | line-height: 2em; |
---|
87 | background-image: url("../icons/select.png"); |
---|
88 | background-repeat: no-repeat; |
---|
89 | background-position: right 10px; |
---|
90 | } |
---|
91 | |
---|
92 | .news_actegories_menu ul |
---|
93 | { position: absolute; |
---|
94 | top: 2.5em; |
---|
95 | right: 0px; |
---|
96 | border: solid 1px #303030; |
---|
97 | margin: 0px; |
---|
98 | padding: 0px; |
---|
99 | display: none; |
---|
100 | } |
---|
101 | |
---|
102 | .news_actegories_menu ul li |
---|
103 | { margin: 0px; |
---|
104 | padding: 0px; |
---|
105 | } |
---|
106 | |
---|
107 | .news_actegories_menu li a |
---|
108 | { display: block; |
---|
109 | background-color: #0f0f0f; |
---|
110 | white-space: nowrap; |
---|
111 | padding: 5px 15px 5px 15px; |
---|
112 | background-repeat: no-repeat; |
---|
113 | background-position: right 10px; |
---|
114 | } |
---|
115 | |
---|
116 | .news_actegories_menu li a:hover |
---|
117 | { text-decoration: none; |
---|
118 | background-color: #202020; |
---|
119 | } |
---|