Subversion Repositories Sites.obs-saisons.fr

Rev

Rev 5 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 aurelien 1
body {
2
	font-size: 12px;
3
	text-decoration: none;
4
	font-family: Tahoma, Helvetica;
5
 
6
}
7
td.bandeau {
8
	color: #007722;
9
	height: 80px;
10
	text-align: center;
11
	background-color: #d7dcca;
12
	font-size: 18px;
13
	font-weight: bold;
14
}
15
td.menu {
16
	background-color: #d7dcca;
17
	vertical-align: top;
18
	text-align: center;
19
}
20
table.liste {
21
	border-width: 1px;
22
	border-color: #007722;
23
	border-style: solid;
24
	border-collapse: collapse;
25
	padding: 0;
26
	margin: 0;
27
}
28
tr.titre {
29
	background-color: #007722;
30
	color: #ffffcc;
31
	font-weight: bold;
32
}
33
tr.std0 {
34
	background-color: #ffffcc;
35
}
36
tr.std1 {
37
	background-color: #eeffcc;
38
}
39
table.liste td {
40
	border-width: 0 1px 1px 1px;
41
        border-color: #007722;
42
        border-style: solid;
43
}
44
a {
45
	color: #007722;
46
}
47
input.submit {
48
  border-color: #ffcc55;
49
  border-width: 1px;
50
  border-style: solid;
51
  background-color: #007722;
52
  color: #ffcc55;
53
}
54
input, select {
55
  border-color: #007722;
56
  border-width: 1px;
57
  border-style: solid;
58
}