Line | |
---|
1 | |
---|
2 | a { |
---|
3 | color:#444; |
---|
4 | } |
---|
5 | |
---|
6 | a:hover { |
---|
7 | color:#700; |
---|
8 | } |
---|
9 | |
---|
10 | |
---|
11 | /* chemin */ |
---|
12 | |
---|
13 | #chemin { |
---|
14 | font-size:10px; |
---|
15 | color: #444; |
---|
16 | margin-bottom:12px; |
---|
17 | } |
---|
18 | |
---|
19 | #chemin a { |
---|
20 | text-decoration:none; |
---|
21 | color: #444; |
---|
22 | } |
---|
23 | |
---|
24 | #chemin a:hover { |
---|
25 | color: #990000; |
---|
26 | } |
---|
27 | |
---|
28 | |
---|
29 | /* corps du texte */ |
---|
30 | |
---|
31 | .logo { |
---|
32 | margin: 0 0 10px 0; |
---|
33 | } |
---|
34 | |
---|
35 | .sursoustitre { |
---|
36 | font-size: 10px; |
---|
37 | margin: 0 0 9px 0; |
---|
38 | font-style:italic; |
---|
39 | } |
---|
40 | |
---|
41 | #corps h1 { |
---|
42 | font-size:24px; |
---|
43 | margin:0 0 10px 0; |
---|
44 | } |
---|
45 | |
---|
46 | #header { |
---|
47 | margin-bottom:2em; |
---|
48 | } |
---|
49 | |
---|
50 | #corps .dateauteurs { |
---|
51 | margin: 1em 0; |
---|
52 | } |
---|
53 | |
---|
54 | #corps .texte { |
---|
55 | font-size: 12px; |
---|
56 | line-height:140%; |
---|
57 | margin-bototm:1em; |
---|
58 | } |
---|
59 | |
---|
60 | #corps .chapeau { |
---|
61 | font-size: 12px; |
---|
62 | line-height:140%; |
---|
63 | font-weight:bold; |
---|
64 | margin-bottom:1em; |
---|
65 | } |
---|
66 | |
---|
67 | h3 { |
---|
68 | font-size: 18px; |
---|
69 | margin: 2em 0 0.4em 0; |
---|
70 | font-weight:normal; |
---|
71 | } |
---|
72 | |
---|
73 | #corps #texteconteneur { |
---|
74 | margin-bottom:2em; |
---|
75 | } |
---|
76 | |
---|
77 | .ps { |
---|
78 | margin-bottom:1em; |
---|
79 | font-size: 10px; |
---|
80 | line-height: 120%; |
---|
81 | } |
---|
82 | |
---|
83 | .ps strong { |
---|
84 | font-size:12px; |
---|
85 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.