body {
	background-color:#03224c;
}

.title {
	text-align: center;
	font-size:100%;
}

.title a {
	text-decoration: none;
	color:#ffd700;
	font-family:"Alex Brush", cursive;
}

.button {
	text-align: center;
	line-height: 5;
}
.button a {
	text-align: center;
	text-decoration: none;
    color:#ffd700;
	background-color: red;
	border-color: red;
	padding: 1%;
	border-radius: 10px;
}	

.button a:hover {
	color: green;
}

.table_joueur {
	text-align: center;
	background-color: rgba(0, 170, 255, 0.5);
    padding: 1%;
	width:30%;
	margin:0% 35%;
	border-radius: 10px;
}
.table_joueur .button {
    text-align: center;
    text-decoration: none;
    color:#ffd700;
    background-color: red;
    padding: 0.1px 10px;
	border-style:none;
}
.player {
	text-align: center;
	text-decoration: none;
	color:#fd6c9e;
}
.carte {
    text-align: center;
    background-color: rgba(0, 170, 255, 0.5);
    border-radius: 10px;
    width:30%;
    margin:0% 35%;
	padding:10% 0%; 
}
.carte .button {
    text-align: center;
    text-decoration: none;
    color:#ffd700;
    padding: 0.1px 10px;
}
