/* LIEN AJOUT */
a.lien_ajout {
	background: url(../_images/tableaux/ajouter.gif) no-repeat;
	padding-left: 18px;
	color: #333333;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
}

a.lien_ajout:hover {
	background: url(../_images/tableaux/ajouter.gif) no-repeat 0px -14px;
	text-decoration: underline;
}
/* -------------------------------------------------------------------------------------------------------------------------------------- */

/* LIEN BLOCK */
table.tableau a.lien_block {
	background: #D3EDF8;
	color: #0066FF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 5px;
}

table.tableau a.lien_block:hover {
	background: #EEEEEE;
	color: #000000;
	text-decoration: underline;
}
/* -------------------------------------------------------------------------------------------------------------------------------------- */
