html{
	margin:0;
	padding:0;
	font-family:Arial, Verdana, sans-serif;
	font-size:10px;
	height:100%;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, section, summary, video {
    display: block;
}

body{
	margin:0;
	padding:0;
	/*background:url("/images/structure/fond-page-soldes-janvier-2014-2-eme-demarque.jpg") no-repeat top center;*/
	background-position:center 180px;
	height:100%;
}

p{
	margin:0;
	padding:0;
}

h1, h2, h3{
	margin:0;
	padding:0;
}

a img{
	border:0;
	vertical-align: middle;
}

#temp{
	display:none;
}

*::selection {
	background:#781500;
	color:#ffffff;
}

*::-moz-selection {
	background:#781500;
	color:#ffffff;
}

*::-webkit-selection {
	background:#781500;
	color:#ffffff;
}

*::-khtml-selection {
	background:#781500;
	color:#ffffff;
}

.hidden{
	display:none;
}

a:active{
	border:0;
}

a{
	outline: none;
	color:#000000;
}

.bold{
	font-weight:bold;
}

.italic{
	font-style:italic;
}

.red{
	color:#ff0000;
}

label.error, span.error{
	color:#ff0000;
	font-weight:bold;
}

input.error, select.error{
	background-color:#ffe5e5;
	box-shadow:0 0 2px #ff0000;
}

.green{
	color:#48AE49;
}

.contact{
	display:block;
	text-align:center;
	margin-top:10px;
	margin-top:10px;
}

#conf{
	font-size:13px;
	padding:10px;
}

#conf .prodname{
	text-align:center;
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
	color:#781500;
	display:block;
}

#conf #newsletter p{
	text-align:justify;
	margin-bottom:10px;
}

#conf #newsletter .title{
	color:#ff0000;
	margin-bottom:10px;
	display:block;
}

#conf #newsletter input[type="submit"]{
	margin:10px auto;
	width:40px;
	background-color:#ffffff;
	border:1px solid #999999;
	border-radius:3px;
	cursor:pointer;
}

#header{
	cursor:default;
	background-color:#424242;
	height:180px;
}

#header #topnav{
	width:970px;
	margin:0 auto;
	padding:0;
	list-style-type:none;
}

#header #topnav #flags{
	position:absolute;
	top:20px;
	left:0;
	background-color:#272525;
	padding:5px 10px;
	z-index:1;
	width:80px;
	left:-999em
}

#header #topnav li:hover #flags{
	left:auto;
}

#header #topnav li{
	float:left;
	width:210px;
	position:relative;
}
	
#header #topnav li a{
	overflow:hidden;
	height:15px;
	margin-top:5px;
	text-align:left;
	font-weight:bold;
	display:block;
	color:#ffffff;
	text-decoration:none;
	font-size:10px;
}

#header #topnav li a img{
	height:11px;
}

#header #topnav li:last-child{
	width:260px;
}

#header #topnav li:last-child a{
	text-align:right;
}

#header #topnav li:first-child {
	width:80px;
}

#header #bandeau{
	display:block;
	background-color:#272525;
	height:25px;
}

#header #tophead{
	position:relative;
	background:url('/images/structure/bgtophead.gif') repeat-x bottom;
	width:970px;
	height:104px;
	margin:auto;
}

#header #tophead #home{
	margin:10px 10px 0 10px;
	height:91px;
	padding:0;
	float:left;
}

#header #tophead #formsearch{
	width:280px;
	height:104px;
	float:left;
	margin-left:30px;
}

#header #tophead #formsearch #search, #miniheader input[name='search']{
	box-shadow:0px 0px 4px #595a5c inset;
	border-radius:5px;
	width:210px;
	height:20px;
	padding:5px;
	border:none;
}


#miniheader{
	display:none;
	position:fixed; 
	width:100%; 
	height:37px; 
	background:url('/images/structure/miniheader/background.png') repeat-x; 
	color:#fff; 
	z-index:95; 
	font-size:10pt;
	font-weight:bold; 
	font-family:Verdana; 
	box-shadow:0 0 5px #000; 
	line-height:37px;
	top:0;
}
#miniheader .content{
	width:970px; 
	margin:0 auto;
}
#miniheader .content a[name='home']{
	float:left;
	text-decoration:none;
}
#miniheader .content a[name='home'] img{
	margin:-3px 0 0 11px;
}
#miniheader .content a[name='home'] span{
	text-transform:uppercase; 
	padding:5px 0; 
	color:#fff; 
	margin-left:10px; 
	text-decoration:none;
}
#miniheader #minisearch{
	float:left; 
	margin-left:17px;
}
#miniheader #minisearch input[name='search']{
	height:14px;
}
#miniheader #minisearch input[name='image']{
	margin-left:4px; 
	margin-top:7px; 
	float:right;
}
#miniheader .miniright{
	float:right; 
	/**margin-left:15px; */
	font-size:9pt; 
	width:445px;
}
#miniheader .miniright .panier{
	margin-left:15px;
}
#miniheader .miniright a{
	color:#fff; 
	text-decoration:none; 
	float:left;
}
#miniheader .miniright a span{
	margin-left:5px;
}
#miniheader .miniright a:not(.nounderline):hover span{
	text-decoration:underline;
}
#miniheader .miniright .infospanier{
	float:right; 
	margin:1px 3px 0 0; 
	text-align:right;
}
#miniheader .miniright .infospanier span{
	display:block; 
	line-height:17px;
}
#miniheader .miniright .infospanier .prixtot{
	color:#b0a0a0;
}
#miniheader .miniright .nomprod{
	padding-right:5px; 
	border-right:1px solid #fff;
}
#miniheader .miniright .getprix{
	margin-left:7px;
}
#miniheader .miniright #miniachat{
	float:right; 
	line-height:37px; 
	vertical-align:middle;
}
#miniheader .miniright #miniachat #miniqte{
	width:30px; 
	height:18px; 
	border:1px solid #5b5c5e; 
	text-align:center;
	margin-top:8px;
}
#miniheader .miniright #miniachat #minimore, #miniheader .miniright #miniachat #miniless{
	position:absolute; 
	top:8px; 
	margin-left:-5px;
}
#miniheader .miniright #miniachat #miniless{
	top:19px; 
}
#miniheader .miniright #miniachat #miniajouter{
	vertical-align: -7px;
	margin-left:20px; 
	margin-right:5px;
}


#header #tophead #formsearch #suggest, #minisearch .suggest{
	box-shadow:0px 0px 4px #595a5c inset;
	margin-left:5px;
	border-radius:0 0 5px 5px;
	padding-bottom:5px;
	position:absolute;
	background-color:#ffffff;
	z-index:3;
	top:65px;
	width:220px;
	max-height:300px;
	overflow:auto;
}
#minisearch .suggest{
	top:31px;
	margin-left:0;
	line-height:initial;
	font-size:10px;
	font-weight:normal;
	font-family:Arial,Verdana,sans-serif;
}

#header #tophead #formsearch #suggest span, #minisearch .suggest span{
	display:block;
	text-align:center;
	padding:5px 0;
	color:#000;
}

#header #tophead #formsearch #suggest ul, #minisearch .suggest ul{
	list-style:none;
	margin:0;
	padding:0;
}

#header #tophead #formsearch #suggest ul li, #minisearch .suggest ul li{
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow: hidden;
	color:#000000;
}

#header #tophead #formsearch #suggest ul li a, #minisearch .suggest ul li a{
	padding:0 5px;
	display:block;
	height:15px;
	text-transform:uppercase;
	text-decoration:none;
	color:#000000;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

#header #tophead #formsearch #suggest ul li a:hover, #minisearch .suggest ul li a:hover{
	background-color:#e9eaeb;

}

#header #tophead #formsearch input{
	margin:35px 5px;
	border:0;
	float:left;
}

#header #tophead .espaces{
	position:relative;
	margin:10px 15px 0 0;
	float:right;
	background-color:#ffffff;
	box-shadow:0px 0px 4px #595a5c inset;
	min-height:81px;
	z-index:3;
}

#header #tophead .espaces .listeprods{
	position:absolute;
	display:none;
	max-width:420px;
	right:-1px;
	border:1px solid #000000;
	min-width:135px;
}

#header #tophead .espaces .listeprods .prods{
	background-color:#ffffff;
	max-height:305px;
	width:420px;
	overflow:auto;
}

#header #tophead .espaces .listeprods .eachprod{
	height:50px;
	position:relative;
	clear:both;
	border-bottom:1px dotted #a8a8a8;
	padding:5px 0;
	width:100%;
	overflow:hidden;
}

#header #tophead .espaces .listeprods .eachprod a{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	position:absolute;
	left:50px;
	top:10px;
}

#header #tophead .espaces .listeprods .eachprod a.link, #header #tophead .espaces .listeprods .eachprod span.link{
	width:999em;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	position:absolute;
	left:50px;
	top:10px;
}

#header #tophead .espaces .listeprods .eachprod .imagepanier{
	display:block;
	width:50px;
	text-align:center;
	line-height:50px;
}

#header #tophead .espaces .listeprods .eachprod img{
	max-width:40px;
	max-height:40px;
	display:inline-block;
	line-height:1.2;
	vertical-align:middle;
}

#header #tophead .espaces .listeprods .eachprod .qte{
	position:absolute;
	bottom:8px;
	left:50px;
}

#header #tophead .espaces .listeprods .eachprod .addtocart{
	position:absolute;
	bottom:8px;
	left:50px;
}

#header #tophead .espaces .listeprods .eachprod .addtocart .qte{
	position:relative;
	bottom:auto;
	left:auto;
	width:30px;
	height:18px;
	border:1px solid #5b5c5e;
	text-align:center;
	margin-bottom:5px;
}

#header #tophead .espaces .listeprods .eachprod .addtocart .button{
	top:0px;
	right:-15px;
	width:15px;
	height:11px;
	border:0;
	position:absolute;
	cursor:pointer;
}

#header #tophead .espaces .listeprods .eachprod .addtocart .more{
	background:url('/images/structure/more.gif') no-repeat;
}

#header #tophead .espaces .listeprods .eachprod .addtocart .less{
	background:url('/images/structure/less.gif') no-repeat;
	top:11px;
}

#header #tophead .espaces .listeprods .eachprod .prixttc{
	position:absolute;
	bottom:8px;
	right:8px;
	font-size:12px;
	font-weight:bold;
}

#header #tophead .espaces .listeprods .eachprod .prixttc sup{
	position:relative;
	vertical-align:baseline;
	bottom:3px;
	font-size:9px;
}

#header #tophead .espaces .listeprods .eachprod .removethis{
	position:absolute;
	top:32px;
	left:160px;
	display:block;
	font-size:8px;
	text-transform:uppercase;
	text-align:center;
	color:#ce2a33;
	text-decoration:none;
	font-weight:bold;
}

#header #tophead .espaces .listeprods .eachprod .removethis:hover{
	text-decoration:underline;
}

#header #tophead .espaces:hover .listeprods{
	display:block;
}

#header #tophead .espaces .title{
	color:#781500;
	padding:3px 5px 0 5px;
	display:block;
	border-bottom:1px solid #000000;
	font-weight:bold;
	font-size:12px;
}

#header #tophead .espaces .title a{
	float:right;
	color:#96979a;
	text-decoration:none;
	font-size:10px;
	font-weight:normal;
}

#header #tophead .espaces .links{
	color:#96979a;
	text-decoration:none;
	padding:3px 0;
	display:block;
	height:10px;
	font-size:11px;
}

#header #tophead #panier .bodyespaces span{
	font-size:11px;
}

#header #tophead #panier .bodyespaces #montant{
	color:#781500;
	font-weight:bold;
	font-size:13px;
}

#header #tophead #panier .bodyespaces #nbart{
	margin-top:2px;
	font-size:10px;
}

#header #tophead .espaces a.links:hover{
	text-decoration:underline;
}

#header #tophead .espaces .bodyespaces{
	position:relative;
	margin:0 5px 0 5px;
	height:48px;
	overflow:hidden;
}

#header #tophead .espaces:hover .bodyespaces{
	min-height:48px;
	height:100%;
}

#header #tophead .espaces .lienacceder{
	position:relative;
	display:block;
	text-align:center;
	letter-spacing:1px;
	font-size:8px;
	color:#ffffff;
	text-decoration:none;
	height:17px;
}

#header #tophead #panier .lienacceder{
	background:url("/images/structure/basket-button.gif") no-repeat;
}

#header #tophead #espacemembre .lienacceder{
	background:url("/images/structure/account-button.gif") no-repeat;
}

#header #tophead .espaces #accespanier{
	font-family:Arial;
	height:30px;
	background-color:#ffffff;
	border:0;
	color:#ffffff;
	font-weight:bold;
	font-size:13px;
	text-transform:uppercase;
	white-space:normal;
	text-align:center;
}

#header #tophead .espaces #accespanier a{
	background:url('/images/structure/degrade-bouton-vert.gif') repeat-x top;
	border-radius:2px;
	color:#ffffff;
	text-decoration:none;
	font-size:11px;
	display:block;
	width:115px;
	height:10px;
	line-height:1;
	text-align:center;
	padding:10px;
	margin:auto;
}

#header #tophead sup, .prix sup{
	position:relative;
	vertical-align:baseline;
	bottom:4px;
	font-size:9px;
}

#header #tophead #panier{
	position:absolute;
	right:0;
	width:135px;
}

#header #tophead #espacemembre{
	position:absolute;
	right:150px;
	width:270px;
}

#header #menu{
	margin:0;
	clear:both;
	width:970px;
	height:50px;
	background-color:#020101;
}

#header #menu #mainnav{
	list-style:none;
	margin:0;
	padding:0;
}

#header #menu li{
	float:left;
	text-align:center;
	height:50px;
}

#header #menu li:last-child{
	width:68px;
	float:left;
}

#header #menu li:first-child{
	width:66px;
}

#header #menu li:first-child a{
	width:60px;
}

#header #menu li:last-child a{
	width:62px;
	border-right:0;
}

#header #menu li a{
	display:block;
	padding:4px 3px 0px 3px;
	border-top:1px solid #424242;
	border-right:1px solid #424242;
	border-bottom:1px solid #424242;
	width:69px;
	height:45px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}

#header #menu li:hover{
	background-color:#ffffff;
	border-radius:5px 5px 0 0;
	color:#000000;
}

#header #menu li:hover a{
	color:#000000;
	border-bottom:1px solid #ffffff;
}

#header #menu li .submenu{
	z-index:5;
	list-style:none;
	margin:0;
	padding:0;
	width:968px;
	min-height:120px;
	background-color:#ffffff;
	position:absolute;
	left:-999em;
	border-left:1px solid #c6c6c6;
	border-right:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
	border-top:1px solid #ffffff;
	box-shadow:0 5px 4px #424242;
	border-radius:0 0 5px 5px;
	padding-bottom:60px;
}

#header #menu li:hover .submenu{
	left:0;
}

#header #menu li .submenu li{
	position:relative;
	width:187px;
	border-top:none;
	margin:4px 2px 3px 4px;
	border:0;
}

#header #menu li .submenu li a{
	width:187px;
	display:block;
	height:50px;
	line-height:50px;
	border:0;
	padding:0;
}

#header #menu li .submenu li a span{
	width:130px;
	height:auto;
	text-align:left;
	padding-left:55px;
	color:#000000;
	vertical-align:middle;
	display:inline-block;
	line-height:1.2;
}

#header #menu li .submenu li:hover{
	border-radius:5px;
	background-color:#f1f1f1;
}

#header #menu li .submenu li a img{
	position:absolute;
	float:left;
	left:5px;
	top:3px;
}


#header #menu li .submenu .links{
	position:absolute;
	bottom:15px;
	clear:both;
	list-style:none;
	padding:0;
	margin:0 3px;
}

#header #menu li .submenu .links li:hover{
	background-color:transparent;
	margin:0;
	padding:0;
}

#header #menu li .submenu .links li{
	background-color:transparent;
	margin:0;
	padding:0;
	width:320px;
}

#header #menu li .submenu .links li a{
	position:static;
	margin:0;
	padding:0;
	width:320px;
	height:60px;
}

#header #menu li .submenu .links li a img{
	top:0;
	left:0;
	margin:0;
	padding:0;
}

#btntoppage{
	display:none;
	position:fixed;
	bottom:15px;
	right:15px;
	/*background-color:#000000;
	color:#ffffff;
	padding:5px 10px;*/
	z-index:1;
	font-weight:bold;
	text-transform:uppercase;
}

#btntoppage a{
	/*color:#ffffff;*/
	text-decoration:none;
	opacity:0.7;
}

#bannieres{
	position:relative;
	overflow:hidden;
	margin:0 auto;
	width:970px;
	height:180px;
}

#main{
	background-color:#ffffff;
	position:relative;
	margin:0 auto;
	width:970px;
	overflow:hidden;
	cursor:default;
	min-height:calc(100% - 280px);
}

#top4{
	float:left;
}

#top4 a{
	text-decoration:none;
	color:#000000;
}

#main .moreinfo .prix{
	position:absolute;
	top:45px;
	right:95px;
	font-size:19px;
	font-weight:bold;
}

#main .moreinfo .solde{
	position:relative;
	right:10px;
	top:0px;
	font-size:15px;
	color:#ff0000;
}

#main .moreinfo .prix sup{
	position:relative;
	vertical-align:baseline;
	bottom:7px;
	font-size:10px;
}

#main .moreinfo .dispo{
	position:absolute;
	right:95px;
	top:63px;
	font-size:10px;
}

#main .moreinfo{
	display:none;
	position:relative;
	float:left;
	background-color:#781500;
	width:390px;
	height:388px;
}

#main .moreinfo .viewmainphoto{
	cursor:pointer;
	position:relative;
	background-color:#ffffff;
	width:270px;
	height:269px;
	line-height:270px;
	padding:5px;
	top:45px;
	left:21px;
	text-align:center;
	overflow:hidden;
}

#main .moreinfo .viewmainphoto a{
	display:inline-block;
	line-height:1.2;
	vertical-align:middle;
}
	
#main .moreinfo .viewmainphoto .mainphoto{
	margin:0;
	max-width:240px;
	max-height:240px;
}

#main .moreinfo .onglet{
	top:18px;
	left:20px;
}

#main .moreinfo .flecheup{
	cursor:pointer;
	position:relative;
	display:block;
	width:64px;
	z-index:4;
	margin-bottom:14px;
}

#main .moreinfo .flechedown{
	cursor:pointer;
	position:absolute;
	bottom:0px;
	display:block;
	width:64px;
	z-index:4;
}

#main .moreinfo .otherphotos{
	position:absolute;
	top:45px;
	right:12px;
	float:right;
	width:64px;
	height:279px;
}

#main .moreinfo .otherphotos .carousel ul{
	list-style:none;
	margin:0;
	padding:0;
}

#main .moreinfo .otherphotos .otherone{
	width:64px;
	height:64px;
	background-color:#ffffff;
	text-align:center;
	margin-bottom:13px;
	cursor:pointer;
}

#main .moreinfo .otherphotos .otherone a{
	display:block;
	height:62px;
	line-height:64px;
}

#main .moreinfo .otherphotos .otherone a img{
	display:inline-block;
	line-height:1.2;
	vertical-align:middle;
	max-width:52px;
	max-height:52px;
}

#main .moreinfo .new{
	position:absolute;
	left:21px;
	top:45px;
	width:60px;
	height:60px;
	background:url('/images/structure/onglet-new.gif');
}

#main .moreinfo .op{
	position:absolute;
	left:21px;
	top:45px;
	width:60px;
	height:60px;
	background:url('/images/structure/onglet-offre-speciale.gif');
}

#main .moreinfo .promo{
	position:absolute;
	left:21px;
	top:45px;
	width:60px;
	height:60px;
	background:url('/images/structure/onglet-promo.gif');
}

#main .moreinfo .fetem{
	position:absolute;
	left:21px;
	top:45px;
	width:60px;
	height:60px;
	background:url('/images/structure/onglet-fete-des-meres.gif');
}

#main .moreinfo .fetep{
	position:absolute;
	left:21px;
	top:45px;
	width:60px;
	height:60px;
	background:url('/images/structure/onglet-fete-des-peres.gif');
}

#main .moreinfo .stval{
	position:absolute;
	left:21px;
	top:45px;
	width:60px;
	height:60px;
	background:url('/images/structure/onglet-saint-valentin.gif');
}

#main .moreinfo .soldes{
	position:absolute;
	left:21px;
	top:45px;
	width:60px;
	height:60px;
	background:url('/images/structure/onglet-soldes.gif');
}

#main .moreinfo .destock{
	position:absolute;
	left:21px;
	top:45px;
	width:60px;
	height:60px;
	background:url('/images/structure/onglet-destockage.gif');
}

#main .moreinfo .noel{
	position:absolute;
	left:21px;
	top:45px;
	width:60px;
	height:60px;
	background:url('/images/structure/onglet-noel.png');
}

#main .moreinfo .gotoprod{
	position:absolute;
	bottom:10px;
	right:10px;
	color:#ffffff;
	font-size:15px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
}

#moreinfo{
	position:relative;
	float:left;
	display:block;
	background-color:#781500;
	width:390px;
	height:388px;
}

#moreinfo #mainphoto{
	margin:45px 21px;
	max-width:280px;
	max-height:280px;
}

#moreinfo .new{
	position:absolute;
	left:21px;
	top:45px;
	width:60px;
	height:60px;
	background:url('/images/structure/onglet-new.gif');
}

#moreinfo .promo{
	position:absolute;
	left:21px;
	top:45px;
	width:60px;
	height:60px;
	background:url('/images/structure/onglet-promo.gif');
}

#moreinfo .op{
	position:absolute;
	left:21px;
	top:45px;
	width:60px;
	height:60px;
	background:url('/images/structure/onglet-offre-speciale.gif');
}

#moreinfo .fetem{
	position:absolute;
	left:21px;
	top:45px;
	width:60px;
	height:60px;
	background:url('/images/structure/onglet-fete-des-meres.gif');
}

#moreinfo .fetep{
	position:absolute;
	left:21px;
	top:45px;
	width:60px;
	height:60px;
	background:url('/images/structure/onglet-fete-des-peres.gif');
}

#moreinfo .stval{
	position:absolute;
	left:21px;
	top:45px;
	width:60px;
	height:60px;
	background:url('/images/structure/onglet-saint-valentin.gif');
}

#moreinfo .noel{
	position:absolute;
	left:21px;
	top:45px;
	width:60px;
	height:60px;
	background:url('/images/structure/onglet-noel.png');
}

#moreinfo .soldes{
	position:absolute;
	left:21px;
	top:45px;
	width:60px;
	height:60px;
	background:url('/images/structure/onglet-soldes.gif');
}

#moreinfo .destock{
	position:absolute;
	left:21px;
	top:45px;
	width:60px;
	height:60px;
	background:url('/images/structure/onglet-destockage.gif');
}

#moreinfo .otherphotos{
	position:absolute;
	top:44px;
	right:15px;
	float:right;
	width:60px;
}

#moreinfo .otherphotos img{
	max-width:60px;
	max-height:60px;
	margin-bottom:10px;
}

#moreinfo #gotoprod{
	position:absolute;
	bottom:10px;
	right:10px;
	color:#ffffff;
	font-size:15px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
}

.lproduit{
	cursor:pointer;
	width:580px;
	font-size:14px;
	height:97px;
	background-image:url('/images/structure/switch-accueil.gif');
	background-repeat:repeat-x;
}

.lproduit.selected{
	background-image:none;
	background-color:#781500;
	
}

.lproduit.selected .title{
	color:#ffffff;
}

.lproduit.selected p{
	color:#d8b3a2;
}

.lproduit .fleche{
	margin:0 10px;
	background:url('/images/structure/fleche-droite-dark.gif') no-repeat center left;
	width:20px;
	float:left;
	height:97px;
}

.lproduit.selected .fleche{
	margin:0 10px;
	background:url('/images/structure/fleche-droite.gif') no-repeat center left;
	width:20px;
	float:left;
	height:97px;
}

.lproduit .title{
	width:540px;
	display:block;
	padding-top:8px;
	font-weight:bold;
	float:left;
}

.lproduit p{
	width:540px;
	padding:0;
	margin:0;
	color:#a0a0a0;
	font-weight:bold;
	font-style:italic;
}

