html, body {
	height: 100%;
}
input {
	font-family: comic sans ms,arial;
	font-size: 18px;
}
button {
	font-family: comic sans ms,arial;
	font-size: 18px;
	color: #007;
}
.disabled {
	color: grey;
	border-style: solid;
}

table.liste_joueurs {
	border-collapse: collapse;
	width: 100%;
}
table.liste_joueurs th {
	border: solid lightgrey 1px;
	background: grey;
}
table.liste_joueurs td {
	border: solid lightgrey 1px;
}
table.liste_joueurs td:hover {
	background: black;
}
table.liste_joueurs td input {
	height: 100%;
	width: 100%;
	border: none;
	background: #aaf;
}
input.plain {
	border: solid black 1px;
	background: #aaf;
}
input.error {
	background: #f99 !important;
}
input.submit {
	margin: 10px;
	color: #007;
}
input.submit_big {
	margin: 10px;
	color: #007;
	font-size: 40px;
}
table.situation_anim {
	width: 100%;
}
table.situation_anim td {
	font-size: 40px;
	border: solid grey 1px;
	text-align: center;
	vertical-align: top;
}
table.situation_anim td div {
	color: #330;
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	padding: 10px 0px 10px 0px;
	background: #ccf;
}
table.situation_anim th {
	border: solid grey 1px;
	background: lightyellow;
}
table.situation {
	width: 100%;
}
table.situation td {
	color: #007;
	width: 220px;
	height: 220px;
	font-size: 40px;
	text-align: center;
	vertical-align: top;
	background: url(impact.png) center no-repeat;
	font-weight: bold;
}
table.situation td div {
	color: #330;
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	margin: 10px 0px 30px 0px;
}
table.situation th {
	width: 220px;
	background: lightyellow;
}
table.reaction_anim {
	width: 100%;
}
table.reaction_anim td {
	border: solid grey 1px;
	font-size: 14px;
}
table.reaction_anim th {
	border: solid grey 1px;
	background: lightyellow;
}
div.reaction {
	font-size: 16px;
	border-top: solid black 1px;
	clear: left;
	padding: 4px 0px 2px 0px;
}
div.reaction_first {
	font-size: 16px;
	padding: 0px 0px 2px 0px;
}
table.reaction {
	width: 100%;
	border-collapse: collapse;
}
table.reaction td {
	padding: 4px 0px 2px 0px;
}
table.reaction td.reaction {
	border-top: solid black 1px;
}
table.saisie_reponses {
	width: 100%;
	font-size: 30px;
}
table.saisie_reponses input {
	font-size: 30px;
}
table.saisie_reponses td {
	background: lightgrey;
}
table.saisie_reponses th {
	border: solid grey 1px;
	background: lightyellow;
}
table.tirages td {
	border: solid gray 1px;
	text-align: center;
}
table.tirages td p {
	font-size: 24px;
}
table.graph {
	border-collapse: collapse;
}
table.graph td {
	margin: 0px;
	padding: 0px;
}
button.joueur {
	padding: 0px;
	font-size: 12px;
	display: inline;
	border: solid #777 1px;
	background: #ccc;
	color: #777;
}
button.current-tab {
	font-weight: bold;
	border: solid black 1px;
	background: white;
	color: #007;
	height: 24px;
}
span.perf {
	border: solid black 1px;
	background: #0bb;
	font-weight: bold;
	font-size: 20px;
	padding: 6px;
}
div.fiche_joueur {
	border: solid black 1px;
	background: #eee;
	display: none;
	margin: 0px;
	padding: 10px;
}
.resultats {
	font-size: 40px;
}
.resultats td {
	text-align: center;
}
.resultats td.pos {
	background: #aaf;
	width: 80px;
}
.resultats td.neg {
	background: #faa;
	width: 80px;
}
.resultats td.stable {
	font-weight: bold;
	background: #afa;
	font-size: 20px;
	width: 80px;
}
td.spacer {
	width: 80px;
}
.resultats img {
	margin-right: 40px;
}
.feedback-img {
	width: 90px;
	height: 60px;
	margin: 0px 20px 0px 0px;
	float: left;
}
div.lettrine {
	font-size: 100px;
	margin: -20px 30px -20px 0px;
	color: #007;
	float: left;
}
span.lettrine {
	font-weight: bold;
	color: #007;
	padding-left: 20px;
}
div.situation {
	font-size: 24px;
}
div.situation p {
	margin: 10px 0px;
}
div.lettrine_manager {
	font-size: 60px;
	margin: -10px 15px -10px 0px;
	color: #007;
	float: left;
}
span.lettrine_manager {
	font-weight: bold;
	color: #007;
	padding-left: 20px;
}
div.situation_manager {
	font-size: 26px;
}
div.situation_manager p {
	margin: 8px 0px;
}
hr.situation_manager {
	color: gray;
}

.link_icon {
	text-decoration: none;
	margin-right: 6px;
	border: none;
}

.team {
	border: solid black 1px;
	margin: 2px;
	padding: 6px;
	cursor: pointer;
}
.team div {
	font-weight: bold;
}
.graphic_button {
	font-size: 10px;
	text-align: center;
	width: 160px;
}

