Subversion Repositories ALCASAR

Rev

Rev 318 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log

Rev Author Line No. Line
318 richard 1
 
2
	H1 {
3
	font-family:"DejaVu Sans";
4
	font-size: 15pt;
5
	text-align: left;
6
	color: #666666;
7
	}
8
 
9
	H2 {
10
	font-family:"DejaVu Sans";
11
	font-size: 15pt;
12
	text-align: center;
13
	color: #666666;
14
	}
15
 
16
	:link, :visited, :link:hover, :visited:hover {
17
	font-family:"DejaVu Sans";
18
	font-size: small;
19
	color: #666666;
20
	}
21
 
22
	body, p, ul, li {
23
	font-family:"DejaVu Sans";
24
	font-size: small;
25
	color: #666666;
26
	background-color: #EFEFEF;
27
	text-align: justify;
28
	}
29
 
30
	th {
31
	font-family:"DejaVu Sans";
32
	font-size: small;
33
	text-align: center;
34
	color: #EFEFEF;
35
	background-color: #666666;
36
	}
37
 
38
	table {
39
	font-family:"DejaVu Sans";
40
	font-size: small;
41
	color: #666666;
42
	background-color: #EFEFEF;
43
	}
508 richard 44
 
45
 
46
	/*style des étiquettes*/
47
	.etiquette {
48
	font-family:"DejaVu Sans";
49
	font-size: small;
50
	text-align: right;
51
	color: #666666;
52
	background-color: #d0ddb0;
53
	}
54
 
55