.center{
	text-align:center;
}

.bandeau{
	clear:both;
	height:200px;
}

.bandeau section, .bandeau div{
	position:relative;
	float:left;
	border-left:1px dotted #a8a8a8;
	border-top:1px dotted #a8a8a8;
	height:200px;
	overflow:hidden;
}

.bandsmall .prix{
	position:absolute;
	top:0;
	right:10px;
	font-size:15px;
	font-weight:bold;
}

.bandsmall .dispo{
	position:absolute;
	right:10px;
	top:18px;
	font-size:10px;
}

.bandsmall .nomprod{
	color:#000000;
	background-color:#ffffff;
	text-decoration:none;
	padding:0 5px;
	text-align:center;
	font-weight:bold;
	position:absolute;
	left:0;
	padding-bottom:10px;
	bottom:0px;
	text-transform:uppercase;
	font-size:11px;
	width:182px;
}

.bandlarge .nomprod{
	border:0;
	text-decoration:none;
	position:absolute;
	top:35px;
	left:165px;
	height:30px;
	line-height:40px;
	color:#ffffff;
	text-align:center;
}

.bandlarge .nomprod a{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	display:inline-block;
	line-height:1.2;
	vertical-align:middle;
}

.bandlarge .descprod{
	padding:0;
	margin:0;
	position:absolute;	
	left:180px;
	top:80px;
	width:170px;
}

.bandlarge .link{
	position:absolute;
	bottom:0;
	left:0;
	padding:2px 0;
	clear:both;
	display:block;
	text-align:center;
	font-size:12px;
	text-transform:uppercase;
	width:100%;
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
	background-color:#000000;
}

.bandlarge .dispo{
	position:absolute;
	top:140px;
	right:240px;
}

.bandlarge #linknew{
	background:url('/images/structure/degrade-fond-new-long.gif') repeat-y;
}

.bandlarge #linkpromo{
	background:url('/images/structure/degrade-fond-promo-long.gif') repeat-y;
}

.bandlarge #linkop{
	background:url('/images/structure/degrade-fond-op-long.gif') repeat-y;
}

.bandlarge #linkfetem{
	background:url('/images/structure/degrade-fond-fete-des-meres-long.png') repeat-y;
}

.bandlarge #linkfetep{
	background:url('/images/structure/degrade-fond-fete-des-peres-long.png') repeat-y;
}

.bandlarge #linksoldes{
	background:url('/images/structure/degrade-fond-soldes-long.png') repeat-y;
}

.bandlarge #linkdestock{
	background:url('/images/structure/degrade-fond-destockage-long.gif') repeat-y;
}

.bandlarge #linknoel{
	background:url('/images/structure/degrade-fond-noel-long.gif') repeat-y;
}

.bandlarge .flecheright{
	cursor:pointer;
	position:absolute;
	right:0;
	top:0;
	margin:0 10px;
	width:20px;
	height:200px;
	background:url('/images/structure/fleche-droite-noire.png') no-repeat center left;
}

#new .bandlarge .flecheright{
	background:url('/images/structure/fleche-droite-rouge.png') no-repeat center left;
}

#new .bandlarge .flecheleft{
	background:url('/images/structure/fleche-gauche-rouge.png') no-repeat center left;
}

#promo .bandlarge .flecheright{
	background:url('/images/structure/fleche-droite-orange.png') no-repeat center left;
}

#promo .bandlarge .flecheleft{
	background:url('/images/structure/fleche-gauche-orange.png') no-repeat center left;
}

#op .bandlarge .flecheright{
	background:url('/images/structure/fleche-droite-verte.png') no-repeat center left;
}

#op .bandlarge .flecheleft{
	background:url('/images/structure/fleche-gauche-verte.png') no-repeat center left;
}

#fetem .bandlarge .flecheright{
	background:url('/images/structure/fleche-droite-violette.png') no-repeat center left;
}

#fetem .bandlarge .flecheleft{
	background:url('/images/structure/fleche-gauche-violette.png') no-repeat center left;
}

#fetep .bandlarge .flecheright{
	background:url('/images/structure/fleche-droite-bleue.png') no-repeat center left;
}

#fetep .bandlarge .flecheleft{
	background:url('/images/structure/fleche-gauche-bleue.png') no-repeat center left;
}

#stval .bandlarge .flecheright{
	background:url('/images/structure/fleche-droite-rose.png') no-repeat center left;
}

#stval .bandlarge .flecheleft{
	background:url('/images/structure/fleche-gauche-rose.png') no-repeat center left;
}

#soldes .bandlarge .flecheright{
	background:url('/images/structure/fleche-droite-jaune.png') no-repeat center left;
}

#soldes .bandlarge .flecheleft{
	background:url('/images/structure/fleche-gauche-jaune.png') no-repeat center left;
}

#noel .bandlarge .flecheright{
	background:url('/images/structure/fleche-droite-verte.png') no-repeat center left;
}

#noel .bandlarge .flecheleft{
	background:url('/images/structure/fleche-gauche-verte.png') no-repeat center left;
}

.bandlarge .flecheleft{
	cursor:pointer;
	position:absolute;
	left:0;
	top:0;
	margin:0 10px;
	background:url('/images/structure/fleche-gauche-noire.png') no-repeat center left;
	width:20px;
	height:200px;
}

.bandlarge .prix{
	position:absolute;
	top:8px;
	left:110px;
	font-size:19px;
	font-weight:bold;
}

.dispo.reappro{
	color:#EE673A;
	font-weight:bold;
}

.dispo.stock{
	color:#48AE49;
	font-weight:bold;
}

.dispo.commande{
	color:#A35BA3;
	font-weight:bold;
}

.bandeau .prix sup{
	font-size:10px;
	bottom:7px;
}


.bandeau .bandsmall{
	width:192px;
}

.bandeau .bandlarge{
	background:url('/images/structure/degrade-gris-clair-cellule-detaillee-accueil.gif') repeat-y top right;
	width:390px;
}

.bandeau .onglet{
	position:absolute;
	left:0;
	top:0;
}

.bandeau .categs{
	position:absolute;
	top:0;
	left:0;
	background:transparent;
	width:60px;
	height:60px;
	border:0;
}

.bandeau .new{
	position:absolute;
	top:0;
	left:0;
	background:url('/images/structure/onglet-new.gif') no-repeat;
	width:60px;
	height:60px;
	border:0;
}

.bandeau .promo{
	position:absolute;
	top:0;
	left:0;
	background:url('/images/structure/onglet-promo.gif') no-repeat;
	width:60px;
	height:60px;
	border:0;
}

.bandeau .soldes{
	position:absolute;
	top:0;
	left:0;
	background:url('/images/structure/onglet-soldes.gif') no-repeat;
	width:60px;
	height:60px;
	border:0;
}

.bandeau .destock{
	position:absolute;
	top:0;
	left:0;
	background:url('/images/structure/onglet-destockage.gif') no-repeat;
	width:60px;
	height:60px;
	border:0;
}

.bandeau .preco{
	position:absolute;
	top:0;
	left:0;
	background:url('/images/structure/onglet-precommande.gif') no-repeat;
	width:60px;
	height:60px;
	border:0;
}

.bandeau .fetem{
	position:absolute;
	top:0;
	left:0;
	background:url('/images/structure/onglet-fete-des-meres.gif') no-repeat;
	width:60px;
	height:60px;
	border:0;
}

.bandeau .fetep{
	position:absolute;
	top:0;
	left:0;
	background:url('/images/structure/onglet-fete-des-peres.gif') no-repeat;
	width:60px;
	height:60px;
	border:0;
}

.bandeau .op{
	position:absolute;
	top:0;
	left:0;
	background:url('/images/structure/onglet-offre-speciale.gif') no-repeat;
	width:60px;
	height:60px;
	border:0;
}

.bandeau .stval{
	position:absolute;
	top:0;
	left:0;
	background:url('/images/structure/onglet-saint-valentin.gif') no-repeat;
	width:60px;
	height:60px;
	border:0;
}

.bandeau .noel{
	position:absolute;
	top:0;
	left:0;
	background:url('/images/structure/onglet-noel.png') no-repeat;
	width:60px;
	height:60px;
	border:0;
}

.bandsmall .solde{
	position:absolute;
	top:0px;
	right:60px;	
	color:#ff0000;
	width:60px;
	display:block;
	float:left;
	margin:0;
	padding:0;
}

.bandsmall .solde span{
	display:block;
	text-align:right;
}

.bandsmall .solde span.fdem{
	font-size:15px;
}

.bandsmall .solde span.sdem{
	font-size:12px;
}

.bandsmall .prix sup{
	font-size:9px;
	bottom:4px;
}

.bandsmall .solde sup{
	font-size:9px;
	bottom:4px;
}

.bandlarge .solde{
	position:relative;
	top:0px;
	left:-10px;
	font-size:15px;
	color:#ff0000;
}

.bandlarge .solde span.fdem{
	font-size:18px;
	margin-right:5px;
}

.bandlarge .solde sup{
	font-size:10px;
	bottom:4px;
}

.bandlarge .categsprod{
	background:url('/images/structure/degrade-fond-new.gif') repeat-y;
	width:184px;
	height:40px;
}

.bandlarge .newprod{
	background:url('/images/structure/degrade-fond-new.gif') repeat-y;
	width:184px;
	height:40px;
}

.bandlarge .promoprod{
	background:url('/images/structure/degrade-fond-promo.gif') repeat-y;
	width:184px;
	height:40px;
}

.bandlarge .opprod{
	background:url('/images/structure/degrade-fond-op.gif') repeat-y;
	width:184px;
	height:40px;
}

.bandlarge .fetemprod{
	background:url('/images/structure/degrade-fond-fete-des-meres.png') repeat-y;
	width:184px;
	height:40px;
}

.bandlarge .fetepprod{
	background:url('/images/structure/degrade-fond-fete-des-peres.png') repeat-y;
	width:184px;
	height:40px;
}

.bandlarge .soldesprod{
	background:url('/images/structure/degrade-fond-soldes.png') repeat-y;
	width:184px;
	height:40px;
}

.bandlarge .destockprod{
	background:url('/images/structure/degrade-fond-destockage.gif') repeat-y;
	width:184px;
	height:40px;
}

.bandlarge .noelprod{
	background:url('/images/structure/degrade-fond-noel.jpg') repeat-y;
	width:184px;
	height:40px;
}

.bandsmall .image{
	text-align:center;
	border:0;
	top:30px;
	left:40px;
	position:relative;
	height:180px;
	width:100px;
}

.bandsmall .image a{
	width:100%;
	position:absolute;
	top:0px;
	left:0;
	line-height:0;
}

.bandsmall .image img{
	max-height:180px;
	max-width:100px;
	padding:0;
}

.bandlarge a.fullsize{
	background-color:#ffffff;
	padding:10px;
	position:absolute;
	top:35px;
	left:35px;
	border:1px solid #666666;
	width:100px;
	height:100px;
	text-align:center;
	line-height:100px;
}

.bandlarge img{
	max-width:90px;
	max-height:90px;
	display:inline-block;
	line-height:1.2;
	vertical-align:middle;
}

.halfcol{
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	font-family:Verdana;
	position:relative;
	float:left;
	background:url('/images/structure/degrade-top-bas-accueil-long.gif') repeat-y top right;
	width:483px;
	height:160px;
}

.halfcol .title{
	font-size:13px;
	position:absolute;
	top:0;
	left:0;
	padding:3px 0;
	color:#ffffff;
	background-color:#781500;
	text-transform:uppercase;
	font-weight:bold;
	width:131px;
	text-align:center;
}
	

.halfcol ul.top{
	position:absolute;
	padding:0;
	margin:0;
	top:23px;
	left:0;
	list-style-type:none;
	list-style-position:inside;
}

.halfcol ul.top li{
	color:#808183;
	font-size:13px;
	text-transform:uppercase;
	font-weight:bold;
	padding:5px;
	height:16px;
	background:url('/images/structure/degrade-gris-clair-fond-top-accueil.gif') repeat-x;
	width:473px;
}

.halfcol ul.top a{
	width:440px;
	position:absolute;
	height:16px;
	padding-left:5px;
	color:#808183;
	text-decoration:none;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}	

#infospub{
	width:970px;
	margin:auto 0;
	clear:both;
}

#infospub a{
	float:left;
	display:block;
	margin:0;
	padding:0;
}

#infospub a img{
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	vertical-align: middle;
}

#infospub a:first-child img{
	border-top:1px solid #000000;
}

#linksfooter{
	position:relative;
	width:970px;
	margin:auto;
}

#infossoc .linkssoc{
	font-size:11px;
	float:left;
	list-style:none;
	margin:8px 10px 0 0;
	padding:0 10px 0 0;
}

#infossoc .linkssoc:last-child{
	margin-left:10px;
	border-right:0;
}

#infossoc .linkssoc a{
	text-decoration:none;
	color:#000000;
}

#infossoc .linkssoc a:hover{
	text-decoration:underline;
}

#infossoc{
	position:relative;
}

#infossoc .subtitle{
	position:absolute;
	top:77px;
	left:0px;
	color:#3C5A98;
	text-decoration:none;
	font-size:13px;
}

#infossoc .subtitle:hover{
	text-decoration:underline;
}

#footer #fbtw{
	float:left;
}

#footer #fbtw a{
	display:block;
	margin-top:3px;
}

#footer #linkcom{
	padding:10px 0 10px 5px;
	float:left;
	height:80px;
}

#footer #linkcom a{
	margin:8px 4px;
}

#footer{
	position:relative;
	width:100%;
	background-color:#e6e6e7;
	clear:both;
	height:100px;
	margin:0;
	padding:0;
	cursor:default;
}

/* VS 2013-09-26: Added the new About Us page #quisommesnous */
#conditions #infos, #quisommesnous #infos{
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	margin-bottom:15px;
	overflow:hidden;
}

#conditions #infos .center, #quisommesnous #infos .center{
	display:block;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}

#conditions, #quisommesnous{
	width:970px;
	margin-bottom:20px;
}

#conditions p .bigtitle, #quisommesnous p .bigtitle{
	display:block;
	text-align:center;
	text-transform:uppercase;
	font-size:22pt;
	margin:50px 0;
}

#conditions p, #quisommesnous p{
	text-align:justify;
	padding:10px 60px;
	margin-bottom:20px;
	font-family:Arial;
	font-size:13px;
}

#conditions p a, #quisommesnous p a{
	color:#781500;
}

#conditions p .title, #quisommesnous p .title{
	font-family:Verdana;
	font-weight:bold;
	text-transform:uppercase;
	font-size:13px;
	display:block;
	margin:30px 0 20px 0;
}

#conditions p .subtitle, #quisommesnous p .subtitle{
	font-family:Verdana;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	font-size:11px;
}

#ficheproduit #currentnav, #recherche #currentnav, #recherche #aide, #compteclient #currentnav, #detailcommande #currentnav, #detailavis #currentnav, #detailsav #currentnav, #concours #currentnav, #concours #selection .title, #participants #currentnav, #participer #currentnav, #newsltr #currentnav, #livraison #currentnav, #nmdp #currentnav, #contact #currentnav, #magasin #currentnav, #conditions #currentnav, #securite #currentnav, #familles #currentnav, #commander #currentnav, #invitation #currentnav, #quisommesnous #currentnav {
	padding:4px 0 0 0;
	text-transform:uppercase;
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
	background:url('/images/structure/degrade1-page-produit.gif') repeat-x top;
	height:17px;
	width:970px;
	font-family:Verdana;
	/*overflow:hidden;*/
	display:inline-block;
	white-space: nowrap;
}

#currentnav a{
	padding:5px;
	margin-top:3px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	font-size: 9px;
}

#recherche #aide{
	margin-top:20px;
}

#recherche #aide h1{
	margin:0;
	padding:0 5px;
	font-size: 9px;
}

#ficheproduit .shop{
	display:block;
	border:1px solid #000000;
}

#ficheproduit .shop img{
	vertical-align:middle;
}

#ficheproduit #moreinfo{
	position:relative;
	height:315px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	width:968px;
	background-color:#ffffff;
}

#ficheproduit #moreinfo #photosprod{
	position:relative;
	width:390px;
	height:314px;
	background-color:#781500;
	border-bottom:1px dotted #000000;
}

#ficheproduit #moreinfo #viewmainphoto{
	cursor:pointer;
	position:relative;
	background-color:#ffffff;
	width:270px;
	height:269px;
	line-height:270px;
	padding:5px;
	top:18px;
	left:20px;
	text-align:center;
	overflow:hidden;
}

#ficheproduit #moreinfo #viewmainphoto a{
	display:inline-block;
	line-height:1.2;
	vertical-align:middle;
}
	
#ficheproduit #moreinfo #viewmainphoto #mainphoto{
	margin:0;
	margin-bottom:19px;
	max-width:240px;
	max-height:240px;
}

#ficheproduit #moreinfo .onglet{
	top:18px;
	left:20px;
}

#ficheproduit #moreinfo .flecheup{
	cursor:pointer;
	position:relative;
	display:block;
	width:64px;
	margin-bottom:14px;
}

#ficheproduit #moreinfo .flechedown{
	cursor:pointer;
	position:absolute;
	bottom:0px;
	display:block;
	width:64px;
}

#ficheproduit #moreinfo .otherphotos{
	position:absolute;
	top:18px;
	right:12px;
	float:right;
	width:64px;
	height:279px;
}

#ficheproduit #moreinfo .otherphotos .carousel ul{
	list-style:none;
	margin:0;
	padding:0;
}

#ficheproduit #moreinfo .otherphotos .otherone{
	width:64px;
	height:64px;
	background-color:#ffffff;
	text-align:center;
	margin-bottom:13px;
	cursor:pointer;
}

#ficheproduit #moreinfo .otherphotos .otherone a{
	display:block;
	height:62px;
	line-height:70px;
}

#ficheproduit #moreinfo .otherphotos .otherone a img{
	display:inline-block;
	line-height:1.2;
	vertical-align:middle;
	max-width:52px;
	max-height:52px;
}

#viewfullsize{
	position:fixed;
	top:0;
	left:0;
	z-index:4;
	background:url('/images/structure/bgtransp.png') repeat;
	display:none;
}

#viewfullsize .image{
	display:none;
	position:relative;
	left:20px;
	border-radius:5px;
	border:5px solid #000000;
	background-color:#ffffff;
}

#viewfullsize .image img{
	margin:2px 20px 20px 20px;
}

#viewfullsize .image #close{
	cursor:pointer;
	float:right;
	height:10px;
	font-size:11px;
	font-weight:bolder;
	background-color:#000000;
	text-align:center;
	padding:3px 5px 5px 5px;
	color:#ffffff;
	border-radius:0 0 0 5px;
	display:block;
}

#viewfullsize .prev, #viewfullsize .next{
	position:absolute;
}

#ficheproduit #description{
	clear:both;
	position:absolute;
	top:0;
	left:390px;
	width:420px;
}

#ficheproduit #description .resume{
	float:left;
	border-right:1px dotted #000000;
	border-bottom:1px dotted #000000;
	width:420px;
	height:104px;
	background:url('/images/structure/switch-accueil.gif') #ffffff repeat-x bottom;
}

#ficheproduit #description .resume .title{
	position:relative;
	top:5px;
	left:10px;
	margin:0;
	padding:0;
	text-transform:uppercase;
	font-family:Arial;
	font-weight:bolder;
	font-size:14px;
	display:block;
	width:400px;
}

#ficheproduit #description #threelines .desc{
	position:relative;
	top:15px;
	left:10px;
	color:#58595b;
	font-size:11px;
	font-weight:bold;
	font-style:italic;
}

#ficheproduit #description #accessrecomm .desc{
	position:relative;
	margin:0 7px;
}

#ficheproduit #description #accessrecomm .desc .carouselacc{
	margin:10px 0;
}

#ficheproduit #description #accessrecomm .desc .carouselacc ul{
	list-style:none;
	margin:0;
	padding:0;
}

#ficheproduit #description #accessrecomm .desc img{
	float:left;
	max-width:64px;
	max-height:64px;
}

#ficheproduit #description #accessrecomm .desc .flecheleft, #ficheproduit #description #accessrecomm .desc .flecheright{
	margin:10px 3px;
	padding:0;
	cursor:pointer;
	height:64px;
	display:block;
	z-index:4;
}

#ficheproduit #description #accessrecomm .desc .carouselacc{
	float:left;
}

#ficheproduit #description #accessrecomm .desc .carouselacc li{
	width:62px;
	height:62px;
	border:1px solid #000000;
	background-color:#ffffff;
	line-height:64px;
	text-align:center;
	cursor:pointer;
	margin:0 4px;
	float:left;
}

#ficheproduit #description #accessrecomm .desc .carouselacc a{
	display:inline-block;
	line-height:1.2;
	vertical-align:middle;
}

#ficheproduit #description #accessrecomm .desc .carouselacc img{
	max-width:50px;
	max-height:50px;
}

#ficheproduit #description #avisprodclients{
	position:relative;
	cursor:pointer;
}

#ficheproduit #description #avisprodclients .eachstars{
	position:absolute;
	top:10px;
	left:110px;
}

#ficheproduit #description #avisprodclients .title{
	top:10px;
	left:10px;
}

#ficheproduit #description #avisprodclients .desc{
	cursor:pointer;
	position:absolute;
	top:30px;
	left:10px;
	height:50px;
	width:400px;
}

#ficheproduit #description #avisprodclients .desc .avis{
	overflow:hidden;
	text-align:justify;
	text-overflow:ellipsis;
	line-height:13px;
	display:block;
	height:40px;
	font-size:11px;
	margin-bottom:5px;
}

#ficheproduit #description #avisprodclients .desc .avis:after{
	content: " [...]";
}

#ficheproduit #moreinfo .moystars{
	cursor:pointer;
	position:absolute;
	bottom:18px;
	left:25px;
}

#ficheproduit #moreinfo .moystars .title{
	font-family:Verdana;
	display:block;
	text-transform:uppercase;
	font-weight:bold;
	font-size:8px;
	color:#424242;
	margin-left:2px;
}

#ficheproduit #moreinfo .moystars #nbavis{
	position:relative;
	top:-3px;
	margin-left:5px;
	font-size:11px;
	color:#424242;
}

#ficheproduit #infoscompl{
	position:absolute;
	top:0;
	left:811px;
	background-color:#cee7c4;
	height:315px;
	width:157px;
}

#ficheproduit #infosprix{
	margin-top:10px;
}

#ficheproduit #infosprix .solde{
	position:absolute;
	top:0;
	right:5px;
}

#ficheproduit #infosprix .solde .prix{
	color:#ff0000;
	font-weight:normal;
	font-size:15px;
	font-weight:bold;
	float:left;
	margin-left:5px;
}

#ficheproduit #infosprix #prixprod{
	padding:2px 5px 0 5px;
	display:block;
	text-align:right;
	font-size:27px;
	font-weight:bold;
}

#ficheproduit #infosprix #prixprod sup{
	position:relative;
	vertical-align:baseline;
	bottom:10px;
	left:2px;
	font-size:13px;
}

#ficheproduit #infosprix #ecotaxe{
	display:block;
	font-weight:bold;
	text-align:right;
	margin-right:5px;
	font-size:11px;
}

#ficheproduit #mag{
	display:block;
	background-color:#000000;
	border-radius:5px;
	color:#ffffff;
	padding:5px;
	text-align:center;
	margin:25px 5px 5px 5px;
	font-size:11px;
	font-weight:bold;
}

#ficheproduit #ajoutpanier #addtowl{
	display:block;
	text-align:right;
	color:#000000;
	text-decoration:none;
	position:relative;
	padding-right:25px;
	padding-top:7px;
	font-weight:bold;
}

#ficheproduit #ajoutpanier #addtowl:hover{
	text-decoration:underline;
}

#ficheproduit #ajoutpanier #fdprelaisoff{
	display:block;
	text-align:right;
	color:#000000;
	text-decoration:none;
	position:relative;
	padding-right:20px;
	padding-top:7px;
	font-weight:bold;
	font-size:12px;
}

#ficheproduit #ajoutpanier #fdprelaisoff:hover{
	text-decoration:underline;
}

#ficheproduit #ajoutpanier #addtowl img{
	right:5px;
	top:0;
	position:absolute;
}

