body
{
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
}

header
{
	padding: 20px 20px 0 20px;
	margin: 0px;
	background-color: #cc2900;
	color: white;
}
form
{
	margin: 5px;
}

#menu
{
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}

.menuItem
{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 5px;
	margin: 0px;
	border: 1px black solid;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.menuItem:hover
{
	background-color: white;
	color: red;
}

#corps
{
	padding: 30px;
}

#corps_taboo
{
	padding: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#taboo_card
{
	width: 130px;
	height: 280px;
	padding: 0px 30px 0px 30px;
	margin: 30px;
	border: 4px white solid;
	border-radius: 10px;
	text-align: center;
	background-color: black;
	color: yellow;
	box-shadow: 6px 6px 6px black;
}

#taboo_card h2
{
	border-bottom: 3px yellow solid;
}

table
{
	border-collapse: collapse;
}

td, th
{
	border: 1px solid black;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}

#corps_taboo_set
{
	display: flex;
	flex-direction: column;
	align-items: center;
}

#info
{
	width: 100%;
	text-align: center;
	background-color: #a6ff4d;
	color: green;
}

#warning
{
	width: 100%;
	text-align: center;
	background-color: #ffe680;
	color: #e67300;
}

#error
{
	width: 100%;
	text-align: center;
	background-color: #ff8566;
	color: red;
}

#setSelect
{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-bottom: 1px solid black;
}

#setSelectGame
{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-top: 1px solid black;
	margin-top: 30px;
}

fieldset
{
	display: flex;
	flex-direction: column;
	align-items: center;
}

#cardManage
{
	display: flex;
	flex-direction: column;
	align-items: center;
}

#cardCreation
{
	
}

#setList
{
	margin: 30px;
}

#motMystere
{
	background-color: #ffdd99;
}