/* 
	Liste des liens
*/
.listeResultat{
	border             : solid 1px #acacac;
}

.listeResultat th{
	background-color   : #acacac;
	color              : white;	
}

.listeResultat td{
	padding            : 8px;
}

.listeResultat tr.Rpair{
	background-color   : #efefef;
}

.listeResultat td.Rimpair{

}
/************************************************/

/*
	Liste des résultats groupés
*/
.listeGroupe{
	width             : 650px;
	border            : dashed 1px #71a400;
	margin-bottom     : 4px;
	margin-top        : 4px;
	margin-left       : 10px;
	background-color  : white;
}

.listeGroupe img{
	border            : 0px;
}

.listeGroupe td.logo{
	width             : 20px;
}

.listeGroupe td.liste{
	width             : 630px;
}

.listeGroupe span.gererLien{
	margin-left      : 50px;
}

.listeGroupe td.titre, .listeGroupe td.titre a{
	font-size        : 14px;
	font-weight      : bold;
	text-decoration  : none;
	color            : black; 
}

.listeGroupe td.titre a.gerer{
	font-size        : 10px;
	font-weight      : bold;
	text-decoration  : underline;
	color            : blue; 
}

.listeGroupe i{
	font-size        : 10px;
	font-weight      : normal;	
}

span.date_resultat{
	color            : #ec402a;
	font-size        : 11px;
	font-weight      : bold;
}