#ficheproduit #ajoutpanier #addtocart{
	position:relative;
	padding:5px 2px 2px 2px;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	font-size:11px;
	margin-top:15px;
	margin-left:5px;
	width:142px;
	background-color:#000000;
	border-radius:5px;
}

#ficheproduit #ajoutpanier #qte{
	width:30px;
	height:18px;
	border:1px solid #5b5c5e;
	text-align:center;
	margin-bottom:5px;
}

#ficheproduit #ajoutpanier .button{
	top:5px;
	right:18px;
	width:15px;
	height:11px;
	border:0;
	position:absolute;
	cursor:pointer;
}

#ficheproduit #ajoutpanier #more{
	background:url('/images/structure/more.gif') no-repeat;
}

#ficheproduit #ajoutpanier #less{
	background:url('/images/structure/less.gif') no-repeat;
	top:16px;
}

#ficheproduit #ajoutpanier #ajouter{
	cursor:pointer;
	font-family:Arial;
	background:url('/images/structure/degrade-bouton-vert.gif') repeat-x;
	width:142px;
	padding:0 25px;
	height:46px;
	border:0;
	color:#ffffff;
	font-weight:bolder;
	font-size:13px;
	text-transform:uppercase;
	white-space:normal;
	border-radius:2px;
}

#ficheproduit #infoscompl p{
	margin:0;
	padding:0;
}

#ficheproduit #infoscompl #plusieursfois{
	
	text-align:right;
	padding:2px 5px 2px 0;
	font-weight:bold;
}

#ficheproduit #infoscompl #dispo{
	color:#ffffff;
	position:absolute;
	bottom:0;
	text-align:center;
	font-weight:bold;
	font-size:11px;
	height:104px;
	border-top:1px dotted #000000;
	border-bottom:1px dotted #000000;
	width:157px;
}

#ficheproduit #infoscompl #dispo.stock{
	background-color:#48ae49;
}

#ficheproduit #infoscompl #dispo.stock #title{
	font-size:17px;
}

#ficheproduit #infoscompl #dispo.stock #midtitle{
	font-size:11px;
	text-transform:uppercase;
	display:block;
	font-weight:bolder;
	color:#ffffff;
	margin:0 5px;
}

#ficheproduit #infoscompl #dispo.reappro{
	background-color:#ee673a;
}

#ficheproduit #infoscompl #dispo.reappro #midtitle{
	font-size:10px;
}

#ficheproduit #infoscompl #dispo.nonstocke{
	background-color:#a35ba3;
}

#ficheproduit #infoscompl #dispo.nonstocke #title{
	font-size:12px;
	margin:2px 2px 0 2px;
}

#ficheproduit #infoscompl #dispo.nonstocke #subtitle{
	font-size:9px;
	margin:0px 2px;
}

#ficheproduit #infoscompl #dispo #title{
	font-size:13px;
	margin:0 20px;
	text-transform:uppercase;
	display:block;
	font-weight:bolder;
}

#ficheproduit #infoscompl #dispo #subtitle{
	font-size:10px;
	display:block;
	margin:0 20px;
}

#ficheproduit #infoscompl #dispo #mainsubtitle{
	font-size:10px;
	display:block;
	margin:0;
	text-transform:uppercase;
}

#ficheproduit #infoscompl #dispo #midtitle{
	color:#000000;
	display:block;
}

#ficheproduit #infoscompl #dispo a#subtitle{
	margin:0;
	text-transform:uppercase;
	font-size:10px;
	color:#ffffff;
	text-decoration:none;
}

#ficheproduit #infoscompl #dispomag{
	color:#ffffff;
	position:absolute;
	bottom:0px;
	text-align:center;
	font-weight:bold;
	font-size:11px;
	height:30px;
	width:157px;
	border-bottom:1px dotted #000000;
}

#ficheproduit #infoscompl #dispomag.stock{
	background-color:#48ae49;
}

#ficheproduit #infoscompl #dispomag.reappro{
	background-color:#ee673a;
}

#ficheproduit #infoscompl #dispomag.nonstocke{
	background-color:#a35ba3;
}

#ficheproduit #infoscompl #dispomag #title{
	font-size:11px;
	text-transform:uppercase;
	display:block;
	font-weight:bolder;
}

#ficheproduit #infoscompl #dispomag #subtitle{
	font-size:10px;
	display:block;
	margin:0 5px;
	text-transform:uppercase;
}

#ficheproduit #partage{
	clear:both;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	height:30px;
	background-color:#666666;
}

#ficheproduit #partage .fb-wrapper{
	display: block;
	width:140px;
	min-width:140px;
	overflow: visible !important;
}

#ficheproduit #partage .link{
	display:block;
	float:left;
	height:25px;
	margin:5px 5px 0 5px;
}

#ficheproduit #partage .follow{
	display:block;
	float:right;
	height:25px;
	margin:5px 5px 0 5px;
	text-align:right;
}

#ficheproduit .twitter-share-button{
	width:50px;
	min-width:50px;
	max-width:95px;
}

#ficheproduit .twitter-share-button , #ficheproduit .twitter-follow-button{
	margin-top:5px;
}

/** Update 04.12.2015 */
#ficheproduit .partage-gauche{
	float:left; 
	width:390px;
}
#ficheproduit .partage-centre{
	float:left; 
	width:420px;
	/**text-align:center;*/
}
#ficheproduit .partage-centre a{
	float:none;
	margin-left:10px;
}
#ficheproduit .partage-droite{
	float:left; 
	width:157px;
	text-align:center;
}
#ficheproduit .partage-droite .follow{
	float:none !important;
	margin:5px 0 0 -5px !important;
	text-align:inherit;
}

#ficheproduit #jeuconcours{
	text-align:center;
}

#ficheproduit #fichedetaillee{
	clear:both;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	padding:0;
	margin:0;
	margin-bottom:15px;
	overflow:hidden;
}

#ficheproduit #fichedetaillee #menufiche{
	width:970px;
	background:url('/images/structure/degrade2-page-produit.gif') repeat-x;
	height:32px;
}


#ficheproduit #fichedetaillee #menufiche ul{
	width:970px;
	list-style:none;
	margin:0;
	padding:0;
	height:30px;
	border-bottom:2px solid #000000;
}


#ficheproduit #fichedetaillee #menufiche li{
	padding-top:5px;
	float:left;
	height:27px;
	width:121px;
	text-align:center;
	text-transform:uppercase;
}

#ficheproduit #fichedetaillee #menufiche li a{
	margin-right:1px;
	margin-top:1px;
	line-height:10px;
	padding:2px 7px;
	height:22px;
	color:#ffffff;
	display: block;
	vertical-align: middle;
	text-decoration:none;
	font-family:Verdana;
	font-size:9px;
	font-weight:bolder;
}

#ficheproduit #fichedetaillee #menufiche li a.noselect{
	color:#888888;
}

#ficheproduit #fichedetaillee #menufiche li:last-child{
	width:122px;
}

#ficheproduit #fichedetaillee #menufiche li a:active{
	border:0;
}

#ficheproduit #fichedetaillee #menufiche li a:hover, #ficheproduit #fichedetaillee #menufiche li a.selected{
	background-color:#ffffff;
	color:#000000;
	border-radius:3px 3px 0 0;
}

#ficheproduit #fichedetaillee #menufiche li a.noselect:hover{
	background-color:transparent;
	color:#888888;
	border-radius:0;
}

#ficheproduit #fichedetaillee #menufiche li a.selected:hover{
	height:22px;
}

#ficheproduit #fichedetaillee #menufiche li a:hover{
	height:21px;
}

#ficheproduit #fichedetaillee .seemore{
	clear:both;
	padding:0;
	margin:0;
	width:968px;
	display:none;
}

#ficheproduit #fichedetaillee .seemore.selected{
	display:block;
}

#ficheproduit #fichedetaillee .prodnomen{
	position:relative;
}

#ficheproduit #fichedetaillee .prodnomen .contenunomen{
	display:none;
}

#ficheproduit #fichedetaillee .prodnomen .eachstar{
	position:absolute;
	margin-left:10px;
	top:7px;
}

#ficheproduit #fichedetaillee .prodnomen .titlenomen{
	margin:0;
	cursor:pointer;
	display:block;
	padding:8px;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	border-top:1px solid #000000;
}

#ficheproduit #fichedetaillee .prodnomen .titlenomen .nbavis{
	text-transform:none;
	margin-left:95px;
	color:#424242;
	font-weight:normal;
}

#ficheproduit #fichedetaillee .prodnomen .titlenomen .clickhere{
	float:right;
	font-size: 11px;
	font-weight: bold;
}

#ficheproduit #fichedetaillee #fiche .title, #ficheproduit #fichedetaillee #caracteristiques .title, #ficheproduit #fichedetaillee #contenu .title{
	color:#781500;
	font-weight:bold;
	display:block;
	width:120px;
	float:left;
	padding:5px 5px;
}
	
#ficheproduit #fichedetaillee #fiche .desc, #ficheproduit #fichedetaillee #caracteristiques .desc, #ficheproduit #fichedetaillee #contenu .desc{
	text-align:justify;
	font-size:11px;
	width:818px;
	margin:0;
	padding:5px 10px;
	float:right;
	display:block;
}

#contenu .desc li{
	font-size:11pt;
	text-transform:capitalize;
}

#ficheproduit #fichedetaillee .seemore .crit{
	overflow:hidden;
	border-top:1px dotted #000000;
}

#ficheproduit #fichedetaillee .seemore .crit .majs{
	text-transform:uppercase;
}

#ficheproduit #fichedetaillee .seemore .crit:first-child{
	border-top:0;
}

#ficheproduit #fichedetaillee #tousavis .noteavis .reinit, #detailavis .noteavis .reinit{
	clear:both;
	width:5px;
	height:20px;
	display:block;
	float:left;
	cursor:pointer;
}

#ficheproduit #fichedetaillee #tousavis .noteavis, #detailavis .noteavis{
	cursor:pointer;
	float:left;
	width:530px;
	margin-top:10px;
}

#ficheproduit #fichedetaillee #tousavis .noteavis img, #detailavis .noteavis img{
	width:20px;
	cursor:pointer;
	float:left;
}

#ficheproduit #fichedetaillee #tousavis .newavis, #detailavis form{
	width:700px;
	margin:20px auto;
	text-align:center;
}

#ficheproduit #fichedetaillee #tousavis .newavis form, #detailavis form{
	font-size:11px;
}

#ficheproduit #fichedetaillee #tousavis .newavis .red, #detailavis .red{
	color:#da0019;
	font-weight:bold;
}

#ficheproduit #fichedetaillee #tousavis .newavis p, #detailavis p{
	margin-bottom:20px;
	font-size:13px;
}

#ficheproduit #fichedetaillee #tousavis .newavis form a, #detailavis form a{
	color:#da0019;
}

#ficheproduit #fichedetaillee #tousavis .newavis form p, #detailavis form p{
	font-size:11px;
	margin:20px auto;
	border:1px dotted #830000;
	width:590px;
	padding:5px;
	text-align:left;
}

#ficheproduit #fichedetaillee #tousavis .newavis form label, #detailavis form label{
	float:left;
	clear:both;
	width:150px;
	margin-top:10px;
	text-align:left;
}

#ficheproduit #fichedetaillee #tousavis .newavis form input[type="text"], #ficheproduit #fichedetaillee #tousavis .newavis form textarea, #detailavis form input[type="text"], #detailavis form textarea{
	float:left;
	width:535px;
	margin-top:10px;
	margin-left:5px;
	text-align:left;
}

#ficheproduit #fichedetaillee #tousavis .newavis form input[type="submit"], #detailavis form input[type="submit"]{
	clear:both;
	background-color:#000000;
	color:#ffffff;
	border-radius:3px;
	padding:5px 10px;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	border:0;
	font-size:10px;
	font-family:Verdana;
	margin:10px auto;
	cursor:pointer;
}

#ficheproduit #fichedetaillee #tousavis .posteravis{
	background-color:#000000;
	color:#ffffff;
	border-radius:3px;
	padding:5px 10px;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
}

#ficheproduit #fichedetaillee #tousavis .lesavis{
	border-top:1px dotted #000000;
	overflow:hidden;
	position: relative;
}

#ficheproduit #fichedetaillee #tousavis .lesavis .avisstars{
	position:absolute;
	top:50%;
	margin-top:-10px;
	height:20px;
  line-height: 20px;
	width:120px;
	text-align:center;
}

#ficheproduit #fichedetaillee #tousavis .lesavis .textavis{
	font-size:11px;
	width:843px;
	margin-left:120px;
	margin-bottom:5px;
	margin-right:5px;
	text-align:justify;
	padding-right:5px;
}

#ficheproduit #fichedetaillee #tousavis .lesavis .textavis .title{
	text-transform:uppercase;
	color:#000000;
	font-weight:bold;
	font-size:12px;
	display:block;
	width:100%;
	padding:0;
	margin:5px 0 0 0;
}

#ficheproduit #fichedetaillee #tousavis .lesavis .textavis .comm{
	margin-bottom:5px;
}

#ficheproduit #fichedetaillee #tousavis .lesavis .textavis .cl{
	font-size:10px;
}

#ficheproduit #fichedetaillee #op{
	text-align:center;
	padding:0;
	margin:0;
}

#ficheproduit #fichedetaillee #op a img{
	vertical-align: middle;
}

#ficheproduit #fichedetaillee #variationprix{
	text-align:center;
	padding:50px 0;
}

#ficheproduit #fichedetaillee #liens .title{
	display:block;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	font-weight:bold;
	padding:5px;
	text-transform:uppercase;
	font-size:12px;
}

#ficheproduit #fichedetaillee #liens .link{
	display:block;
	margin:5px 5px 20px 5px;
	color:#781500;
	font-size:11px;
}

#discover h3{
	background:url("/images/structure/degrade2-page-produit.gif") repeat-x;
	color:#ffffff;
	height:24px;
	font-size:18px;
	font-weight:normal;
	padding:4px 5px;
	cursor:pointer;
}

#discoverthis .ui-accordion{
	-moz-border-radius:0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius:0;
}

#discoverthis .ui-accordion-content{
	border:none;
	text-align:center;
	padding:0;
}

#discoverthis .infosprod{
	text-align:left;
	padding:0;
	margin:0;
	overflow:hidden;
}

#discoverthis .ui-accordion-header{
	border:none;
	-moz-border-radius:0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius:0;
	border-bottom:1px solid #000000;
	background:url("/images/structure/degrade-1px-20px-gris-clair-sous-categories.gif") repeat-x;
	margin:0;
	height:20px;
	font-size:14px;
	color:#000000;
	padding:0 5px;
}

#discoverthis .ui-accordion-header .ui-icon{
	margin-left:935px;
	background-image:url("/css/images/ui-icons_000000_256x240.png");
}

#discoverthis #videos{
	margin:0 50px;
}

.slider{
	width:250px;
	height:30px;
}

.slider .slider-range{
	width:100px;
	margin:auto;
}

#recherche .slider .title{
	width:250px;
	display:block;
	text-align:center;
}

#recherche .slider {
}

#recherche .slider #popup{
	padding:1px 0;
	text-align:center;
	display:block;
	position:absolute;
	background-color:#00bbff;
	border-bottom:1px solid #000000;
	color:#000000;
	z-index:10;
	width:100%;
	font-weight:bold;
	font-size:13px;
	top:0;
	left:0;	
	letter-spacing:1px;
}

#recherche .filters{
	position:relative;
	background-color:#000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	padding-bottom:24px;
}

#recherche #reinit{
	position:absolute;
	left:5px;
	bottom:2px;
	text-transform:uppercase;
	font-size:10px;
	color:#000000;
	cursor:pointer;
	font-weight:bold;
	background-color:#D5D4D9;
	border-radius:3px;
	padding:2px;
	border:0;
	width:180px;
}

#recherche #seemorecrit,#recherche #seelesscrit{
	position:absolute;
	right:5px;
	bottom:2px;
	border:0;
	text-transform:uppercase;
	font-size:10px;
	cursor:pointer;
	color:#000000;
	background-color:#6EB164;
	border-radius:3px;
	font-weight:bold;
	padding:2px;
	border:0;
	width:180px;
}

.slider p{
	margin:0;
	padding:0;
}

.slider input{
	font-family:helvetica,arial,sans-serif;
	border:0;
	background:transparent;
	margin-top:8px;
	width:70px;
	font-weight:bold;
	font-size:10px;
}

.slider .amountmin{
	float:left;
	margin-left:0;
	text-align:right;
}

.slider .amountmax{
	float:right;
	margin-right:0;
	text-align:left;
}

#recherche{
	position:relative;
}

#recherche .nbresults{
	margin-top:20px;
	clear:both;
	overflow:hidden;
	position:relative;
	margin-bottom:5px;
}

#recherche .nbresults hr{
	border:0;
	float:left;
	border-top:1px dotted #000000;
	border-left:1px dotted #000000;
	border-right:1px dotted #000000;
	height:10px;
	width:100%;
	margin-top:10px;
}

#recherche #nbresults{
	position:absolute;
	width:400px;
	text-transform:uppercase;
	left:284px;
	font-size:17px;
	font-weight:bolder;
	text-align:center;
	display:block;
	background-color:#ffffff;
}

#recherche #aide span, #compteclient #currentnav span, #detailcommande #currentnav span, #detailavis #currentnav span, #detailsav #currentnav span, #concours #currentnav span, #concours #selection .title span, #participants #currentnav span, #participer #currentnav span, #newsltr #currentnav span, #livraison #currentnav span, #nmdp #currentnav span, #contact #currentnav span, #magasin #currentnav span, #conditions #currentnav span, #conditions #currentnav a, #securite #currentnav span, #securite #currentnav a, #currentnav a, #commander #currentnav span{
	padding-left:1px;
	margin-top:0;
	padding-top:0;
	font-size: 10px;
}

#detailavis #currentnav, #detailsav #currentnav{
	width:969px;
}

#recherche .slider{
	margin:5px;
	float:left;
	height:45px;
}

#recherche .slider .slider-range{
	top:5px;
}

#recherche .simple, #recherche .multi{
	margin:5px;
	background-color:#d4d4d8;
	padding:5px 10px;
	float:left;
	height:33px;
	border:1px dotted #ffffff;
}

#recherche .monture{
	width:935px;
	height:auto;
	min-height:33px;
}

#recherche .monture .title{
	height:33px;
	float:left;
	margin-right:10px;
}

#recherche .monture fieldset{
	float:left;
	padding:0 5px;
	margin-right:10px;
	margin-bottom:10px;
	border:1px solid #ffffff;
}

#recherche .monture legend{
	font-weight:bold;
	color:#000000;
}

#recherche .simple .title,#recherche .multi .title, #recherche .slider .title{
	display:block;
	color:#781500;
	font-size:12px;
	font-weight:bold;
}

#recherche .typecrit{
	display:block;
	width:100%;
	background-color:#777777;
	margin:0;
	height:20px;
	border:0;
}

#recherche .typecrit .title{
	float:left;
	margin-right:10px;
	margin-top:2px;
	color:#ffffff;
	width:50%;
	text-align:right;
}

#recherche #morecrit{
	clear:both;
	overflow:hidden;
	display:none;
	background-color:#D4D4D8;
}

#recherche #topcrit{
	overflow:hidden;
	background-color:#D4D4D8;
}

#recherche #resultat{
	background-color:#bdbec1;
	border:1px solid #000000;
}

#recherche #resultat #champres{
	float:right;
	padding:2px 2px 2px 10px;
	background-color:#777777;
	overflow:hidden;
	height:20px;
}

#recherche #resultat #champres span{
	display:block;
	float:left;
	margin-top:2px;
	margin-right:2px;
	color:#ffffff;
	font-weight:bold;
}

#recherche #resultat #maintitle{
	color:#000000;
	font-weight:bold;
	text-transform:uppercase;
	font-size:11px;
	font-family:Verdana;
	padding:3px 5px;
	height:18px;
	float:left;
}

#recherche #resultat #tri{
	background-color:#000000;
	color:#ffffff;
	float:right;
	padding:3px 5px;
	height:18px;
}

#recherche #resultat #tri span, #recherche #resultat #tri h2{
	text-align:center;
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
	font-family:Verdana;
	margin:0 10px;
	padding:0;
	float:left;
}

#recherche #resultat #tri span:first-child, #recherche #resultat #tri h2:first-child{
	margin-left:20px;
}

#recherche #resultat #tri span .up, #recherche #resultat #tri span .down, #recherche #resultat #tri h2 .up, #recherche #resultat #tri h2 .down{
	margin:0;
	text-decoration:none;
	color:#ffffff;
	font-size:12px;
}

#recherche #resultat #tri span .selected, #recherche #resultat #tri h2 .selected{
	color:#3dae48;
}

#recherche #resultat #liste{
	background-color:#bdbec1;
	overflow:hidden;
	clear:both;
}

#recherche #resultat #liste .threelines a{
	text-decoration:none;
	color:#000000;
	display:block;
}

#recherche #categsliste{
	clear:both;
	overflow:hidden;
}

#recherche #categsliste .familles{
	display:block;
	float:left;
	width:320px;
	height:50px;
	margin-right:3px;
	margin-top:0;
	padding:0;
}

#recherche #categsliste .familles img{
	float:left;
}

#recherche #categsliste .familles a{
	float:left;
	display:block;
	width:260px;
	padding:10px 5px 0 5px;
	color:#000000;
	text-decoration:none;
}

#recherche #categsliste .familles span{
	padding:0 5px;
}

#recherche #categsliste .familles a:hover{
	text-decoration:underline;
}

#recherche .marque{
	padding-top:160px;
	padding-bottom:14px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	background-color:#000000;
}

#recherche #categsliste .famillesmarques{
	display:block;
	float:left;
	width:312px;
	height:110px;
	margin:0 0 0 10px;
	padding:0;
}

#recherche #categsliste .famillesmarques img{
	float:left;
	margin:5px 0 0 20px;
}

#recherche #categsliste .famillesmarques a.bold{
	float:left;
	display:block;
	padding-top:35px;
	font-weight:bolder;
	font-size:11px;
	width:175px;
	padding-left:10px;
	color:#ffffff;
	text-decoration:none;
}

#recherche #categsliste .famillesmarques.selected{
	background-color:#E42D25;
}

#recherche #categsliste .famillesmarques a.italic{
	padding-left:10px;
	float:left;
	color:#ffffff;
	text-decoration:none;
	display:block;
	height:55px;
}

#recherche #categsliste .famillesmarques a:hover{
	text-decoration:underline;
}

#recherche #resultat #liste .titlecateg{
	text-transform:uppercase;
	color:#ffffff;
	font-weight:bold;
	background:url('/images/structure/degrade1-page-produit.gif') repeat-x center;
	font-size:11px;
	font-family:Verdana;
	padding:3px 5px;
	height:15px;
	width:934px;
	float:right;
	margin:0;
}

#recherche #resultat #liste .clicktocompare{
	clear:both;
	width:24px;
	float:left;
	margin-top:30px;
}

.infosprod{
	height:80px;
	position:relative;
	width:944px;
	float:right;
	background-color:#ffffff;
	margin:0;
	padding:0;
}

#recherche #resultat .infosprod:hover{
	background-color:#fcfcfc;
	border-top:1px solid #bbbbbb;
	height:79px;
	top:-1px;
}

#recherche .onglet{
	position:absolute;
	top:0;
	left:0;
}

#ficheproduit .infosprod a.fullsize, #recherche .infosprod a.fullsize, #cart .row a.fullsize, #detailcommande .row a.fullsize, #wishlist .row a.fullsize{
	height:80px;
	line-height:80px;
	float:left;
	margin: 0;
	width: 40px;
	text-align: center;
	padding: 0 15px 0 5px;
}

#ficheproduit .infosprod a.fullsize{
	width:40px;
	text-align:center;
}

#ficheproduit .infosprod .mainphoto{
	padding:0;
	max-height:70px;
	max-width:50px;
	display:inline-block;
	line-height:1.2;
	vertical-align:middle;
}

#recherche .infosprod .mainphoto{
	padding:0;
	max-height:60px;
	display:inline-block;
	line-height:1.2;
	vertical-align:middle;
}

#recherche .infosprod a.fullsize{
	margin-left:30px;
	width:80px;
	text-align:center;
}

