@font-face {
	font-family: "DinBold";
	src: url("/css/fonts/din-bold.woff") format("woff");
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
}


.loading {
	background: none repeat scroll 0 0 #FFFFFF;
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10000;
}
.loading img {
	left: 50%;
	margin: -10px 0 0 -110px;
	position: relative;
	top: 50%;
}

#background {
	position: absolute;
	top: 0;
	/*width: 1680px;*/
	width: 100%;
	left: 50%;
	margin-left: -50%;
	/*height: 768px;*/
	height: 100%;
	overflow: hidden;
}
#background ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#TopBar {
	background: rgba( 0 , 0, 0 , 0.7 );
	height: 23px;
	line-height: 23px;
	position:absolute;
	top:0;
	z-index: 1000;
	width: 100%;
	color: #FFFFFF;
}

#TopBar p {
	padding: 0 0 0 8px;
	margin: 0;
	float: left;
}

#TopBar ul {
	padding: 0 8px 0 0;
	margin: 0;
	float: right;
	list-style:none;
}

#TopBar li {
	float: left;
	height: 23px;
	border-left: 1px solid #80b1d0;
	padding: 0 11px;
}

#TopBar a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}

.mon_compte {
	background: url(img/picto_mon_compte.png) scroll no-repeat left 1px;
	padding-left: 21px;
	padding-top: 2px;
	padding-bottom: 4px;
}

.contact {
	background: url(img/picto_contact.png) scroll no-repeat left 2px;
	padding-left: 21px;
}

.fb {
	background: url(img/picto_fb.png) scroll no-repeat left top;
	padding-left: 21px;
}

.flag_fr {
	background: url(img/flag_fr.png) scroll no-repeat left 2px;
	padding-left: 24px;
}

.flag_en {
	background: url(img/flag_en.png) scroll no-repeat left 2px;
	padding-left: 24px;
}






#News {
	width: 428px;
	position: absolute;
	top: 38px;
	background: rgba(0,0,0,.3) url(img/bg-news.png) scroll no-repeat left center;
	padding: 2px 0 13px 0;
	right: 20px;
}

#News div {
	margin-left: 32px;
	margin-top: 7px;
}

#News h2 {
	display: none;
}
#News h3 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0 10px 7px 10px;
}
#News p {
	text-align: justify;
	color: #FFFFFF;
	margin: 0 10px;
}


#Footer {
	background: rgba(0,0,0,.5);
	width: 100%;
	height: 95px;
	position: absolute;
	bottom: 0;
	overflow: hidden;
}

#Footer .left {
	float: left;
	width: 900px;
	padding-left: 12px;
}

#Footer .right {
	float: right;
	width: 200px;
	text-align: right;
	padding-right: 12px;
}

#Footer ul {
	list-style: none;
	margin-top: 10px;
}

#Footer li {
	display: inline;
	padding: 0 10px 0 0;
}

#Footer .left p {
	color: #8a8a8a;
	font-family: Verdana;
	font-size: 9px;
	margin: 0;
	margin-top:17px;
}

#Footer .right p {
	margin: 0;
	padding: 10px 0;
}

#Footer .right a ,
#Footer ul.ul1 a {
	color: #afafaf;
	text-decoration: none;
}

#Footer ul.ul2 li {
	color: #AFAFAF;
}
#Footer ul.ul2 a {
	color: #AFAFAF;
	text-decoration: none;
}

#Footer ul.ul1 a:hover ,
#Footer ul.ul2 a:hover {
    color: #D010BB;
}


/*
	SHOWROOM
*/
	.showroom h1 {
		position: absolute;
		background: url(img/logo-snatch-png24-large.png);
		width: 234px;
		height: 187px;
		text-indent: -9000px;
		top: 30px;
		left: 30px;
	}


	.slidePrevZone {
		width: 140px;
		height: 100%;
		position: absolute;
		left: 0;
		top: 23px;
		background: url(img/empty.gif);
	}

	.slideNextZone {
		width: 140px;
		height: 100%;
		position: absolute;
		right: 0;
		top: 23px;
		background: url(img/empty.gif);
	}

	.slidePrevBtn {
		background: url(img/fleche_slide_prev.png) scroll no-repeat left center;
		width: 30px;
		height: 100%;
		display: none;
		cursor: pointer;
	}

	.slideNextBtn {
		background: url(img/fleche_slide_next.png) scroll no-repeat right center;
		width: 30px;
		height: 100%;
		display: none;
		cursor: pointer;
		position: absolute;
		right: 0;
	}

	.label {
		color: #FFFFFF;
		width: 290px;
		overflow: hidden;
		z-index: 100;
		display: none;
		background: rgba(0, 0, 0, 0.3);
		padding: 10px;
	}
	.label span {
		font-size: 22px;
		color: #FFF;
	}
	.label p {
		margin: 7px 0 0 0;
	}
	.label a {
		font-size: 11px;
		text-decoration: none;
		color: #FFFFFF;
	}

	.label.right {
		text-align: right;
	}

	.label.right span {
		text-align: right;
		background: url(img/fleche_label_slideshow_right.png) scroll no-repeat right center;
		padding-right: 20px;
	}

	.label.right p {
		padding-right: 20px;
	}

	.label.left span {
		text-align: left;
		background: url(img/fleche_label_slideshow_left.png) scroll no-repeat left center;
		padding-left: 20px;
	}

	.label.left p {
		padding-left: 20px;
	}

