
			$(document).ready( function() {
				var axys = '<div id="axys" style="position: fixed; top: 0; right: 10px; background-color: rgb(15,15,15); color: white; padding: 7px 10px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;">'
							+ '<img src="http://v2.axys.pro/logo_axys.png" alt="Logo Axys" /> '
							+ '<a style="color: white; margin-left: 10px;" href="http://axys.me/login/">connexion</a>'
							+ '<a style="color: white; margin-left: 10px;" href="http://axys.me/login/#Inscription">inscription</a> ';
							+ '</div>';
				$('body').prepend(axys);
			});
		
