/* Id.css -------------------------------*/
body {
	background:url(../images/fond_bulles.jpeg) no-repeat center top; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-ms-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover; 
	background-color: black;
}
nav { width:20%; float:left; margin-left: 40%; margin-top: 5%;}
	.titre-menu { font-size:120%; color:#ebebeb; border-bottom:1px solid #ebebeb; margin-bottom:2%; font-family: Calibri, "Times New Roman"; text-align: center;}
	.erreur_login{color: red;}
	.no_erreur{color: #00ff00;}
	.saisie{ font-size:110%; color:#ebebeb; font-family: Calibri, "Times New Roman"; }
fieldset{ width:90%; float:left; margin-left: 2%; margin-bottom: 2%; text-align: center; background-color: rgba(0, 30, 20, 0.8); border:2px solid #00ffff; border-radius:15px;}	
legend { font-size:180%; color:#ebebeb; margin-bottom:2%; font-family: Calibri, "Times New Roman"; }
img {vertical-align:middle ;}