/* block Offres NEA */




#entete .blockBoutonURL{
	background-color:#10bd67;
	height:40px;
	color:#fff;
	font-size:12px;
	line-height:16px;
	padding:5px;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	color:#fff; 
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	float:right;
	clear:right;
	background-image:url('../../../img/icon/cart.png');
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:50px;
}

#entete .blockBoutonURL:hover{
	text-decoration:none;
	background-color:#119051;
}

#page .blockBoutonURL{

	background-image:url('../../../img/background-vert.jpg');
	
}

#page .blockBoutonURL span{
	display:block;
	background-image:url('../../../img/youtube.png');
	background-position:top right;
	background-repeat: no-repeat;
	padding-right:150px;

}
