Line | |
---|
1 | /* comportement generaux */ |
---|
2 | |
---|
3 | body { |
---|
4 | font-family: arial, geneva, sans-serif; |
---|
5 | font-size: 12px; |
---|
6 | } |
---|
7 | |
---|
8 | a { |
---|
9 | color: #8fa419; |
---|
10 | } |
---|
11 | |
---|
12 | a:hover{ |
---|
13 | color: #493f0b; |
---|
14 | } |
---|
15 | |
---|
16 | .listagebloc ul, .listagebloc li, #navigation ul, #navigation li { |
---|
17 | list-style-type:none; |
---|
18 | margin:0; |
---|
19 | padding:0; |
---|
20 | } |
---|
21 | |
---|
22 | h1, h2, h3, h4, h5, h6 { |
---|
23 | font-weight: normal; |
---|
24 | margin:0; |
---|
25 | } |
---|
26 | |
---|
27 | /* chemin */ |
---|
28 | #chemin { |
---|
29 | margin: 0 0 12px 0; |
---|
30 | font-size: 10px; |
---|
31 | } |
---|
32 | |
---|
33 | /* contexte 1 */ |
---|
34 | |
---|
35 | #contexte1 { |
---|
36 | |
---|
37 | } |
---|
38 | |
---|
39 | #fin-contexte1 { |
---|
40 | } |
---|
41 | |
---|
42 | /* contexte 2 */ |
---|
43 | |
---|
44 | #contexte2 { |
---|
45 | background: url("images/contexte-vert-top.png") top left no-repeat #889800; |
---|
46 | } |
---|
47 | |
---|
48 | #fin-contexte2 { |
---|
49 | background: url("images/contexte-vert-bottom.png") bottom right no-repeat; |
---|
50 | height:12px; |
---|
51 | } |
---|
52 | |
---|
53 | /* partie texte */ |
---|
54 | |
---|
55 | #corps { |
---|
56 | font-family: arial, verdana, sans-serif; |
---|
57 | } |
---|
58 | |
---|
59 | #corps h1 { |
---|
60 | color: #8fa419; |
---|
61 | font-size: 24px; |
---|
62 | } |
---|
63 | |
---|
64 | #corps .logo { |
---|
65 | margin: 0 0 1em 0; |
---|
66 | } |
---|
67 | |
---|
68 | #corps .dateauteurs { |
---|
69 | color:#000; |
---|
70 | font-size: 10px; |
---|
71 | } |
---|
72 | |
---|
73 | #corps .dateauteurs a { |
---|
74 | color:#000; |
---|
75 | } |
---|
76 | |
---|
77 | #contextes h1 { |
---|
78 | font-size:13px; |
---|
79 | } |
---|
80 | |
---|
81 | #corps .clearer_header { |
---|
82 | clear: left; |
---|
83 | } |
---|
84 | |
---|
85 | #corps .texteheader { |
---|
86 | margin-bottom: 16px; |
---|
87 | } |
---|
88 | |
---|
89 | #corps .chapeau { |
---|
90 | font-weight:bold; |
---|
91 | line-height: 130%; |
---|
92 | color:#333; |
---|
93 | margin-bottom:1em; |
---|
94 | } |
---|
95 | |
---|
96 | #corps .texte { |
---|
97 | line-height: 130%; |
---|
98 | text-align:justify; |
---|
99 | font-size: 12px; |
---|
100 | } |
---|
101 | |
---|
102 | h3 { |
---|
103 | font-size: 18px; |
---|
104 | color:#5d6b10; |
---|
105 | } |
---|
106 | |
---|
107 | #corps h3 { |
---|
108 | margin-top: 2em; |
---|
109 | clear:left; |
---|
110 | } |
---|
111 | |
---|
112 | #corps #texteconteneur { |
---|
113 | margin-bottom: 16px; |
---|
114 | } |
---|
115 | |
---|
116 | #corps .listagerepondre { |
---|
117 | text-align:right; |
---|
118 | font-size:11px; |
---|
119 | margin:1em 2em 1em 0; |
---|
120 | } |
---|
121 | |
---|
122 | /* footer */ |
---|
123 | |
---|
124 | #footer { |
---|
125 | color:#fff; |
---|
126 | } |
---|
127 | |
---|
128 | #footer a { |
---|
129 | color: #fff; |
---|
130 | } |
---|
131 | |
---|
132 | #footer a:hover { |
---|
133 | color:#f5a0ca; |
---|
134 | } |
---|
135 | |
---|
136 | #site-footer img { |
---|
137 | border:0; |
---|
138 | } |
---|
139 | |
---|
140 | /* cas particulier */ |
---|
141 | |
---|
142 | #edito { |
---|
143 | margin-bottom: 3em; |
---|
144 | } |
---|
145 | |
---|
146 | #edito h2 { |
---|
147 | display:none; |
---|
148 | } |
---|
149 | |
---|
150 | #edito h1 { |
---|
151 | margin-bottom:6px; |
---|
152 | } |
---|
153 | |
---|
154 | #edito .texte { |
---|
155 | font-size: 14px; |
---|
156 | line-height: 140%; |
---|
157 | color:#666; |
---|
158 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.