@charset "utf-8";
/* CSS Document crée par la Grâce de Dieu par Erick Delcourt en l'an de Grâce 2012 */

* {
	margin: 0;
}

body {
	background: none;
}

	
input{
	
	height: 1em;
	line-height: 1em;
	width: 12em;
	margin-top: 8px;
	background-color: rgba(75, 124, 201, 0.5);
	border-style: none;
	color: rgb(206, 206, 206);

	}
input[type="submit"]{
	height: 2em;
	font-family: Archer;
	font-weight: bold;

	}
	
#flogin{
	position: relative;
	width: 12em;
	padding: 1%;
	text-align: center;
	border: 1px solid rgba(75, 124, 201, 0.9);
	border-radius: 10px;
	padding: 10%;
	font-size: 1.5em;
	}
	
#flogin input:not(#_saveSelect){
	background-color: rgba(30, 145, 255, 0.2);
	color: rgba(30, 145, 255, 1);
	/*height: 18%;*/
	line-height: 2.2em;
	border: solid 1px rgba(30, 145, 255, 1);
	margin: 1em;
	display: inline-block;
	transition: all 0.2 linear 0;
	}

#flogin:hover> input:not(#_saveSelect){
	transition: all 1 ease-in 10;
	opacity: 1;
	}	
	
.btn {
		box-shadow: 0 10px 16px rgba(66, 140, 240, 0.5), inset 0 -8px 12px 0
				#6bf, inset 0 -8px 0 8px #48c, inset 0 -35px 15px -10px #7ad;
		text-decoration: none;
		color: #EEEEFF !important;
		display: block;
		height: 1.2em;
		width: 12em !important;
		padding: 2px 5px !important;
		text-decoration: none;
		white-space: nowrap;
		border: 1px solid rgba(75, 124, 201, 0.9);
		border-radius: 10px;
		color: rgba(75, 124, 201, 0.9);
		cursor: pointer;
		padding: 3px;
		text-align: center;
		width: 12%;
		margin-top: 30px;
}
.boutonsecondaire {
	background: none repeat scroll 0 0 rgba(58, 155, 226, 1);
	background-color: rgba(58, 155, 226, 1) !important;
	border: medium none;
	border-radius: 2px;
	color: #ffffff !important;
	cursor: pointer;
	font-size: 1em !important;
	font-weight: bold;
	margin-right: 1em;
	margin-top: 1em;
	opacity: 1;
	padding: 0.5em;
	/*position: relative;*/
	text-align: center;
	width: 158px;
	height: auto !important;
	font-weight: bold;
}