Line | |
---|
1 | /* general */ |
---|
2 | |
---|
3 | body { |
---|
4 | font-family: geneva, arial, sans-serif; |
---|
5 | color: #222; |
---|
6 | } |
---|
7 | |
---|
8 | a { |
---|
9 | text-decoration: none; |
---|
10 | color: #333; |
---|
11 | } |
---|
12 | |
---|
13 | a:hover { |
---|
14 | color: #f00; |
---|
15 | } |
---|
16 | |
---|
17 | h1, h2, h3, h4, h5 { |
---|
18 | font-family: courier, monospace; |
---|
19 | } |
---|
20 | |
---|
21 | #chemin { |
---|
22 | color: #999; |
---|
23 | font-size: 10px; |
---|
24 | } |
---|
25 | |
---|
26 | #chemin a { |
---|
27 | color: #666; |
---|
28 | } |
---|
29 | |
---|
30 | #chemin a:hover { |
---|
31 | color: #333; |
---|
32 | } |
---|
33 | |
---|
34 | /* corps des texte et header */ |
---|
35 | .logo { |
---|
36 | float: left; |
---|
37 | margin: 0 1em 0.5em 0; |
---|
38 | } |
---|
39 | |
---|
40 | .logo img { |
---|
41 | border: 1px solid #ccc; |
---|
42 | padding: 0; |
---|
43 | } |
---|
44 | |
---|
45 | h1 { |
---|
46 | font-weight: normal; |
---|
47 | margin: 0.1em 0; |
---|
48 | font-family: arial, helvetica, geneva, sans-serif; |
---|
49 | } |
---|
50 | |
---|
51 | #contextes h1 { |
---|
52 | font-size: 16px; |
---|
53 | } |
---|
54 | |
---|
55 | #corps h1 { |
---|
56 | font-size: 21px; |
---|
57 | } |
---|
58 | |
---|
59 | .clearer_header { |
---|
60 | clear: left; |
---|
61 | } |
---|
62 | |
---|
63 | #texteconteneur { |
---|
64 | margin-bottom: 2em; |
---|
65 | } |
---|
66 | |
---|
67 | .sursoustitre { |
---|
68 | font-size: 11px; |
---|
69 | font-style: italic; |
---|
70 | color: #555; |
---|
71 | margin: 0.2em 0; |
---|
72 | letter-spacing: 0.05em; |
---|
73 | } |
---|
74 | |
---|
75 | #corps .sursoutitre { |
---|
76 | font-size: 11px; |
---|
77 | } |
---|
78 | |
---|
79 | #contextes .sursoustitre { |
---|
80 | font-size: 9px; |
---|
81 | } |
---|
82 | |
---|
83 | .soustitre { |
---|
84 | margin-bottom: 1em; |
---|
85 | } |
---|
86 | |
---|
87 | .dateauteurs { |
---|
88 | color: #666; |
---|
89 | margin-bottom: 1em; |
---|
90 | } |
---|
91 | |
---|
92 | #corps .dateauteurs { |
---|
93 | font-size: 10px; |
---|
94 | } |
---|
95 | |
---|
96 | #contextes .dateauteurs { |
---|
97 | font-size: 9px; |
---|
98 | } |
---|
99 | |
---|
100 | .chapeau { |
---|
101 | font-size: 11px; |
---|
102 | line-height: 140%; |
---|
103 | font-weight: bold; |
---|
104 | color: #000; |
---|
105 | margin-bottom:2em; |
---|
106 | } |
---|
107 | |
---|
108 | .texte { |
---|
109 | font-size: 11px; |
---|
110 | line-height: 140%; |
---|
111 | } |
---|
112 | |
---|
113 | #corps h3 { |
---|
114 | font-size: 15px; |
---|
115 | color: #4f0000; |
---|
116 | margin:2em 0 1em 0; |
---|
117 | } |
---|
118 | |
---|
119 | .ps { |
---|
120 | color: #666; |
---|
121 | margin-bottom: 1em; |
---|
122 | } |
---|
123 | |
---|
124 | #corps .ps { |
---|
125 | font-size: 10px; |
---|
126 | } |
---|
127 | |
---|
128 | #contextes .ps { |
---|
129 | font-size: 9px; |
---|
130 | } |
---|
131 | |
---|
132 | .clearer_texte { |
---|
133 | clear: left; |
---|
134 | padding-bottom: 2em; |
---|
135 | } |
---|
136 | |
---|
137 | |
---|
138 | #footer { |
---|
139 | text-align: right; |
---|
140 | font-size: 9px; |
---|
141 | } |
---|
142 | |
---|
143 | #contextes .forml, #contextes .forml select { |
---|
144 | width: 125px; |
---|
145 | font-size: 10px; |
---|
146 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.