
body {
	font: 11px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;

	margin:0;
	padding:0;
}


#image{
	background:url(la_murithienne.jpg) 0 0 no-repeat;
	width:468px;
	height:150px;
	text-indent: -9999px;
	overflow: hidden;
	padding-bottom: 15px;
	display: block;
	margin-left:-70px;
} 


#login { 
	width: 320px; 
	margin: 7em auto; 
	float:center;
}

#message{
	margin-left: 8px;
	padding: 16px 16px 40px 16px;
	font-weight: normal;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #e5e5e5;
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px;
	height:210px;
}

.titre{
	font-size:13px;
	font-weight:bold;
}

.login input {
	float:center;
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	padding: 3px 5px;
	border: none;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	cursor: pointer;
	text-decoration: none;
	margin-top: -3px;
	text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
	border-color: #000000 !important;
	font-weight: bold;
	color: #FFF !important;
	background: #21759B url(button-grad.png) repeat-x scroll left top;
}

.login input:hover{
	color: #000;
	border-color: #000000;
	background: #21759b url(button-grad-active.png) repeat-x scroll left top !important;
}





