@media screen
{
	/*BOUTONS
	=========================================*/

	.hc_btn_close{
		background:url(/assets/images/frontend/btn-close.jpg) top left no-repeat;
		width:22px;
		height:21px;
		text-indent:-9999px;
		overflow:hidden;
		margin:0px 10px 0px 0px;
	}

	a.hc_btn_close:focus, a.hc_btn_close:active, a.hc_btn_close:hover{
		background:url(/assets/images/frontend/btn-close.jpg) bottom left no-repeat;
	}
}
