Subversion Repositories ALCASAR

Rev

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

Rev 1349 Rev 1410
Line 37... Line 37...
37
 
37
 
38
BODY {
38
BODY {
39
	background-color: #666666;
39
	background-color: #666666;
40
}
40
}
41
 
41
 
42
INPUT, #contenu_acces, #logon, #auth_reussi {
42
INPUT, #contenu_acces, #contenu_error, #logon, #auth_reussi {
43
	background-color: #ffffff;
43
	background-color: #ffffff;
44
}
44
}
45
 
45
 
46
/* R�gles des balises HTML */
46
/* R�gles des balises HTML */
47
 
47
 
Line 237... Line 237...
237
 
237
 
238
	-moz-box-shadow: 1px 1px 10px #000; 
238
	-moz-box-shadow: 1px 1px 10px #000; 
239
	-webkit-box-shadow: 1px 1px 10px #000;
239
	-webkit-box-shadow: 1px 1px 10px #000;
240
	box-shadow: 1px 1px 10px #000;
240
	box-shadow: 1px 1px 10px #000;
241
}
241
}
-
 
242
 
-
 
243
#contenu_error {
-
 
244
	position: relative;
-
 
245
	width: 640px;
-
 
246
	height: auto;
-
 
247
	top: -20px;
-
 
248
	padding-top: 40px;
-
 
249
	padding-bottom: 40px;
-
 
250
	padding-left: 40px;
-
 
251
	padding-right: 40px;
-
 
252
	margin-left: auto;
-
 
253
	margin-right: auto;
-
 
254
	z-index: 1;
-
 
255
 
-
 
256
/* ombrage CSS3 */
-
 
257
 
-
 
258
	-moz-box-shadow: 1px 1px 10px #000; 
-
 
259
	-webkit-box-shadow: 1px 1px 10px #000;
-
 
260
	box-shadow: 1px 1px 10px #000;
-
 
261
}
-
 
262
 
242
#logo_acces IMG, #box_refuse IMG {
263
#logo_acces IMG, #box_refuse IMG {
243
	width: 95px;
264
	width: 95px;
244
	height: 95px;
265
	height: 95px;
245
}
266
}
246
 
267
 
Line 271... Line 292...
271
#contenu_acces SPAN {
292
#contenu_acces SPAN {
272
	position: relative;
293
	position: relative;
273
	bottom: -150px;
294
	bottom: -150px;
274
	font-family: "courier new";
295
	font-family: "courier new";
275
}
296
}
-
 
297
#contenu_error SPAN {
-
 
298
	position: relative;
-
 
299
	bottom: -150px;
-
 
300
	font-family: "courier new";
-
 
301
}
276
#box_refuse {
302
#box_refuse {
277
	font-size: 16px;
303
	font-size: 16px;
278
	margin-left: 130px;
304
	margin-left: 130px;
279
	margin-right: 20px;
305
	margin-right: 20px;
280
	margin-top: 40px;
306
	margin-top: 40px;
Line 294... Line 320...
294
	position: absolute;
320
	position: absolute;
295
	width: 70px;
321
	width: 70px;
296
	height: 70px;
322
	height: 70px;
297
	top: -25px;
323
	top: -25px;
298
}
324
}
299
.box_menu, #logon , #contenu_acces, #acces_controle, #cadre_titre, #box_info{
325
.box_menu, #logon , #contenu_acces, #contenu_error, #acces_controle, #cadre_titre, #box_info{
300
/* Arrondi CSS3 Firefox*/
326
/* Arrondi CSS3 Firefox*/
301
	-moz-border-radius: 10px;
327
	-moz-border-radius: 10px;
302
/* Arrondi CSS3 Autres Nav*/
328
/* Arrondi CSS3 Autres Nav*/
303
	border-radius: 10px;
329
	border-radius: 10px;
304
}
330
}
Line 428... Line 454...
428
	text-align: center;
454
	text-align: center;
429
	list-style-type : none;
455
	list-style-type : none;
430
	margin-right : 10px;
456
	margin-right : 10px;
431
	display: block;
457
	display: block;
432
	float: left;
458
	float: left;
433
}
-
 
434
 
459
}
-
 
460