Subversion Repositories ALCASAR

Rev

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

Rev 509 Rev 566
Line 93... Line 93...
93
	font-family: arial;
93
	font-family: arial;
94
	height: 22px;
94
	height: 22px;
95
}
95
}
96
 
96
 
97
/* taille et position des logos */
97
/* taille et position des logos */
98
 
-
 
99
#logo-alcasar {
98
#logo-alcasar {
100
	position: absolute;
99
	position: absolute;
101
	bottom: 25px;
100
	bottom: 25px;
102
	right: 5px;
101
	right: 5px;
103
	height: 130px;
102
	height: 130px;
Line 109... Line 108...
109
	max-width: 150px;
108
	max-width: 150px;
110
	max-height: 150px;
109
	max-height: 150px;
111
}
110
}
112
 
111
 
113
/* placement et proportion de la boite de saisie et de l'aide */
112
/* placement et proportion de la boite de saisie et de l'aide */
114
 
-
 
115
#logon {
113
#logon {
116
	position: relative;
114
	position: relative;
117
	width: 620px;
115
	width: 620px;
118
	top: 20px;
116
	top: 20px;
119
 
-
 
120
 
-
 
121
/* ombrage css3*/	
117
/* ombrage css3*/	
122
 
-
 
123
	-moz-box-shadow: 0px 0px 12px #000; 
118
	-moz-box-shadow: 0px 0px 12px #000; 
124
	-webkit-box-shadow: 0px 0px 12px #000;
119
	-webkit-box-shadow: 0px 0px 12px #000;
125
	box-shadow: 0px 0px 12px #000;
120
	box-shadow: 0px 0px 12px #000;
126
}
121
}
127
 
-
 
128
#boite-logon {
122
#boite-logon {
129
	background-image: url(../images/fond-bdd_grand.png);
123
	background-image: url(../images/fond-bdd_grand.png);
130
	background-repeat: repeat-x;
124
	background-repeat: repeat-x;
131
	padding: 10px;
125
	padding: 10px;
132
	width: 420px;
126
	width: 420px;
Line 409... Line 403...
409
	box-shadow: 1px 1px 6px #666;
403
	box-shadow: 1px 1px 6px #666;
410
}
404
}
411
#box_info :link, #box_info :visited  {
405
#box_info :link, #box_info :visited  {
412
	text-decoration: none;
406
	text-decoration: none;
413
}
407
}
-
 
408
#box_info UL{
-
 
409
	text-align: left;
-
 
410
	padding : 0 0 0 15px;
-
 
411
	margin : 10px;
-
 
412
}
-
 
413
#box_info LI{
-
 
414
	text-align: left;
-
 
415
	font-size: 10px;
-
 
416
	list-style-type : disc;
-
 
417
	padding : 0 0 0 0;
-
 
418
}
414
 
419