/*arrière-plan*/
body {background-image: url(images/introbackground.jpg); 
background-position: center center;
background-repeat: no-repeat; 
background-attachment: fixed; 
background-size: cover; 
-moz-background-size: 100% 100%;     /* Gecko 1.9.2 (Firefox 3.6) */
-o-background-size: 100% 100%;        /* Opera 9.5 */
-webkit-background-size: 100% 100%;   /* Safari 3.0 */
background-size: 100% 100%;           /* Gecko 2.0 (Firefox 4.0) > CSS3 */ 
}

/*positionnement du cadre*/
fieldset {position:fixed;
		top:3%;
		left:3%;
		width : 50%;
		border:none;
		}


/*style du chaumont 3.0*/
legend  {color: #000071;
		font-size: 150%;
		font-family: arial black;
		margin-left: 45%;
}

/*style du logo*/
img[alt="photo"]{position:fixed;
				width:20%;
				right:10%;
				top:2%;
				z-index:-2;
}

/*style du couteau suisse*/
img[alt="couteau suisse"]{position:fixed;
				z-index:-1;
				width:35%;
				height:60%;
				left:3%;
				top:40%;
}

/*style "identifiant" et "mot de passe"*/
label[for="identifiant"] {display: block;
						float:left;
						/*border: 3px blue double;*/
						color: #0000a0;
						width:40%;
						font-size: x-large;
						text-align: center;
						font-family: arial;
}

label[for="mdp"] {display: block;
				float:left;
				color: #0000a0;
				width:40%;
				font-size: large;
				text-align: center;
				font-family: arial;
}

/*style contenu champs identifiant et mot de passe*/


input {display: block;
		position:relative;
		margin-left: 45%;
		width: 40%;
		box-shadow:1px 1px 1px #1c0129;
		border-radius:5px;
		font-size: large;
}

input:hover {background-color : #d9fffe;
}	

/*style bouton connexion*/	
input[type="submit"] {position: relative;
					margin-top : 2vh;
					margin-left : 45%;
					font-size : large;
}
input[type="submit"]:hover {background-color : #383838;
							color : white;
}