/* Equipe Joueur */
#fiche_joueur {
	width		: 511px;
	height		: 252px;
	background	: url(../images/joueurs/fond_fiche.gif) no-repeat top;
}
#fiche_joueur .structure {
	margin	: 5px;
}
#fiche_joueur .photo {
}
#fiche_joueur .photo img {
	border	: 1px #999999 solid;
	margin	: 5px 5px 0 3px;
}
#fiche_joueur .separation {
	margin-top		: 5px;
	margin-bottom	: 5px;
}
#fiche_joueur .titre {
	color		: #FFFFFF;
	font-weight	: bold;
	font-size	: 14px;	
	height		: 20px;
}
#fiche_joueur .nom {
	margin-top	: 5px;
	margin-left	: 5px;
	position	: relative;
}
#fiche_joueur .numero {
	position	: absolute;
	font-size	: 12px;
	top			: 0px;
	right		: 10px;
	width		: 21px;
	text-align	: center;
}
#fiche_joueur .poste {
	color		: #FFFFFF;
	font-weight	: bold;
}
#fiche_joueur .texte_blanc {
	color		: #FFFFFF;
	font-weight	: bold;
	font-size	: 11px;
}
#fiche_joueur .titre_jaune {
	color			: #DABC39;
	font-weight		: bold;
	font-size		: 10px;
	margin-top		: 5px;
	margin-bottom	: 5px;
}
#fiche_joueur .lien_fiche {
	margin-top	: 10px;
}
#fiche_joueur .lien_fiche a {
	color		: #FFFFFF;
	font-weight	: bold;
	font-size	: 14px;
}
/******************************/








/* Equipe Staff */
#fiche_staff {
	width		: 511px;
	height		: 252px;
	background	: url(../images/staff/fond_fiche.gif) no-repeat top;
}
#fiche_staff .structure {
	margin	: 5px;
}
#fiche_staff .photo {
}
#fiche_staff .photo img {
	border	: 1px #999999 solid;
	margin	: 5px 5px 0 3px;
}
#fiche_staff .separation {
	margin-top		: 5px;
	margin-bottom	: 5px;
}
#fiche_staff .titre {
	color		: #FFFFFF;
	font-weight	: bold;
	font-size	: 14px;	
	height		: 20px;
}
#fiche_staff .nom {
	margin-top	: 5px;
	margin-left	: 5px;
	position	: relative;
}
#fiche_staff .poste {
	color		: #FFFFFF;
	font-weight	: bold;
}
#fiche_staff .texte_blanc {
	color		: #FFFFFF;
	font-weight	: bold;
	font-size	: 11px;
}
#fiche_staff .titre_jaune {
	color			: #DABC39;
	font-weight		: bold;
	font-size		: 10px;
	margin-top		: 5px;
	margin-bottom	: 5px;
}
#fiche_staff .lien_fiche {
	margin-top	: 10px;
}
#fiche_staff .lien_fiche a {
	color		: #FFFFFF;
	font-weight	: bold;
	font-size	: 14px;
}



/* Affichage des news */
#actualites_news_affichage .pagination {
	text-align		: center;
	font-size		: 12px;
	font-weight		: bold;
	color			: #666666;
	border-top		: 1px #999999 solid;
	border-bottom	: 1px #999999 solid;
	margin-bottom	: 5px;
	padding			: 10px;
}
#actualites_news_affichage .pagination a {
	font-size	: 12px;
	font-weight	: bold;
	color		: #666666;
}