p{
	color : #00FFFF;
}

h1{
	color: RGB(16, 208, 218);
	font-size: 50px;
	text-align: center;
}

label{
	color: red;
}

#submit{
	color:#00FFFF;
	width : 100px; 
}
table{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
#bienvenue{
	margin-left:25%;
	margin-right:25%;
	background-color : white;
	border:5px solid #0b0e07;
	text-shadow: 0 0 3px #000000;
}
input[type=submit]{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#valider{
	text-align:center;
}
label{
	display:block;
	width:150px;
	float:left;
	}

.stylebouton{
	-moz-box-shadow:inset 0px -3px 7px 0px #29bbff;
	-webkit-box-shadow:inset 0px -3px 7px 0px #29bbff;
	box-shadow:inset 0px -3px 7px 0px #29bbff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2dabf9), color-stop(1, #0688fa));
	background:-moz-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background:-webkit-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background:-o-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background:-ms-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background:linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2dabf9', endColorstr='#0688fa',GradientType=0);
	background-color:#2dabf9;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:5px solid #0b0e07;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	padding:9px 23px;
	text-decoration:none;
	text-shadow:0px 1px 0px #263666;
	text-align:center;
	background-height:100px;
}
.stylebouton:hover{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0688fa), color-stop(1, #2dabf9));
	background:-moz-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
	background:-webkit-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
	background:-o-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
	background:-ms-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
	background:linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0688fa', endColorstr='#2dabf9',GradientType=0);
	background-color:#0688fa;
	}
.stylebouton:active{
	position : relative;
	top:1px;
}
body{
	
	background-image: url(LogoAviFitENC.gif);
	background-attachment: fixed;
	background-size: 12.5%;
	}