1 | 1 |
new file mode 100755 |
... | ... |
@@ -0,0 +1,60 @@ |
1 |
+body { |
|
2 |
+ font-family: Garamond; |
|
3 |
+ font-size: 10pt; |
|
4 |
+} |
|
5 |
+p { |
|
6 |
+ font-size: 10pt; |
|
7 |
+} |
|
8 |
+p.GainCarac { |
|
9 |
+ color: Olive; |
|
10 |
+} |
|
11 |
+ul { |
|
12 |
+ font-size: 10pt; |
|
13 |
+} |
|
14 |
+td { |
|
15 |
+ font-size: 10pt; |
|
16 |
+} |
|
17 |
+h1 { |
|
18 |
+ font-family: WilhelmKlingsporGotisch-Dfr; |
|
19 |
+ font-size: 36pt; |
|
20 |
+} |
|
21 |
+h2 { |
|
22 |
+ font-family: WilhelmKlingsporGotisch-Dfr; |
|
23 |
+ font-size: 24pt; |
|
24 |
+} |
|
25 |
+ |
|
26 |
+.tableau{ |
|
27 |
+ font-family : Verdana; |
|
28 |
+ font-size : 9px; |
|
29 |
+ color: Gray; |
|
30 |
+} |
|
31 |
+.tableauHoraire{ |
|
32 |
+ font-family : Verdana; |
|
33 |
+ font-size : 10px; |
|
34 |
+ font-weight: bolder; |
|
35 |
+ background: Gray; |
|
36 |
+ color: White; |
|
37 |
+} |
|
38 |
+.tableauTitre{ |
|
39 |
+ font-family : Verdana; |
|
40 |
+ font-size : 12px; |
|
41 |
+ font-weight: bold; |
|
42 |
+ font-variant: small-caps; |
|
43 |
+ color: White; |
|
44 |
+} |
|
45 |
+a:hover { |
|
46 |
+ color: Gray; |
|
47 |
+ background: #993300; |
|
48 |
+} |
|
49 |
+a:visited { |
|
50 |
+ color: Gray; |
|
51 |
+} |
|
52 |
+a:active { |
|
53 |
+ color: Gray: |
|
54 |
+} |
|
55 |
+a:link { |
|
56 |
+ color: Gray: |
|
57 |
+} |
|
58 |
+a { |
|
59 |
+ color: Gray; |
|
60 |
+} |