/**
 * <maanfabriekje.be>
 *
 * Contains all language specific layout declarations for NL
 *
 * @author 			Gerrit Bertier <gerrit@marlon.be>
 * @copyright		Marlon bvba <http://www.marlon.be>
 * @date 			2009-04-08
 * @lastmodified	2009-04-08
 */

#logo {
	background-image: url(../img/fr/logo.png);
}

#basket h2 a {
	background-image: url(../img/fr/button_basket.jpg);
}

.banners-wrapper {
	background: transparent url(../img/fr/banners_aside.jpg) no-repeat 0 0;
}

.wrapper-404 h1 {
	background-image: url(../img/fr/title-404.jpg);
}

a#stop-assistant {
	 background: transparent url(../img/fr/sprite_icons-buttons_close.png) no-repeat !important;
	 background-position: 0 0 !important;
}
a#stop-assistant:hover {
	 background-position: 0 -40px !important;
}

.checkout-nav .secondary {
	background: transparent url(../img/fr/secondary-btn.png) no-repeat 0 0 !important;
}
.checkout-nav .secondary:hover {
	background-position: 0 -50px !important;
}

.actionbtn {
	background: transparent url(../img/fr/btn-actionbtn.png) no-repeat 0 0 !important;
}
.actionbtn:hover {
	background-position: 0 -50px !important;
}

.paging .paging-prev {
	background: transparent url(../img/fr/arrow-paging-prev.png) no-repeat 0 0 !important;
}
.paging a.paging-prev:hover {
	background-position: 0 -22px !important;
}