/*
	HISTORIQUE DES COMMANDES
*/

	.Page_Histo_Cmde h2 {
		color: #003d7c;
		font-size: 15px;
		margin-left: 8px;
	}

	.Page_Histo_Cmde .Left {
		float: left;
		width: 602px;
		margin-left: 8px;
		margin-bottom: 20px;
	}

	.Page_Histo_Cmde .Right {
		float: right;
		width: 368px;
		margin-bottom: 20px;
	}

	.Page_Histo_Cmde h3 {
		background: #003d7c;
		color: #FFFFFF;
		font-size: 15px;
		padding: 3px 0 3px 7px;
		font-weight: normal;
		margin: 0 0 7px 0;
	}

	.Page_Histo_Cmde .Left table {
		width: 100%;
	}
	.Page_Histo_Cmde .Left table thead th {
		background: #262626;
		color: #ffffff;
		font-size: 15px;
		font-weight: normal;
		text-align: center;
		border-right: 2px solid #FFFFFF;
		height: 25px;
	}

	.Page_Histo_Cmde .Left table td {
		border-bottom: 1px solid #d9d9d9;
		height: 46px;
		font-size: 14px;
		color: #262626;
		text-align: center;
	}

	.Page_Histo_Cmde .Left table td .details {
		background: #b3b3b3;
		color: #262626;
		text-decoration: none;
		padding: 4px 6px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}


	.Page_Histo_Cmde .Right h4 {
		background: #262626;
		color: #FFFFFF;
		text-align: center;
		font-size: 15px;
		padding: 3px 0 3px 7px;
		font-weight: normal;
		margin: 0
	}

	.Page_Histo_Cmde .Right .Adresse {
		background: #ededed;
		padding: 15px 30px;
		margin-bottom: 8px;
	}

	.Page_Histo_Cmde .Right .Adresse p {
		background: #FFFFFF;
		text-align: center;
		color: #5b5b5b;
		font-size: 16px;
		border: 4px solid #c9d0da;
		-moz-border-radius: 3px;
		border-radius: 3px;
		padding: 15px 0;
	}

	.Page_Histo_Cmde .Right .Button {
		text-align: right;
		margin: 15px 0;
	}

	.Page_Histo_Cmde .Right .Button a {
		text-decoration: none;
		background: #262626;
		font-size: 14px;
		color: #fff;
		-moz-border-radius: 5px;
		border-radius: 5px;
		padding: 8px 15px;;
	}


/*
	Page détail commande
*/

	.Page_Detail_Cmde h2 {
		color: #003d7c;
		font-size: 15px;
		margin-left: 8px;
	}

	.Page_Detail_Cmde .Left {
		float: left;
		width: 680px;
		margin-left: 8px;
		margin-bottom: 20px;
	}

	.Page_Detail_Cmde .Right {
		float: right;
		width: 296px;
		margin-bottom: 20px;
	}

	.Page_Detail_Cmde .NoCmde {
		font-size: 14px;
		margin: 0 8px 8px 8px;
	}

	.Page_Detail_Cmde .Left table {
		width: 100%;
	}
	.Page_Detail_Cmde .Left table thead th {
		background: #262626;
		color: #ffffff;
		font-size: 15px;
		font-weight: normal;
		text-align: center;
		border-right: 2px solid #FFFFFF;
		height: 25px;
	}

	.Page_Detail_Cmde .Left #TablePanier td {
		border-bottom: 1px solid #d9d9d9;
	}

	.Page_Detail_Cmde .Left table .col1 {
		width: 391px;
	}

	.Page_Detail_Cmde .Left table .col2 ,
	.Page_Detail_Cmde .Left table .col3 {
		width: 95px;
	}


	.Page_Detail_Cmde .Right h4 {
		background: #262626;
		color: #FFFFFF;
		text-align: center;
		font-size: 15px;
		padding: 3px 0 3px 7px;
		font-weight: normal;
		margin: 0
	}

	.Page_Detail_Cmde .Right .Adresse {
		background: #ededed;
		padding: 1px 18px; /* 1px evite fusion marge */
		margin-bottom: 8px;
	}

	.Page_Detail_Cmde .Right .Adresse p ,
	.Page_Detail_Cmde .Right .Livraison p {
		background: #FFFFFF;
		text-align: center;
		color: #5b5b5b;
		font-size: 16px;
		border: 4px solid #c9d0da;
		-moz-border-radius: 3px;
		border-radius: 3px;
		padding: 15px 0;
	}

	.Page_Detail_Cmde .Right .Livraison p{
		font-size: 11px;
		font-family: Verdana;
		background-repeat: no-repeat;
		background-position: center 10px;
		padding: 72px 0 0 0;
	}


/*
	TOP BAR DES PAGES INTERNES
*/

#Content {
	width: 1000px;
	margin: 0 auto;
}



#InsiteTopBar {
	background: #303030;
	height: 110px;
	color: #FFFFFF;
}

#InsiteTopBar .Content {
	width: 1000px;
	margin: 0 auto;
}

#InsiteTopBar p {
	margin: 0;
}

#InsiteTopBar ul {
	padding: 12px 0 0 0;
	margin: 0;
	text-align: right;
	list-style:none;
}

#InsiteTopBar li {
	display: inline-block;
	line-height: 15px;
	border-left: 1px solid #FFFFFF;
	padding: 0 11px;
}
#InsiteTopBar li:first-of-type {
	border-left: none;
}

#InsiteTopBar a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}

#InsiteTopBar .ser_cli {
	color: #FFFFFF;
}

.LogoSite {
	position: absolute;
	margin: 0;
	top: 0;
	z-index: 1;
}

.LogoSite img {
	border: none;
	margin-left: -11px;
}

.slider {
	height: 515px;
	background-color: #fff;
	max-width: 3000px;
	margin: 0 auto;
	overflow: hidden;
}

.slider .slick-slide img {
	margin: 0 auto;
}

