@charset "utf-8";

@media print {
	/* A l'impression on modifie certaines parties */
	.div_haut, .div_bas {
		display : none;
	}
}

body {
	font-family : Verdana, Arial, Helvetica,Sans-Serif;
	background-color : #99a478;
	font-size : 9pt;
	color : #ffffff;
	margin : 0; /* pour éviter les marges */
	text-align : center; /* pour corriger le bug de centrage IE */
}
a {
	font-weight : bold;
	text-decoration : none;
	color : #ffffff;
}
a img {
	border : 0;
}
td {
	font-weight : bold;
	text-align : center;
}
.div_haut {
	width : 970px;
	margin : auto;
	padding-left : 8px;
	padding-top : 3px;
	padding-bottom : 3px;
	text-align : left;
}
.div_central {
	width : 970px;
	height : 590px;
	margin : auto;
	background-image : url(terrain.jpg);
	background-repeat : no-repeat;
	background-position : center;
	border : 2px groove #ffffff;
	text-align : center;
}
.div_central_acbg {
	width : 970px;
	margin : auto;
	background-image : url(ballon.jpg);
	background-color : #a8d4fb;
	background-repeat : no-repeat;
	background-position : bottom;
	border : 2px groove #ffffff;
	text-align : center;
	padding-bottom : 20px;
}
.div_bas {
	width : 970px;
	padding-top : 5px;
	margin : auto;
	text-align : right;
}
.div_titre {
	padding-top : 15px;
}
.titre {
	position : relative;
	font-weight : bold;
	font-size : 16pt;
	z-index : 0;
	white-space : nowrap;
}
.ombre, .ombre-ie {
	position : absolute;
	top : +3px;
	left : +3px;
	color : #888888;
	z-index : -1;
}
.ombre-ie {
	top : +18px;
}
.select_journee {
	margin-top : 10px;
	margin-bottom : 10px;
	background-color : #4a511d;
	font-weight : bold;
	color : #ffffff;
	border : 1px solid #898e79;
}
.select_saison {
	margin-top : 0px;
	margin-bottom : 0px;
	background-color : #4a511d;
	font-size : 8pt;
	font-weight : bold;
	color : #ffffff;
	border : 1px solid #898e79;
}
.table_saison {
	padding: 0px;
	border-spacing : 0px;
	border-collapse : collapse;
}
.table_resultats {
	background-color : #bbbbbb;
	opacity : 0.8;
	color : #000000;
	border : 1px solid #898e79;
	margin : auto;
}
.club1, .club1-v, .club1-n, .club1-d {
	width : 140px;
	text-align : right;
	padding-right : 10px;
}
.score, .score-v, .score-n, .score-d {
	width : 80px;
}
.club2, .club2-v, .club2-n, .club2-d, .equipe {
	width : 140px;
	text-align : left;
	padding-left : 10px;
}
.club1-v, .club2-v, .score-v, .leader, .victoire, .cell_titre, .cell_total, .nb_buts_total, .titre_lien {
	background-color : #ffffff;
	color : #4a511d;
}
.club1-n, .club2-n, .score-n {
	background-color : #ffffff;
	color : #cdc610;
}
.club1-d, .club2-d, .score-d {
	background-color : #ffffff;
	color : #c94649;
}
.rang {
	width : 25px;
	text-align : right;
	padding-right : 10px;
}
.col_gen {
	width : 40px;
}
.col_jour, .no {
	width : 70px;
}
.buteurs, .liste_buteurs, .liste_buteurs_coupe {
	text-align : left;
	padding-left : 5px;
	padding-right : 5px;
}
.buteurs, .liste_buteurs, .liste_buteurs_coupe, .date, .no, .nom_buteur, .nb_buts, .nb_buts_total, .cell_total, .petite_police {
	font-size : 7pt;
}
.liste_buteurs {
	width : 430px;
}
.liste_buteurs_coupe {
	width : 388px;
}
.colonne_coupe {
	width : 40px;
	padding : 0px;
	vertical-align : middle;
}
.cell_titre {
	width : 400px;
	text-align : left;
	padding-left : 10px;
}
.date {
	width : 100px;
}
.espace {
	width : 50px;
}
.no, .cell_total {
	text-align : left;
	padding-left : 10px;
}
.nom_buteur {
	width : 110px;
	text-align : left;
}
.nb_buts, .nb_buts_total {
	width : 20px;
	text-align : right;
	padding-right : 10px;
}
.table_liens {
	margin : auto;
}
.titre_lien {
	border : 1px solid #898e79;
	text-align : left;
	opacity : 0.8;
	padding-left : 10px;
	padding-right : 10px;
}
.lien {
	text-align : left;
	padding-left : 10px;
	padding-right : 10px;
	padding-bottom : 5px;
}
.lien_rouge {
	color : #ed5e5e;
}