diff --git a/site/inscription.php b/site/inscription.php
index 5e064ce..cdeb321 100644
--- a/site/inscription.php
+++ b/site/inscription.php
@@ -18,7 +18,7 @@ if(getGroupe($_SESSION['Login'])!=1)
 
 		<!-- Centre de la page -->
 		<div class="row">
-				<div class="inscritpion">
+				<div class="col-6 col-md-6 offset-3 offset-md-3" style="margin-top:70px;">
 					<?php
 					if (notAMember($_POST["id"]))
 					{
@@ -47,12 +47,10 @@ if(getGroupe($_SESSION['Login'])!=1)
 						$color = "alert-danger";
 					}
 					?>
-					<div class="col-6 col-md-6 offset-3 offset-md-3" style="margin-top:70px;">
-						<br/>
-						<div class="alert <?php echo $color;?>" role="alert">
-							<?php echo $retour;?>
-							<meta http-equiv="Refresh" content="5;url=accueil.php" />
-						</div>
+					<br/>
+					<div class="alert <?php echo $color;?>" role="alert">
+						<?php echo $retour;?>
+						<meta http-equiv="Refresh" content="5;url=accueil.php" />
 					</div>
 				</div>
 			</div>
--
libgit2 0.21.2