.slider .slick-prev,
.slider .slick-next {
	display: block;
	width: 30px;
	height: 81px;
	z-index: 999;
	left: 140px;
	background: transparent url(img/slider-arrow.png) no-repeat center center !important;
	transition: background-color .08s;
}

.slider .slick-prev:hover,
.slider .slick-next:hover {
	background-color: rgba(255,255,255,0.35) !important;
	transition: background-color .15s;
}

.slider .slick-prev:before ,
.slider .slick-next:before {
	display:none;
}

.slider .slick-next {
	left: initial;
	right: 140px;
	transform: rotate(180deg)  translate(0,50%);
}

#InsiteTopBar .MonPanier {
	text-align: right;
	padding-right: 36px;
	margin: 0;
	margin-top: 20px;
	position: relative;
}

#Header {
	overflow: hidden; /* clear the float */
	background: #ccccce;
}
#Header span {
	font-weight: bold;
}

.MonPanier a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.MonPanier .fdp_offerts {
	font-size: 13px;
	color: #fff;
}

.zeuro {
	position: absolute;
	right: 0;
	top: 0;
	background-color: #003d7c;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	width: 28px;
	height: 29px;
	line-height: 29px;
	border-radius: 30px;
}

#Header ul {
	width: 1000px;
	margin: 0 auto;
	padding: 9px 0;
	list-style: none;
}

#Header li {
	display: inline-block;
	padding: 0 50px;
	border-right: 1px solid #a6a6a6;
}
#Header li:last-of-type {
	border-right: none;
}

#Header li a {
	font-size: 30px;
	font-family: DinBold;
	text-decoration: none;
	color: #212121;
	text-transform: uppercase;
	font-style: italic;
}

#Header li.Active a {
	color: #003d7c;
}

.notification {
	font-weight: bold;
	margin: 10px auto;
	color: #356b2e;
	text-align: center;
	background: #d9ecc1 url(img/check-green.png) scroll no-repeat 15px center;
	width: 440px;
	height: 25px;
	right:0;
	line-height: 25px;
}


.FilAriane {
	font-size: 11px;
	color: #616161;
	padding: 0 5px;
	overflow: hidden;
}

.FilAriane p {
	margin: 5px 0;
}
.FilAriane a {
	text-decoration: none;
	font-size: 11px;
	color: #616161;
}


/*
	PIED DE PAGE DES PAGES INTERNES
*/

#InsiteFooter {
	background: #262626;
	height: 100px;
	overflow: hidden;
}

#InsiteFooter .Content {
	width: 1246px;
	margin: 0 auto;
}
#InsiteFooter .left {
	float: left;
	width: 900px;
	padding-left: 12px;
}

#InsiteFooter .right {
	float: right;
	width: 200px;
	text-align: right;
	padding-right: 12px;
}

#InsiteFooter ul {
	list-style: none;
	margin-top: 10px;
	padding: 0;
}

#InsiteFooter li {
	display: inline;
	padding: 0 10px 0 0;
}

#InsiteFooter .left p {
	color: #8a8a8a;
	font-family: Verdana;
	font-size: 9px;
	margin: 0;
	margin-top:14px;
}

#InsiteFooter .right p {
	margin: 0;
	padding: 10px 0;
}

#InsiteFooter .right a ,
#InsiteFooter ul.ul1 a {
	color: #afafaf;
	text-decoration: none;
}

#InsiteFooter ul.ul1 a:hover ,
#InsiteFooter ul.ul2 a:hover {
    color: #D010BB;
}

#InsiteFooter ul.ul2 li {
	color: #4b4b4b;
}
#InsiteFooter ul.ul2 a {
	color: #4b4b4b;
	text-decoration: none;
}


/*
	LISTE DE PRODUITS
*/

.Page_List_Prod h2 {
	font-size: 18px;
	font-weight: normal;
	padding-left: 8px;
}

.Page_List_Prod h3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0;
}
.Page_List_Prod h3 a {
	text-decoration: none;
	color: #000000;
}

.Page_List_Prod h3.small {
	font-size:12px;
	margin:0 0 4px;
	font-weight: normal;
}


.Page_List_Prod #Left_Column ul {
	margin: 0;
	padding:0;
	list-style: none;
}

.Page_List_Prod #Left_Column li {
	height: 30px;
	line-height: 30px;
	background: #eeeeee;
	margin-bottom: 4px;
	padding: 0 11px;
}
.Page_List_Prod #Left_Column li.Active {
	background: #003d7c;
}

.Page_List_Prod #Left_Column li a {
	color: #3e3e3e;
	text-decoration: none;
	display: block;
	width: 90%;
	float: left;
}
.Page_List_Prod #Left_Column li.Active a ,
.Page_List_Prod #Left_Column li.Active span {
	color: #FFFFFF;
}

.Page_List_Prod #Left_Column li span {
	color: #3e3e3e;
	display: block;
	width: 9%;
	float: right;
	text-align: right;
}


.Page_List_Prod #Left_Column p {
	text-align: justify;
	margin: 8px 0;
	font-size: 11px;
	font-family: verdana;
}

.Page_List_Prod #Left_Column p span.small {
	font-size: 9px;
}

.Page_List_Prod #Left_Column p.guide_taille {
	background: url(img/picto_guide_taille.png) scroll no-repeat right center;
	padding-right: 72px;
	padding-bottom: 5px;
}

.Page_List_Prod #Left_Column p.port_offert {
	background: url(img/picto_port_offert.png) scroll no-repeat right center;
	padding-right: 72px;
	padding-bottom: 23px;
}

.Page_List_Prod #Left_Column p.commande_tel {
	background: url(img/picto_commande_tel.png) scroll no-repeat right center;
	padding-right: 72px;
}

