@import url("../../css/foot.css");
/**********Présentation du match*************/
div.presentation
{
	width: 90%;
	margin-left: 5%;
	padding: 10px;
	border: thin solid Gray;
	background-color: #eff6fb;
}
div.presentation p
{
	margin: 0;
}
/*********Composition des équipes***********/
div#composition
{
	width: 200px;
	float: left;
	margin: 10px 0 10px 10px;
	padding: 0;
	/*border: thin solid Gray;*/
	background-color: #eff6fb;
}
div#composition p.titre
{
	background-color: #398ece;
	color: White;
	font-weight: bold; 
	margin: 0;
	padding: 0;
	text-align: center;
}
div#composition div.equipe
{
	padding: 1em;
}
div#composition div.equipe h4
{
	margin: 0;
	padding: 0;
	text-align: left;
	color: #398ece;
	font-size: 1.1em;
	font-weight: bold;
}
div#composition div.equipe ul
{
	list-style: none;
	margin: 0.6em 0 0 0;
	padding:0;
}
div#composition div.equipe ul li
{
	margin: 0;
	padding: 0;
}

div#composition div.equipe ul li img
{
	margin: 0;
	padding: 0;
}
div#composition div.equipe ul.remplacant
{
	list-style: none;
	margin: 0.6em 0 0 0;
	padding:0;
	font-style: italic;
}


/**********Déroulement du match*************/
table#actions
{
	width: 500px;
	float: right;
	margin: 10px 10px 10px 0;
}

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*************/
ul.liste_matchs 
{
	clear: both;
	list-style: none;
	padding-bottom: 1em;
}
ul.liste_matchs li span
{
	float: left;
	display: block;
	font-weight: bold;
}
ul.liste_matchs li a:hover span
{
	color: white;
	background-color:#398ece;
}

ul.liste_matchs li span.heure
{
	clear: left;
}


ul.liste_matchs li span.heure, ul.liste_matchs li span.etat, ul.liste_matchs li span.score
{
	width: 10%;
}
ul.liste_matchs li span.equipe
{
	width: 30%;
}
span.etat
{
	font-style: italic;
}
ul.liste_matchs li ul.but1, ul.liste_matchs li ul.but2
{
	list-style: none;
	float: left;
	width: 30%;
	margin-top: 5px;
	margin-left: 0;
}
ul.liste_matchs li ul.but1 li, ul.liste_matchs li ul.but2 li
{
	margin-left: 15%;
}
ul.liste_matchs li ul.but1 li.but, ul.liste_matchs li ul.but2 li.but
{
	list-style-image: url(../img/but.gif);
}
/********** Clear*************/
div#principal p.lien
{
	clear: both;
}
/*********frame*****************/
body.frame
{
	background-color: white; 
	background-image: none;
}
