/* Id_mob.css -------------------------------*/
body {
	background-color: black;
	background-attachment: fixed;
	background-image: url("../images/fond_bulles_mob.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
nav { width:98%; float:left; margin-left: 1%; margin-top:20%;}
	.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: 1px; text-align: center; background-color: rgba(0, 0, 0, 0.7); 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 ;}