/*
.Page_List_Prod #Left_Column p.livraison {
	background: url(img/picto_livraison.png) scroll no-repeat center bottom;
	padding-bottom: 72px;
}
*/

.block_produit {
	text-decoration: none;
	border: 1px solid #FFFFFF;
	width: 242px;
	float: left;
	font-family: verdana;
}

.block_produit:hover {
	border: 1px solid #003d7c;
}

.block_produit .product_img {
	text-align:center;
}
.block_produit img {
	border: none;
	margin-top: 21px;
	margin-bottom: 12px;
}

.block_produit .nom_produit {
	color:#333333;
	font-weight: bold;
	text-decoration: none;
	padding: 0 23px;
	text-align: justify;
	display: block;
	min-height: 32px;
}
.block_produit p {
	text-align: right;
	margin: 0 23px;
}
.block_produit .cat_produit {
	font-size: 11px;
	color: #003d7c;
	float: left;
}
.block_produit .prix_produit {
	font-weight: bold;
}

.block_produit .prix_produit_barre {
	text-decoration: line-through;
}

.Page_Fiche_Prod #Right_Column p.infos span.prix_barre {
	text-decoration: line-through;
	font-size: 20px;
	margin-right: 10px;
	margin-top: -1px;
}





.Page_List_Prod #Left_Column {
	width: 232px;
	float: left;
	padding-bottom: 30px;
}

.Page_List_Prod #Right_Column {
	width: 732px;
	float: right;
	padding-bottom: 30px;
}



/*
	FICHE PRODUIT
*/

	.Page_Fiche_Prod #Left_Column {
		width: 513px;
		float: left;
		padding-bottom: 30px;
		margin-left: 55px;
		margin-top: 10px;
	}

	.Page_Fiche_Prod #Right_Column {
		width: 343px;
		float: right;
		padding-bottom: 30px;
		margin-right: 18px;
		margin-top: 10px;
	}

	.Page_Fiche_Prod #Right_Column h2 {
		font-size: 25px;
		color: #262626;
		font-weight: normal;
		margin: 0;
	}
	.Page_Fiche_Prod #Right_Column p.infos {
		margin: 0;
		color: #003d7c;
		font-family: verdana;
		font-size: 11px;
	}
	.Page_Fiche_Prod #Right_Column p.descr {
		color: #333333;
		text-align: justify;
		font-family: verdana;
		font-size: 11px;
		margin-top: 17px;
	}
	.Page_Fiche_Prod #Right_Column p.infos span {
		float: right;
		font-size: 23px;
		font-family: Arial;
		position:relative;
		margin-top: -3px;
	}

	.Page_Fiche_Prod .AddCart_Btn {
		text-align: right;
		margin-bottom: 40px;
	}

	.Page_Fiche_Prod .AddCart_Btn button {
		border: none;
		height: 46px;
		line-height: 46px;
		width: 274px;
		font-size: 18px;
		font-family:Arial;
		cursor: pointer;
		color: #FFFFFF;
		background: #003d7c url(img/shopping-basket-2-32.png) scroll no-repeat;
		background-position: 230px 10px;
		border-radius: 3px;
		text-align: center;
		padding-right: 62px;
		background-size: 26px;
	}



	.Share_Btn {
		text-align: right;
	}

	.Share_Btn .menu__link{
		background: url(img/share_button.png) scroll no-repeat left top;
	    display: inline-block;
	    width: 130px;
	    padding-left: 16px;
	    height: 18px;
	    line-height: 18px;
	    text-decoration: none;
		font-family: Verdana;
		font-size: 10px;
		font-weight: bold;
		color: #FFFFFF;
		text-align: center;
		margin-top: 10px;
		letter-spacing: -0.1px;
	}


	.Share_Btn a.Share_Friend {
		text-decoration: none;
		font-family: Verdana;
		font-size: 10px;
		font-weight: bold;
		color: #FFFFFF;
		text-align: center;
		margin-top: 10px;
	}

	.Share_Btn a.Share_Friend span {
		background: url(img/share_button.png) scroll no-repeat left bottom;
		display: inline-block;
		width: 130px;
		padding-left: 16px;
		height: 18px;
		line-height: 18px;
	}

	.Size_Choose_Zone {
		margin-bottom: 70px;
		margin-top: 35px;
	}
	.Size_Choose_Zone h3 {
		font-size: 14px;
		font-weight: normal;
		color: #3e3e3e;
		margin: 0;
		margin-bottom: 5px;
	}

	.Size_Choose {
		display: inline-block;
	}
	.Size_Choose button {
		width: 38px;
		height: 31px;
		border: none;
		padding: 0;
		text-align: center;
		cursor: pointer;
		background: #c7c7c7;
		font-size: 14px;
		color: #FFFFFF;
		margin-bottom: 3px;
		border-radius: 3px;
	}

	.Size_Choose button.Active {
		background-color: #003d7c;
	}

	.Size_Choose a {
		float:right;
		font-size: 11px;
		color: #616161;
		text-decoration: none;
	}


	#CrossSelling {
		margin: 0 0 15px 0;
	}
	#CrossSelling h2 {
		border-bottom: 1px solid #d9d9d9;
		font-size: 18px;
		margin: 0 0 15px 0;
		padding-bottom: 5px;
	}




