Subversion Repositories ALCASAR

Rev

Rev 2302 | Go to most recent revision | Details | Last modification | View Log

Rev Author Line No. Line
318 richard 1
<!--
2
body {
3
	font-size: small;
4
	color: #536482; /* couleur général de texte*/
5
}
6
fieldset {
7
	margin: 15px 0;
8
	padding: 10px;
9
	border-top: 1px solid #D7D7D7;
10
	border-right: 1px solid #CCCCCC;
11
	border-bottom: 1px solid #CCCCCC;
12
	border-left: 1px solid #D7D7D7;
13
	background-color: #EFEFEF;
14
	position: relative;
15
}
16
legend {
17
	padding: 1px 0;
18
	font-family: Tahoma,arial,Verdana,Sans-serif;
19
	font-size: .9em;
20
	font-weight: bold;
21
	color: #115098;
22
	margin-top: -.4em;
23
	position: relative;
24
	text-transform: none;
25
	line-height: 1.2em;
26
	top: 0;
27
	vertical-align: middle;
28
}
29
legend { top: -1.1em; }
30
fieldset dl {
31
	font-family: Verdana, Helvetica, Arial, sans-serif;
32
	font-size: 1.00em;
33
	margin:0
34
}
35
fieldset dt {
36
	float: left;
37
	width: auto;
38
}
39
fieldset dd {
40
	font-size: small;
41
}
42
fieldset dt label {
43
	font-size: 1.00em;
44
	text-align: left;
45
	font-weight: bold;
46
	color: #4A5A73;
47
}
48
fieldset dd input {
49
	font-size: 1.00em;
50
	max-width: 100%;
51
}
52
fieldset dd select {
53
	font-size: 100%;
54
	width: auto;
55
	max-width: 100%;
56
}
57
fieldset dd textarea {
58
	font-size: 0.90em;
59
	width: 0%;
60
}
61
fieldset dd select {
62
	width: auto;
63
	font-size: 1.00em;
64
}
65
fieldset dl {
66
	margin-bottom: 10px;
67
	font-size: 0.85em;
68
}
69
fieldset dt {
70
	width: 45%;
71
	text-align: left;
72
	border: none;
73
	border-right: 1px solid #CCCCCC;
74
	padding-top: 3px;
75
}
76
fieldset dd {
77
	margin: 0 0 0 45%;
78
	padding: 0 0 0 5px;
79
	border: none;
80
	border-left: 1px solid #CCCCCC;
81
	vertical-align: top;
82
	font-size: 1.00em;
83
}
84
input, textarea {
85
	font-family: Verdana, Helvetica, Arial, sans-serif;
86
	font-size: 0.90em;
87
	font-weight: normal;
88
	cursor: text;
89
	vertical-align: middle;
90
	padding: 2px;
91
	color: #111111;
92
	border-left: 1px solid #AFAEAA;
93
	border-top: 1px solid #AFAEAA;
94
	border-right: 1px solid #D5D5C8;
95
	border-bottom: 1px solid #D5D5C8;
96
	background-color: #FFFFFF;
97
}
98
input:hover, textarea:hover {
99
	border-left: 1px solid #AFAEAA;
100
	border-top: 1px solid #AFAEAA;
101
	border-right: 1px solid #AFAEAA;
102
	border-bottom: 1px solid #AFAEAA;
103
	background-color: #E9E9E2;
104
}
105
fieldset dl:hover dt, fieldset dl:hover dd {
106
	border-color: #666666;
107
}
108
fieldset dl{
109
	height: 1%;
110
	overflow: hidden;
111
}
112
label {
113
	cursor: pointer;
114
	font-size: 0.85em;
115
	padding: 0 5px 0 0;
116
}
117
-->