#ficheproduit .moretosee, #ficheproduit .lesstosee, #ficheproduit .nomoretosee{
	text-align:right;
	display:block;
	clear:both;
	padding:3px 5px;
	text-decoration:none;
	color:#000000;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	background-color:#e6e6e7;
	border-bottom:1px solid #000000;
}

#ficheproduit .moreprods{
	display:none;
}

#ficheproduit .titrecateg:first-child{
	border-top:0;
}

#ficheproduit .titrecateg{
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	display:block;
	clear:both;
	border-bottom:1px solid #000000;
	padding:3px 0;
}

#ficheproduit .infosprod .desc{
	float:left;
	margin:10px;
	width:400px;
}

#ean{
	display:block;
	text-align:center;
	margin-bottom:3px;
}

#ean:hover{
	text-decoration:underline;
}

#span_meme_categorie_marque{
	display: block;
	text-align: center;
	margin-bottom: 15px;
}

#span_meme_categorie_marque:hover{
	text-decoration: none;
}

#recherche .infosprod .desc{
	float:left;
	margin:10px;
	width:320px;
}

.infosprod .desc .title{
	position:absolute;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	font-size:12px;
}

.infosprod .desc h2{
	margin:0;
	padding:0;
}

.infosprod .desc ul{
	padding:0;
	margin:15px 0;
	list-style:none;
}

#recherche .new{
	width:60px;
	height:60px;
	background:url('/images/structure/onglet-new.gif');
}

#recherche .promo{
	width:60px;
	height:60px;
	background:url('/images/structure/onglet-promo.gif');
}

#recherche .op{
	width:60px;
	height:60px;
	background:url('/images/structure/onglet-offre-speciale.gif');
}

#recherche .fetem{
	width:60px;
	height:60px;
	background:url('/images/structure/onglet-fete-des-meres.gif');
}

#recherche .fetep{
	width:60px;
	height:60px;
	background:url('/images/structure/onglet-fete-des-peres.gif');
}

#recherche .stval{
	width:60px;
	height:60px;
	background:url('/images/structure/onglet-saint-valentin.gif');
}

#recherche .soldes{
	width:60px;
	height:60px;
	background:url('/images/structure/onglet-soldes.gif');
}

#recherche .destock{
	width:60px;
	height:60px;
	background:url('/images/structure/onglet-destockage.gif');
}

#recherche .noel{
	width:60px;
	height:60px;
	background:url('/images/structure/onglet-noel.png');
}

.infosprod .moystars{
	cursor:pointer;
	padding-top:27px;
	width:100px;
	height:80px;
	float:left;
}

.infosprod .moystars a{
	text-decoration:none;
}

.infosprod .moystars .title{
	text-transform:uppercase;
	color:#424242;
	font-size:8px;
	font-weight:bold;
	font-family:Verdana;
	display:block;
	width:100px;
}

.infosprod .stock{
	width:110px;
	color:#ffffff;
	float:left;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	font-family:Verdana;
	text-align:center;
	padding:35px 20px 0 20px;
}

.infosprod .dispo{
	background-color:#48ae49;
	padding:1px 0;
	display:block;
}

.infosprod .reappro{
	background-color:#ee673a;
	padding:1px 0;
	display:block;
}

.infosprod .commande{
	background-color:#a35ba3;
	padding:1px 0;
	display:block;
}

.infosprod .ajoutpanier{
	width:60px;
	border-radius:2px;
	color:#ffffff;
	float:left;
	text-transform:uppercase;
	font-size:9px;
	font-weight:bold;
	font-family:Verdana;
	text-align:center;
	margin:26px 0 0 20px;
	padding:3px 5px;
	background:url('/images/structure/degrade-bouton-vert.gif') repeat-x bottom;
	cursor:pointer;
}

.infosprod .infosprix{
	width:100px;
	text-align:right;
	float:right;
	margin-top:23px;
	margin-right:5px;
}

.infosprod .infosprix .solde{
	position:absolute;
	top:0;
	right:5px;
}

.infosprod .infosprix .solde .prix{
	color:#ff0000;
	font-weight:normal;
	font-size:15px;
	font-weight:bold;
	float:left;
	margin-left:5px;
}

.infosprod .infosprix .solde .prix sup{
	bottom:4px;
	font-size:9px;
}

.infosprod .infosprix .prix{
	font-size:19px;
	font-weight:bold;
	display:block;
}

.infosprod .infosprix .prix sup{
	bottom:7px;
	font-size:10px;
}

.infosprod .infosprix .eco{
	font-size:8px;
	font-weight:bold;
	font-family:Verdana;
}

#achat{
	padding:10px;
	font-size:13px;
}

#achat .subtitle{
	float:left;
}

#achat .title{
	display:block;
	width:300px;
	font-weight:bold;
	font-size:14px;
	float:left;
	color:#781500;
}

#achat .qte{
	padding:15px 0;
	clear:both;
}

#achat .qte span{
	float:none;
}


#achat .img{
	position:relative;
	display:block;
	float:left;
	width:45px;
	height:45px;
	margin-right:5px;
	text-align:center;
	line-height:40px;
	clear:both;
}

#achat img{
	max-width:45px;
	max-height:45px;
	display:inline-block;
	line-height:1.2;
	vertical-align:middle;
}

#achat .red{
	color:#781500;
	font-weight:bold;
}

#achat label{
	float:left;
	margin-top:5px;
	margin-left:5px;
}

#achat .subtitlegarantie{
	color:#000000;
	display:block;
	float:left;
	font-size:10px;
	margin-left:5px;
	margin-top:3px;
}

#achat input[type="checkbox"]{
	float:left;
	margin-top:15px;
}

#recherche #comparatif{
	margin-top:20px;
	position:relative;
	width:970px;
	overflow:hidden;
}

#recherche #comparatif .titlecateg{
	display:block;
	text-transform:uppercase;
	color:#ffffff;
	font-weight:bold;
	background:url('/images/structure/degrade1-page-produit.gif') repeat-x center;
	font-size:11px;
	font-family:Verdana;
	padding:3px 5px;
	height:15px;
}

#recherche #comparatif .supp{
	position:absolute;
	top:0;
	right:0;
	display:block;
	text-transform:uppercase;
	color:#ffffff;
	font-weight:bold;
	font-size:10px;
	font-family:Verdana;
	padding:3px 5px;
	height:15px;
	cursor:pointer;
}

#recherche #comparatif .col .mainphoto{
	max-width:130px;
	max-height:130px;
	display:inline-block;
	line-height:1.2;
	vertical-align:middle;
}

#recherche #comparatif .col a.fullsize{
	display:block;
	text-align:center;
	height:133px;
	line-height:133px;
}

#recherche #comparatif .col .remove{
	position:absolute;
	top:5px;
	right:5px;
}

#recherche #comparatif .onglet{
	top:0px;
}

#recherche #comparatif #col1{
	border-left:1px dotted #000000;
	width:242px;
}

#recherche #comparatif .col{
	text-align:center;
	position:relative;
	float:left;
	border-right:1px dotted #000000;
	width:241px;
	margin-bottom:30px;
}

#recherche #comparatif .col .maintitle{
	position:absolute;
	top:150px;
	width:221px;
	display:block;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	height:27px;
	background:url('/images/structure/degrade-gris-clair-fond-top-accueil.gif') repeat-x bottom;
	border-top:1px dotted #000000;
	padding:5px 10px;
}

#recherche #comparatif .col .avisprix {
	position:relative;
	top:54px;
	border-top:1px dotted #000000;
}

#recherche #comparatif .col .avisprix section, #recherche #comparatif .col .avisprix div{
	float:left;
}

#recherche #comparatif .col .moystars{
	padding-top:5px;
	width:120px;
	height:25px;
	text-align:center;
}

#recherche #comparatif .col .moystars .title{
	background:transparent;
	border-top:0;
	text-transform:uppercase;
	color:#424242;
	font-size:8px;
	font-weight:bold;
	font-family:Verdana;
	display:block;
}

#recherche #comparatif .col .stock{
	margin:5px 20px;
	width:70px;
	padding:0 5px;
	vertical-align:middle;
	height:30px;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-family:Verdana;
}

#recherche #comparatif .col .stock span{
	display: inline-block;
	line-height: 1.2;
	vertical-align: middle;
	font-size:10px;
	text-transform:uppercase;
}

#recherche #comparatif .col .reappro{
	background-color:#ee673a;
}

#recherche #comparatif .col .dispo{
	background-color:#3dae48;
}

#recherche #comparatif .col .commande{
	background-color:#a35ba3;
}

#recherche #comparatif .col .infosprix{
	margin:5px 10px;
	width:100px;
	text-align:right;
}

#recherche #comparatif .col .infosprix .prix{
	font-size:15px;
	font-weight:bold;
	display:block;
	letter-spacing:1px;
}

#recherche #comparatif .col .infosprix .prix sup{
	bottom:5px;
	font-size:10px;
}

#recherche #comparatif .col .infosprix .eco{
	font-size:7px;
	font-weight:bold;
	font-family:Verdana;
}

#recherche #comparatif .ajoutpanier{
	margin:4px 10px 4px 40px;
	width:60px;
	border-radius:2px;
	color:#ffffff;
	text-transform:uppercase;
	font-size:9px;
	font-weight:bold;
	font-family:Verdana;
	text-align:center;
	padding:3px 5px;
	background:url('/images/structure/degrade-bouton-vert.gif') repeat-x bottom;
	cursor:pointer;
}

#recherche #comparatif .categcrit{
	text-align:left;
	position:relative;
	clear:both;
	border-top:1px dotted #000000;
	padding:5px;
	top:55px;
}

#recherche #comparatif .categcrit .title{
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
}

#recherche #comparatif .categcrit p{
	padding:0;
	margin:0;
}

#recherche #comparatif .voirfiche{
	margin-top:55px;
	height:15px;
	text-align:center;
	text-transform:uppercase;
	background-color:#bdbec1;
	border-top:1px dotted #000000;
	border-bottom:1px dotted #000000;
	padding-top:2px;
	font-weight:bold;
}

#recherche #comparatif .voirfiche a{
	color:#000000;
	text-decoration:none;
	display:block;
}

#page, #pagee{
	margin-top:10px;
	width:970px;
	position:relative;
	overflow:hidden;
	margin-bottom:15px;
}

#pagination{
	float:left;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
}

#pagination a{
	display:block;
	font-size:9px;
	height:12px;
	padding-top:8px;
	font-family:Verdana;
	text-transform:uppercase;
	cursor:pointer;
}

#pagination .page{
	float:left;
	text-align:center;
	margin:0 1px;
}

#pagination .prevsuiv{
	font-weight:bold;
	width:75px;
	background-color:#d4d4d8;
	color:#000000;
	border:1px solid #000000;
	margin:0 1px;
	letter-spacing:1px;
	padding-top:4px;
	height:16px;
	float:left;
	text-align:center;
}

#pagination #first{
	font-weight:bold;
	width:25px;
	background-color:#d4d4d8;
	color:#000000;
	border:1px solid #000000;
	margin:0 1px 0 0;
	letter-spacing:1px;
	padding-top:4px;
	height:16px;
	float:left;
	text-align:center;
}

#pagination #last{
	font-weight:bold;
	width:25px;
	background-color:#d4d4d8;
	color:#000000;
	border:1px solid #000000;
	margin:0 0 0 1px;
	letter-spacing:1px;
	padding-top:4px;
	height:16px;
	float:left;
	text-align:center;
}

#pagination .current{
	background-color:#7a1500;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	padding-top:3px;
	height:17px;
	margin:0 1px;
	letter-spacing:1px;
	border:1px solid #000000;
}

#page.sl .ui-slider-handle{
	background:url("/images/structure/bouton-slider.gif");
	width:9px;
	height:15px;
	border:0;
	cursor:pointer;
	margin:0 -5px;
}

#page.sl{
	height:20px;
	background:url("/images/structure/slider.jpg") no-repeat center;
	width:970px;
}

#page.sl .ui-slider{
	background:transparent;
	top:5px;
	border:0;
	width:960px;
	left:5px;
}


#pagee #cursor{
	position:absolute;
	background-color:#7a1500;
	border:1px solid #000000;
	left:1px;
	top:28px;
	width:3px;
	height:6px;
}

#cart #currentnav, #login #currentnav, #transporteurs #currentnav, #paiement #currentnav, #confirmation #currentnav, #paiementvirement #currentnav{
	color:#000000;
	text-transform:uppercase;
	background-color:#b5d7a9;
	height:20px;
	width:970px;
}

#cart #currentnav .dark, #login #currentnav .dark, #transporteurs #currentnav .dark, #paiement #currentnav .dark, #confirmation #currentnav .dark, #paiementvirement #currentnav .dark{
	background-color:#48ae49;
	color:#ffffff;
	text-decoration:none;
	font-family:Verdana;
}

#currentnav .dark.last{
	width:267px;
}

#cart #currentnav .dark:first-child, #login #currentnav .dark:first-child, #transporteurs #currentnav .dark:first-child, #paiement #currentnav .dark:first-child, #confirmation #currentnav .dark:first-child, #paiementvirement #currentnav .dark:first-child{
	padding-left:20px;
}


#cart #currentnav span, #cart #currentnav a,#login #currentnav span, #login #currentnav a, #transporteurs #currentnav span, #transporteurs #currentnav a, #paiement #currentnav span, #paiement #currentnav a, #confirmation #currentnav span, #confirmation #currentnav a, #paiementvirement #currentnav a, #paiementvirement #currentnav span{
	display:block;
	float:left;
	height:16px;
	padding:2px;
	font-weight:bold;
	font-family:Verdana;
}

#cart #recappanier, #detailcommande #recappanier{
	width:968px;
	border:1px solid #000000;
}

a#wishlist{
	border:0;
}

#cart .maintitles, #detailcommande .maintitles, #wishlist .maintitles{
	clear:both;
	text-transform:uppercase;
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
	background:url('/images/structure/degrade1-page-produit.gif') repeat-x center;
	height:20px;
	width:968px;
	font-family:Verdana;
}

#cart .maintitles span:first-child, #detailcommande .maintitles span:first-child, #wishlist .maintitles span:first-child{
	text-align:left;
	font-size:12px;
	padding-left:2px;
	padding-top:2px;
	height:18px;
	display:block;
}

#recappanier .maintitles #mycart{
	width:548px;
	float:left;
}

#wishlist .maintitles #mycart{
	width:608px;
	float:left;
}

#recappanier .maintitles #pu{
	margin-top:2px;
	display:block;
	width:130px;
	text-align:center;
	float:left;
}

#recappanier .maintitles #dispo, #wishlist .maintitles #dispo{
	margin-top:2px;
	display:block;
	width:85px;
	text-align:center;
	float:left;
}

#recappanier .maintitles #qte, #wishlist .maintitles #pt{
	margin-top:2px;
	display:block;
	width:85px;
	text-align:center;
	float:left;
}

#wishlist .maintitles #pt{
	width:105px;
}

#wishlist .maintitles #act{
	margin-top:2px;
	display:block;
	width:160px;
	text-align:center;
	float:left;
}

#recappanier .maintitles #pt{
	margin-top:2px;
	display:block;
	width:118px;
	text-align:center;
	float:left;
}

#cart #recappanier .row, #cart #accessoires .row, #detailcommande #recappanier .row, #wishlist .row, #cart #options .row, #cart #optionsdispo .row{
	position:relative;
	border-top:1px dotted #a8a8a8;
	height:80px;
}

#cart .row a.fullsize, #detailcommande .row a.fullsize, #wishlist .row a.fullsize, #cart #options .row a.fullsize, #cart #optionsdispo .row a.fullsize{
	width:90px;
	text-align:center;
}

#cart #recappanier .row:first-child, #cart #accessoires .row:first-child, #detailcommande #recappanier .row:first-child, #wishlist .row:first-child, #cart #recappanier .row:first-child, #cart #options .row:first-child, #cart #optionsdispo .row:first-child{
	border-top:0;
}

#cart #recappanier .row img, #cart #recappanier .row:first-child, #cart #accessoires .row img, #detailcommande #recappanier .row img, #wishlist .row img, #cart #options .row img, #cart #optionsdispo .row img{
	padding:0;
	max-height:60px;
	max-width:80px;
	display:inline-block;
	line-height:1.2;
	vertical-align:middle;
}

#cart #recappanier .row .describe, #cart #accessoires .row .describe, #detailcommande #recappanier .row .describe, #wishlist .row .describe, #cart #recappanier .row .describe, #cart #options .row .describe, #cart #optionsdispo .row .describe{
	position:absolute;
	left:100px;
	top:10px;
	width:440px;
	color:#000000;
}

#cart #recappanier .row .title, #cart #accessoires .row .title, #detailcommande #recappanier .row .title, #wishlist .row .title, #cart #recappanier .row .title, #cart #options .row .title, #cart #optionsdispo .row .title{
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	color:#000000;
	text-decoration:none;
	z-index:2;
}

#cart #recappanier .row p, #cart #accessoires .row p, #detailcommande #recappanier .row p, #wishlist .row p, #cart #options .row p, #cart #optionsdispo .row p{
	padding:0;
	line-height:1.2;
	z-index:1;
}

#cart #recappanier .row .prixunit, #detailcommande #recappanier .row .prixunit, #cart #options .row .prixunit{
	position:absolute;
	left:550px;
	border-left:1px dotted #a8a8a8;
	height:80px;
	padding-right:20px;
	width:100px;
}

#cart #recappanier .row .prixttc, #cart #accessoires .row .prixttc, #detailcommande #recappanier .row .prixttc, #wishlist .row .prixttc, #cart #options .row .prixttc{
	font-weight:bold;
	font-size:16px;
	position:relative;
	display:block;
	margin-top:20px;
	text-align:right;
}

#cart #accessoires .row .prixtotal .solde{
	position:absolute;
	top:0;
	right:20px;
}

#cart #accessoires .row .prixtotal .solde .prix{
	color:#ff0000;
	font-weight:normal;
	font-size:10px;
	font-weight:bold;
	float:left;
	margin-left:5px;
}

#cart #accessoires .row .prixtotal .solde .prix sup{
	bottom:4px;
	font-size:4px;
}

#cart #accessoires .row .prixtotal .solde .prix sub{
	position:relative;
	vertical-align:baseline;
	bottom:0px;
	left:2px;
	font-size:0.5em;
}

#cart .prixttc sup, #cart .prixht sup, #detailcommande .prixttc sup, #detailcommande .prixht sup, #wishlist .prixttc sup{
	position:relative;
	vertical-align:baseline;
	bottom:5px;
	font-size:0.6em;
}

 #cart .prixht sup, #detailcommande .prixht sup{
	bottom:4px;
}

#cart .prixttc sub, #cart .prixht sub, #detailcommande .prixttc sub, #detailcommande .prixht sub, #wishlist .prixttc sub{
	position:relative;
	vertical-align:baseline;
	bottom:0px;
	left:2px;
	font-size:0.5em;
}

#cart .prixht sub, #detailcommande .prixht sub{
	font-size:0.6em;
}

#cart .prixht, #detailcommande .prixht{
	font-weight:bold;
	font-size:12px;
	position:relative;
	display:block;
	color:#a6a7ab;
	text-align:right;
}

#cart #recappanier .row .stock,#detailcommande #recappanier .row .stock, #wishlist .row .stock, #options .row .stock{
	position:absolute;
	left:680px;
	border-left:1px dotted #a8a8a8;
	height:80px;
}

#wishlist .row .stock{
	left:610px;
}

#cart #recappanier .row .prixtotal, #detailcommande #recappanier .row .prixtotal, #cart #options .row .prixtotal{
	position:absolute;
	left:850px;
	border-left:1px solid #000000;
	height:80px;
	padding-right:20px;
	width:100px;
}

#cart #recappanier .row .quantite, #detailcommande #recappanier .row .quantite, #cart #options .row .quantite{
	position:absolute;
	left:765px;
	border-left:1px solid #5b5c5e;
	background-color:#e6e6e7;
	height:50px;
	padding:15px;
	width:55px;
}

#cart #recappanier .row .quantite .qteoffert, #detailcommande #recappanier .row .quantite .qteoffert{
	text-align:center;
	display:block;
	font-weight:bold;
	width:55px;
	margin-top:14px;
	font-size:15px;
}

#cart #recappanier .row .quantite .qte, #detailcommande #recappanier .row .quantite .qte, #cart #options .row .quantite .qte{
	margin-left:5px;
	width:30px;
	height:18px;
	border:1px solid #5b5c5e;
	text-align:center;
	margin-bottom:5px;
}

#cart #recappanier .rowoffert, #detailcommande #recappanier .rowoffert{
	border-top:0;
	height:81px;
}

#cart #recappanier .rowoffert .link, #detailcommande #recappanier .rowoffert .link{
	position:absolute;
	border-bottom:1px dotted #a8a8a8;
	border-left:1px dotted #a8a8a8;
	width:30px;
	height:30px;
	left:50px;
	top:10px;
}

#cart #recappanier .rowoffert a.fullsize, #detailcommande #recappanier .rowoffert a.fullsize{
	position:absolute;
	left:90px;
	width:90px;
	text-align:center;
}

#cart #recappanier .rowoffert .describe, #detailcommande #recappanier .rowoffert .describe{
	position:absolute;
	left:190px;
	top:10px;
	width:350px;
}

#cart #recappanier .rowoffert .prixunit, #detailcommande #recappanier .rowoffert .prixunit{
	border-top:1px dotted #a8a8a8;
	width:110px;
}

#cart #recappanier .rowoffert .stock, #detailcommande #recappanier .rowoffert .stock{
	border-top:1px dotted #a8a8a8;
	width:85px;
}

#cart #recappanier .rowoffert .quantite, #detailcommande #recappanier .rowoffert .quantite{
	border-top:1px dotted #a8a8a8;
	width:55px;
}

#cart #recappanier .rowoffert .prixtotal, #detailcommande #recappanier .rowoffert .prixtotal{
	border-top:1px dotted #a8a8a8;
	width:97px;
}

#cart #recappanier .row .prixttcoffert, #detailcommande #recappanier .row .prixttcoffert{
	font-weight:bold;
	font-size:15px;
	position:relative;
	display:block;
	margin-top:29px;
	text-align:right;
	color:#48AE49;
}

#cart #recappanier .row .button, #detailcommande #recappanier .row .button, #cart #options .row .button{
	width:15px;
	height:11px;
	border:0;
	top:15px;
	position:absolute;
	cursor:pointer;
}

#cart #recappanier .row .more, #cart #options .row .more{
	background:url('/images/structure/more.gif') no-repeat;
}

#cart #recappanier .row .less, #cart #options .row .less{
	background:url('/images/structure/less.gif') no-repeat;
	top:26px;
}

#cart #recappanier .row .removethis, #cart #options .row .removethis{
	display:block;
	font-size:8px;
	text-transform:uppercase;
	text-align:center;
	color:#ce2a33;
	text-decoration:none;
	font-weight:bold;
}

#cart #recappanier .row .removethis:hover, #cart #options .row .removethis:hover{
	text-decoration:underline;
}

#cart #options{
	float:left;
	border:1px solid #000000;
}

#cart #options .rowopt, #cart #optionsdispo .rowopt{
	position:relative;
	height:48px;
}

#cart #options .row .garantie, #cart #optionsdispo .row .garantie{
	position:absolute;
	background-color:#48ae49;
	color:#ffffff;
	width:70px;
	padding:2px 5px;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	top:5px;
	left:5px;
}

#cart #options .row .garantie span, #cart #optionsdispo .row .garantie span{
	display:block;
}

#cart #options .row .garantie .bigger, #cart #optionsdispo .row .garantie .bigger{
	font-size:15px;
}

#cart #options .rowopt .descopt, #cart #optionsdispo .rowopt .descopt{ 
	position:absolute;
	top:10px;
	left:100px;
}

#cart #options .row .describe .title, #cart #optionsdispo .row .describe .title{ 
	text-transform:uppercase;
	display:block;
	font-weight:bold;
	font-size:11px;
}

#cart #options .row .describe .prodopt, #cart #optionsdispo .row .describe .prodopt{ 
	color:#781500;
}

#cart #options .rowopt .suppr{
	position:absolute;
	left:765px;
	top:0;
	border-left:1px solid #5b5c5e;
	background-color:#e6e6e7;
	height:24px;
	padding:5px 10px 19px 10px;
	width:65px;
}