/*
	PAGE PANIER
*/

	.FilAriane_Process ,
	.FilAriane_Process a {
		color: #9a9a9a;
		font-size: 16px;
		text-decoration: none;
	}

	.FilAriane_Process span {
		background:url(img/fleche_process.png) scroll no-repeat right center;
		padding-right: 27px;
		padding-left: 18px;
	}

	.FilAriane_Process span.First {
		padding-left: 0;
	}
	.FilAriane_Process span.Last {
		background:none;
		padding-right: 0;
	}

	.FilAriane_Process .Active ,
	.FilAriane_Process .Active a {
		color: #003d7c;
		font-weight: bold;
	}





	#TablePanier {
		width: 100%;
	}

	#TablePanier th {
		background: #262626;
		color: #FFFFFF;
		font-size: 15px;
		font-weight: normal;
	}

	#TablePanier .col1_1 {
		width: 135px;
		text-align: center;
	}
	#TablePanier .col1_1 img ,
	#TablePanier .col5 img {
		border: none;
	}
	#TablePanier .col1_2 {
		width: 250px;
	}

	#TablePanier .col2 ,
	#TablePanier .col4 {
		width: 185px;
	}

	#TablePanier .col3 {
		width: 120px;
	}

	.filet_deco {
		border-top: 1px solid #d9d9d9;
	}

	#TablePanier td.col2 ,
	#TablePanier td.col3 ,
	#TablePanier td.col4 ,
	#TablePanier td.col5 {
		text-align: center;
	}

	#TablePanier .nom_produit {
		color: #262626;
		font-size: 18px;
		text-decoration: none;
	}
	#TablePanier .cat_produit {
		color:#003d7c;
		font-family: Verdana;
		font-size: 11px;
	}
	#TablePanier .taille_produit {
		color:#262626;
		font-size: 14px;
		line-height: 32px;
	}

	#TablePanier td.col3 input  {
		text-align: center;
		border: 1px solid #cfcfcf;
		font-size: 11px;
		color: #4b4b4c;
	}
	#TablePanier td.col2 ,
	#TablePanier td.col4 {
		font-size: 18px;
		color: #003d7c;
	}

	#TablePanier .noProducts {
		text-align: center;
		vertical-align: middle;
		height: 50px;
		font-size: 130%;
	}

	.PanierLeft {
		float: left;
		width: 394px;
	}

	.CodePromo {
		margin: 10px 0;
		text-align: right;
	}

	.ChoixPays {
		margin: 0;
	}

	.CodePromo label ,
	.ChoixPays label ,
	.CodePostal label {
		font-size: 15px;
		color: #262626;
		font-weight: bold;
	}

	.CodePromo input ,
	.ChoixPays select ,
	.CodePostal input {
		border: 1px solid #cfcfcf;
		height: 22px;
		width: 252px;
	}

	.CodePromo button ,
	.ChoixPays button ,
	.CodePostal button {
		border: 1px solid #cfcfcf;
		width: 45px;
		height: 27px;
		color: #FFFFFF;
		background: #6d6d6d;
		vertical-align: -1px;
	}

	.ChoixPays select ,
	.CodePostal input {
		width: 87%;
		display: inline-block;
	}

	.Livraison {
		width: 100%;
	}

	.Livraison .titre {
		background: #262626;
		text-align: center;
		color: #FFFFFF;
		height: 25px;
		font-size: 15px;
	}

	.Livraison .cell1 {
		width: 82px;
		text-align :center;
	}
	.Livraison .cell2 {
		font-size: 11px;
		color: #262626;
		padding: 5px;
		text-align: justify;
	}
	.Livraison strong {
		color: #003d7c;
	}

	.Livraison .cell3 {
		width: 63px;
		text-align :center;
		color: #262626;
		font-size: 18px;
	}

	.Livraison .pink {
		color: #003d7c;
		font-weight: bold;
	}


	.TotalPanier {
		float: right;
	}
	.TotalPanier .line1 {
		color: #262626;
		font-size: 15px;
	}
	.TotalPanier .line1 td ,
	.TotalPanier .line2 td {
		height: 26px;
	}
	.TotalPanier .line2 {
		color: #262626;
		font-size: 18px;
	}
	.TotalPanier .line3 {
		color: #262626;
		font-size: 11px;
	}

	.TotalPanier .line3 td {
		padding-right: 5px;
	}

	.Cart_Bottom {
		overflow: hidden;
		border-top: 1px solid #d9d9d9;
		padding-top: 11px;
		margin-top: 10px;
		margin-bottom: 50px;
	}
	.Cart_Bottom a {
		border-radius: 3px;
		background: #003d7c;
		display: block;
		width: 184px;
		height: 31px;
		line-height: 31px;
		text-decoration: none;
		color: #FFFFFF;
		text-align: center;
		font-size: 14px;
	}

