
/* CSS Document */


a.fw_utilisateur_toggle
{
	display:inline-block;
	line-height:18px;
	background-image : url("../../images/fw_icones/utilisateur_off.png");
	background-position : left;
	background-repeat : no-repeat;
	padding-left : 25px;
}

a.fw_utilisateur_toggle:hover { background-image : url("../../images/fw_icones/utilisateur_on.png"); }

/*
----------------------------------------------------*/

a.fw_mini_plus
{
	display:inline-block;
	line-height:18px;
	background-image : url("../../images/fw_icones/fw_plus.png");
	background-position : left;
	background-repeat : no-repeat;
	padding-left : 15px;
}

/*----------------------------------------------------*/

a.fw_mini_moins
{
	display:inline-block;
	line-height:18px;
	background-image : url("../../images/fw_icones/fw_minus.png");
	background-position : left;
	background-repeat : no-repeat;
	padding-left : 15px;
}

/*----------------------------------------------------*/

a.fw_supprimer
{
	display:inline-block;
	line-height:18px;
	background-image:url("../../images/fw_icones/corbeille_off.png");
	background-position:-3px center;
	background-repeat : no-repeat;
	padding-left : 20px;
}

a.fw_supprimer:hover { background-image:url("../../images/fw_icones/corbeille_on.png"); }

/*----------------------------------------------------*/

a.fw_mini_supprimer
{
	display:inline-block;
	line-height:18px;
	background-image:url("../../images/fw_icones/corbeille_off.png");
	background-position:-3px center;
	background-repeat : no-repeat;
	padding-left : 20px;
}

a.fw_mini_supprimer:hover { background-image:url("../../images/fw_icones/corbeille_mini_on.png"); }

/*----------------------------------------------------*/

a.fw_editer
{
	display:inline-block;
	line-height:18px;
	background-image:url("../../images/fw_icones/edit.png");
	background-position:-1px center;
	background-repeat : no-repeat;
	padding-left : 20px;
}

/*----------------------------------------------------*/

a.fw_archiver
{
	display:inline-block;
	line-height:18px;
	background-image:url("../../images/fw_icones/box-open-icon.png");
	background-position:0px  center;
	background-repeat : no-repeat;
	padding-left : 20px;
}


a.fw_archiver:hover { background-image:url("../../images/fw_icones/box-closed-icon.png"); }

a.fw_dearchiver
{
	display:inline-block;
	line-height:18px;
	background-image:url("../../images/fw_icones/box-closed-icon.png");
	background-position:0px  center;
	background-repeat : no-repeat;
	padding-left : 20px;
}


a.fw_dearchiver:hover { background-image:url("../../images/fw_icones/box-open-icon.png"); }

/*----------------------------------------------------
Lien fichier
----------------------------------------------------*/

a.fw_fichier
{
	display:inline-block;
	line-height:18px;
	background-image:url("../../images/fw_icones/fichiers/fichier_off.png");
	background-position:0px center;
	background-repeat : no-repeat;
	padding-left : 22px;
}

a.fw_fichier:hover { background-image:url("../../images/fw_icones/fichiers/fichier_on.png"); }

/*----------------------------------------------------*/

a.fw_fichier_envoi
{
	display:inline-block;
	line-height:18px;
	background-image:url("../../images/fw_icones/fichier_envoi.png");
	background-position:0px center;
	background-repeat : no-repeat;
	padding-left : 26px;
}

a.fw_fichier_envoi:hover { background-image:url("../../images/fw_icones/fichier_envoi.png"); }

/*----------------------------------------------------*/

a.fw_fichier_pdf
{
	display:inline-block;
	line-height:18px;
	background-image:url("../../images/fw_icones/fichiers/pdf_off.png");
	background-position:0px center;
	background-repeat : no-repeat;
	padding-left : 25px;
}

a.fw_fichier_pdf:hover { background-image:url("../../images/fw_icones/fichiers/pdf_on.png"); }

/*----------------------------------------------------*/

a.fw_fichier_xls
{
	display:inline-block;
	line-height:18px;
	background-image:url("../../images/fw_icones/fichiers/xls_off.png");
	background-position:0px center;
	background-repeat : no-repeat;
	padding-left : 25px;
}

a.fw_fichier_xls:hover { background-image:url("../../images/fw_icones/fichiers/xls_on.png"); }

/*----------------------------------------------------*/

a.fw_deriver
{
	display:inline-block;
	line-height:18px;
	background-image:url("../../images/fw_icones/deriver_off.png");
	background-position:0px  center;
	background-repeat : no-repeat;
	padding-left : 27px;
}

a.fw_deriver:hover { background-image:url("../../images/fw_icones/deriver_on.png"); }

/*----------------------------------------------------*/