@import url("../../css/foot.css");
/**********Présentation du match*************/
p.presentation
{
	width: 90%;
	margin-left: 5%;
	padding: 10px;
	border: thin solid Gray;
	background-color: #eff6fb;
}
/**********Déroulement du match*************/
table#actions
{
	width: 96%;
	margin-left: 2%;
}

table#actions caption
{
	background-color: #398ece;
	color: White;
}

table#actions td.logo
{
	width: 15px;
	text-align: center;
}

table#actions td.minute
{
	width: 25px;
	text-align: right;
}

table#actions td.description
{
	padding-left: 15px;
}

/**********Classes des différentes actions*************/
table#actions tr.but
{
	font-weight: bold;
	color: red;
}

table#actions tr.sifflet
{
	font-style: italic;
	color: green;
}

table#actions tr.remplacement
{
	color: Blue;
}
/**********Liste des matchs*************/
span.etat
{
	font-style: italic;
}
