/* Id.css -------------------------------*/
body
{
    background-color: black;
	background-image: url("../images/fond.jpeg");
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
}
nav { width:96%; float:left; margin-left: 1%; margin-top: 5%;}
	.titre-menu { font-size:180%; 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"; }
	.bouton-menu{ background-color: rgba(0, 0, 0, 0.7); color: white; width: 98%; border-radius: 30px; text-align: center; height: auto; display: inline-block; font-family: Calibri, "Times New Roman", Arial, serif; font-size:150%; margin-bottom: 2%; padding: 1%; text-decoration: none;}
	.bouton-menu:hover{background-color: rgba(0, 0, 0, 0.9); color: #85d4ff;}
	.erreur{color: red; text-align: center; font-size: 20px; font-family: Calibri, Comic sans MS; }
	.info{ text-decoration : none; color: rgb(240,210,10);	text-align: center;	font-size: 20px; font-family: Calibri, Comic sans MS; }
	.icones
	{
		width:90%;
		margin: auto;
		padding: 1%;
		background-color: rgba(150, 130, 240, 0.2);
		border-radius:100% 0;
	}
	.center 
	{ 
		height:10%; 
		padding:0 20px; 
		margin-top:10%; 
		text-align: center;
	}
	a
	{
		text-decoration : none;
		color : white;
		font-size: 25px;
		font-family: Calibri, Times New Roman, Comic sans MS; 
	}
h1
{
	margin: auto;
	text-align: center;
	color : white;
	font-family: Calibri, Times New Roman, Comic sans MS; 
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 25px;
}
h3
{
	margin: auto;
	text-align: center;
	color : white;
	border: 2px outset white; 
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 25px;
}

fieldset{ margin-bottom: 2%; text-align: center; background-color: rgba(0, 30, 20, 0.8); border:2px solid #00ffff; border-radius:15px;}	
legend { font-size:150%; color:#ebebeb; margin-bottom:2%; font-family: Calibri, "Times New Roman"; }
img
{
	border : none;
	text-decoration: none;
}
