#selection_type_match {
	border: 1px solid #839483;
	color: #3C3230;
	float: right;
	margin-top: 5px;
	width: 225px;
}
#selection_type_match .titre {
	background-color: #839483;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 10px;
	padding: 5px 0;
	text-align: center;
}
#selection_type_match .sous_titre {
	background-color: #C0C6C0;
	padding: 5px 0;
	margin-bottom: 5px;
	text-align: center;
}
#selection_type_match table {
	width: 100%;
}
#selection_type_match table td.choix {
	font-size: 11px;
	width: 50%;
}
#selection_type_match table td.choix input {
	margin-left: 5px;
}
#selection_type_match .appliquer {
	text-align: center;
	padding-bottom: 10px;
}
#selection_type_match .appliquer input {
	font-size: 12px;
	font-weight: bold;
	width: 100px;
}

#strategies_equipe,
#notes_equipe,
#efficacite_equipe,
#statistiques_joueurs {
	float: left;
}