#cart #options .rowopt .suppr .removethis{
	display:block;
	font-size:9px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	color:#ce2a33;
	text-decoration:none;
}

#cart #options .rowopt .prixtotal{
	position:absolute;
	left:850px;
	border-left:1px solid #000000;
	height:48px;
	padding-right:20px;
	width:100px;
}

#cart #options .rowopt .prixttc{
	font-weight:bold;
	font-size:15px;
	position:relative;
	display:block;
	margin-top:5px;
	text-align:right;
}

#cart #infosstock{
	float:left;
	margin-top:15px;
	margin-bottom:15px;
	width:524px;
	border:1px solid #000000;
	padding:5px;
	background-color:#e6e6e7;
}

#cart #infosstock .stock{
	font-size:12px;
	display:block;
	height:30px;
	line-height:30px;
}

#cart #infosstock .stock section,#cart #infosstock .stock div{
	margin:8px 0;
	display:inline-block;
	line-height:1.2;
	vertical-align:middle;
	margin-right:15px;
}


#cart #infosstock .stock span{
	display:inline-block;
	line-height:1.2;
	vertical-align:middle;
	width:450px;
}

#cart .stock .dispo, #detailcommande .stock .dispo, #wishlist .stock .dispo{
	width:50px;
	height:15px;
	border:1px solid #000000;
	background-color:#48ae49;
	margin:30px 15px 0;
}

#cart .stock .nomore, #detailcommande .stock .nomore, #wishlist .stock .nomore{
	width:50px;
	height:15px;
	border:1px solid #000000;
	background-color:#d37b33;
	margin:30px 15px 0;
}

#cart .stock .commande, #detailcommande .stock .commande, #wishlist .stock .commande{
	width:50px;
	height:15px;
	border:1px solid #000000;
	background-color:#a35ba3;
	margin:30px 15px 0;
}
#cart .stock .infodispo{
	display:block; 
	text-align:center; 
	text-transform:uppercase; 
	font-weight:bold; 
	font-size:9px;
	margin-top:2px	
}

#cart #paniermemo{
	float:left;
	margin:15px;
	width:188px;
	height:90px;
	border:1px solid #000000;
	padding:5px;
}

#cart #paniermemo #left, #cart #paniermemo #right{
	float:left;
	width:60px;
	text-align:center;
	font-size:11px;
}

#cart #paniermemo #center{
	float:left;
	width:68px;
	text-align:center;
	padding-top:5px;
}

#cart #paniermemo #left{
	padding-top:2px;
}

#cart #paniermemo #right{
	padding-top:25px;
}

#cart #paniermemo #center img:first-child{
	margin-left:15px;
}

#cart #paniermemo #icone{
	visibility:hidden;
}

#cart #paniermemo a{
	display:block;
	width:60px;
	text-decoration:none;
	color:#000000;
}

#cart #paniermemo a:hover{
	text-decoration:underline;
}

#cart #paniermemo span{
	font-weight:bold;
	font-size:12px;
}

#ui-dialog-title-dialogmemo{
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

.infos #dialogmemo, #dialogwl, #gestavis {
	padding-top:10px;
	margin:auto;
	width:550px;
}

#dialogmemo .paniers, #dialogwl .listes{
	position:relative;
	width:490px;
	border:1px solid #000000;
	cursor:pointer;
	overflow:hidden;
	margin-bottom:10px;
	padding-bottom:5px;
}

.infos #dialogmemo .paniers, #dialogwl .listes, #gestavis .avis{
	width:550px;
}

#gestavis .avis{
	width:608px;
	position:relative;
	border:1px solid #000000;
	overflow:hidden;
	margin-bottom:10px;
	padding-bottom:5px;
}

#gestavis .avis p{
	width:490px;
}

#gestavis .avis .title{
	text-decoration:none;
}

#gestavis .avis a.title:hover{
	text-decoration:underline;
}

#dialogmemo .paniers a.nomprod, #dialogwl .listes a.nomprod{
	text-decoration:none;
	color:#000000;
}

#dialogmemo .paniers .prix, #dialogwl .listes .prix{
	float:left;
	width:55px;
	min-width:55px;
	max-width:55px;
	text-align:right;
}

#dialogmemo .paniers a.addtocart, #dialogwl .listes a.viewwl, #gestavis .avis a.viewavis{
	clear:both;
	margin-top:20px;
	display:block;
	background-color:#E6E6E7;
	color:#000000;
	text-decoration:none;
	text-transform:uppercase;
	font-size:10px;
	padding: 3px 5px;
	text-align:right;
	border-top:1px solid #000000;
}

.infos #dialogmemo .paniers, #dialogwl .listes, #gestavis .avis{
	padding-bottom:0;
}

#dialogmemo .paniers a.nomprod:hover, #dialogwl .listes a.nomprod:hover{
	text-decoration:underline;
}

#dialogmemo .paniers .delete, #dialogwl .listes .delete, #gestavis .avis .delete{
	position:absolute;
	color:#ff0000;
	right:5px;
	top:0;
	padding:2px 0;
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
	min-width:0;
	max-width:100%;
	cursor:pointer;
}

#dialogmemo .paniers:hover{
	background-color:#B5D7A9;
}

.infos #dialogmemo .paniers:hover{
	background:transparent;
}

#dialogmemo .paniers .title, #dialogwl .listes .title, #gestavis .avis .title{
	clear:both;
	display:block;
	width:100%;
	min-width:100%;
	max-width:100%;
	background-color:#000000;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	padding:2px;
}

#dialogmemo .paniers .nomprod, #dialogwl .listes .nomprod{
	padding-left:5px;
	clear:both;
	float:left;
	width:460px;
	min-width:460px;
	max-width:460px;
}

#dialogmemo .paniers .qt{
	float:left;
	margin-left:5px;
	width:15px;
	min-width:15px;
	max-width:15px;
	text-align:right;
	padding-right:5px;
}

#gestavis .avis .eachstars{
	float:left;
	margin:5px;
}

#gestavis .avis .titreavis{
	float:left;
	margin:7px 0;
	font-weight:bold;
	font-size:11px;
	min-width:0px;
	max-width:100%;
}

#gestavis .avis .green, #gestavis .avis .orange{
	float:right;
	min-width:0px;
	max-width:100%;
	margin:7px 10px;
	font-weight:bold;
}

#gestavis .avis .orange{
	color:#ee673a;
}

#conf label, #conf input{
	display:block;
	width:90%;
}

#conf label{
	margin-top:5px;
}

#conf .red{
	color:#ff0000;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
}

#conf #capt{
	margin-top:5px;
}

#detailcommande #recappanier{
	clear:both;
	position:relative;
	top:20px;
	margin:40px 0;
}

#detailcommande .link{
	background:url('/images/structure/degrade-bouton-vert.gif') repeat-x top;
	border-radius:2px;
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	font-size:11px;
	display:block;
	width:250px;
	height:10px;
	line-height:1;
	text-align:center;
	padding:10px 0;
	margin-top:5px;
	font-weight:bold;
}

#cart #recapprix, #paiement #recapprix, #detailcommande #recapprix{
	float:right;
	width:204px;
	background-color:#000000;
	color:#d1d1d3;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:14px;
}

#cart #recapprix .title, #cart #recapprix .bigtitle, #paiement #recapprix .title, #paiement #recapprix .bigtitle, #detailcommande #recapprix .title, #detailcommande #recapprix .bigtitle{
	float:left;
	clear:both;
	width:75px;
	height:14px;
	border-right:1px dotted #d1d1d3;
	border-bottom:1px dotted #d1d1d3;
	font-size:9px;
	padding:7px 5px;
}

#cart #recapprix .remise, #paiement #recapprix .remise, #detailcommande #recapprix .remise{
	background-color:#ff0000;
}

#cart #recapprix .bigtitle, #paiement #recapprix .bigtitle, #detailcommande #recapprix .bigtitle{
	color:#ffffff;
	font-size:13px;
	border-bottom:1px solid #000000;
	height:15px;
}

#cart #recapprix .montant, #cart #recapprix .bigmontant, #paiement #recapprix .montant, #paiement #recapprix .bigmontant, #detailcommande #recapprix .montant, #detailcommande #recapprix .bigmontant{
	float:right;
	border-bottom:0;
	display:block;
	width:108px;
	height:14px;
	font-size:12px;
	border-bottom:1px dotted #d1d1d3;
	text-align:right;
	padding:7px 5px;
}

 #paiement #recapprix .title, #paiement #recapprix .bigtitle, #detailcommande #recapprix .title, #detailcommande #recapprix .bigtitle{
	height:20px;
 }
 

#paiement #recapprix .montant, #paiement #recapprix .bigmontant, #detailcommande #recapprix .montant, #detailcommande #recapprix .bigmontant{
	height:20px;
}

#cart #recapprix .bigmontant, #paiement #recapprix .bigmontant, #detailcommande #recapprix .bigmontant{
	color:#ffffff;
	font-size:22px;
	border-bottom:1px solid #000000;
	height:21px;
	padding:2px 5px;
}

#cart #recapprix .montant sup,#cart #recapprix .bigmontant sup, #paiement #recapprix .montant sup, #paiement #recapprix .bigmontant sup, #detailcommande #recapprix .montant sup, #detailcommande #recapprix .bigmontant sup{
	position:relative;
	vertical-align:baseline;
	bottom:3px;
	font-size:0.7em;
}

#cart #recapprix .bigmontant sup, #paiement #recapprix .bigmontant sup, #detailcommande #recapprix .bigmontant sup{
	bottom:6px;
	font-size:0.8em;
	bottom:3px;
}

#cart #estimefdp{
	position:relative;
	float:left;
	width:750px;
	height:43px;
	border-radius:2px;
	border:1px solid #000000;
	overflow:hidden;
	margin-bottom:14px;
}

#cart #estimefdp img{
	border-radius:2px 0 0 2px;
	height:35px;
	background-color:#e6e6e7;
	padding:5px;
}

#cart #estimefdp .title{
	background-color:#ffffff;
	padding:0 5px;
	position:absolute;
	top:0;
	left:220px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
}

#cart #estimefdp hr{
	position:absolute;
	top:3px;
	left:90px;
	border:0;
	border-top:1px dotted #a8a8a8;
	width:580px;
}

#cart #estimefdp label{
	position:relative;
	top:-10px;
	left:30px;
}

#cart #estimefdp select{
	position:relative;
	top:-10px;
	font-size:10px;
	border:1px solid #000000;
	border-radius:2px;
	left:30px;
	margin-right:20px;
}

#cart #estimefdp #prixfdp{
	position:relative;
	float:right;
	width:70px;
	height:43px;
	font-size:10px;	
	border-radius:2px;
	background-color:#e6e6e7;
}

#cart #estimefdp #prixfdp .title{
	position:relative;
	display:block;
	top:0;
	left:0;
	font-weight:normal;
	font-size:11px;
	background-color:#e6e6e7;
	padding:0;
	margin:0 10px;
	text-transform:none;
}

#cart #estimefdp #prixfdp #fdp{
	display:block;
	font-weight:bold;
	font-size:14px;
	padding:0;
	margin:0 15px;
}

#cart #estimefdp #prixfdp #fdp sup{
	position:relative;
	vertical-align:baseline;
	bottom:4px;
	font-size:0.6em;
}

#cart #estimefdp #prixfdp #fdp sub{
	position:relative;
	vertical-align:baseline;
	bottom:0px;
	font-size:0.5em;
	margin-left:2px;
}

#cart #estimefdp #prixfdp #delai{
	position:absolute;
	bottom:2px;
	left:15px;
}

#cart #poidspanier{
	position:relative;
	top:-40px;
	left:2px;
	width:200px;
	clear:both;
}

#continue, #cart #valider{
	margin-left:14px;
	font-family:Arial;
	width:204px;
	padding:7px 0 3px 0;
	text-align:center;
	border:0;
	color:#ffffff;
	text-transform:uppercase;
	white-space:normal;
	border-radius:3px;
}

#cart #valider a{
	color:#ffffff;
	text-decoration:none;
}

#cart #promo{
	float:left;
	display:block;
	width:750px;
	font-size:15px;
	font-weight:bold;
	margin-top:5px;
}
	
#continue{
	width:254px;
	float:left;
	background:url('/images/structure/degrade2-page-produit.gif') repeat-x top #231F20;
	margin:0 8px;
	text-decoration:none;
}

#btncontinue hr{
	float:left;
	width:350px;
	margin-top:20px;
	border:0;
	border-top:1px dotted #000000;
}

#continue span, #continue a, #cart #valider span{
	font-size:14px;
	display:block;
	font-weight:bold;
	letter-spacing:1px;
	text-decoration:none;
	color:#ffffff;
}

#continue .sub, #cart #valider .sub{
	font-size:9px;
}

#btncontinue{
	position:relative;
	clear:both;
	width:970px;
	height:40px;
	margin-bottom:10px;
	overflow:hidden;
}

#cart #valider span{
	margin:0 45px;
	font-size:15px
}

#cart #valider .sub{
	margin:5px 0 0 0;
}

#cart #valider{
	float:right;
}

#cart #valider #btnvalider{
	margin-top:7px;
	background:url("/images/structure/bouton-valider-panier.png") no-repeat;
	height:70px;
	width:204px;
	border:0;
	cursor:pointer;
}

#cart #valider #precisions{
	position: absolute;
	left: 0px;
	margin-top: 7px;
	width: 747px;
	height: 34px;
	border: 1px solid #000000;
	resize: none;
}

#cart #validcgv{
	float:right;
	margin-left:14px;
	width:204px;
}

#cart #condvente{
	padding:5px;
	width:192px;
	height:33px;
	text-align:center;
	color:#000000;
}

#cart #condvente.green{
	background-color:#B5D7A9;
	border:1px solid #000000;
}

#cart #condvente.red{
	background-color:#B5D7A9;
	border:2px solid #ff0000;
	width:190px;
}

#cart #condvente input{
	float:left;
}

#cart #condvente a{
	color:#000000;
	font-weight:bold;
}

#cart #accessoires{
	clear:both;
	float:left;
	margin-top:7px;
}

#cart #optionsdispo{
	float:left;
	border:1px solid #000000;
}

#cart #optionsdispo .rowopt{
	border-bottom:1px dotted #a8a8a8;
}

#cart #optionsdispo .rowopt:last-child{
	border-bottom:0;
}

#cart #optionsdispo .rowopt .prixtotal{
	position:absolute;
	left:660px;
	top:0;
	border-left:1px dotted #a8a8a8;
	height:48px;
	padding-right:20px;
	width:90px;
}

#cart #optionsdispo .rowopt .prixttc{
	font-weight:bold;
	font-size:15px;
	position:relative;
	display:block;
	margin-top:15px;
	text-align:right;
}

#cart #optionsdispo .rowopt .sms{
	width:80px;
	text-align:center;
}

#cart #optionsdispo .rowopt .ajoutpanier{
	position:absolute;
	top:0;
	left:760px;
	border-left:1px dotted #a8a8a8;
	height:48px;
	line-height:48px;
}

#cart #optionsdispo .rowopt .ajoutpanier .boutonajout, #cart #accessoires .row .ajoutpanier .boutonajout{
	text-decoration:none;
	border-radius:3px;
	margin:0 10px;
	padding:9px 0;
	text-align:center;
	display:block;
	height:12px;
	width:185px;
	background:url('/images/structure/degrade-bouton-vert.gif') repeat-x center ;
	font-weight:bold;
	font-size:12px;
	letter-spacing:1px;
	color:#ffffff;
	text-transform:uppercase;
	display:inline-block;
	line-height:1.2;
	vertical-align:middle;
}

#wishlist .row .ajoutpanier .boutonajout, #wishlist .row .ajoutpanier .boutonsuppr, #wishlist .row .ajoutpanier .boutondeplacer{
	text-decoration:none;
	border-radius:3px;
	margin:5px 7px;
	text-align:center;
	display:block;
	height:12px;
	font-size:11px;
	color:#ffffff;
}

#wishlist .row .ajoutpanier .boutonajout{
	width:152px;
	padding:5px 0;
	background:url('/images/structure/degrade-bouton-vert.gif') repeat-x center ;
	text-transform:uppercase;
	font-weight:bold;
}

#wishlist .row .ajoutpanier .boutonsuppr, #wishlist .row .ajoutpanier .boutondeplacer{
	width:152px;
	padding:2px 0;
	background-color:#E6E6E7;
	border:1px solid #afafaf;
	color:#000000;
	border-radius:3px;
	font-size:10px;
}

#cart #accessoires #acc{
	float:left;
	margin:15px 0;
	border:1px solid #000000;
}

#cart #accessoires .row .prixtotal{
	position:absolute;
	left:660px;
	top:0;
	border-left:1px dotted #a8a8a8;
	height:80px;
	padding-right:20px;
	width:90px;
}

#wishlist .row .prixtotal{
	position:absolute;
	left:695px;
	top:0;
	border-left:1px dotted #a8a8a8;
	height:80px;
	padding-right:20px;
	width:90px;
}

#cart #accessoires .row .prixtotal .ecotaxe, #wishlist .row .prixtotal .ecotaxe{
	display:block;
	text-align:right;
	font-size:9px;
	font-weight:bold;
}

#cart #accessoires .row .ajoutpanier{
	position:absolute;
	top:0;
	left:760px;
	border-left:1px dotted #a8a8a8;
	height:80px;
	line-height:75px;
}

#wishlist .row .ajoutpanier{
	position:absolute;
	top:0;
	left:800px;
	border-left:1px dotted #a8a8a8;
	height:80px;
}

#login{
	width:964px;
}

#login h1{
	font-size:12px;
}

#login .formident{
	width:480px;
	margin-bottom:10px;
}

#carnetadresse fieldset{
	position:relative;
	overflow:hidden;
	border:0;
	margin-top:10px;
	padding:0;
}

#login .formident fieldset{
	position:relative;
	overflow:hidden;
	margin-top:20px;
	border:1px solid #000000;
	width:480px;
	padding:0;
}

#login .formident fieldset legend{
	width:476px;
	height:20px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	position:absolute;
	top:0px;
	text-align:center;
	color:#ffffff;
	background:url('/images/structure/degrade1-page-produit.gif') repeat-x center;
}

#login .formident fieldset label{
	width:100px;
	display:block;
	clear:both;
	float:left;
	margin-left:50px;
	font-size:11px;
	margin-bottom:15px;
	height:20px;
	padding-top:4px;
}

#login .formident fieldset input{
	width:250px;
	border:1px solid #000000;
	height:20px;
	margin-bottom:15px;
}

#login .formident fieldset .title{
	display:block;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	margin-top:5px;
	padding-top:5px;
	margin-bottom:20px;
}

#login .formident .whitebg{
	padding:3px 0 0 0;
	margin:0;
	clear:both;
	height:15px;
	padding-top:2px;
	width:100%;
	background-color:#ffffff;
	display:block;
	color:#000000;
	text-align:center;
	text-decoration:none;
}

#login .formident fieldset .formselected{
	position:relative;
	overflow:hidden;
	margin:25px 5px 5px 5px;
	background-color:#edf5e9;
	width:470px;
}

#login .formident fieldset .formunselected{
	position:relative;
	overflow:hidden;
	margin:25px 5px 5px 5px;
	background-color:#e6e6e7;
	width:470px;
}

#login #dejaclient{
	float:left;
}

#login #nouveauclient{
	float:right;
}

#login #nouveauclientnojs{
	margin:auto;
}

#login #nouveauclient #enregclient .whitebg .subtitle, #login #nouveauclientnojs #enregclient .whitebg .subtitle{
	float:none;
	margin:0;
	width:auto;
	font-size:10px;
}

#login #nouveauclient .title, #login #nouveauclientnojs .title{
	margin-bottom:40px;
}

#login #nouveauclient input[type="button"], #login #nouveauclientnojs input[type="button"]{
	margin-top:20px;
	margin-bottom:26px;
}

#login #nouveauclient #enregclient{
	display:none;
	margin-bottom:5px;
}

#login #nouveauclient #enregclient .llight, #carnetadresse .llight, #login #nouveauclientnojs #enregclient .llight{
	margin-left:5px;
	width:470px;
	position:relative;
	overflow:hidden;
	padding:2px 0;
	background-color:#edf5e9;
}

#login #nouveauclient #enregclient .ldark, #carnetadresse .ldark, #login #nouveauclientnojs #enregclient .ldark{
	margin-left:5px;
	width:470px;
	position:relative;
	overflow:hidden;
	padding:2px 0;
	background-color:#e1efdc;
}

#login #nouveauclient #enregclient label,#login #nouveauclient #enregclient input, #login #nouveauclient #enregclient select, #login #nouveauclient #enregclient span,#carnetadresse label,#carnetadresse input, #carnetadresse select, #carnetadresse span, #login #nouveauclientnojs #enregclient label,#login #nouveauclientnojs #enregclient input, #login #nouveauclientnojs #enregclient select, #login #nouveauclientnojs #enregclient span{
	float:left;
	clear:none;
}

#login #nouveauclient #enregclient input, #login #nouveauclient #enregclient select, #carnetadresse input, #carnetadresse select, #login #nouveauclientnojs #enregclient input, #login #nouveauclientnojs #enregclient select{
	border:1px solid #000000;
	height:20px;
	width:220px;
	margin-top:5px;
	margin-bottom:7px;
}

#carnetadresse a{
	clear:both;
	display:block;
	border-radius:3px;
	height:17px;
	font-weight:bold;
	width:220px;
	margin-top:50px;
	margin-bottom:7px;
	text-align:center;
	background-color:#000000;
	color:#ffffff;
	text-transform:uppercase;
	text-decoration:none;
	padding-top:3px;
	margin:auto;
}

#login #nouveauclient #enregclient #nl #newsletter, #login #nouveauclientnojs #enregclient #nl #newsletter{
	width:20px;
	margin-left:30px;
	margin-top:5px;
}

#login #nouveauclient #enregclient #nl label, #login #nouveauclientnojs #enregclient #nl label{
	display:block;
	width:400px;
}

#login #nouveauclient #enregclient #dob, #login #nouveauclientnojs #enregclient #dob{
	width:100px;
}

#login #nouveauclient #enregclient .ui-datepicker-trigger{
	margin:8px 10px;
}

#login #nouveauclient #enregclient input[type="radio"], #carnetadresse input[type="radio"], #login #nouveauclientnojs #enregclient input[type="radio"]{
	width:10px;
	margin-right:30px;
}

#login #nouveauclient #enregclient label, #carnetadresse label, #login #nouveauclientnojs #enregclient label{
	width:20px;
	margin:0;
}

#login #nouveauclient #enregclient .ldark label:first-child, #login #nouveauclient #enregclient .llight label:first-child, #login #nouveauclient #enregclient span, #carnetadresse .ldark label:first-child, #carnetadresse .llight label:first-child, #carnetadresse span, #login #nouveauclientnojs #enregclient .ldark label:first-child, #login #nouveauclientnojs #enregclient .llight label:first-child, #login #nouveauclientnojs #enregclient span{
	width:200px;
	margin-left:30px;
}

#login #nouveauclient #enregclient span, #carnetadresse span, #login #nouveauclientnojs #enregclient span{
	margin-top:5px;
}

#login #nouveauclient #enregclient .lciv, #carnetadresse .lciv, #login #nouveauclientnojs #enregclient .lciv{
	margin-top:10px;
	width:25px;
	text-align:right;
}

#login #nouveauclient #enregclient .ldark .subtitle, #login #nouveauclient #enregclient .llight .subtitle, #carnetadresse .ldark .subtitle, #carnetadresse .llight .subtitle, #login #nouveauclientnojs #enregclient .ldark .subtitle, #login #nouveauclientnojs #enregclient .llight .subtitle{
	font-size:10px;
	margin:0;
}

#login #nouveauclient #enregclient input[type="submit"], #login #nouveauclient #enregclient input[type="button"], #login .formident fieldset input[type="button"], #login .formident fieldset input[type="submit"], #carnetadresse #validinfos, #login #nouveauclientnojs #enregclient input[type="submit"], #login #nouveauclientnojs #enregclient input[type="button"]{
	cursor:pointer;
	display:block;
	margin:5px 160px;
	height:36px;
	width:150px;
	font-size:13px;
	letter-spacing:1px;
	font-weight:bold;
	text-transform:uppercase;
	border-radius:3px;
	border:0;
	color:#ffffff;
	background:url('/images/structure/degrade-bouton-vert.gif') repeat-x bottom ;
	clear:both;
}