/*
	PAGE IDENTIFIACTION
*/

	.Page_2_Identification .bloc  {
		width: 400px;
		height: 267px;
		padding: 20px;
		background: #ededed;
		margin: 37px 0 150px 0;
	}

	.Page_2_Identification .left  {
		float: left;
		margin-left: 38px;
	}

	.Page_2_Identification .right  {
		float: right;
		margin-right: 38px;
	}

	.Page_2_Identification .bloc h2 {
		color: #262626;
		font-size: 18px;
		font-weight: normal;
		margin: 8px 0 40px 0;
	}
	.Page_2_Identification .bloc p {
		margin-left: 12px;
	}

	.Page_2_Identification .bloc label {
		font-size: 14px;
		color: #5b5b5b;
		padding-left: 4px;
	}
	.Page_2_Identification .bloc label span {
		font-size: 12px;
		font-style: italic;
		float: right;
		padding-right: 10px;
	}

	.Page_2_Identification .bloc input {
		width: 370px;
		height: 30px;
		padding: 0 3px;
		border: 0;
		font-size: 18px;
		border: 4px solid #c9d0da;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}

	.Page_2_Identification .bloc input:focus {
		border: 4px solid #b0b6bf;
	}

	.Page_2_Identification .Zone_Button {
		text-align: right;
		margin: 27px 5px 10px 0;
		padding-left: 5px;
	}
	.Page_2_Identification .Zone_Button button {
		text-align: center;
		color: #FFFFFF;
		background: #003d7c;
		border: none;
		height: 30px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		padding: 0 43px;
		font-size: 14px;
		cursor: pointer;
	}

	.Page_2_Identification .Zone_Button a {
		float: left;
		margin-top: 12px;
		color: #003d7c;
	}


/*
	PAGE CREATION DE COMPTE
*/

	.Page_22_CreaCompte {

	}

	.Page_22_CreaCompte .bloc h2 {
		text-align: center;
		margin: 0;
		color: #FFFFFF;
		height: 38px;
		line-height: 38px;
		background: #262626;
		font-size: 18px;
		font-weight: normal;
	}
	.Page_22_CreaCompte .bloc {
		width: 310px;
		float: left;
		background: #ededed;
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.bloc .Content {
		padding: 20px 0 20px 20px;
	}

	.Page_22_CreaCompte .left {
		margin-right: 36px;
	}

	.Page_22_CreaCompte .right {
		float: right;
	}


	.Page_22_CreaCompte input.textField {
		width: 245px;
		height: 30px;
		padding: 0 3px;
		font-size: 14px;
		color: #5b5b5b;
		border: 4px solid #c9d0da;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}

	.Page_22_CreaCompte .bloc input.textField:focus {
		border: 4px solid #b0b6bf;
	}

	.Page_22_CreaCompte .bloc select {
		width: 256px;
		height: 30px;
		padding: 0;
		font-size: 14px;
		color: #5b5b5b;
		border: 4px solid #c9d0da;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}

	.Page_22_CreaCompte .bloc select.naiss {
		width: 85px;
		height: 30px;
		padding: 0;
		font-size: 14px;
		color: #5b5b5b;
		border: 4px solid #c9d0da;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}

	.Page_22_CreaCompte .bloc textarea {
		width: 260px;
		height: 110px;
		padding: 3px;
		font-size: 14px;
		color: #5b5b5b;
		border: 4px solid #c9d0da;
		-moz-border-radius: 3px;
		border-radius: 3px;
		font-family: Arial;
	}

	.Page_22_CreaCompte label {
		font-size: 14px;
		color: #5b5b5b;
	}

	span.required {
		color: #ff0000;
		font-size: 20px;
		padding-left: 3px;
		position: relative;
		top: -5px;
	}
	.Page_22_CreaCompte p.required {
		text-align: right;
		color: #ff0000;
		padding-right: 15px;
		margin-top: 25px;
		margin-bottom: 0;
	}

	.Page_22_CreaCompte .Button_Zone {
		text-align :right;
		margin: 0;
		background: #FFFFFF;
		padding: 20px 0;
	}

	.Page_22_CreaCompte .Button_Zone button {
		color: #FFFFFF;
		border: none;
		-moz-border-radius: 4px;
		border-radius: 4px;
		cursor: pointer;
		padding: 7px 37px 7px 15px;
		background: #003d7c url(img/fleche_bouton.png) scroll no-repeat 152px center;
		font-size: 14px;
	}

	.error {
		border-color: red !important;
	}


/*
	PAGE CONTACT
*/

	.Page_Contact input.textField {
		width: 245px;
	}

	.Page_Contact .bloc textarea {
		width: 245px;
	}

	.Page_Contact textarea~span.required {
		top: -92px;
	}


/*
	PAGE SERVICE CLIENT
*/

	.Page_Cms .bloc h2 ,
	.Page_23_ServiceClient .bloc h2 {
		text-align: left;
		margin: 0;
		padding-left:20px;
		color: #FFFFFF;
		height: 38px;
		line-height: 38px;
		background: #262626;
		font-size: 18px;
		font-weight: normal;
	}

	.Page_Cms .bloc h3,
	.Page_23_ServiceClient .bloc h3 {
		text-align: left;
		margin: 0;
		margin-top:30px;
		padding-left:20px;
		padding-top:10px;
		color: #003d7c;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
		font-weight: bold;
		background-image: url(img/sep-serviceClient.gif);
		background-repeat: repeat-x;
		background-position: left top;
	}

	.Page_Cms .bloc,
	.Page_23_ServiceClient .bloc {
		width: 100%;
		background: #ededed;
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.bloc .Content {
		padding: 20px;
		text-align:justify;
	}

	.bloc .Content a {
		color:#003d7c;
		text-decoration:underline;
	}

	.bloc .Content a:link, .bloc .Content a:visited, .bloc .Content a:active {
		color:#003d7c;
		text-decoration:underline;
	}

	.bloc .Content a:hover {
		color:#003d7c;
		text-decoration:none;
	}

	.bloc .Content .liste li {
		margin:10px;
		font-size: 15px;
		list-style-type:none;
		list-style-image:url(img/puce.gif);
	}



/*
	PAGE LIVRAISON
*/

	.Page_3_Livraison .bloc  {
		width: 400px;
		height: 267px;
		padding: 20px;
		background: #ededed;
		margin: 37px 0 0 0;
	}

	.Page_3_Livraison .left  {
		float: left;
		margin-left: 38px;
	}

	.Page_3_Livraison .right  {
		float: right;
		margin-right: 38px;
	}

	.Page_3_Livraison .bloc h2 {
		color: #262626;
		font-size: 18px;
		font-weight: normal;
		margin: 8px 0 30px 0;
	}


	.Page_3_Livraison  .Adresse {
		background: #FFFFFF no-repeat 40px center;
		text-align: center;
		color: #5b5b5b;
		font-size: 16px;
		padding: 13px 0;
		-moz-border-radius: 4px;
		border-radius: 4px;
		border: 4px solid #c9d0da;
		overflow: hidden;
		min-height: 96px;
	}

	.Page_3_Livraison  .Adresse p {
		margin: 7px 0;
		margin-left: 75px;
	}


	.Page_3_Livraison  .Zone_Button {
		text-align: right;
		margin-top: 40px;
	}

	.Page_3_Livraison  a.btn_point_relais ,
	.Page_3_Livraison  .Zone_Button a ,
	.Page_3_Livraison  .Zone_Button button {
		background: #262626;
		color: #FFFFFF;
		text-decoration: none;
		border: none;
		padding: 7px 18px;
		font-size: 14px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		line-height: auto;
		cursor: pointer;
	}

	.Page_3_Livraison  .Zone_Button a {
		padding: 9px 18px;
	}


	.Page_3_Livraison .NextZone {
		text-align: right;
		margin-right: 38px;
		margin-bottom: 150px;
		margin-top: 20px;
	}

	.Page_3_Livraison .NextZone a {
		background: #003d7c;
		padding: 7px 40px 7px 15px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		color: #FFFFFF;
		text-decoration: none;
		font-size: 14px;
		background: #003d7c url(img/fleche_bouton.png) scroll no-repeat 174px center;
	}


/*
	4 PAIEMENT
*/

	.Page_4_Paiement .Blocleft {
		float: left;
		width: 442px;
		margin-top: 40px;
		margin-bottom: 50px;
		margin-left: 36px;
	}

	.Page_4_Paiement .Blocright {
		float: right;
		width: 442px;
		margin-top: 40px;
		margin-bottom: 50px;
		margin-right: 36px;
	}

	.Page_4_Paiement .Blocleft h2 {
		background: #ededed;
		margin: 0;
		padding: 14px 21px;
		color: #262626;
		font-size: 18px;
		font-weight: normal;
	}

	.Page_4_Paiement .Blocleft table.Panier {
		width: 100%;
		margin-bottom: 10px;
	}

	.Page_4_Paiement .Blocleft table.Panier td {
		border-bottom : 1px solid #d9d9d9;
		height: 52px;
	}

	.Page_4_Paiement .Blocleft table.Panier .cell1 {
		width: 65px;
		font-size: 22px;
		font-weight: bold;
		color: #262626;
		text-align: center;
	}

	.Page_4_Paiement .Blocleft table.Panier .cell2 {
		font-size: 16px;
		color: #262626;
	}

	.Page_4_Paiement .Blocleft table.Panier .infos {
		font-size: 12px;
		font-style: italic;
	}

	.Page_4_Paiement .Blocleft table.Panier .category {
		color: #003d7c;
	}

	.Page_4_Paiement .Blocleft table.Panier .cell3 {
		font-size: 18px;
		color: #262626;
	}

	.Page_4_Paiement .Blocleft table.Panier .cell3 .PrixTotal {
		color: #003d7c;
	}

	.Page_4_Paiement .BtEditCart {
		text-decoration: none;
		color: #FFFFFF;
		font-size: 14px;
		background: #003d7c url(img/fleche_bouton_left.png) scroll no-repeat 11px center;
		float: left;
		display: block;
		width: 146px;
		height: 31px;
		line-height: 31px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		padding-left: 43px;
	}


	.Page_4_Paiement .AdresseLivraison {
		background: #ededed;
		padding-bottom: 11px;
	}

	.Page_4_Paiement .AdresseLivraison h2 {
		color: #262626;
		font-size: 18px;
		font-weight: normal;
		margin: 0 0 15px 18px;
		padding-top: 8px;
	}



	.Page_4_Paiement .AdresseLivraison  .Adresse {
		background: #FFFFFF no-repeat 40px center;
		text-align: center;
		color: #5b5b5b;
		font-size: 16px;
		padding: 13px 0;
		margin: 0 32px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		border: 4px solid #c9d0da;
	}

	.Page_4_Paiement  .Adresse p {
		margin: 7px 0;
		margin-left: 75px;
	}


	.Page_4_Paiement .MoyenPaiement {
		background: #ededed;
		margin-top: 22px;
		padding-bottom: 8px;
	}

	.Page_4_Paiement .MoyenPaiement h2 {
		color: #262626;
		font-size: 18px;
		font-weight: normal;
		margin: 0 0 15px 18px;
		padding-top: 8px;
	}

	.Page_4_Paiement .MoyenPaiement p {
		font-size: 15px;
		padding: 0 18px;
	}

	.Page_4_Paiement .Moyen {
		border: 1px solid #262626;
		width: 260px;
		height: 80px;
		background: #FFFFFF;
		margin-left: 90px;
		margin-bottom: 20px;
	}

	.Page_4_Paiement .Moyen label {
		cursor: pointer;
	}

	.Page_4_Paiement .Moyen .cell1 {
		width: 53px;
		text-align: center;
	}
	.Page_4_Paiement .Moyen .cell3 {
		font-weight: bold;
		color: #36281a;
		font-size: 11px;
		font-family: Verdana;
	}

	.Page_4_Paiement .Moyen .cell3 span {
		font-weight: normal;
	}


	.Page_4_Paiement .ButtonZone {
		text-align :center;
		margin-top: 23px;
	}

	.Page_4_Paiement .ButtonZone button {
		color: #FFFFFF;
		font-size: 20px;
		border: none;
		background: #003d7c url(img/lock.gif) scroll no-repeat 13px center;
		-moz-border-radius: 4px;
		border-radius: 4px;
		padding: 8px 21px 8px 48px;
		cursor: pointer;
	}


/*
	Popup EnvoyerAmI
*/
	.PopUp_ContinueAchatOuPas {
		text-align: center;
		padding: 20px;
	}

	.PopUp_EnvoyerAmi h1 ,
	.PopUp_ContinueAchatOuPas h1 ,
	.PopUp_Newsletter h1 {
		font-size: 18px;
		color: #003d7c;
		margin: 0;
	}


	.PopUp_EnvoyerAmi .ButtonZone ,
	.PopUp_Newsletter .ButtonZone {
		text-align: center;
	}
	.PopUp_EnvoyerAmi .ButtonZone button ,
	.PopUp_ContinueAchatOuPas .ButtonZone button ,
	.PopUp_Newsletter .ButtonZone button {
		color: #FFFFFF;
		font-size: 14px;
		border: none;
		background: #003d7c;
		-moz-border-radius: 4px;
		border-radius: 4px;
		padding: 6px 25px 6px 25px;
		cursor: pointer;
	}

	.PopUp_EnvoyerAmi .info ,
	.PopUp_ContinueAchatOuPas .info ,
	.PopUp_Newsletter .info {
		font-size: 14px;
		color: #5b5b5b;
		margin-top: 5px;
	}

	.PopUp_EnvoyerAmi label ,
	.PopUp_Newsletter label {
		font-size: 14px;
		color: #5b5b5b;
		padding-left: 3px;
	}
	.PopUp_EnvoyerAmi form ,
	.PopUp_Newsletter form {
		padding-left: 10px;
	}
	.PopUp_EnvoyerAmi input.textField ,
	.PopUp_Newsletter input.textField {
		width: 290px;
		height: 30px;
		padding: 0 3px;
		font-size: 14px;
		color: #5b5b5b;
		border: 4px solid #c9d0da;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}

	.PopUp_EnvoyerAmi input.textField:focus ,
	.PopUp_Newsletter input.textField:focus {
		border: 4px solid #b0b6bf;
	}


	#NewsletterForm #jour ,
	#NewsletterForm #mois {
		width: 76px;
		text-align: center;
	}

	#NewsletterForm #annee {
		width: 100px;
		text-align: center;
	}


/*
	Choix d'un point relais
*/

	.Page_Point_Relais .ListingZone {
		background: #ededed url(/css/img/logo-point-relais.png) scroll no-repeat 10px 10px;
		margin: 40px 28px;
		padding: 15px;
	}

	.Page_Point_Relais .ListingZone h2 {
		font-size: 18px;
		color: #262626;
		font-family: Arial;
		font-weight: normal;
		margin: 0;
		padding-left: 80px;
	}
	.Page_Point_Relais .ListingZone h3 {
		font-size: 16px;
		color: #5b5b5b;
		font-family: Arial;
		font-weight: normal;
		margin: 0;
		padding-left: 80px;
		border-bottom: 1px solid #FFFFFF;
	}

	.Page_Point_Relais form {
		border-bottom: 1px solid #FFFFFF;
	}
	.Page_Point_Relais form label {
		font-size: 14px;
		color: #5b5b5b;
	}
	.Page_Point_Relais form input {
		width: 130px;
		height: 24px;
		font-size: 16px;
		padding: 0 7px;
		color: #5b5b5b;
		border: 4px solid #c9d0da;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}

	.Page_Point_Relais form button {
		background: #262626;
		color: #FFFFFF;
		border: none;
		padding: 6px 15px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		vertical-align: 1px;
		margin-left: 15px;
		cursor: pointer;
	}


	.Page_Point_Relais .BlocPoint {
		background: #FFFFFF;
		color: #5b5b5b;
		border: 4px solid #c9d0da;
		-moz-border-radius: 3px;
		border-radius: 3px;
		margin: 20px 7px;
		padding: 6px;
		overflow: hidden;
	}

	.Page_Point_Relais  .BlocPoint h4 {
		color: #5b5b5b;
		font-size: 16px;
		font-weight: bold;
		margin: 0;
	}
	.Page_Point_Relais .num {
		color: #FFFFFF;
		background: #003d7c;
		display: inline-block;
		width: 25px;
		height: 25px;
		line-height: 25px;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		margin-right: 10px;
	}
	.Page_Point_Relais .left {
		float: left;
	}
	.Page_Point_Relais .right {
		float: right;
		margin-top: 10px;
	}

	.Page_Point_Relais .BlocPoint .adresse {
		color:#5b5b5b;
		font-size: 16px;
	}


	.Page_Point_Relais  .BlocPoint h5 {
		color: #003d7c;
		font-size: 15px;
		font-weight: bold;
		margin: 0;
	}
	.horaire {
		float: left;
		font-size: 12px;
		padding: 0 9px;
		background: url(/css/img/line-horaire.png) scroll no-repeat right center;
		text-align:center;
	}

	.horaire span {
		font-size: 14px;
		line-height: 19px;
	}

	.horaire.last {
		background: none;
	}
	.ButtonChoose {
		text-align: right;
		margin-right: 7px;
		margin-bottom: 30px;
	}
	.ButtonChoose a {
		background: #262626 url(/css/img/fleche_bouton.png) scroll no-repeat 115px center;
		color: #FFFFFF;
		border: none;
		padding: 6px 40px 6px 15px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		vertical-align: 1px;
		margin-left: 15px;
		cursor: pointer;
		text-decoration: none;
	}




.BackTop {
	text-align: right;
	margin-top: 30px;
}

.BackTop a {
	background: #003d7c scroll no-repeat 7px 6px;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	padding: 6px;
}

.BackTop span {
	font-size: 11px;
}

/*
	GENERIQUES
*/

.fleft {
	float: left;
}

.fright {
	float: right;
}

.clr {
	clear: both;
}

.aRight {
	text-align: right;
}

.mT30 {
	margin-top: 30px !important;
}

.mT20 {
	margin-top: 20px !important;
}

*:focus
{
	outline: none;
}
