/*
------------------------------------------------------
 Fichier CSS - Icones du site internet Reconversion
------------------------------------------------------
*/

.ircvHelp{
	cursor: help;
}
.ircvStar {
	background-image: url(../../ressources/images/icones/ico_star.gif);
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	cursor: default;
}
.ircvStarOff {
	background-image: url(../../ressources/images/icones/ico_star_off.gif);
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	cursor: default;

}
.ircvPublieOn {
	background-image: url(../../ressources/images/icones/ico_publie.gif);
	width: 11px;
	height: 11px;
	background-repeat: no-repeat;
	cursor: default;

}
.ircvEnAttente {
	background-image: url(../../ressources/images/icones/ico_enattente.gif);
	width: 11px;
	height: 11px;
	background-repeat: no-repeat;
	cursor: default;

}
.ircvEnAttenteSupp {
	background-image: url(../../ressources/images/icones/ico_enattente_delete.gif);
	width: 11px;
	height: 11px;
	background-repeat: no-repeat;
	cursor: default;
}
.ircvEnAttenteDistrib {
	background-image: url(../../ressources/images/icones/ico_enattente_distribution.gif);
	width: 11px;
	height: 11px;
	background-repeat: no-repeat;
	cursor: default;
}

.ircvRefuse {
	background-image: url(../../ressources/images/icones/ico_refuse.gif);
	width: 11px;
	height: 11px;
	background-repeat: no-repeat;
	cursor: default;
}

.ircvValide {
	background-image: url(../../ressources/images/icones/ico_valide.gif);
	background-repeat: no-repeat;
	width: 11px;
	height: 11px;
	cursor: default;
}
.ircvArchive {
	background-image: url(../../ressources/images/icones/ico_archive.gif);
	background-repeat: no-repeat;
	width: 11px;
	height: 11px;
	cursor: default;
}
.ircvStarTiny {
	background-image: url(../../ressources/images/icones/ico_star_tiny.gif);
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	cursor: default;
}
.ircvStarTinyOff {
	background-image: url(../../ressources/images/icones/ico_star_tiny_off.gif);
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	cursor: default;
}
.ircvArrowLtoR {
	background-image: url(../../ressources/images/icones/ico_LtoR.gif);
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	cursor: default;
	}
.ircvArrowRtoL {
	background-image: url(../../ressources/images/icones/ico_RtoL.gif);
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	cursor: default;
	}
	
.ircvAideChamp {
	background-image: url(../../ressources/images/icones/ico_aide_champ.gif);
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;	
	cursor: default;
}

.irDocumentRefuse {
	background-image: url(../../ressources/images/icones/ico_document_pas_publie.gif);
	width: 11px;
	height: 11px;
	background-repeat: no-repeat;
	cursor: default;
}
.irCompteFerme {
	background-image: url(../../ressources/images/icones/ico_compte_ferme.gif);
	width: 11px;
	height: 11px;
	background-repeat: no-repeat;
	cursor: default;
}