#modifform fieldset{
	border:0;
}

#modifform .title{
	float:left;
	clear:both;
	display:block;
	width:200px;
	height:30px;
}

#modifform label{
	float:left;
}

#modifform input, #modifform select{
	width:200px;
	float:left;
}

#modifform input[type="radio"]{
	width:20px;
}

#transporteurs #adressefact, #paiement #adressefact, #detailcommande #adressefact{
	background-color:#e9e9ea;
}

#transporteurs #adresseliv, #paiement #adresseliv, #transporteurs #adresserelais, #detailcommande #adresseliv{
	background-color:#edf5e9;
}

#transporteurs .adresse{
	position:relative;
	border:1px solid #000000;
	width:473px;
	float:left;
	padding:25px 5px 5px 5px;
	background-clip:content-box;
	height:155px;
}

#transporteurs .adresse .title{
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:483px;
	height:25px;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	color:#ffffff;
	background:url('/images/structure/degrade1-page-produit.gif') repeat-x top #ffffff;
}

#transporteurs .adresse .ad{
	float:left;
	display:block;
	width:430px;
	padding:0;
	margin:5px 3px;
	font-weight:bold;
	font-size:12px;
}

#transporteurs .adresse .coord{
	float:left;
	display:block;
	width:235px;
	padding:0;
	margin:10px 3px 0 3px;
	font-size:11px;
}

#transporteurs .adresse .infostransp{
	display:block;
	width:230px;
	float:right;
	padding:0;
	margin:5px 0;
	font-size:11px;
}

#transporteurs .adresse .button{
	position:absolute;
	right:5px;
	bottom:5px;
	padding:3px 8px;
	background-color:#000000;
	border-radius:3px;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}

#transporteurs .adresse .infostransp .bold, #paiement .adresse .infostransp .bold, #detailcommande .adresse .infostransp .bold{
	font-weight:bold;
	font-size:12px;
}

#transporteurs #listetransp{
	clear:both;
	width:970px;
	margin-bottom:30px;
}

#transporteurs #listetransp fieldset{
	width:968px;
	margin:0;
	padding:0;
	border:1px solid #000000;
}

#transporteurs #listetransp fieldset legend{
	background-color:#e6e6e7;
	width:960px;
	margin:19px -1px 0 -1px;
	padding:0;
	text-align:right;
	border:1px solid #000000;
	display:block;
	height:15px;
	text-transform:uppercase;
	font-weight:bold;
	padding-right:10px;
}

#transporteurs #listetransp fieldset #domicile{
}

#transporteurs #listetransp fieldset .mode{
}

#transporteurs #listetransp fieldset .mode .title{
	text-transform:uppercase;
	color:#ffffff;
	font-weight:bold;
	background:url('/images/structure/degrade1-page-produit.gif') repeat-x center;
	font-size:12px;
	font-family:Verdana;
	padding:2px 5px;
	height:17px;
	width:960px;
	display:block;
}

#transporteurs #listetransp fieldset .mode .transpo{
	position:relative;
	overflow:hidden;
	height:70px;
	line-height:70px;
	border-bottom:1px dotted #a8a8a8;
}

#transporteurs #listetransp fieldset .mode .transpo:last-child{
	border-bottom:0;
}

#transporteurs #listetransp fieldset .mode .transpo .logo {
	float:left;
	display:block;
	width:200px;
	text-align:center;
}

#transporteurs #listetransp fieldset .mode .transpo .logo img{
	height:50px;
	margin:10px 0;
}

#transporteurs #listetransp fieldset .mode .transpo .livraison{
	display:inline-block;
	line-height:1.2;
	vertical-align:middle;
	width:250px;
}

#transporteurs #listetransp fieldset #autres .transpo .livraison{
	width:200px;
}

#transporteurs #listetransp fieldset .mode .transpo .pdrchoisi{
	width:200px;
	display:inline-block;
	line-height:1.2;
	vertical-align:middle;
}

#transporteurs #listetransp fieldset .mode .transpo .pdrchoisi p{
	margin:0;
	padding:0;
}

#transporteurs #listetransp fieldset .mode .transpo .subtitle{
	font-weight:bold;
	display:block;
	font-size:11px;
}

#transporteurs #listetransp fieldset .mode .transpo .delai{
	position:absolute;
	left:600px;
	top:0;
	height:70px;
	width:200px;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	color:#781500;
}

#transporteurs #listetransp fieldset #pdr .transpo .delai, #transporteurs #listetransp fieldset #entreprisespdr .transpo .delai{
	line-height:45px;
}

#transporteurs #listetransp fieldset .mode .transpo .info{
	line-height:13px;
	margin:12px 0;
	padding:5px 8px;
	background-color:#eddcd2;
	position:absolute;
	left:565px;
	top:0;
	height:40px;
	width:235px;
	text-align:justify;
	font-size:11px;
}

#transporteurs #listetransp fieldset .mode .transpo .delai span{
	display:block;
	height:20px;
}

#transporteurs #listetransp fieldset .mode .transpo .delai .red{
	display:inline;
	color:#ff0000;
}

#transporteurs #listetransp fieldset .mode .transpo .delai a{
	color:#ffffff;
	background-color:#000000;
	border-radius:3px;
	padding:3px 8px;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
}

#transporteurs #listetransp fieldset .mode .transpo .prix, #transporteurs #listetransp fieldset .mode .transpo .gratuit{
	position:absolute;
	left:800px;
	top:0;
	height:70px;
	width:115px;
	text-align:right;
	font-size:28px;
	font-weight:bold;
	padding:0 5px 0 0;
	margin:0;
}

#transporteurs #listetransp fieldset .mode .transpo .moinscher{
	color:#48ae49;
	line-height:0.6;
	padding-top:25px;
	font-size:30px;
}

#transporteurs #listetransp fieldset .mode .transpo .moinscher span{
	margin-top:50px;
}
	

#transporteurs #listetransp fieldset .mode .transpo .moinscher .subtitle{
	font-size:10px;
	margin-top:5px;
}

#transporteurs #listetransp fieldset .mode .transpo .gratuit span{
	font-size:18px;
}

#transporteurs #listetransp fieldset .mode .transpo .gratuit.green span{
	font-size:24px;
}

#transporteurs #listetransp fieldset .mode .transpo .prix sup{
	font-size:55%;
	bottom:11px;
}

#transporteurs #listetransp fieldset .mode .transpo .transp{
	position:absolute;
	left:920px;
	top:0;
	height:70px;
	width:50px;
	padding:0;
	margin:0;
	background:#e9e9ea;
	text-align:center;
	border-left:1px solid #000000;
}

#transporteurs #valid, #transporteurs #panier{
	margin:10px 0 30px 10px;
	cursor:pointer;
	float:right;
	height:44px;
	border:0;
}

#transporteurs #valid{
	width:183px;
	background:url('/images/structure/bouton-valider.jpg') no-repeat;
}

#transporteurs #panier{
	width:211px;
	text-decoration:none;
	background:url('/images/structure/bouton-retour.jpg') no-repeat;
}

#paiement #promo{
	width:970px;
	height:25px;
	background-color:#000000;
	clear:both;
	float:left;
	margin-top:10px;
	border-radius:3px;
}

#paiement #promo label{
	display:block;
	float:left;
	color:#ffffff;
	font-weight:bold;
	text-transform:uppercase;
	font-size:13px;
	padding:4px 5px;
	letter-spacing:1px;
}

#paiement #promo input{
	float:left;
	width:150px;
	margin:4px 245px 0 5px;
	font-size:10px;
}

#paiement #promo #valid{
	margin:0;
	border-radius:0 3px 3px 0;
	width:204px;
	float:right;
	text-align:center;
	height:25px;
	background:url('/images/structure/degrade-bouton-vert.gif') repeat-x center;
	border:0;
	color:#ffffff;
	font-size:10px;
	letter-spacing:1px;
	text-transform:uppercase;
	font-weight:bold;
}

#paiement .adresse, #detailcommande .adresse{
	position:relative;
	border:1px solid #000000;
	width:371px;
	float:left;
	padding:25px 5px 5px 5px;
	background-clip:content-box;
	height:143px;
}

#paiement .adresse .title, #detailcommande .adresse .title{
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:381px;
	height:25px;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	color:#ffffff;
	background:url('/images/structure/degrade1-page-produit.gif') repeat-x top #ffffff;
}

#paiement .adresse .ad, #detailcommande .adresse .ad{
	float:left;
	display:block;
	width:300px;
	padding:0;
	margin:5px 3px;
	font-weight:bold;
	font-size:11px;
}

#paiement .adresse .coord, #detailcommande .adresse .coord{
	float:left;
	display:block;
	width:300px;
	padding:0;
	margin:10px 3px 0 3px;
	font-size:10px;
}

#paiement .adresse .infostransp .bold, #detailcommande .adresse .infostransp .bold{
	font-size:11px;
}

#paiement .adresse .infostransp, #detailcommande .adresse .infostransp{
	display:block;
	width:180px;
	float:right;
	padding:0;
	margin:5px 0;
	font-size:10px;
}

#paiement #modelivraison, #detailcommande #modelivraison{
	border-left:1px solid #000000;
	height:50px;
	line-height:50px;
	font-size:13px;
}

#paiement #modelivraison img, #detailcommande #modelivraison img{
	height:50px;
	float:left;
	margin-right:20px;
}

#paiement #modelivraison .title, #detailcommande #modelivraison .title{
	font-weight:bold;
}

#paiement #modelivraison #dateestimee, #detailcommande #modelivraison #dateestimee{
	float:left;
}

#detailcommande #modelivraison #dateestimee{
	line-height:25px;
}

#paiement #modelivraison #recapcart, #detailcommande #modelivraison #recapcart{
	float:right;
	line-height:20px;
	height:49px;
	text-align:center;
	width:204px;
	border-left:1px solid #000000;
	border-top:1px solid #000000;
	border-right:1px solid #000000;
}

#paiement #modelivraison #recapcart .title, #detailcommande #modelivraison #recapcart .title{
	display:block;
	margin-top:5px;
}

#paiement #points{
	padding:3px 0;
	clear:both;
	font-size:13px;
	margin-bottom:20px;
}

#paiement #points .title{
	font-weight:bold;
}

#paiement .mode:last-child{
	width:970px;
	border-bottom:1px solid #a8a8a8;
	margin-bottom:30px;
}

#paiement .mode .bigtitle{
	text-transform:uppercase;
	color:#ffffff;
	font-weight:bold;
	background:url('/images/structure/degrade1-page-produit.gif') repeat-x center;
	font-size:12px;
	font-family:Verdana;
	padding:2px 5px;
	height:17px;
	width:960px;
	display:block;
}

#paiement .modepaiement{
	clear:both;
	height:70px;
	border-bottom:1px dotted #a8a8a8;
	border-left:1px dotted #a8a8a8;
	border-right:1px dotted #a8a8a8;
	line-height:70px;
}

#paiement .modepaiement:last-child{
	border-bottom:0;
}

#paiement .modepaiement .logo{
	width:200px;
	text-align:center;
	float:left;
}

#paiement .modepaiement .logo img{
	vertical-align:middle;
	max-height:60px;
	max-width:120px;
}

#paiement .modepaiement .desc{
	height:70px;
	float:left;
}

#paiement .modepaiement .desc img{
	vertical-align:middle;
	margin:0 15px;
	max-height:65px;
	max-width:200px;
}

#paiement .modepaiement .desc p{
	display: inline-block;
	line-height:1.2;
	vertical-align:middle;
}

#paiement .modepaiement .desc span, #paiement .modepaiement .desc a{
	text-decoration:none;
	color:#000000;
	display:block;
	font-size:12px;
}

#paiement .modepaiement .desc .title{
	font-weight:bold;
	font-size:13px;
}

#paiement .modepaiement .validerpaiement{
	float:right;
	width:150px;
	text-align:center;
}
	
#paiement .modepaiement .validerpaiement .boutonvalider, #confirmvirement .btnValider{
	display: inline-block;
	line-height:1.2;
	vertical-align:middle;
	cursor:pointer;
	font-family:Arial;
	background:url('/images/structure/degrade-bouton-vert.gif') repeat-x center;
	padding:10px 30px;
	color:#ffffff;
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px;
	text-transform:uppercase;
	border-radius:2px;
	border:0;
}

#paiement .boutonindisp{
	display: inline-block;
	line-height: 1.2;
	vertical-align: middle;
	cursor: pointer;
	font-family: Arial;
	padding: 10px 12px;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 2px;
	border: 0px none;
	background-color: #bebebe;
	color: #666666;
	width: 115px;
	border: 0px none;
	border-radius: 2px;
}

#confirmvirement .btnValider{
	margin-top:10px;
}

#paiement .modepaiement .desc .blue{
	color:#00a9ed;
}

#paiement .modepaiement .desc .red{
	color:#ce2a33;
}

#paiement .modepaiement .bold{
	font-weight:bold;
}

#paiement .modepaiement .italic{
	font-style:italic;
}

#paiement .modepaiement .desc .subtitle{
	font-size:10px;
	color:#8d8c8d;
}

#paiement .modepaiement .desc .float{
	float:left;
}

#paiement .modepaiement .desc .green{
	color:#48ae49;
}

#confirmation #recapcommande{
	padding-top:20px;
	width:968px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	margin-bottom:20px;
}

#confirmation #recapcommande p{
	margin:auto;
	width:400px;
	text-align:center;
	font-family:Arial;
	font-size:11px;
	margin-bottom:10px;
}

#confirmation #recapcommande .amount sup{
	position:relative;
	vertical-align:baseline;
	bottom:5px;
	font-size:0.6em
}

#confirmation #recapcommande .bold{
	font-weight:bold;
	font-size:15px;
}

#confirmation #recapcommande img{
	margin-top:10px;
}

#confirmation #recapcommande .valid{
	position:relative;
	vertical-align:baseline;
	bottom:17px;
}

#confirmation #recapcommande .valid#ok{
	color:#40ae49;
}

#confirmation #recapcommande .valid#refuse{
	color:#D3232C;
}

#confirmation #recapcommande .liv{
	border-top:1px dotted #a8a8a8;
	font-size:14px;
	width:100%;
}

#confirmation #recapcommande .logo{
	height:25px;
}

#confirmation #recapcommande .transpo{
	margin-top:0px;
	display:block;
}

#confirmation #recapcommande .liv .subtitle{
	margin-top:10px;
	display:block;
	font-size:10px;
}

#choixpdr #form {
	font-size:13px;
	padding:20px 5px;
	font-family:Arial;
	background-color:#fafafa;
}

#choixpdr #result{
	padding:0 5px;
	width:475px;
	height:320px;
	float:right;
	overflow:auto;
}

#choixpdr #map_canvas{
	width:480px; 
	height:320px;
	border-right:1px dashed #3b3b3b;
}


#choixpdr #end{
	background-color:#fafafa;
	clear:both;
	text-align:center;
	padding:10px;
	border-top:1px dashed #3b3b3b;
	border-bottom:1px dotted #a8a8a8;
}

#choixpdr #map_canvas .divpdrsaisi, #choixpdr #map_canvas .lienhoraires{
	display:none;
}

#choixpdr #result .divpdrsaisi{
	background-color:#fafafa;
	clear:left;
	float:left;
	padding:5px;
	width:20px;
	height:30px;
}

#choixpdr #result .divnompdr{
	float:left;
	width:420px;
	min-height:40px;
	border-bottom:1px solid #3b3b3b;
}

#choixpdr p{
	margin:0;
	padding:0;
}

#choixpdr .horaires{
	padding:10px;
	width:460px; 
	height:300px;
	font-size:12px;
	font-family:Arial; 
	margin:0;
	background-color:#ffffff;
}

#choixpdr #divpages{
	text-align:center;
	width:450px;
	clear:both;
	padding-top:10px;
}

#choixpdr .pages{
	border:1px solid #EC6F3A;
	text-align:center;
	font-family: Arial;
	font-size:11px;
	color:#EC6F3A;
	text-decoration:none;
	font-weight:bold;
	padding:2px 5px;
}

#choixpdr .pages:hover{
	text-decoration:underline;
}

#carnetadresse .maintitles{
	clear:both;
	text-transform:uppercase;
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
	background:url('/images/structure/degrade1-page-produit.gif') repeat-x center;
	height:20px;
	width:968px;
	font-family:Verdana;
}

#carnetadresse .maintitles span{
	float:left;
	text-align:left;
	font-size:12px;
	padding-left:2px;
	padding-top:2px;
	height:18px;
	display:block;
	width:478px;
}

#carnetadresse .maintitles span:first-child{
	margin-right:8px;
}

#carnetadresse #adrfact, #carnetadresse #adrlivr{
	float:left;
	width:480px;
}

#carnetadresse #adrfact fieldset, #carnetadresse #adrlivr fieldset{
	margin:0;
	border:0;
	border-bottom:1px solid #000000;
}

#carnetadresse #adrfact{
	border-right:8px solid #000000;
}

#carnetadresse #nouvelleadresse{
	clear:both;
}

#conditions #messerrors{
	padding:20px 0;
	display:block;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	color:#ff0000;
}

#conditions form fieldset{
	width:300px;
	margin:auto;
	padding:20px 50px;
	margin-bottom:20px;
}

#conditions form label{
	display:block;
	font-size:12px;
	font-weight:bold;
}

#conditions form legend{
	font-size:14px;
}

#conditions form input{
	display:block;
	width:300px;
	margin-bottom:10px;
}

#conditions form input[type="submit"]{
	clear:both;
	background-color:#000000;
	color:#ffffff;
	border-radius:3px;
	padding:5px 10px;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	border:0;
	font-size:10px;
	font-family:Verdana;
	margin:20px auto 0 auto;
	cursor:pointer;
	width:100px;
}

#conditions #infos .promo{
	width:968px;
	float:left;
}

#conditions #infos .promo a{
	text-align:center;
	display:block;
}

#conditions #infos .promo img{
	width:968px;
	vertical-align:middle;
}

#conditions #infos .title{
	display:block;
	font-size:25px;
	font-weight:bold;
	margin:25px 0;
	text-align:center;
}

#conditions #infos .subtitle{
	display:block;
	font-size:15px;
	font-weight:bold;
	margin:20px 0 0 0;
	text-align:center;
}

#compteclient #categcompteclient, #compteclient #souscategcompteclient{
	width:50%;
	float:left;
}

#compteclient #souscategcompteclient{
	overflow:hidden;
}

#compteclient #conteneurcompteclient {
    overflow: hidden;
    border-bottom: 1px dotted #000;
}

#compteclient #messerrors{
	margin:20px 0;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	color:#ff0000;
}

#compteclient #categcompteclient ul, #compteclient #souscategcompteclient ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

#compteclient #categcompteclient li{
	border-right:1px dotted #000000;
	border-left:1px dotted #000000;
	border-bottom:1px dotted #000000;
	display:block;
	height:26px;
	background:url('../images/structure/degrade-gris-clair-fond-top-accueil.gif') bottom repeat-x;
}

#compteclient #categcompteclient li:last-child{
	border-bottom:0;
}

#compteclient #categcompteclient li a{
	display:block;
	color:#000000;
	font-weight:bold;
	font-family:Verdana;
	text-decoration:none;
	text-transform:uppercase;
	height:20px;
	font-size:12px;
	padding:3px 0 3px 5px;
}

#compteclient #categcompteclient .active{
	background:#ffffff;
	border-right:0;
}

#compteclient #categcompteclient .active a{
	height:17px;
	font-size:12px;
	padding:5px 0 5px 5px;
}

#compteclient #categcompteclient .active .arrow{
	display:none;
}

#compteclient #categcompteclient li a .arrow{
	font-size:14px;
	padding-right:5px;
}

#compteclient #souscategcompteclient{
	height:134px;
}


#compteclient #souscategcompteclient li{
	display:block;
}

#compteclient #souscategcompteclient li a{
	display:block;
	color:#000000;
	font-family:Verdana;
	text-decoration:none;
	font-size:12px;
	padding:2px 5px;
	height:18px;
}

#compteclient #souscategcompteclient ul{
	display:none;
}

#compteclient #souscategcompteclient .active{
	display:block;
}

#compteclient #souscategcompteclient .active .selected a,#compteclient #souscategcompteclient .active a:hover{
	background-color:#000000;
	color:#ffffff;
	font-weight:bold;
}

#compteclient .infos{
	clear:both;
}

#compteclient .infos label{
	clear:both;
	float:left;
	display:block;
	max-width:300px;
	min-width:300px;
	margin-bottom:5px;
	max-height:25px;
}

#compteclient .infos #infosperso span, #compteclient .infos #gestavis span{
	display:block;
	max-width:300px;
	min-width:300px;
	float:left;
}

#compteclient .infos input, #compteclient .infos select{
	width:300px;
	height:17px;
	margin:8px 0;
}

#compteclient .infos select{
	height:20px;
}

#compteclient .infos input[type=radio]{
	width:10px;
	height:10px;
	margin:0 5px;
}

#compteclient .infos input, #compteclient .infos label.radio, #compteclient .infos select{
	float:left;	
	display:inline;
	clear:none;
	min-width:0;
}

#compteclient .infos #infosperso, #compteclient #gestsav{
	width:610px;
	overflow:hidden;
	padding:5px;
	margin:0 auto;	
}

#compteclient .infos p.messinfo{
	font-size:14px;
	text-align:center;
	margin:30px 0;
	font-weight:bold;
}

#compteclient .infos #infosperso .title{
	font-weight:bold;
	font-size:12px;
	margin:8px 0;
}

#compteclient .infos #infosperso .subtitle{
	font-weight:normal;
	font-size:11px;
	font-style:italic;
}

#compteclient .infos #infosperso #validinfos, #compteclient .infos #infosperso #newadresse{
	background:url('/images/structure/degrade-bouton-vert.gif') repeat-x top;
	border-radius:2px;
	color:#ffffff;
	text-decoration:none;
	font-size:11px;
	display:block;
	font-weight:bold;
	width:120px;
	height:30px;
	text-transform:uppercase;
	border:0;
	text-align:center;
	margin:10px 245px;
	cursor:pointer;
}

#compteclient .infos #infosperso .histo, #compteclient .sav{
	border:1px solid #000000;
	overflow:hidden;
	margin-bottom:10px;
}

#compteclient .infos #infosperso .histo .title{
	width:608px;
	min-width:608px;
	max-width:608px;
	font-size:12px;
	padding:2px 0;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	display:block;
	background-color:#000000;
	color:#ffffff;
	margin:0;
}

#compteclient .infos #infosperso .histo .infoshisto,#compteclient .infos #infosperso .histo .montanthisto{
	float:left;
	width:90px;
	padding:5px;
	text-align:right;
	height:30px;
}

#compteclient .infos #infosperso .histo .infoshisto{
	border-right:1px dotted #838383;
}

#compteclient .infos #infosperso .histo .montanthisto{
	border-left:1px dotted #838383;
	padding-top:15px;
	height:20px;
}

#compteclient .infos #infosperso .histo .etathisto{
	float:left;
	width:406px;
	min-width:406px;
	max-width:406px;
	display:block;
	text-align:center;
	margin-top:5px;
}

#compteclient .infos .detailthis{
	clear:both;
	border-top:1px dotted #838383; 
	padding:5px;
	width:598px;
	overflow:hidden;
}

#compteclient .infos .detailthis .linkprod{
	color:#000000;
	text-decoration:none;
	width:450px;
	float:left;
}

#compteclient .infos .detailthis .linkprod:hover{
	text-decoration:underline;
}

#compteclient .infos .detailthis .details, #compteclient .adresse .bouton{
	width:90px;
	min-width:90px;
	max-width:90px;
	height:15px;
	display:block;
	text-align:center;
	float:right;
	border-radius:5px;
	border:1px solid #afafaf;
	background-color:#e6e6e7;
}

#compteclient .infos .detailthis .details a, #compteclient .adresse .bouton a{
	text-decoration:none;
	color:#000000;
	display:block;
}

