Line | |
---|
1 | /* texte */ |
---|
2 | |
---|
3 | h1 { |
---|
4 | font-size: 24px; |
---|
5 | color: #000; |
---|
6 | |
---|
7 | } |
---|
8 | |
---|
9 | #header { |
---|
10 | margin-bottom: 1em; |
---|
11 | } |
---|
12 | |
---|
13 | .logo { |
---|
14 | margin: 0 1em 1em 0; |
---|
15 | float: left; |
---|
16 | } |
---|
17 | |
---|
18 | .sursoustitre { |
---|
19 | font-style: italic; |
---|
20 | letter-spacing: 0.1em; |
---|
21 | color: #333; |
---|
22 | } |
---|
23 | |
---|
24 | #edito h2 { |
---|
25 | display: none; |
---|
26 | } |
---|
27 | |
---|
28 | .dateauteurs { |
---|
29 | margin: 0.7em 0; |
---|
30 | color: #444; |
---|
31 | } |
---|
32 | |
---|
33 | #corps .dateauteurs { |
---|
34 | font-size: 11px; |
---|
35 | margin: 0.7em 0; |
---|
36 | color: #444; |
---|
37 | } |
---|
38 | |
---|
39 | .dateauteurs a { |
---|
40 | color: #222; |
---|
41 | } |
---|
42 | |
---|
43 | .chapeau { |
---|
44 | font-weight: bold; |
---|
45 | color: #06064e; |
---|
46 | clear: left; |
---|
47 | font-size: 12px; |
---|
48 | line-height: 140%; |
---|
49 | text-align: justify; |
---|
50 | } |
---|
51 | |
---|
52 | .texte { |
---|
53 | font-size: 12px; |
---|
54 | line-height: 140%; |
---|
55 | text-align: justify; |
---|
56 | } |
---|
57 | |
---|
58 | h3 { |
---|
59 | font-size: 16px; |
---|
60 | margin-top: 1.6em; |
---|
61 | margin-bottom: 0.4em; |
---|
62 | } |
---|
63 | |
---|
64 | #texteconteneur { |
---|
65 | margin-bottom: 2em; |
---|
66 | } |
---|
67 | |
---|
68 | #chemin { |
---|
69 | font-family: arial, geneva, sans-serif; |
---|
70 | font-size: 10px; |
---|
71 | color: #06064f; |
---|
72 | } |
---|
73 | |
---|
74 | #chemin a { |
---|
75 | color: #06064f; |
---|
76 | } |
---|
77 | |
---|
78 | #chemin a:hover { |
---|
79 | color: #000; |
---|
80 | } |
---|
81 | |
---|
82 | #footer { |
---|
83 | font-size: 10px; |
---|
84 | font-family: arial, geneva, sans-serif; |
---|
85 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.