diff --git a/public/image_alea.php b/public/image_alea.php
index 95ab05361d56504074beb70745a99e16042a8320..71472ff61ef3a44b45a5966aee069d5979dff2f7 100644
--- a/public/image_alea.php
+++ b/public/image_alea.php
@@ -60,7 +60,7 @@ urlHasArgument();
 					<h4><?php echo $image->{'data'}[0]->{'title'} ?></h4>
 					<p style="font-size: 15px"><?php echo $image->{'data'}[0]->{'description'} ?></p>
 				</div>
-				<div class="actionrow" style="left: 0px;">
+				<div class="actionrow" style="left: -120px;">
 					<form method="POST" action="download.php" target="_blank">
 						<input type="hidden" name="urlget" value=<?php echo $image->{'href'} ?>>
 						<input type="hidden" name="nasa_id" value=<?php echo $image->{'data'}[0]->{'nasa_id'} ?>>
@@ -74,7 +74,7 @@ urlHasArgument();
 	</div>
 
 	<div class="view container-fluid">
-		<button href="image_alea.php" class="btn btn-primary">Nouvelle Image</button>
+		<a href="image_alea.php"><button class="btn btn-primary">Nouvelle Image</button></a>
 	</div>