Subversion Repositories ALCASAR

Rev

Rev 509 | Rev 2003 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 509 Rev 647
Line 7... Line 7...
7
 
7
 
8
 
8
 
9
/* r?gles g?n?rales */
9
/* r?gles g?n?rales */
10
 
10
 
11
/* Couleurs de polices */
11
/* Couleurs de polices */
12
:link, :visited, :hover:link, :hover:visited  {
12
:link, :visited, :hover:link, :hover:visited, H1  {
13
	color: #000000;
13
	color: #000000;
14
}
14
}
15
BODY {
15
BODY {
16
	color: #666666;
16
	color: #666666;
17
}
17
}
Line 43... Line 43...
43
	font-size: 12px;
43
	font-size: 12px;
44
	margin: 0px;
44
	margin: 0px;
45
}
45
}
46
 
46
 
47
TABLE {
47
TABLE {
48
	font-size: 90%;
48
/*	font-size: 90%;*/
49
}
49
}
50
IMG {
50
IMG {
51
	height: 150px;
51
	height: 150px;
52
}
52
}
53
 
53
 
54
/*Boite de dialogue de deconnection*/
54
/*Boite de dialogue de deconnection*/
55
 
55
 
56
#page {
56
#page {
57
	width: 540px;
57
	width: 590px;
58
	margin: 12px auto;
58
	margin: 12px auto;
59
}
59
}
60
 
60
 
-
 
61
#pass_chg {
-
 
62
	position: relative;
-
 
63
}
-
 
64
 
-
 
65
#pass_chg IMG {
-
 
66
	position: relative;
-
 
67
	float: left;
-
 
68
	top: -60px;
-
 
69
	left: -50px;
-
 
70
}
-
 
71
 
-
 
72
#pass_chg_content {
-
 
73
	position: relative;
-
 
74
	float: left;
-
 
75
	top: -40px;
-
 
76
	width: 100%;
-
 
77
}
-
 
78
 
-
 
79
#lien_pass {
-
 
80
	font-size: 50%;
-
 
81
	text-align: right;
-
 
82
}
-
 
83
 
-
 
84
#info_pass {
-
 
85
	visibility: hidden;
-
 
86
	position: absolute;
-
 
87
	top: -1500px;
-
 
88
/*	background-color: white;
-
 
89
	width: 500px;
-
 
90
 
-
 
91
	margin: 30px;
-
 
92
	padding: 15px;
-
 
93
 ombrage css3
-
 
94
 
-
 
95
	-moz-box-shadow: 0px 0px 12px #000; 
-
 
96
	-webkit-box-shadow: 0px 0px 12px #000;
-
 
97
	box-shadow: 0px 0px 12px #000;*/
-
 
98
 
-
 
99
}
61
 
100
 
62
#block_pass {
101
#block_pass {
-
 
102
	position: relative;
63
	background-color: white;
103
	background-color: white;
64
	width: 500px;
104
	width: 500px;
-
 
105
	height: 345px;
65
	margin: 15px;
106
	margin: 30px;
66
	padding: 15px;
107
	padding: 15px;
67
/* ombrage css3*/
108
/* ombrage css3*/
68
 
109
 
69
	-moz-box-shadow: 0px 0px 12px #000; 
110
	-moz-box-shadow: 0px 0px 12px #000; 
70
	-webkit-box-shadow: 0px 0px 12px #000;
111
	-webkit-box-shadow: 0px 0px 12px #000;
71
	box-shadow: 0px 0px 12px #000;
112
	box-shadow: 0px 0px 12px #000;
72
}
113
}
73
#block_pass SPAN {
114
#block_pass SPAN {
74
	float: left;
115
	float: left;
75
	font-size: 80%;
-
 
76
	margin-top: 5px;
116
	margin-top: 5px;
77
}
117
}
78
 
118
 
79
#titre_pass {
119
#titre_pass {
80
	font-size: 20px;
120
	font-size: 20px;
81
}
121
}
82
 
122
 
83
#btn_pass {
123
#btn_pass, #btn_retour {
84
	cursor: pointer;
-
 
85
	float: right;
124
	float: right;
86
	margin-top: 20px;
125
	margin-top: 20px;
87
	height: 30px;
-
 
88
	width: 180px;
-
 
89
	border: none;
126
}
90
	background: #666 url(../images/bg.png) 0 0 repeat-x;
-
 
91
	font-weight: bold;
-
 
92
/* ombrage css3*/
-
 
93
 
127
 
94
	-moz-box-shadow: 6px 6px 8px #000; 
-
 
95
	-webkit-box-shadow: 6px 6px 8px #000;
-
 
96
	box-shadow: 6px 6px 8px #000;
128
#btn_pass {
97
}
129
}
98
 
130
 
99
#btn_pass:hover {
131
#btn_retour {
100
	background-color: red;
132
	margin-right: 20px;
101
	
133
}
102
/* ombrage css3*/
-
 
103
 
134
 
104
	-moz-box-shadow: 6px 6px 6px #000; 
-
 
105
	-webkit-box-shadow: 6px 6px 6px #000;
-
 
106
	box-shadow: 6px 6px 6px #000;
135
#btn_pass:hover {
107
}
136
}
108
 
137
 
109
#champs_pass {
138
#champs_pass {
110
	border: 1px solid #666;
-
 
111
	width: 100%;
139
	margin: auto;
112
	background-color: #ffffe0;
-
 
113
}
140
}
114
 
141
 
115
#champs_pass TD {
142
#champs_pass TD {
116
	padding: 4px;
143
	padding: 4px;
117
}
144
}
118
 
145
 
119
#champs_pass TD INPUT {
146
#champs_pass TD INPUT {
120
	border: 1px solid #aaa;
147
	border: 1px solid #aaa;
121
	width: 185px;
148
	width: 195px;
122
}
149
}
123
 
150
 
124
TD.first_item {
151
TD.first_item {
125
	background-color: #d0ddb0;
-
 
126
	text-align: center;
152
	text-align: right;
127
	width: 300px;
153
	width: 255px;
128
}
154
}
129
.lien_deco {
155
.lien_deco {
130
	text-align: center;
156
	text-align: center;
131
	font-size: 18px;
157
	font-size: 18px;
132
	margin-bottom: 15px;
158
	margin-bottom: 15px;
Line 134... Line 160...
134
.log_out {
160
.log_out {
135
	font-size: 24px;
161
	font-size: 24px;
136
	text-align: center;
162
	text-align: center;
137
	margin-top: 30px;
163
	margin-top: 30px;
138
}
164
}
-
 
165
.btn_form {
-
 
166
	cursor: pointer;
-
 
167
	height: 26px;
-
 
168
	width: 130px;
-
 
169
	border: none;
-
 
170
	background: #999 url(../images/bg.png) 0 0 repeat-x;
-
 
171
	font-weight: bold;
-
 
172
 
-
 
173
/* ombrage css3*/
-
 
174
 
-
 
175
	-moz-box-shadow: 2px 2px 2px #000; 
-
 
176
	-webkit-box-shadow: 2px 2px 2px #000;
-
 
177
	box-shadow: 2px 2px 2px #000;
-
 
178
}
-
 
179
.btn_form:hover {
-
 
180
	background-color: red;
-
 
181
	
-
 
182
/* ombrage css3*/
-
 
183
 
-
 
184
	-moz-box-shadow: 2px 2px 2px #666; 
-
 
185
	-webkit-box-shadow: 2px 2px 2px #666;
-
 
186
	box-shadow: 2px 2px 2px #666;
-
 
187
}