#compteclient .infos .seemore, #compteclient .infos .seeless{
	background-color:#e6e6e7;
	display:none;
	clear:both;
	text-align:right;
	padding:2px 5px 2px 0;
	text-transform:uppercase;
	border-top:1px solid #000000;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
}

#compteclient .infos #infosperso .adresse{
	margin-bottom:10px;
	border:1px solid #000000;
	overflow:hidden;
}

#compteclient .infos #infosperso .adresse .title{
	min-width:100%;
	max-width:100%;
	width:100%;
	display:block;
	height:25px;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	color:#ffffff;
	background:url('/images/structure/degrade1-page-produit.gif') repeat-x top #ffffff;
	margin:0;
}

#compteclient .infos #infosperso .ad{
	padding:0 5px 5px 5px;
	font-weight:bold;
	font-size:11px;
	width:500px;
	float:left;
}

#compteclient .adresse .bouton{
	margin-bottom:5px;
	margin-right:5px;
}

#compteclient .sav .title{
	min-width:0;
	max-width:398px;
	width:398px;
	font-size:12px;
	padding:2px 5px;
	text-transform:uppercase;
	font-weight:bold;
	display:block;
	background-color:#000000;
	color:#ffffff;
	float:left;
}

#compteclient .sav .etatsav{
	min-width:0;
	max-width:190px;
	width:190px;
	font-size:12px;
	padding:2px 5px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:right;
	display:block;
	background-color:#000000;
	color:#ffffff;
	float:left;
}

#compteclient .sav .savprod{
	clear:both;
	min-width:0;
	max-width:590px;
	width:590px;
	padding:5px 5px 0 5px;
	text-transform:uppercase;
	display:block;
	color:#000000;
	text-decoration:none;
}

#compteclient .sav a.savprod:hover{
	text-decoration:underline;
}

#compteclient .sav p{
	padding:5px;
}

#compteclient .bigtitle{
	text-align:center;
}

#compteclient .bigtitle span{
	min-width:0px;
	display: inline;
	float: none;
}

#compteclient #btncontinue{
	margin-top:10px;
}

.messerror{
	position:absolute;
	padding: 10px 0;
	top:0;
	left:0;
	width:100%;
	background-color:#FFE5E5;
	text-align:center;
	border-radius:0 0 5px 5px;
	display:none;
	z-index:1002;
	border-bottom:1px solid #000000;
	font-weight:bold;
	font-size:11px;
}

#wishlist{
	overflow:hidden;
	width:968px;
}

#wishlist #thislist{
	border:1px solid #000000;
}

#wishlist .disabled{
	margin-top:10px;
	font-size:13px;
	float:left;
}

#wishlist form{
	border:1px solid #000000;
	margin:10px 0;
}

#wishlist form .title{
	margin-top:10px;
	margin-right:10px;
	width:213px;
	display:block;
	font-weight:bold;
	text-align:right;
	font-size:13px;
	float:left;
	clear:both;
}

#wishlist form legend{
	margin:0;
	padding:3px 5px;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	background: url("/images/structure/degrade1-page-produit.gif") repeat-x top;
	height: 20px;
	width: 968px;
	font-family: Verdana;
}

#wishlist textarea, #wishlist input{
	margin-top:10px;
	float:left;
}

#wishlist textarea{
	width:520px;
}

#wishlist fieldset{
	border:0;
	width:800px;
	margin:auto;
	padding:0;
}

#wishlist .info{
	clear:both;
	display:block;
	font-size:13px;
	padding-top:10px;
	margin:auto;
	width:530px;
	text-align:justify;
}

#wishlist #gestliste{
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width:240px;
}

#wishlist #gestliste ul{
	border-top:1px solid #000000;
	display:none;
	width:200px;
	list-style:none;
	margin:0;
	padding:10px 20px;
}

#wishlist #gestliste ul a{
	text-decoration:none;
	margin:5px 0;
	color:#000000;
	font-size:12px;
	display:block;
}

#wishlist #gestliste ul a:hover{
	text-decoration:underline;
}

#wishlist #gestliste .button{
	text-align: center;
	display: block;
	padding:3px 0;
	height: 12px;
	width: 240px;
	background-color: #e6e6e7;
	color: #000000;
	font-size: 11px;
	text-decoration:none;
}

#compteclient .infos #dialogwl #validinfos, #compteclient .infos #infosperso #newadresse{
	background:url('/images/structure/degrade-bouton-vert.gif') repeat-x top;
	border-radius:2px;
	color:#ffffff;
	text-decoration:none;
	font-size:11px;
	display:block;
	font-weight:bold;
	width:120px;
	height:16px;
	padding:7px 0;
	text-transform:uppercase;
	border:0;
	text-align:center;
	margin:10px auto;
	cursor:pointer;
}

#compteclient #concours{
	border:0;
}

#detailavis{
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}

#detailavis form .title{
	display:block;
	text-align:left;
	float:left;
	width:530px;
	margin-top:10px;
	margin-left:6px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	color:#000000;
	font-size:12px;
}

#detailavis form a.title:hover{
	text-decoration:underline;
}

#detailsav{
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}

#detailsav #infossav{
	overflow:hidden;
}

#detailsav #infossav .title{
	margin:10px;
	width:150px;
	display:block;
	float:left;
	clear:both;
	font-size:12px;
	font-weight:bold;
	padding:5px;
	text-align:right;
	text-transform:uppercase;
	text-decoration:underline;
}

#detailsav #infossav .detail{
	float:left;
	padding:5px;
	margin:10px 10px 10px 0;
	font-size:12px;
	width:700px;
}

#concours{
	border:1px solid #000000;
	margin-bottom:15px;
	overflow:hidden;
}

#concours .eachconcours{
	width:970px;
	font-size:12px;
	padding:10px;
	border-bottom:1px dotted #a8a8a8;
	overflow:hidden;
}

#concours .eachconcours .title{
	display:block;
	font-weight:bold;
	float:left;
}

#concours .eachconcours .date{
	float:left;
}

#concours .eachconcours .etat{
	float:left;
	margin-left:10px;
	font-weight:bold;
}

#concours .eachconcours .green{
	color:#48ae49;
}

#concours .eachconcours .orange{
	color:#ee673a;
}

#concours .eachconcours .red{
	color:#da0019;
}

#concours .eachconcours a{
	display:block;
	float:left;
	margin-top:5px;
}

#concours .eachconcours .encours{
	display:block;
	float:none;
	text-align:center;
	margin-top:25px;
}

#concours .eachconcours .seemore{
	background-color:#C4F216;
	font-weight:bold;
	float:right;
	color:#000000;
	text-decoration:none;
	text-transform:uppercase;
	font-size:13px;
	height:42px;
	padding-top:22px;
	width:184px;
	display:block;
	float:right;
	margin-top:20px;
	margin-right:20px;
	text-align:center;
}

#concours #linkreglement{
	display:block;
	text-align:center;
	background-color:#E6E6E7;
	text-transform:uppercase;
	color:#000000;
	text-decoration:none;
	padding:8px 0;
	font-size:12px;
	font-weight:bold;
}

#concours .classement{
	width:100%;
	overflow:hidden;
	font-size:17px;
	font-weight:bold;
}

#concours .classement .title{
	display:block;
	font-weight:bolder;
	text-transform:uppercase;
	font-size:21px;
}

#concours .classement .title sup{
	position:relative;
	vertical-align:baseline;
	bottom:7px;
	font-size:13px;
}

#concours .classement a.fullsize{
	box-shadow:3px 3px 5px #666666;
	background-color:#ffffff;
	border:1px solid #e6e6e7;
	padding:10px 10px 7px 10px;
	display:block;
	width:120px;
}

#concours .classement.left .fullsize{
	float:left;
	margin:20px 10px 20px 20px;
}

#concours .classement.left .detailsgagnant{
	float:right;
	margin:30px 0 20px 0;
	width:780px;
}

#concours .classement.right .fullsize{
	float:right;
	margin:20px 20px 20px 10px;
}

#concours .classement.right .detailsgagnant{
	float:left;
	margin:30px 0 20px 0;
	width:780px;
	text-align:right;
}

#concours .classement.center{
	width:700px;
	margin:auto;
}

#concours .classement.center .fullsize{
	float:left;
	margin:80px 10px 50px 20px;
}

#concours .classement.center .detailsgagnant{
	float:right;
	margin:90px 0 50px 0;
	width:500px;
	text-align:left;
}


#concours #note{
	margin-top:10px;
	display:block;
	text-align:center;
	font-size:12px;
}

#concours #selection{
	margin-top:10px;
}

#concours #selection .lines a.fullsize, #participants #photosparticipants .lines a.fullsize{
	box-shadow:3px 3px 5px #666666;
	background-color:#ffffff;
	border:1px solid #e6e6e7;
	padding:10px 10px 7px 10px;
	margin:20px 15px 20px 0;
	display:inline-block;
	line-height:1.2;
	vertical-align:middle;
}

#concours #selection .lines, #participants #photosparticipants .lines{
	height:100%;
	padding-left:20px;
}

#participants #photosparticipants{
	border:1px solid #000000;
	overflow:hidden;
	margin-bottom:10px;
}

#concours .link, #participants .link{
	padding:5px;
	margin-bottom:15px;
	text-align:right;
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	color:#000000;
	font-weight:bold;
}

#participants .infoscompl, #concours .infoscompl{
	display:none;
}

#participer form{
	overflow:hidden;
	width:928px;
	font-size:13px;
	padding:10px 20px;
	border: 1px solid #000;
	margin-bottom:10px;
}

#participer #reglement a{
	color:#DA0019;
}

#participer #reglement p{
	margin-bottom:10px;
}

#participer #reglement input{
	float:left;
	clear:both;
	display:block;
}

#participer #reglement label{
	float:left;
	display:block;
}

#participer #reglement .button, #participer #posterphoto .button{
	clear:both;
	float:none;
	display:block;
	cursor:pointer;
	height:44px;
	border:0;
	width:170px;
	background: url("/images/structure/degrade-bouton-vert.gif") repeat-x;
	color:#ffffff;
	border-radius:3px;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	margin:10px auto;
}

#participer #posterphoto p{
	display:block;
	text-align:center;
	margin-bottom:10px;
	font-size:15px;
}

#participer #posterphoto label{
	float:left;
}

#participer #posterphoto input{
	float:left;
	clear:both;
	margin-bottom:10px;
}

#participer #posterphoto input[type="text"], #participer #posterphoto #file{
	display:block;
	width:460px;
}

#participer #posterphoto ul{
	clear:both;
}

#participer #posterphoto .title{
	clear:both;
	font-weight:bold;
}

#participer #posterphoto .subtitle{
	font-size:11px;
}

#participer #posterphoto textarea{
	clear:both;
	float:left;
	width:920px;
	height:200px;
	margin-bottom:20px;
}

#participer .red{
	margin:30px 0;
	color:#ff0000;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	font-size:15px;
}

#participer #retour{
	width:100%;
	text-align:center;
	font-size:15px;
	margin:30px 0;
	font-weight:bold;
}

#participer #retour img{
	margin-top:20px;
}

#viewfullsize .infoscompl{
	position:absolute;
	bottom:22px;
	left:20px;
	color:#ffffff;
	background:url('../images/structure/bgtransp.png') repeat;
}

#viewfullsize .infoscompl p{
	padding:5px;
	font-size:13px;
}

#viewfullsize .infoscompl p .title{
	font-weight:bold;
	font-size:15px;
}

#bann{
	position:relative;
	width:970px;
	height:180px;
}

#bann #selectbanns{
	position:absolute;
	bottom:10px;
	right:10px;
	overflow:hidden;
}

#bann .selectbann{
	width:17px;
	height:16px;
	padding-top:1px;
	display:block;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	background-color:#000000;
	text-align:center;
	float:left;
	margin-left:5px;
	border:1px solid #ffffff;
	cursor:pointer;
}

#bann .selectedbann{
	background-color:#ffffff;
	color:#000000;
	border:1px solid #000000;
}

#bann .eachbann{
	display:none;
}

#livraison #offres{
	text-align:center;
}

#livraison #liv15h{
	background-color:#000000;
	color:#ffffff;
	width:780px;
	border-radius:5px;
	margin:20px auto;
	text-align:center;
	padding:20px;
	font-size:13px;
	font-weight:bold;
}

#livraison{
	margin-bottom:15px;
}

#livraison .pays{
	clear:both;
	position:relative;
	border:1px solid #000000;
	cursor:pointer;
}

#livraison .pays .title{
	display:block;
	height:22px;
	padding:10px;
	background:url("/images/structure/switch-accueil.gif") repeat-x center;
	text-transform:uppercase;
	font-weight:bold;
	font-size:15px;
}

#livraison .pays .arrow{
	position:absolute;
	top:10px;
	right:10px;
	font-size:17px;
}

#livraison .pays .categ {
	overflow:hidden;
	position:relative;
}

#livraison .pays .categ .arrow{
	position:absolute;
	top:4px;
	right:13px;
	font-size:12px;
	color:#ffffff;
}

#livraison .pays .categ .title{
	background:url("/images/structure/bgtophead.gif") repeat-x center;
	color:#ffffff;
	font-size:13px;
	padding:3px 10px;
	height:17px;
	border:0;
}
#livraison .pays .type{
	clear:both;
	background-color:#e6e6e7;
	overflow:hidden;
	margin:10px;
}

#livraison .pays .type .title{
	padding-left:15px;
	background-image:none;
	color:#000000;
	border:0;
}

#livraison .pays .transp{
	width:220px;
	border:1px solid #000000;
	float:left;
	height:280px;
	margin:0 5px 15px 5px;
	background-color:#ffffff;
	text-align:center;
	position:relative;
}

#livraison .pays .transp1{
	clear:both;
	margin-right:10px;
	margin-left:10px;
}	

#livraison .pays .transp2{
	margin-right:10px;
}

#livraison .pays .transp img{
	height:50px;
	padding:5px;
}

#livraison .pays .transp .title{
	background-image:none;
	color:#000000;
	padding-top:32px;
	float:left;
	border:0;
}

#livraison .pays .transp .poids{
	clear:both;
	float:left;
	font-size:14px;
	padding:0 5px;
	text-align:left;
}

#livraison .pays .transp .prix{
	float:right;
	font-size:14px;
	font-weight:bold;
	padding:0 5px;
	text-align:right;
}

#livraison .pays .transp .gratuit{
	clear:both;
	float:left;
	font-size:21px;
	margin:70px;
	color:#48AE49;
	font-weight:bold;
}

#livraison .pays .imgrsp{
	border:1px solid #000000;
	margin-left:5px;
}

#livraison .pays .transp .livraison{
	display:block;
	font-size:14px;
	margin-bottom:5px;
	font-weight:bold;
}
#livraison .pays .transp .compl{
	clear:both;
	text-align:justify;
	font-size:11px;
	padding:5px;
	position:absolute;
	bottom:0px;
}

#livraison .pays .transp p img {
	height: auto;
	padding: 0;
	margin: 6px auto 0;
	display: block;
	text-align: center;	
}

#livraison .infolivr {
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    padding: 15px 0px;
    background-color: #ffffff;
    color: #ff0000;
}

#familles{
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	margin-bottom:15px;
}

#familles .maintitle{
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bolder;
	text-align: center;
	display: block;
	color:#ffffff;
	padding:5px 0;
	margin:0;
	width:968px;
	background:url('/images/structure/degrade2-page-produit.gif') repeat-x center;
}

#familles .titlecategs{
	margin:0;
	padding:0;
	font-size:16px;
	font-weight:bold;
	height:47px;
	display:block;
	color:#000000;
}

#familles .titlecategs h2{
	margin:0;
	padding:0;
}

#familles .titlecategs .imgcateg{
	float:left;
}

#familles .titlecategs a{
	float:left;
	padding:12px 0 0 5px;
	color:#000000;
	text-decoration:none;
}

#familles .titlecategs a.clickhere{
	margin-left:5px;
	margin-top:5px;
	color:#961316;
	font-style:italic;
}

#familles .titlecategs a:hover{
	text-decoration:underline;
}

#familles .bandeau section, #familles .bandeau div{
	border-bottom:1px dotted #a8a8a8;
}

#familles .bandeau{
	margin-bottom:30px;
}
	
#familles .bandeau .categs, #familles .bandeau .new, #familles .bandeau .promo, #familles .bandeau .op, #familles .bandeau .soldes, #familles .bandeau .fetem, #familles .bandeau .fetep, #familles .bandeau .destock{
	border-bottom:0;
}

#familles .bandsmall{
	width: 191px;
}

#familles .bandsmall:first-child{
	border-left:0;
	width: 193px;
}

#nmdp{
}

#nmdp p{
	font-size:13px;
	padding:5px;
}

#nmdp .red{
	text-align:center;
	color:#ff0000;
	font-size:10pt;
	font-weight:bold;
}

#nmdp .green{
	text-align:center;
	color:#48AE49;
	font-size:10pt;
	font-weight:bold;
	padding:20px 0;
}

#nmdp fieldset{
	border:0;
	width:300px;
	padding:5px;
	margin:0 auto;
}

#nmdp fieldset label{
	display:block;
	font-size:13px;
}

#nmdp fieldset input{
	width:300px;
	margin-bottom:10px;
}

#contact{
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	margin-bottom:15px;
	font-family:Verdana;
	font-size:11px;
}

#contact .title{
	text-transform:uppercase;
	display:block;
	background:url("/images/structure/degrade-gris-clair-fond-top-accueil.gif") repeat-x bottom;
	padding:3px 5px;
	font-size:11px;
	font-weight:bold;
}

#contact #col1{
	padding-left:40px;
	padding-top:20px;
	float:left;
	width:480px;
	margin-bottom:10px;
}

#contact #col2{
	padding-top:20px;
	padding-right:40px;
	float:left;
}

#contact #col1 .title, #contact #col2 .title{
	text-transform:none;
	background:transparent;
	padding:0;
}

#contact #col1 .subtitle, #contact #col2 .subtitle{
	display:block;
	margin-bottom:10px;
}

#contact #col1 a, #contact #col2 a{
	text-transform:uppercase;
	color:#000000;
	text-decoration:none;
	font-size:10px;
}

#contact form{
	clear:both;
	padding:20px 40px;
	width:600px;
	margin:auto;
	text-align:center;
}

#contact form label{
	clear:both;
	display:block;
	float:left;
	width:200px;
	padding:3px 0;
	margin-bottom:10px;
	text-align:left;
}

#contact form input[type="text"], #contact form textarea, #contact form select{
	float:left;
	width:380px;
	margin-left:10px;
	text-align:left;
}

#contact form input[type="submit"]{
	clear:both;
	margin:10px auto;
	border:0;
	text-transform:uppercase;
	background:url("/images/structure/degrade1-page-produit.gif") repeat-x;
	color:#ffffff;
	padding:3px 20px;
	border-radius:5px;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
	cursor:pointer;
}

#contact #mag{
	clear:both;
}

#contact #mag .bold{
	display:block;
	margin-left:40px;
	margin-top:20px;
}

#contact #mag p{
	display:block;
	margin-left:40px;
	margin-bottom:20px;
}

#contact #mag a{
	display:block;
	text-decoration:none;
	color:#000000;
}

#contact .red{
	color:#ff0000;
}

#contact .center{
	clear:both;
	padding:20px 40px;
	text-align:center;
}

#contact .bold{
	font-weight:bold;
}

#contact #coord p{
	display:block;
	padding-top:20px;
	padding-left:40px;
}

#contact #coord span.bold{
	display:block;	
	padding-left:40px;
	padding-top:20px;
	padding-bottom:20px;
}

#contact .link{
	background:url("/images/structure/degrade1-page-produit.gif") repeat-x;
	color:#ffffff;
	padding:3px 20px;
	border-radius:5px;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
	cursor:pointer;
}

#magasin #mag{
	width:968px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	margin-bottom:20px;
	font-size:13px;
	/*padding-top:20px;*/
	padding-bottom:25px;
}

#magasin #mag .info{
	background-color: #48AE49;
	float: left;
	width: 500px;
	color: #FFF;
	margin-bottom: 20px;
	padding: 10px;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
}

#magasin #mag #fb-link{
	float:right;
	margin-right:10px;
}

#magasin #mag #coord{
	float:left;
	text-align:center;
	width:445px;
	margin-bottom:40px;
}

#magasin #mag #coord .title{
	font-size:18px;
	font-weight:bold;
}

#magasin #mag .subtitle{
	font-weight:bold;
}

#magasin #mag #coord sup{
	position:relative;
	bottom:-4px;
	font-size:11px;
}

#magasin #mag .bigimage{
	text-decoration:none;
	padding:0;
	margin:0;
}

#magasin #mag .bigimage img{
	border:1px solid #000000;
	margin:0;
	padding:0;
}

#magasin #mag .left{
	clear:both;
	float:left;
	margin-left:25px;
}

#magasin #mag #invitation{
	display: block;
	margin-bottom: 25px;
}

#magasin #mag #bandlocation{
	display: block;
	margin-bottom: 25px;
}

#magasin #mag #infosmag{
	float:left;
	margin:0 10px 0 19px;
	width:515px;
	text-align:justify;
	font-size:14px;
}

#magasin #menu{
	float:left;
	margin-left:19px;
	margin-top:40px;
}

#magasin #menu a{
	margin-left:2px;
}

#magasin #menu a:first-child{
	margin-left:0;
}

#magasin .titlesect{
	clear:both;
	background-color:#ffffff;
	border:1px solid #000000;
	display:block;
	color:#000000;
	font-weight:bold;
	margin:0 25px;
	text-align:center;
	padding:3px 0;
}

#magasin .resume{
	background-color:#282525;
	margin:5px 25px 5px 25px;
	overflow:hidden;
}

#magasin .resume a{
	float:left;
	margin:5px;
	color:#FFF515;
	text-decoration:none;
}

#magasin .resume .yellow a{
	float:none;
}

#magasin .resume p{
	float:left;
	width:467px;
	margin:3px 5px 5px 5px;
	color:#ffffff;
	text-align:justify;
}

#magasin .resume .yellow{
	color:#fff515;
}

#magasin .resume .title{
	color:#ffffff;
	font-weight:bold;
}

#magasin .moreresume{
	clear:both;
	margin:5px;
	float:left;
}

#magasin .moreresume .title{
	margin:0 5px;
}

#magasin .moreresume a{
	float:none;
}

#magasin #bigcols{
	margin:10px 25px;
	overflow:hidden;
}

#magasin #bigcols .bigcol{
	width:454px;
	float:left;
}

#magasin #bigcols .bigcol:first-child{
	margin-right:10px;
}

#magasin #bigcols .bigcol .resume{
	width:454px;
	margin:0;
	clear:both;
}

#magasin #bigcols .bigcol .resume img{
	margin:42px 42px 0 42px;
}

#magasin #bigcols .bigcol .resume p{
	width:auto;
	margin:10px 24px;
}

#magasin #bigcols .title{
	clear:both;
	background-color:#ffffff;
	border:1px solid #000000;
	display:block;
	color:#000000;
	font-weight:bold;
	text-align:center;
	padding:3px 0;
	margin-bottom:10px;
}

#magasin .moreresume .blue{
	color:#6688EE;
	margin:5px;
	font-weight:bold;
	width:100%
}

#magasin .planning{
	float:left;
	margin-top:50px;
}

#magasin .planning p{
	display:block;
	background-color:#ffffff;
	color:#000000;
	text-align:center;
	padding:158px 80px;
	font-weight:bold;
	width:527px;
}

#magasin .cols{
	clear:both;
	margin:0 20px;
}

#magasin .cols .col{
	float:left;	
	background-color:#282525;
	margin:5px;
	padding:25px 5px 5px 5px;
	width:212px;
	text-align:center;
	height:320px;
}

#magasin .cols .col a{
	clear:both;
}

#magasin .cols .col p{
	padding:10px;
	color:#ffffff;
	text-align:justify;
}

#magasin .cols .col .subtitle{
	font-size:10px;
	display:block;
	text-align:center;
}

#magasin .toppage{
	clear:both;
	margin:10px 25px 20px 25px;
	display:block;
	background-color:#282525;
	color:#ffffff;
	text-align:right;
	text-decoration:none;
	font-weight:bold;
	padding:3px;
}

#magasin #bottom{
	clear:both;
	margin:10px 25px 0 25px;
	display:block;
	background-color:#282525;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	padding:3px 0;
}

