Subversion Repositories ALCASAR

Rev

Rev 2302 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log

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

Generated by GNU Enscript 1.6.6.
-
 
118
 
-
 
119
 
-
 
120
 
-