@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;

}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: normal;
	text-align: center;

	}
.minimenu {
	font-size: 11px;
	line-height: normal;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	}
.titreclassement {
	font-size: 11px;
	line-height: normal;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
	padding-top: 0px;
	margin-bottom: 1px;
	}
.dateclassement {
	font-size: 14px;
	line-height: 15px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	margin-top: 7px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
.scoreclassement {
	font-size: 14px;
	line-height: 15px;
	text-align: center;
	font-weight: bold;
	color: #000;
	margin-top: 7px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
#tableclassement {
	height: 290px;
	width: 290px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bgclassement.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	font-size: 10px;
	text-align: center;
	background-color: #FFF;
}
/* CLASSEMENT PROCHAIN/DERNIER MATCH */
.classement {
	font-size: 12px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-color: #000;
	color: #FFF;
	height: 15px;
	width: 15px;
	}
.score {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	font-weight: normal;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-color: #05673E;
	padding-top: 0px;
	}
.nom_equipe {
	font-size: 12px;
	line-height: 28px;
	text-align: center;
	font-weight: normal;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #000;
	border-bottom-style: solid;
	}
	
	
	
a:link {
	text-decoration: none;
	color: #000;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
	}
a:active {
	text-decoration: none;
	color: #000;
	}

a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #056A3E;
	}

