html,body {
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: url(../images/bg.jpg);
}

#container {
	background: #c0be27;
	height: auto;
	width: 360px;
	padding: 20px;
	position: absolute;
	top: 33%;
	left: 50%;
	margin-left: -200px;
	margin-top: -170px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 3px 4px 4px #aaa;
	-webkit-box-shadow: 3px 4px 4px #aaa;
	box-shadow: 3px 4px 4px #aaa;
	font-family: Verdana, Geneva, sans-serif;
}

#formulaire {
	background: url(../images/img_titre.png) 0 0 no-repeat;
	padding-top: 100px;
	position: relative;
}

#formulaire fieldset {
	border: none;
}

#formulaire fieldset legend {
	display: none;
}

#username,#password {
	width: 92%;
	border: 2px solid #aaa;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	line-height: 30px;
	height: 30px;
	margin-bottom: 10px;
	margin-top: 5px;
	font-size: 13px;
	padding: 0 5px 0 20px;
}

#formulaire label {
	color: #444;
	text-shadow: 1px 1px 1px #fff;
}

#formulaire #actions {
	text-align: right;
}

#aide {
	float: left;
	margin-left: 10px;
}

#aide img {
	border: none;
}

.btn-submit,.btn-reset {
	border: 3px solid #8c8a13;
	padding: 2px 15px 3px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	letter-spacing: 1px;
	cursor: pointer;
}

.btn-reset {
	border: 3px solid #aaa;
}

p.oubli {
	background-image: url("../images/help.png");
	background-repeat: no-repeat;
	font-size: 11px;
	padding: 0 0 20px 20px;
}

p.oubli a {
	text-decoration: none;
	color: #000;
}

p.oubli a:hover {
	color: #e2007a;
}

.errors {
	font-size: small;
	color: red;
}

@media ( max-width : 640px) {
	#container {
		position: inherit;
		width: 80%;
		height: auto;
		margin: 0;
		margin: auto;
		background: #c0be27;
		padding: 20px;
		-webkit-border-radius: 9px;
		-moz-border-radius: 9px;
		border-radius: 9px;
		-moz-box-shadow: 3px 4px 4px #aaa;
		-webkit-box-shadow: 3px 4px 4px #aaa;
		box-shadow: 3px 4px 4px #aaa;
	}
	#formulaire {
		background: url(../images/img_titre2.png) 0 0 no-repeat;
	}
	#content {
		padding-top: 30px;
	}
	#formulaire #actions {
		text-align: right;
		margin: 20px 0 20px;
	}
}