body{

}
div[id=page]{
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(#BB8843,#966626);
	background-repeat: no-repeat;
}
div[id=content]{
	position: relative;
	top: 110px; 
	background-color: #EFCBAF;
	border-radius: 30px;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    margin: auto;
    width: 450px;
}

div[id=menu]{
	position: absolute;
	top: 220px;
	right: 10px;
	padding: 10px;
	background-color: #EFCBAF;
	border-radius: 30px;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    width: 330px;
}


table{
	margin: auto;
	padding: 10px;
	border-collapse: collapse;
	margin-top: 20px;
	margin-bottom: 20px;
}
td{
    border: 1px solid #f1f1f1;
    width: 100px;
    height: 100px;
    text-align: center;
    font-size: 50px;
}
td[class="enable"]:hover{
	background-color: white;
}

td[class="hide"]{
	background: url('./img/fond_carte.png');
	background-size: 100% 100%;
}


button[class=nb_couples]{
	background-color: lightgrey;
}
button[class=nb_couples_current]{
	background-color: #CA7C15;
}
button{
	border: solid black 1px;
	border-radius: 8px;
	background-color: #CA7C15;
}
select{
	background-color: #CA7C15;
}