#dropship{
	color:#000000;
	font-family:verdana;
	font-size:11px;
	text-align:justify;
	padding:10px 5px;
}

#dropship .titleds{
	color:#000000;
	text-decoration:underline;
	font-size:18px;
	font-weight:bold;
	display:block;
}

#dropship .orange{
	color:#FF4020;
	font-weight:bold;
}

#conditions #infospage{
	border-bottom:1px solid #000000;
}	

#conditions #infos{
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	margin-bottom:15px;
	overflow:hidden;
}

#conditions #infos .center{
	display:block;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}

#conditions{
	width:970px;
	margin-bottom:20px;
}

#conditions .bigtitle{
	display:block;
	text-align:center;
	text-transform:uppercase;
	font-size:22pt;
	margin:50px 0;
	font-weight:normal;
}

#conditions p{
	text-align:justify;
	padding:10px 60px;
	margin-bottom:20px;
	font-family:Arial;
	font-size:13px;
}

#conditions p a{
	color:#781500;
}

#conditions .title{
	font-family:Verdana;
	font-weight:bold;
	text-transform:uppercase;
	font-size:13px;
	display:block;
	margin:30px 0 20px 0;
}

#conditions .subtitle{
	font-family:Verdana;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	font-size:11px;
}

#infospage .bigtitle{
	display:block;
	text-align:center;
	font-size:21px;
	text-transform:uppercase;
	padding:30px 0;
}

#infospage .bigtitle .bigger{
	font-size:30px;
	font-weight:bold;
}

#infospage .bigtitle .bigbigger{
	font-size:40px;
	font-weight:bold;
}

#infospage .bigtitle .biggest{
	font-size:48px;
	font-weight:bold;
}

#infospage .bigtitle .big{
	font-weight:bold;
}

#infospage .bigtitle .light{
	font-weight:normal;
	font-size:18px;
}

#infospage a.light{
	text-transform:none;
	text-decoration:none;
}

#infospage a.light:hover{
	text-decoration:underline;
}

#infospage .blue{
	color:#00a9ec;
}

#infospage .bluealt{
	color:#04bdd2;
}

#infospage .green{
	color:#25cc03;
}

#infospage .black{
	color:#000000;
}

#infospage .title{
	background-color:#000000;
	width:450px;
	margin:auto;
	color:#ffffff;
	text-transform:uppercase;
	border-radius:5px;
	text-align:center;
	padding:10px;
	font-size:14px;
}

#infospage .bold{
	font-weight:bold;
	font-size:17px;
}

#infospage .italic{
	font-style:italic;
	font-weight:normal;
}

#infospage p{
	font-weight:bold;
	font-size:11px;
}

#infospage iframe{
	padding:50px 0 20px 0;
	overflow:hidden;
	width:968px;
}

#infospage{
	padding-top:20px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}

#securite #infospage{
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	padding:25px;
	margin-bottom:15px;
	overflow:hidden;
}

#securite .bigtitle{
	color:#87888b;
}

#securite .step{
	width:410px;
	float:left;
	margin:25px 0 0 27px;
	text-align:center;
}

#securite .step img{
	background-color:#D8DADB;
	border-radius:20px;
	display:block;
	border:0;
	height:410px;
}

#securite .step .title{
	display:block;
	font-size:11px;
	background-color:transparent;
	color:#000000;
	text-align:center;
	width:410px;
	padding-left:0;
	padding-right:0;
}

#securite .step .title{
	display:block;
	font-size:11px;
	background-color:transparent;
	color:#000000;
	text-align:center;
	width:410px;
	padding-left:0;
	padding-right:0;
}

#securite p, #commander p{
	margin:0 25px;
}

#commander .step{
	width:100%;
	text-align:center;
	margin:20px 0;
}

#commander .step img{
}

#commander .step .legendes{
	position:relative;
	bottom:50px;
	left:0;
	text-align:left;
	width:900px;
	margin:0 35px;
	font-weight:normal;
	text-align:center;
	font-size:12px;
}

#commander .step .legendes.half{
	width:395px;
	float:left;
	text-align:left;
}

#commander .step .legendes .bold{
	font-weight:bolder;
	font-size:13px;
}

#commander .step .title{	
	clear:both;
	margin:0;
	font-weight:bold;
	background-color:transparent;
	color:#000000;
	padding:0;
	display:block;
	width:100%;
	text-align:center;
}

#commander #infospage{
	border-bottom:1px solid #000000;
}

.errors{
	padding:20px 0;
	text-align:center;
	color:#ff0000;
	font-weight:bold;
	font-size:14px;
	/*text-transform:uppercase;*/
}

.infos #infospage{
	border:0;
}

#newsltr .red{
	color:#ff0000;
	font-weight:bold;
	font-size:13px;
	padding:20px 0;
	text-align:center;
}

#newsltr .green{
	color:#469037;
	font-weight:bold;
	font-size:13px;
	padding:20px 0;
	text-align:center;
}

#newsltr input[type="text"], #newsltr label{
	width:300px;
	margin:10px auto;
	display:block;
	font-size:13px;
}

#newsltr input[type="submit"]{
	margin:20px auto;
	display:block;
}

#newsltr form span{
	display:block;
	text-align:center;
	margin-top:10px;
	font-size:13px;
}

#newsltr form{
	width:968px;
	border:1px solid #000000;
	margin-bottom:15px;
}

#mainplan .submenu{
	width: 384px;
	padding:10px 0 10px 50px;
	font-size:14px;
}

#mainplan .submenu a{
	display:block;
	color:#000000;
	text-decoration:none;
	position:relative;
	margin-bottom:2px;
}

#mainplan .submenu .maintitle{
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
}

#mainplan .submenu a img{
	height:22px;
	position:absolute;
	top:0;
	left:0;
}

#mainplan .submenu a span{
	display:block;
	padding-top:3px;
	margin-left:30px;
}

#menunoel{
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}

#menunoel a{
	border-top:1px solid #000000;
	display:block;
	background-color:#000000;
}

#menunoel a:hover img{
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
}

#menunoel a img.active{
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}

#menunoel a img{
	vertical-align:bottom;
}

#boutonnoel{
	position:absolute;
	top:440px;
	left:-230px;
	z-index:1;
}

#boutonpromo{
	position:absolute;
	top:430px;
	left:-190px;
	z-index:1;
}

#boutonpromowe{
	position:absolute;
	top:500px;
	left:-180px;
	z-index:1;
}

#shops{
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}

#shops a{
	display:block;
}

#shops a img{
	vertical-align:middle;
}

#messcookie{
	display:block;
	min-height:16px;
	padding:2px 0;
	text-align:center;
	font-size:12px;
	font-family: Arial;
	background-color:#7A99DC;
	color:#ffffff;
}

#messcookie a{
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

#messcookie a:hover{
	text-decoration:underline;
}

#messcookie .close{
	cursor: pointer;
	height: 12px;
	margin-left:15px;
	font-size: 11px;
	font-weight: bolder;
	background-color: #c7c7c7;
	text-align: center;
	padding-top: 1px;
	padding-left: 5px;
	padding-right: 5px;
	color: #ffffff;
	border-radius: 2px;
}

#garantieconst{
	
	display:block;
	width:52px;
	height:48px;
	position:absolute;
	bottom:35px;
	right:102px;
	color:#ffffff;
	font-size:23px;
	font-weight:bold;
	text-align:center;
	font-family:Verdana;
}

#garantieconst span{
	display:block;
	height:48px;
	text-shadow:0 0 2px #663300;
	text-transform:uppercase;
}

#garantieconst #valgarantie{
	background:url("../images/structure/icone-garantie-fiche-produit.png") no-repeat;
	padding-top:10px;
	padding-left:3px;
}

#garantieconst #avie{
	background:url("../images/structure/icone-garantie-a-vie-fiche-produit.png") no-repeat;
	font-size:12px;
	padding-top:18px;
	padding-left:3px;
}

#paiementvirement{
	border:1px solid black;
}

#infosvirement{
	padding:30px;
	font-size:12px;
}

#infosvirement .content{
	margin-left:170px;
	width:550px;
}

#infosvirement .content form{
	margin-top:20px;
	text-align:center;
}

.bank{
	margin-bottom:15px;
	display:table;
	width:600px;
}

.bank .title, .bank .title{
	font-weight:bold;
	display: table-caption:
}

.bank .row{
	display:table-row;
}

.bank .cell{
	display:table-cell;
	padding:1px;
}

.bank .separator{
	width: 20px;
}

.bank .row.separator{
	margin-top:10px;
	display: inherit;
}

#infosvirement .bigtitle{
	display:block;
	text-align:center;
	text-transform:uppercase;
	font-size:20pt;
	margin:0;
	margin-bottom:20px;
	font-weight:normal;
}

.stock{
	font-size:11px;
}

.errorRegl{
	display:block;
	margin: 20px auto;
	width: 500px;
	text-align: center;
	border: 1px solid red;
	padding: 15px;
	font-size: 12px;
	background: rgba(221, 76, 76, 0.5);
	color: #A51919;
}

.errorRegl ul{
	padding-left: 20px;
	text-align: left;
}

/** Update Details / Facture */
#recapfacture{
	border-radius:3px; 
	width:100px; 
	position:absolute; 
	left:50%; 
	margin-left:165px; 
	font-weight:bold;
	text-align:center;
	background:#7D2622;
	height:30px;
	line-height:27px;
	margin-top:11px;
}
#recapfacture:hover{
	background:#822F2B;
}
#recapfacture a{
	display:block;
	color:#fff; 
	text-decoration:none;
}
.printFacture{
	border-radius:3px; 
	text-align:center; 
	padding:4px; 
	text-decoration:none; 
	font-weight:bold; 
	color:white; 
	background:#7D2622; 
	min-width:70px; 
	max-width:inherit; 
	position:absolute; 
	left:50%; 
	margin:12px 118px 0px;
}
.printFacture:hover{
	background:#822F2B;
}
/** border-radius: 3px;
text-align: center;
padding: 5px;
text-decoration: none;
font-weight: bold;
color: #FFF;
background: #7D2622 none repeat scroll 0% 0%;
min-width: 115px;
max-width: inherit;
position: absolute;
left: 50%;
margin: 0px 315px;
font-size: 10pt;*/


/** Infos produit - Plus dispo */
.notavailable{
	height:100% !important;
	margin-bottom: 10px !important;
	border-bottom: 1px solid black !important;
}
.notavailable .barreInfo{
	width:100%; 
	background-color:#fe0000; 
	border:1px solid; 
	border-color:#f46e6f #9f0100 #6d0607 #ff3438; 
	color:#fff; 
	text-align:center; 
	padding:2px 0; 
	font-size:14pt;
}
.notavailable .oldBox{
	border:14px solid #777; 
	height:280px; 
	width:100%; 
	box-sizing:border-box;
}
.notavailable.noassoc .oldBox{
	height:calc(100% - 50px);
}
.notavailable .cheatPhoto{
	display:inline-block; 
	height:100%; 
	vertical-align:middle;
}
.notavailable .oldLeft{
	position:relative !important;
	display:inline-block; 
	border-right:1px solid #777; 
	width:280px; 
	height:100%; 
	text-align:center; 
	box-sizing:border-box;
}
.notavailable .oldLeft img{
	max-width:240px; 
	max-height:240px; 
	vertical-align:middle;
}

.notavailable .oldLeft .moystars {
	cursor: pointer;
	position: absolute !important;
	bottom: 18px !important;
	left: 25px !important;
}

.notavailable .oldLeft .moystars #nbavis {
	top: 1px !important;
}

.notavailable .oldRight{
	float:right; 
	width:calc(100% - 280px); 
	height:100%;
}
.notavailable .oldInfos{
	width:100%; 
	height:72px; 
	border-bottom:1px solid #bfbfbf; 
	padding:4px 0;
}
.notavailable .oldInfos ul{
	list-style:none; 
	text-align:center; 
	margin:0; 
	padding:0; 
	font-size:10pt;
}
.notavailable .oldInfos h1{
	font-weight:bold; 
	font-size:12pt;
	text-align:center;
}
.notavailable .oldDesc{
	width:100%; 
	height:calc(100% - 82px); 
	overflow-x:hidden; 
	overflow-y:auto; 
	padding:6px; 
	box-sizing:border-box; 
	font-size:10pt;
}
.notavailable .infosprod{
	width:100%;
}
.notavailable .onglet{
	top:0 !important; 
	left:0 !important;
}
.notavailable .fullsize{
	width:70px !important; 
	margin:0 5px 0 20px !important;
}
.notavailable .moystars{
	position:relative !important; 
	bottom:0 !important; 
	left:0 !important;
}

#tousavisObsol.hide{
	display:none;
}

#tousavisObsol{
    background-color: #777777;
    margin: 0;
    padding: 0;
    padding: 0px 14px 10px;
}

#tousavisObsol #innerAvis {
	padding: 5px;
	background-color: #ffffff;
}

#tousavisObsol .avisstars {
	float: left;
}

#tousavisObsol .title {
	display: block;
	font-size: 12px;
	padding: 3px 85px;
	font-weight: bold;
}

#tousavisObsol .cl {
	margin: 10px 0;
	display: block;
}

.mainnoassoc{
	height:calc(100% - 280px);
}
.mainnoassoc #ficheproduit{
	height:100%;
}

/** RÃ©cemment consultÃ©s - Accueil */
#recemment_consultes{
	background:#454545;
	height:85px;
	margin-top:-10px;
	padding:0;
	border-left:1px solid #000;
	border-right:1px solid #000;
}
#recemment_consultes .firstelement{
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	float:left; 
	text-align:center; 
	margin:11px 15px;
	display:block;
}
#recemment_consultes .firstelement a{
	color:#fff;
	text-decoration:none;
	display:block;
}
#recemment_consultes .firstelement .fleche{
	display:block;
	margin-top:5px;
}
#recemment_consultes .firstelement .tout_voir{
	display:block;
	margin-top:5px;
}
#recemment_consultes .wrapper{
	padding-top:10px;
}
#recemment_consultes .wrapper li{
	background:#fff;
	width:62px; 
	height:62px; 
	text-align:center; 
	float:left; 
	margin:0 4px; 
	overflow:hidden; 
	line-height:64px; 
	border:1px solid #000;
}
#recemment_consultes .wrapper li a{
	display:block; 
	vertical-align:middle;
}
#recemment_consultes .wrapper li a img{
	max-width:50px; 
	max-height:50px;
}
#recemment_consultes .nope{
	font-weight:bold; 
	color:#fff; 
	padding-top:25px; 
	width:100%; 
	text-align:center;
}

/** RÃ©cemment consultÃ©s - Page produit */
#recemment_consultes.produit{
	border-top:1px solid #000;
	margin-top:-4px;
}
#recemment_consultes.produit .wrapper{
	padding-top:0;
}

/** RÃ©cemment consultÃ©s - Compte client */
#compteclient #ficheproduit{
	border-left:1px solid #000;
	border-right:1px solid #000;
}
#compteclient #ficheproduit .infosprod{
	/**width:970px;*/
}
#compteclient #ficheproduit .infosprod .desc{
	/**margin-left:20px;*/
}
#compteclient #ficheproduit .infosprod .stock{
	/**margin-left:35px;*/
}
#compteclient #ficheproduit .infosprod .infosprix{
	/**margin-right:10px;*/
}

/** Page Location */
#location {
    border: 1px solid #000000;
    border-top: 0;
    float:left;
    margin-bottom:20px;
    padding-top:20px;
}

#location .bigtitle{
	margin:0;
	font-weight:bold;
}

#location #mainInfos{
	text-align:center;
	margin-bottom:20px;
	font-size: 11px;
}

#location .bgred {
	background-color: #ff0000;
	color: #ffffff;
	padding: 0 10px;
	display: inline;
	font-weight:normal;
}

#location .subtitle{
	text-transform: none;
}

#location #mainInfos #adresseLocation, #location #mainInfos #horairesLocation{
	text-align: center;
	padding: 0;
}

#location #bodyLocation {
	background-color: #dbdcdd;
	margin: 10px;
	padding: 10px;
	text-align: center;
	font-size:12px;
}

#location #listLocation {
	color: #ffffff;
	background-color: #221f1f;
	text-align: left;
	padding: 5px;
	margin-top: 10px;
	margin-bottom:30px;
	height:220px;
	-moz-column-count:3;
	-moz-colum-width:30%;  
	-moz-column-gap:20px;
	-webkit-column-count:3;
	-webkit-colum-width:30%;  
	-webkit-column-gap:20px;
	column-count:3;
	colum-width:30%;  
	column-gap:20px;	
	-webkit-column-fill: auto; /* Chrome, Safari, Opera */
    -moz-column-fill: auto; /* Firefox */
    column-fill: auto;
    height:210px;
}

#location #bodyLocation .line {
	overflow:hidden;
	max-width:300px;
}

#location #bodyLocation .line {
	position: relative;
	width:100%;
	overflow: hidden;
}

#location #bodyLocation .line hr{
	border: 0;
	border-bottom: 1px dashed #ffffff;
	width: 100%;
	padding-top: 5px;
}

#location #bodyLocation .line .name:before{
	content: "-";
	margin-right: 5px;
}

#location #bodyLocation .line .name{
	position:absolute;
	top:0;
	left:0;
	margin:0;
	background-color:#221f1f;
	padding-right: 5px;
}

#location #bodyLocation .line .price{
	position:absolute;
	top:0;
	right:0;
	margin:0;
	background-color:#221f1f;
	padding-left: 5px;
}

#listLocation .subtitle {
    margin-top: 18px;
}

#listLocation .subtitle:first-child {
	margin-top:0;
}

#location p{
	font-size:12px;
	padding:0;

}

#location p span.bold{
	display:block;
	margin-top:20px;
}

#location p i{
	margin-left:10px;
	display:block;
}

#location .moreresume{
	margin-top:50px;
	text-align:left;
}

#location .moreresume a{
	color:#7D2622;
	text-decoration:none;
}

#location .moreresume .blue{
	color: #6688EE;
	margin: 5px;
	font-weight: bold;
	width: 100%;
}

.disp-mob{
	display:none;
}
#cart .stock .infodispo{
	display:block; 
	text-align:center; 
	text-transform:uppercase; 
	font-weight:bold; 
	font-size:9px;
	margin-top:2px	
}

#categoff{
	text-align: center;
	padding: 15px 0px 0;
	font-size: 13px;
	color: red;
}

/** Jonathan 04/04/19 - Puce TIPA Produit */
#img-logo-tipa-world-awards{
	position: absolute;
	display: block;
	right: 102px;
	top: 23px;
}

/** Jonathan 05/08/19 - Cashback hEADER */


#header-buttons .bons-plans .bons-plans-hover .bons-plans-container ul li.cashback {
	background-image: url("/images/structure/bons-plans/cashback.png");
}

#header-buttons .bons-plans .bons-plans-hover .bons-plans-container ul li.cashback:hover {
    background-image: url("/images/structure/bons-plans/cashback-hover.png");
}
    
    
/** 25/07/19 Jonathan PARTIE CASHBACK infoproduit.php */

#p_oney{
    text-align:right;
    margin-right:inherit;
    margin-right:5px
}
/* yanone-kaffeesatz-regular - latin */
@font-face {
	font-family: 'Yanone Kaffeesatz';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/yanone-kaffeesatz/yanone-kaffeesatz-v10-latin-regular.eot'); /* IE9 Compat Modes */
	src: local('Yanone Kaffeesatz Regular'), local('YanoneKaffeesatz-Regular'),
		 url('./fonts/yanone-kaffeesatz/yanone-kaffeesatz-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('./fonts/yanone-kaffeesatz/yanone-kaffeesatz-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('./fonts/yanone-kaffeesatz/yanone-kaffeesatz-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('./fonts/yanone-kaffeesatz/yanone-kaffeesatz-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('./fonts/yanone-kaffeesatz/yanone-kaffeesatz-v10-latin-regular.svg#YanoneKaffeesatz') format('svg'); /* Legacy iOS */
  }
  

#section_cashbackfond{
	background: #000;
	border-radius:5%;
	padding: 0px;
	margin-top: 5px;
	margin-left: 5px;
	width:146px;
	height:47px;
	color: #FFF;
}

#div_cashbackprix{
	display: inline-block;
	font-weight: bold;
	width: 60px; 
	text-align: center;
	padding-top:8px;
}

#div_cashbackinfo, #div_cashbackinfo2, #div_cashbackinfo3{
	/* font-family: 'BenchNine', sans-serif; */
	font-family: 'Yanone Kaffeesatz', sans-serif;
	display: inline-block;
	line-height: 14px;
	font-size: 12px;
	font-style: normal;
	text-align: center;
	background: #DA0019;
}

#div_cashbackinfo{
	border-radius:0% 5% 5% 0%;
	width: 86px;
	height: 43px;
	padding-top:4px;
	margin-left: 0px;
}

#div_cashbackinfo3{
	border-radius:0% 5% 5% 0%;
	width: 86px;
	height: 35px;
	padding-top:12px;
	margin-left: 0px;
}

#div_cashbackinfo2{
	border-radius:5%;
	width: calc(100% - 5px);
	height: 33px;
	padding-top:8px;
	margin: 3px;
}

#span_cashbackplus3{	
	font-size: 15px;
}

#section_cashbackfond a{
	color: #FFF;
	text-decoration: none;
	display: flex;
	width: 100%;
	height: 100%;
}

#section_cashbackfond a.cashback2{	
	font-size: 21pt;
}

#section_cashbackfond a.cashback3{
	font-size: 18pt;
}

#section_cashbackfond a.cashback4{	
	font-size: 16pt;
}

#section_cashbackfond #span_cashbackeur{
	/* font-size: 80%; */
}

#section_cashbackfond #span_cashbackplus{
	/* font-weight: bold; */
	font-size: 16px;
	line-height: 12px;
}

#section_cashbackfond #span_cashbackplus2{
	/* font-weight: bold; */
	font-size: 16px;
	line-height: 12px;
}

/** 26/07/19 JOnathan PARTIE CASHBACK filtres.php */
  
#section_cashbackliste{
	float:left;
	background: linear-gradient(to top, #DA0019 50%, #000 50%);
	border-radius:5%;
	padding: 0px;
	margin-top: 5px;
	margin-left: -45px;
	width:68px;
	height:55px;
	color: #FFF;
	position: absolute;
	left: 104px;
}

#section_cashbackliste #div_cashbackprixliste{
	display: block;
	font-weight: bold;
	text-align: center;
	padding-top:8px;
}

#section_cashbackliste #span_cashbackplusliste, #section_cashbackliste #span_cashbackplus2liste, #section_cashbackliste #span_cashbackplus3liste{
	font-family: 'Yanone Kaffeesatz', sans-serif;
	display: block;
	line-height: 14px;
	font-style: normal;
	margin-left: 0px;
	height: 30px;
	text-align: center;
	background: #DA0019;
}

#section_cashbackliste #span_cashbackplusliste, #section_cashbackliste #span_cashbackplus2liste{
	border-radius:0% 0% 5% 5%;
	padding-top:4px;
	font-size: 12px;
}

#section_cashbackliste #span_cashbackplus3liste{
	border-radius: 5%;
	padding-top:8px;
	font-size: 13px;
}

#section_cashbackliste a{
	color: #FFF;
	text-decoration: none;
	text-align: center;
	width: 100%;
	height: 100%;
}

#section_cashbackliste a.cashback2{	
	font-size: 18pt;
}

#section_cashbackliste a.cashback3{
	font-size: 17pt;
}

#section_cashbackliste a.cashback4{	
	margin-top: 3px;
	font-size: 15pt;
}

#section_cashbackliste #span_cashbackeurliste{
	display: block;
	height: 50%;
	font-weight: bold;
}

#section_cashbackliste #span_cashbackplusliste{
	display: block;
	height: 50%;
	font-size: 15px;
	margin-top: 0px;
	line-height: 12px;
	width: 100%;
	text-align: center;
}

#section_cashbackliste #span_cashbackplus2liste{
	display: block;
	height: 50%;
	font-size: 13px;
	margin-top: 0px;
	line-height: 12px;
}

#recherche .infosprod a.fullsizecashback {
	margin-left: 0px;
	margin-right: 35px;
	width: 90px;
	text-align: center;
}