Subversion Repositories ALCASAR

Rev

Rev 2302 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2302 Rev 2475
Line 1... Line -...
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 {
Line 43... Line 42...
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%;
Line 79... Line 78...
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;
Line 92... Line 91...
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;
Line 110... Line 109...
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