body {
	background-image: url(/images/bg.gif);
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-repeat: repeat;
	
}
body, td {
	color: #123466;
}
#joueur {
	position: absolute;
	left: 320px;
	top: 200px;
	z-index: 2;
}
.lignebas {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.pict_last {
	background-image: url(/images/images_dernier_match/dernier_match_03.png);
	background-repeat: no-repeat;
}
.resultat {
	font-size: 30px;
}
.titres {
	padding-top: 20px;
	padding-bottom: 5px;

}
#calendrier {
	height: 353px;
	width: 422px;
	background-image: url(/images/bg_calendrier.png);
}
.saison {
	padding-bottom: 5px;
	padding-top: 25px;
	font-weight: bold;
	font-style: italic;
}
.domicile {
	color: #163466;
	font-weight: bold;
	font-size: 11px;
}
.exterieur {
	color: #FF0000;
	font-weight: bold;
	font-size: 11px;
}
.evenement {
	color: #FF8500;
	font-weight: bold;
	font-size: 11px;
}
.bg_calendrier {
	background-image: url(/images/bg_calendrier_2.png);
	
}
.calCell {
	font-size: 10px;
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #5a7b9f;
	border-left-color: #5a7b9f;
}
.calCellEndLine {
	font-size: 10px;
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #5a7b9f;
	border-left-color: #5a7b9f;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #5a7b9f;
}

#contenant
{
	overflow: hidden;
	z-index: 30;
	height: 186px;
	width: 276px;
	position: relative;
	
}
#contenu
{
	width: 276px;
	position: relative;
	padding-top: 0px;
	z-index: 31;
	padding-bottom: 10px;	

}
.liens {
	text-decoration: none;
	color: #123466;
}

