#Erreur {
	background-color: rgba(180, 30, 30, 0.7);
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
	position:fixed;
	width:100%;
	color:white;
	border:1px solid black;
	box-shadow:1px 1px 20px black;
	top:4%;
}

#Liens {
	padding-bottom:40px;
	font-weight:bold;
	font-family:Calibri;
}

#Liens a {
	font-size: 16px; 
	text-decoration: none; 
	text-transform: uppercase; 
	color: #3B3B3B;
	padding: 20px;
	transition: color .2s;
}

#Liens a:hover {
	font-size: 16px; 
	text-decoration: none; 
	text-transform: uppercase;
	color: #009ae1; 
	padding: 20px;
	transition: color .2s;
}

#EspaceInscription input {
	margin-bottom:8px;
}

#EspaceInscription input[type="email"] {
	width:200px;
}

#EspaceInscription input[type="submit"] {
	margin-top:10px;
	font-family:mySansation;
}

#EspaceInscription input[type="password"] {
	width:200px;
}

#Inscription {
	text-align:center;
	background-color:white;
	margin-top:10%;
	padding:50px;
	border:1px solid black;
}

#EspaceInscription {
	margin-left:auto;
	margin-right:auto;
}

#EspaceInscription td {
	padding-top:8px;
}

#EspaceInscription .LabelChamp {
	padding-top:10px;
}