



/*
 * résultats de recherche / Sélection 
 */

table.matable #HdrListeFormation td {
	border:1px solid #FFFFFF;
	border-top:1px solid #5E91AC;
	border-right:0;
	border-bottom:0;
	padding:0;
	padding-top:5px;
	background-image:url(../_img/agenda-salons-forums/fond-tableau-agenda.gif);
	text-align:center;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}
table.matable #HdrListeFormation td.cellleft {
	border-left:1px solid #5E91AC;
}
table.matable #HdrListeFormation td.cellright  {
	border-right:1px solid #5E91AC;
}

table.matable #HdrListeFormation a {
	display:block;
	height:auto;
	width:auto;
	font-weight:bold;
	color:#FFFFFF;
	font-size:11px;
}

/* ==================================== */

table.matable #ListeFormation td {
	width:auto;
	padding:0;
	border-right:0;
	font-size:10px;
}
table.matable #ListeFormation td.cellright {
	border-right:1px solid #5E91AC;
}
table.matable #ListeFormation td div {
	width:auto;
	padding:0 10px;
}

table.matable #ListeFormation a {
	display:block;
	margin:0 10px;
	font-size:12px;
}
table.matable #ListeFormation a.detail {
	font-weight:bold;
}

/* ==================================== */

#btnImprimerSelection {
	float:right;
	display:block;
	margin-top:15px;
	width:59px;
	height:15px;

}

