body{
	position : absolute;
	left: 50%;
	width: 1024px;
	margin-left: -512px; /* moitié de la largeur */
	text-align: center;
}
.login{
	color : #000000;
}
#login{
	display : block;
	width : 100%;
	text-align : center;
	border : 1px solid #dceef9;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 4px 4px 10px #888; 
	font-size : 16px;
	color : #456789;
	position : relative;
}
form {
	background-color:#dceef9;
	margin-top:50px;
	margin-bottom : 50px;
 	padding:10px;
 	width:360px;
 	height:120px;
 	border : 1px solid #446787;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 4px 4px 10px #888; 
 }
fieldset {
	border : none;
 	padding:20px;
 	margin-bottom:10px;
 }
legend {
 	color:#a0522d;
 	font-weight:bold
 }
label {
 	margin-top:20px;
 	display:block;
 }
label.inline {
 	display:inline
 }
input{
	background-color : #aaaaaa;
}
input[type=text]{
	background-color : #aaaaaa;
 }
input[type=password]{
	background-color:#aaaaaa;
 }
input[type=radio] {
 	margin-right:50px;
 	background-color:transparent;
 	border:none;
 }
input[type=submit] {
	background-image : url('img/signin.png');
 }
select, option {
 	background-color:#A6BEDE;
 }
textarea {
 	border:none;
 	background-color:transparent;
 }
.signin{
      	background-color: transparent;
	border : none;
}
button{
background-image : url('../../img/button_non_actieve.png');
background-repeat: repeat-x;
border-left : 1px solid #446787;
border-right : 1px solid #446787;
color : #ffffff;
font-size : 16px;
font-weight : bold;
-moz-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 4px 4px 10px #888; 
margin-top : 25px;
}
button:hover{
background-image : url('../../img/button_hover.png');
background-repeat: repeat-x;
border : 1px none #446787;
-moz-box-shadow: 0px 0px 0px #888;
margin : 30px 0 0 5px;
}
#nom{
	left : 310px;
	top : 148px;
	width : 350px;
	position : relative;
}
#pwd{
	left : 310px;
	top : 160px;
	width : 350px;
	position : relative;
}
#signin{
	left : 293px;
	top : 182px;
	position : relative;
}
.item{
background-image : url('../../img/button_non_actieve.png');
background-repeat: repeat-x;
border-left : 1px solid #446787;
border-right : 1px solid #446787;
color : #ffffff;
font-size : 16px;
font-weight : bold;
-moz-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 4px 4px 10px #888; 
margin : 0px 0px;
padding : 0px 0px;
}
.item:hover, .actif:hover{
background-image : url('../../img/button_hover.png');
background-repeat: repeat-x;
border : 1px none #446787;
-moz-box-shadow: 0px 0px 0px #888;
margin : 5px 0 0 5px;
}

