@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	color: black;
}

#welcome {
	color: rgb(217, 185, 54);
}

a:link {
	color: rgb(117, 94, 0);
	text-decoration: none;
}
a:visited {
	color: rgb(117, 94, 0);
}
a:hover {
	color: red;
}

#contenue_principale {
	margin: 20px;
	padding: 20px;
	width: 800px;
	border-top: 5px solid rgb(117, 94, 0);
	border-bottom: 5px solid rgb(117, 94, 0);
	font-size: 25px;
	color: rgb(217, 185, 54);
	text-align: center;
}

.welcome_imgs {
	width: 150px;
	height: 150px;
	border-radius: 20px;
}

#gasino-10 {
	width: 800px;
	height: auto;
}

.gasino-link {
	display: inline;
	list-style: none;
	margin: 0 15px 0 0;
}

li a img {
	width: 40px;
	height: 40px;
}

li a img:hover {
	width: 35px;
	height: 35px;
}

#start-btn {
	border: 2px solid rgb(117, 94, 0);
	border-radius: 9px;
	background-color: rgb(217, 185, 54);
	color: rgb(117, 94, 0);
	padding: 5px;
}

#start-btn:hover {
	background-color: white;
}

#claim-btn {
	border: 2px solid rgb(117, 94, 0);
	width: 100%;
	font-size: 35px;
	border-radius: 9px;
	background-color: rgb(217, 185, 54);
	color: rgb(117, 94, 0);
	padding: 5px;
}

#claim-btn:hover {
	background-color: white;
}