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;
    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;*/ /* VS 2013-08-29 Commented to create a dynamic top nav */
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    text-align: center;
    margin: 0 auto;
}

#header #topnav #flags {
    position: absolute;
    top: 20px;
    left: 0;
    /* VS 2013-08-29: Using an trasparent backgroud for the flags
	Adapted from: http://stackoverflow.com/questions/806000/css-semi-transparent-background-but-not-text/891366#891366
	*/
    background-color: #272525;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(39, 37, 37) transparent;
    /* RGBa with 0.6 opacity */
    background: rgba(39, 37, 37, 0.5);
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#77272525, endColorstr=#77272525);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#77272525, endColorstr=#99272525)";

    padding: 5px 10px 5px 10px;
    z-index: 1;
    width: 315px; /* VS 2013-08-29 To show the flag list inline. CHANGE THIS VALUE WHEN ADDING OR REMOVING FLAGS */
    left: -999em;
}

#header #topnav #flags a {
    /* VS 2013-08-29 To show the flag list inline */
    display: inline-block;
    padding: 2px;
}

#header #topnav #flags a.selected {
    background-color: #781500;
}

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

#header #topnav li {
    /*float:left;
	width:210px; */ /* VS 2013-08-29 Commented to create a dynamic top nav */
    display: inline-block;
    padding: 0px 70px 0px 70px;
    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;*/ /* VS 2013-08-29 Commented to create a dynamic top nav */
}

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

#header #topnav li.flags {
    /*width:80px;*/ /* VS 2013-08-29 Commented to create a dynamic top nav */
}

#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: 29px;
    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;
    left: 0;
}
#miniheader a img {
    vertical-align: middle;
}
#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: 25px;
    text-decoration: none;
}
#miniheader #minisearch {
    float: left;
    margin-left: 17px;
}
#miniheader #minisearch input[name="search"] {
    height: 14px;
    margin-left: 16px;
}
#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;
    margin-left: 16px;
}

#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: 175px; /* VS 2013-09-12: The sentence "Apagar este artigo" was running on top of other elements. Increasing this value stops that */
    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,
#header #menu li.first-child {
    width: 66px;
}

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

#header #menu li:last-child a,
#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: normal;
    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 {
    cursor: default;
    background-color: #ffffff;
    position: relative;
    margin: 0 auto;
    width: 970px;
    min-height: calc(100% - 260px);
}

#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/pt_PT/structure/onglet-new.gif");
}

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

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

#main .moreinfo .recondition {
    position: absolute;
    left: 21px;
    top: 45px;
    width: 60px;
    height: 60px;
    background: url("/images/pt_PT/structure/onglet-produits-reconditionnes-PT.gif");
}



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

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

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

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

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

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

#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/pt_PT/structure/onglet-new.gif");
    background-size: contain;
}

#moreinfo .precommande {
    position: absolute;
    left: 21px;
    top: 45px;
    width: 60px;
    height: 60px;
    background: url("/images/pt_PT/structure/onglet-precommande.gif");
    background-size: contain;
}

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

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

#moreinfo .recondition {
    position: absolute;
    left: 21px;
    top: 45px;
    width: 60px;
    height: 60px;
    background: url("/images/pt_PT/structure/onglet-produits-reconditionnes-PT.gif");
    background-size: contain;
}



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

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

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

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

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

#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 {
    font-family: Verdana;
    cursor: pointer;
    width: 580px;
    font-size: 11px;
    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 .title {
    width: 540px;
    display: block;
    padding-top: 8px;
    font-weight: bold;
    float: left;
    font-size: 13px;
}

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

.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.preco {
    background: #007de0;
}
.lproduit.preco .fleche {
    background: url("/images/pt_PT/structure/fleche-droite-preco.png") no-repeat center left;
}
.lproduit.selected.preco p {
    color: #eaeaea;
}

.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-style: italic;
}

.center {
    text-align: center;
}

a img {
    border: 0;
}

.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: 19px;
    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 .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;
}

.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.preco {
    color: #007de0;
    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/pt_PT/structure/onglet-new.gif") no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    border: 0;
}

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

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

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

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

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

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

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

.bandeau .recondition {
    position: absolute;
    top: 0;
    left: 0;
    background: url("/images/pt_PT/structure/onglet-produits-reconditionnes-PT.gif") no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    border: 0;
}



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

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

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

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

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

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

.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;
}

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

.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;
}

/* VS 2013-09-23: BugFix: If one of the top "bandeau" is not complete, the hafcol would not be displayed correctly. Having the hafcol inside a div allows us to correct that. */
.fullcol {
    clear: both;
    float: left;
}

.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: 1px solid #000000;
}

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

#infossoc .linkssoc {
    font-size: 11px;
    float: left;
    list-style: none;
    margin: 15px 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: 45px;
    left: 0px;
    color: #3c5a98;
    text-decoration: none;
    font-size: 13px;
}

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

/* VS 2013-09-23: Added column-count and column-gap to make the image overflow into columns
FROM: http://stackoverflow.com/questions/6509106/css-ways-to-break-list-into-columns-on-page/6509239#6509239
WARNING: Does not work with IE
 */
#footer #fbtw {
    float: left;
    margin-top: 10px;
}

#footer #fbtw {
    display: block;
}

#footer #linkcom {
    padding: 5px 0 10px 5px;
    float: right; /* VS 2013-09-17: BOSSES ORDER: Setting the align of the footer images to the right*/
}

#footer #linkcom a {
    margin: 0;
    display: block;
    float: left;
}
#footer #linkcom a:first-child {
    margin-top: 10px;
    margin-right: 20px;
}

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

/* VS 2013-09-26: Added the new About Us page #quisommesnous */
#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,
#quisommesnous #currentnav,
#smartdeals #currentnav,
#smartdeals #aide {
    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;
	white-space: nowrap;
	overflow: hidden;
}

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


/** Jonathan 27/01/20 - Modification structure fil d'ariane  */
#contact #currentnav,
#magasin #currentnav,
#recherche #currentnav,
#conditions #currentnav,
#livraison #currentnav,
#familles #currentnav,
#smartdeals #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-flex;
	white-space: nowrap;
	margin: 0px;
}

#contact #currentnav li,
#magasin #currentnav li,
#recherche #currentnav li,
#conditions #currentnav li,
#livraison #currentnav li,
#familles #currentnav li,
#smartdeals #currentnav li{
	list-style: none;
}
#contact #currentnav li a.a_breadcrumb::before,
#magasin #currentnav li a.a_breadcrumb::before,
#conditions #currentnav li a.a_breadcrumb::before,
#recherche #currentnav li a.a_breadcrumb::before,
#recherche #currentnav li span.span_sanslien::before,
#livraison #currentnav li a.a_breadcrumb::before,
#familles #currentnav li a.a_breadcrumb::before,
#smartdeals #currentnav li a.a_breadcrumb::before{
	content: "►";
	/*content: "&#9658";*/
}


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

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

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

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

#ficheproduit #moreinfo #photosprod {
    position: relative;
    width: 390px;
    height: 330px;
    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;
    background-size: contain;
}

#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 {
    overflow: hidden;
}

#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: 11px;
    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;
    background: url("/images/structure/bgtransp.png") repeat;
    display: none;
    z-index: 10;
}

#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: 109px;
    background: url("/images/structure/switch-accueil.gif") #ffffff repeat-x bottom;
	overflow: hidden;
}

#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;
    position: relative;
    overflow: hidden;
}

#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;
    width: 16px;
}

#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: 310px;
}

#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: 34px;
    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: 330px;
    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 #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;
}

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

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

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

#ficheproduit #infoscompl #dispo.preco {
    background-color: #007de0;
}

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

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

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

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

#ficheproduit #infoscompl #dispo.nonstocke #subtitle {
    margin: 15px 5px;
    font-size: 10px;
}

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

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

#ficheproduit #infoscompl #dispo #midtitle {
    color: #000000;
    display: block;
    margin: 0 5px;
}

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

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

#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;
}

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

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

/** Update 25.02.2016 - Intégration du comparateur */
#ficheproduit .partage-centre {
    width: 279px;
    margin-left: 21px;
    margin-top: 21px;
    float: left;
}
#ficheproduit .partage-centre .btn-fiche {
    float: left;
}

/** Jérôme 27/08/19 - Boutons fiche produit */
.partage-centre .btn-fiche i{
	margin-right: 0 !important;
	font-size: 16px !important;
}

#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: 141px;
    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 {
    color: #781500;
    font-weight: bold;
    display: block;
    width: 120px;
    float: left;
    padding: 5px 5px;
}

#ficheproduit #fichedetaillee #fiche .desc,
#ficheproduit #fichedetaillee #caracteristiques .desc {
    text-align: justify;
    font-size: 11px;
    width: 820px;
    margin: 0;
    padding: 5px 10px;
    float: right;
}

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

#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:50px 0;*/
}

#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;
}

.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;
    right: 0;
    bottom: 0;
    text-transform: uppercase;
    font-size: 10px;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    background: transparent;
    padding: 5px;
    border: 0;
}

#recherche #seemorecrit,
#recherche #seelesscrit {
    position: absolute;
    left: 0;
    bottom: 0;
    border: 1px solid #000000;
    text-transform: uppercase;
    font-size: 10px;
    cursor: pointer;
    color: #ffffff;
    font-weight: bold;
    padding: 5px;
    background: transparent;
    border: 0;
}

.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;
}

#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;
}

#compteclient #currentnav,
#recherche #aide,
#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,
#commander #currentnav {
}

#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: 5px;
    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 {
    margin-top: 5px;
    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,
#recherche #resultat #tri label {
    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;
	display: inline-block;
}

#recherche #categsliste .familles 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;
}

#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;
}

.infosprod.highlight {
	background-color: #d2d2d2;
}

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

#recherche .onglet,
#accessoires .onglet,
#produitsvus .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 .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 ul {
    padding: 0;
    margin: 15px 0;
    list-style: none;
}

#recherche .new,
#accessoires .new,
#produitsvus .new {
    width: 60px;
    height: 60px;
    background: url("/images/pt_PT/structure/onglet-new.gif");
}

#recherche .precommande,
#accessoires .precommande,
#produitsvus .precommande {
    width: 60px;
    height: 60px;
    background: url("/images/pt_PT/structure/onglet-precommande.gif");
    background-size: contain;
}

#recherche .promo,
#accessoires .promo,
#produitsvus .promo {
    width: 60px;
    height: 60px;
    background: url("/images/pt_PT/structure/onglet-promo.gif");
}

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

#recherche .recondition,
#accessoires .recondition,
#produitsvus .recondition {
    width: 60px;
    height: 60px;
    background: url("/images/pt_PT/structure/onglet-produits-reconditionnes-PT.gif");
    background-size: contain;
}

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

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

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

#recherche .soldes,
#accessoires .soldes,
#produitsvus .soldes {
    width: 60px;
    height: 60px;
    background: url("/images/pt_PT/structure/onglet-soldes.gif");
}

#recherche .destock,
#accessoires .destock,
#produitsvus .destock {
    width: 60px;
    height: 60px;
    background: url("/images/pt_PT/structure/onglet-destockage.gif");
}

.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 .preco {
    background-color: #007de0;
    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;
}

/* Jérôme 05/11/2019 - Produits 'soon' */
.infosprod .soon {
    width: 150px;
    float: left;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    font-family: Verdana;
    text-align: center;
	margin-top: 10px;
	margin-left: 100px;
	text-decoration: none;
}
#fichedetaillee  .infosprod .soon {
	margin-left: -25px;
}

.infosprod .soon-available {
	padding: 5px 5px 5px 5px;
	display: block;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background: #ff4800;
	color: #fff;
}

.infosprod .soon-infos {	
	padding: 5px 5px 5px 5px;
	display: block;
	text-decoration: none;
	color: #ffffff;
	background-color: #333333;
}

#ficheproduit #mag .alerteDispo {
	text-transform: uppercase;
	text-decoration: underline;
	cursor: pointer;
}

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

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

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

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

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

#achat .subtitlegarantie a {
    position: relative;
    display: inline;
    float: none;
    width: auto;
    height: auto;
    margin-right: 0;
    text-align: center;
    line-height: initial;
}

#achat span {
    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 a {
    position: relative;
    display: block;
    float: left;
    width: 45px;
    height: 45px;
    margin-right: 5px;
    text-align: center;
    line-height: 40px;
}

#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;
}

#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 10px 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 .preco {
    background-color: #007de0;
}

#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 30px;
    width: 75px;
    border-radius: 2px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 10px;
    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; /* VS 2014-10-04: Copying the alterations made to this button from FR (not warned abot it)*/
}

#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;
}

#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 {
    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 {
    background-color: #48ae49;
    color: #ffffff;
    text-decoration: none;
    font-family: Verdana;
}

#currentnav .dark.last {
    /* VS 2013-08-12: Decreased the width because of the difference of lengths between the french and portuguese sentences */
    width: 247px;
}

#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 {
    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 {
    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 {
    border-top: 0;
}

#cart #recappanier .row img,
#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 #options .row .describe,
#cart #optionsdispo .row .describe {
    position: absolute;
    left: 100px;
    top: 10px;
    width: 440px;
}

#cart #recappanier .row .title,
#cart #accessoires .row .title,
#detailcommande #recappanier .row .title,
#wishlist .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 {
    padding: 0;
    line-height: 1.2;
    z-index: 1;
}

#cart #recappanier .row .prixunit,
#detailcommande #recappanier .row .prixunit,
#cart #options .row .prixunit,
#cart #optionsdispo .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,
#cart #optionsdispo .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 {
    text-decoration: underline;
}

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

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

#cart #options .rowopt .garantie,
#cart #optionsdispo .rowopt .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 .rowopt .garantie span,
#cart #optionsdispo .rowopt .garantie span {
    display: block;
}

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

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

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

#cart #options .rowopt .descopt .prodopt,
#cart #optionsdispo .rowopt .descopt .prodopt {
    color: #781500;
}

#cart #options .rowopt .suppr {
    position: absolute;
    left: 765px;
    top: 0;
    border-left: 1px solid #5b5c5e;
    background-color: #e6e6e7;
    height: 24px;
    padding: 12px 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 .preco,
#detailcommande .stock .preco,
#wishlist .stock .preco {
    width: 50px;
    height: 15px;
    border: 1px solid #000000;
    background-color: #007de0;
    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 #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;
}

#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: 4px;
    font-size: 0.6em;
}

#cart #recapprix .bigmontant sup,
#paiement #recapprix .bigmontant sup,
#detailcommande #recapprix .bigmontant sup {
    bottom: 6px;
}

#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; /*2013-09-12: Bug fix by Rémi*/
    clear: both;
}

#continue,
#cart #valider {
    margin-left: 14px;
    cursor: pointer;
    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,
#transporteurs #valid,
#transporteurs #panier {
    margin-top: 7px;
    height: 70px;
    width: 204px;
    border: 0;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    background: linear-gradient(to bottom, rgba(50, 148, 61, 1) 0%, rgba(8, 89, 30, 1) 81%, rgba(8, 62, 20, 1) 97%, rgba(8, 62, 20, 1) 100%);
    border-radius: 2px;
    font-family: Arial;
    color: #fff;
    font-weight: bold;
}
#transporteurs #panier {
    background: linear-gradient(to bottom, #242021 0%, #2a2627 40%, #3e3e40 50%, #3e3e40 60%, #3e3e40 70%, #272324 100%);
}
#cart #valider #btnvalider .valider,
#transporteurs #valid .valider,
#transporteurs #panier .valider {
    font-size: 17px;
    margin: 0 0 3px;
    letter-spacing: 0;
}
#cart #valider #btnvalider .passer,
#transporteurs #valid .passer,
#transporteurs #panier .passer {
    font-size: 8px;
    margin: 0;
    display: block;
    letter-spacing: 1px;
}

#cart #valider #precisions {
    position: absolute;
    left: 0;
    margin-top: 5px;
    width: 747px;
    height: 30px;
    margin-top: 41px;
}

#cart #valider #precisionsnew {
    position: absolute;
    left: 0px;
    margin-top: 7px;
    width: 747px;
    height: 34px;
    border: 1px solid #000;
    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 #optionsdispo {
    float: left;
    margin-top: 60px;
    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 .formident {
    width: 480px;
    margin-bottom: 10px;
}

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

#carnetadresse a.adrnotok {
	border: 1px solid #000000;
	height: 20px;
	width: 220px;
	margin-top: 5px;
	margin-bottom: 7px;
	background: #ffb0b0;
	font-family: Arial, Verdanasans-serif;
	font-size: 1em;
	color: #000000;
	text-transform: inherit;
	font-weight: normal;
	border-radius: 0;
	padding-top: 0;
	line-height: 20px;
}

#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: 14px;
    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 {
    /* VS 2013-08-08: Added clear: both so that out of place elements don't mess up with the placement of the login boxes */
    clear: both;
    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 {
    /* VS 2013-08-08: Added clear: both so that out of place elements don't mess up with the placement of the address boxes */
    clear: both;
    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: 230px;
    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 {
    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 .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/pt_PT/structure/bouton-valider.jpg") no-repeat;
}

#transporteurs #panier {
    width: 211px;
    text-decoration: none;
    background: url("/images/pt_PT/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: 180px;
    padding: 0;
    margin: 5px 3px;
    font-weight: bold;
    font-size: 11px;
}

#paiement .adresse .coord,
#detailcommande .adresse .coord {
    float: left;
    display: block;
    width: 180px;
    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 {
    /* VS 2013-08-08: Added clear: both so that out of place elements don't mess up with the placement of the address boxes */
    border-left: 1px solid #000000;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    clear: both;
}

#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;
}

#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 {
    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 .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 {
    color: #40ae49;
    position: relative;
    vertical-align: baseline;
    bottom: 17px;
}

#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;
}

/* VS 2013-09-26: Added the new About Us page #quisommesnous */
#conditions #infos .title,
#quisommesnous #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 #messerrors {
    margin: 20px 0;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #ff0000;
}

#compteclient 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; /* VS 2013-10-03: Fixed the incorrect relative path to the image */
}

#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;
    border-bottom: 1px dotted #000000;
}

#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 span:not(.smallButton) {
    display: block;
	width: 100%
    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;
}

#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;
    overflow: hidden;
    margin-bottom: 15px;
}

#concours #linkreglement {
    display: block;
    text-align: center;
    background-color: #e6e6e7;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    padding: 8px 0px;
    font-size: 12px;
    font-weight: bold;
}

#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 .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-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    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; /* VS 2013-10-03: Fixed the incorrect relative path to the image */
}

#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 .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: 18px 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;
}

/* VS 2013-09-18: Removing the #mag section from the page caused element colapses. Using the same formating for all parent sections */
#contact #mails,
#contact #mag,
#contact #coord {
    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: calc(100% - 409px);
    margin-bottom: 25px;
}

#magasin #mag #coord .title {
    font-size: 18px;
    font-weight: bold;
}

#magasin #mag .subtitle {
    font-weight: bold;
    margin-bottom: -4px;
    display: block;
}

#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: 13px;
}

#magasin .bottom {
    clear: both;
    padding: 15px;
    margin-left: 9px;
}
#magasin .bottom img {
    border: 10px solid #e5e5e5;
}
#magasin .bottom img:last-child {
    margin-left: 5px;
}

#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;
}

/* VS 2013-09-26: Added the new About Us page #quisommesnous */
#conditions #infos,
#quisommesnous #infos,
#smartdeals #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;
}

#smartdeals img {
	display: block;
}

#smartdeals #entete {
	position: relative;
}

#smartdeals #entete img {
	width: 100%;
}

#smartdeals #entete .bottom {
	display: flex;
	justify-content: space-around;
	position: absolute;
	top: 225px;
	bottom: 30px;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.2);
	/* font-family: 'Open Sans'; */
}

#smartdeals #entete .bottom section {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	margin: 15px 0;	
}

#smartdeals #entete #validite {
	color: #FFF;
	font-size: 20px;
	font-weight: 600;
	text-shadow: 1px -1px 3px #000;
	padding: 10px 20px;
	background: #025BC1;
	/* -webkit-transform: rotate(-10deg);	 */
	/* -ms-transform: rotate(-10deg); */
	transform: rotate(-10deg);
}

#smartdeals #entete #middle {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	/**text-shadow: 1px -1px 3px #000;*/
	padding: 10px;
}

#smartdeals #entete #middle .remisemax,
#smartdeals #entete #middle .nbrefs {
	color: #FE0000;
	font-weight: 800;
	text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 1px -1px 3px #000;
}

#smartdeals #entete #code-container {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	padding: 10px 20px;
	background: #FE0000;
}

#smartdeals #entete #code-container #code {
	font-size: 25px;
	font-weight: 800;
	text-shadow: 0 0 2px #633, 0 0 2px #633, 0 0 3px #633, 0 0 3px #633;
	
}

#smartdeals #filtres {
	background-color: #D4D4D8;
	border: 1px solid #000;
}

#smartdeals #filtres form {
	display: flex;
}

#smartdeals #filtres form div {
	padding: 5px 10px;
}

#smartdeals #filtres #famille {
	width: 280px;
}

#smartdeals #filtres #marque {
	width: 170px;
}

#smartdeals #filtres #recherche {
	width: 200px;
}

#smartdeals #filtres form div label {
	color: #781500;
	font-size: 12px;
	font-weight: bold;
}

#smartdeals #filtres #sous-filtres {
	display: flex;
	align-items: center;
	background-color: #000;
	color: #fff;
}

#smartdeals #filtres #sous-filtres #reset {
    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;
	margin: 5px;
}

#smartdeals #filtres #nbresults {
	font-size: 14px;
	margin: 5px;
}

#smartdeals #filtres #nbresults span {
	font-weight: 600;
}

#smartdeals #vignettes {
	display: flex;
	flex-wrap: wrap;
}

#smartdeals #vignettes .vignette {
	width: 193px;
	height: 200px;
	border-right: 1px dotted #a8a8a8;
    border-bottom: 1px dotted #a8a8a8;
	transition: background-color 0.2s;
}

#smartdeals #vignettes .vignette:nth-child(5n) {
	width: 192px;
	border-right: none;
}

#smartdeals #vignettes .vignette:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

#smartdeals #vignettes .vignette a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

#smartdeals #vignettes .vignette a .image{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 110px;
	height: 120px;
	background: #fff;
	border-radius: 5px;
}

#smartdeals #vignettes .vignette a .image img{
	max-width: 100px;
	max-height: 100px;
	margin-top: 5px;
}

#smartdeals #vignettes .vignette a .top{
	display: flex;
	justify-content: space-between;
	width: 100%;
}

#smartdeals #vignettes .vignette a .prix{
	font-size: 18px;
    font-weight: bold;
}

#smartdeals #vignettes .vignette a .nomprod {
	display: flex;
	justify-content: center;
	/* align-items: flex-end; */
	text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
	height: 50px;
	padding: 0 5px;
	margin-top: 10px;
}

#smartdeals #vignettes .vignette a .top-right {
	margin-right: 10px;
	text-align: right;
}

#smartdeals #vignettes .vignette a .remise {
	width: 80px;
	height: 0;
	line-height: 0;
	color: #fff;
	background-color: #f33;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	border-left: 10px solid #fff;
	border-top: 20px solid #f33;
	border-bottom: 20px solid #f33;
}

#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-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;
}

/* VS: 2013-09-13: Stop the floating <p> from collapsing the .step parent
 FROM: http://stackoverflow.com/questions/218760/how-do-you-keep-parents-of-floated-elements-from-collapsing
*/
#commander .step:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    *zoom: expression(this.runtimeStyle[ "zoom" ] = "1", this.innerHTML + = '<div class="ie7-clear"></div>');
}

.ie7-clear {
    display: block;
    clear: both;
}

#commander .step img {
}

#commander .step .legendes {
    position: relative;
    /*bottom:50px;*/ /* VS 2013-09-13: Images are different from the French version. There's no empty space in the lower part of the image. */
    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;
    margin-bottom: 15px;
    overflow: hidden;
}

.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%;
}

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

.disp-mob {
    display: none;
}

/** Code promo */
#validcgv #codepromo {
    position: absolute;
    left: 0;
    width: 751px;
    height: 26px;
    text-align: left;
    margin-top: 8px;
    background: #231f20;
}
#codepromo .code-wrapper {
    padding-top: 3px;
    float: left;
    letter-spacing: 0;
    margin: 0 !important;
    letter-spacing: 0px !important;
}
#codepromo .code-wrapper label {
    font-size: 11px;
    padding-left: 6px;
    font-weight: bold;
    font-family: Verdana;
}
#codepromo .code-wrapper input {
    margin-left: 4px;
    border: 1px solid #000;
}
#codepromo .code-wrapper span {
    font-size: 11px;
    margin: 0;
    padding-left: 4px;
    font-weight: bold;
    letter-spacing: 0;
    font-family: Verdana;
    display: inline;
}
#codepromo #majCode {
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: bold;
    border-radius: 2px 0 0 2px;
    height: 26px;
    color: #fff;
    margin: 0;
    border: 0;
    float: right;
    background: url("/images/structure/degrade-bouton-vert.gif") repeat-x;
}
#cart .stock .infodispo {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 9px;
    margin-top: 2px;
}
#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;
}

#main .moreinfo.preco {
    background: #007de0;
}
#main .moreinfo .onglet-preco {
    position: absolute;
    left: 21px;
    top: 45px;
    width: 60px;
    height: 60px;
    background: url("/images/pt_PT/structure/onglet-precommande.gif");
    background-size: contain;
}
.bandeau .onglet-preco {
    position: absolute;
    top: 0;
    left: 0;
    background: url("/images/pt_PT/structure/onglet-precommande.gif") no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    border: 0;
}
.bandlarge .onglet-precoprod {
    background: url("/images/pt_PT/structure/degrade-fond-preco.png") repeat-y;
    width: 184px;
    height: 40px;
}
.bandlarge #linkpreco {
    background: url("/images/pt_PT/structure/degrade-fond-preco-long.png") repeat-y;
}
#preco .bandlarge .flecheleft {
    background: url("/images/pt_PT/structure/fleche-gauche-preco.png") no-repeat center left;
}
#preco .bandlarge .flecheright {
    background: url("/images/pt_PT/structure/fleche-droite-preco.png") no-repeat center left;
}

#categoff {
    text-align: center;
    padding: 15px 0px 0;
    font-size: 13px;
    color: red;
}

/** Fabien 19/09/18 - Nouvel affichage Header */
#header-buttons {
    float: right;
    margin-top: 21px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
}

#header-buttons a {
    text-decoration: none;
}

#header-buttons .bons-plans {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    position: relative;
}

#header-buttons .bons-plans .bons-plans-hover {
    display: none;
    position: absolute;
    z-index: 20;
    width: 300px;
    margin-left: -109px;
    box-shadow: 0px 1px 6px 0px #000;
}

#header-buttons .bons-plans .bons-plans-hover .fleche-up {
    margin: 0 auto;
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

#header-buttons .bons-plans .bons-plans-hover .bons-plans-container {
    width: calc(100% - 2px);
    background: #fff;
    color: #000;
    border: 1px solid #fff;
    font-size: 13px;
}

#header-buttons .bons-plans .bons-plans-hover .bons-plans-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#header-buttons .bons-plans .bons-plans-hover .bons-plans-container ul li {
    padding: 8px 10px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 2px #000, 1px 1px 2px #000;
    background-position: right bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

#header-buttons .bons-plans .bons-plans-hover .bons-plans-container ul a {
    text-decoration: none;
}

#header-buttons .bons-plans .bons-plans-hover .bons-plans-container ul li.soldes {
    background-color: #fcd900;
    background-image: url("/images/structure/bons-plans/soldes.png");
}

#header-buttons .bons-plans .bons-plans-hover .bons-plans-container ul li.op {
    background-color: #61ab55;
    background-image: url("/images/structure/bons-plans/op.png");
}

#header-buttons .bons-plans .bons-plans-hover .bons-plans-container ul li.destock {
    background-color: #ffb504;
    background-image: url("/images/structure/bons-plans/destock.png");
}

#header-buttons .bons-plans .bons-plans-hover .bons-plans-container ul li.recond {
    background-color: #606060;
    background-image: url("/images/structure/bons-plans/recond.png");
}

#header-buttons .bons-plans .bons-plans-hover .bons-plans-container ul li.new {
    background-color: #c81b20;
    background-image: url("/images/structure/bons-plans/new.png");
}

#header-buttons .bons-plans .bons-plans-hover .bons-plans-container ul li.preco {
    background-color: #007de0;
    background-image: url("/images/structure/bons-plans/preco.png");
}

#header-buttons .bons-plans .bons-plans-hover .bons-plans-container ul li.promos {
    background-color: #f39519;
    background-image: url("/images/structure/bons-plans/promos.png");
}

#header-buttons .bons-plans .bons-plans-hover .bons-plans-container ul li.soldes:hover {
    background-image: url("/images/structure/bons-plans/soldes-hover.png");
}

#header-buttons .bons-plans .bons-plans-hover .bons-plans-container ul li.op:hover {
    background-image: url("/images/structure/bons-plans/op-hover.png");
}

#header-buttons .bons-plans .bons-plans-hover .bons-plans-container ul li.destock:hover {
    background-image: url("/images/structure/bons-plans/destock-hover.png");
}

#header-buttons .bons-plans .bons-plans-hover .bons-plans-container ul li.recond:hover {
    background-image: url("/images/structure/bons-plans/recond-hover.png");
}

#header-buttons .bons-plans .bons-plans-hover .bons-plans-container ul li.new:hover {
    background-image: url("/images/structure/bons-plans/new-hover.png");
}

#header-buttons .bons-plans .bons-plans-hover .bons-plans-container ul li.preco:hover {
    background-image: url("/images/structure/bons-plans/preco-hover.png");
}

#header-buttons .bons-plans .bons-plans-hover .bons-plans-container ul li.promos:hover {
    background-image: url("/images/structure/bons-plans/promos-hover.png");
}

/**#header-buttons .bons-plans .bons-plans-hover .bons-plans-container ul li{
	padding: 6px 10px;
	background-color: #515253;
	border-bottom: 1px solid #000;
}
#header-buttons .bons-plans .bons-plans-hover .bons-plans-container ul a:last-child li{
	border-bottom: 0;
}*/
#header-buttons .bons-plans .bons-plans-hover .bons-plans-container ul li.soldes:hover .fleche-right {
    border-left-color: #fcd900;
}

#header-buttons .bons-plans .bons-plans-hover .bons-plans-container ul li.op:hover .fleche-right {
    border-left-color: #61ab55;
}

#header-buttons .bons-plans .bons-plans-hover .bons-plans-container ul li.destock:hover .fleche-right {
    border-left-color: #ffb504;
}

#header-buttons .bons-plans .bons-plans-hover .bons-plans-container ul li.recond:hover .fleche-right {
    border-left-color: #606060;
}

#header-buttons .bons-plans .bons-plans-hover .bons-plans-container ul li.new:hover .fleche-right {
    border-left-color: #c81b20;
}

#header-buttons .bons-plans .bons-plans-hover .bons-plans-container ul li.preco:hover .fleche-right {
    border-left-color: #007de0;
}

#header-buttons .bons-plans .bons-plans-hover .bons-plans-container ul li.promos:hover .fleche-right {
    border-left-color: #f39519;
}

#header-buttons .bons-plans .bons-plans-hover .bons-plans-container ul li .fleche-right {
    display: inline-block;
    width: 0px;
    height: 0px;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 5px solid #fff;
    margin-right: 10px;
}

#header-buttons .bons-plans .bons-plans-hover .bons-plans-container ul a:hover li .fleche-right {
    margin-left: 8px;
}

#header-buttons .bons-plans .bons-plans-hover .bons-plans-container ul li .total {
    float: right;
}

#header-buttons .moncompte,
#header-buttons .panier,
#header-buttons .bons-plans-trigger {
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-right: 10px;
    text-align: center;
    width: 85px;
    cursor: pointer;
}

#header-buttons .moncompte img,
#header-buttons .panier img,
#header-buttons .bons-plans-trigger img {
    height: 40px;
    display: block;
    margin: 0 auto;
}

#header-buttons .moncompte .title,
#header-buttons .panier .title,
#header-buttons .bons-plans-trigger .title {
    color: #ffffff;
    display: block;
    margin-top: 5px;
}

#header-buttons .moncompte .title {
    max-width: 85px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#header-buttons .panier .nb-articles {
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    display: block;
    position: absolute;
    text-align: center;
    background: #3fa535;
    border-radius: 100px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    top: 5px;
    left: 50%;
    margin-left: -7px;
}

#header-buttons .bons-plans .new-tmp {
    color: #fff;
    position: absolute;
    top: 0;
    font-weight: bold;
    background: #ff0000;
    padding: 0 4px 0 3px;
    border-radius: 2px;
    margin-top: -8px;
    margin-left: 2px;
}

/** Fabien 19/09/18 - Moteur de recherche nouvel affichage */
#header #tophead #formsearch {
    height: 104px;
    float: left;
    width: 455px;
    margin-left: 10px;
}
#miniheader {
    color: #fff;
    font-size: 10pt;
    font-weight: bold;
    font-family: Verdana;
    line-height: 37px;
}
#header #tophead #formsearch #search,
#compteclient .infos .searchInput,
#miniheader input[name="miniinput"] {
    border-radius: 0;
    padding: 2px 8px;
    box-shadow: 0 0 1px #595a5c inset;
    border: 1px solid #595a5c;
    height: 32px;
    padding-right: 40px;
    box-sizing: border-box;
}
#header #tophead #formsearch #search,
#compteclient .infos .searchInput,
#miniheader input[name="miniinput"] {
    width: 100%;
}
#header #tophead #formsearch input {
    margin: 15px 0 10px 0;
    border: 0;
    float: left;
}

#header #tophead #formsearch input#valid,
#miniheader #minisearch input[name="image"] {
    display: none;
}

#header #tophead #formsearch #suggest-container,
#header #minisearch #suggest-container {
    position: absolute;
    background-color: #ffffff;
    z-index: 5;
    top: 46px;
    width: calc(100% - 4px);
    overflow: none;
    margin-left: -2px;
    border: 0;
}

#header #tophead #formsearch #suggest-container:not(:empty),
#header #minisearch #suggest-container:not(:empty) {
    border: 1px solid #575757;
}

#header #tophead #formsearch #suggest-container.results,
#header #minisearch #suggest-container.results {
    width: 580px;
}

#header #tophead #formsearch .all-results,
#header #minisearch .all-results {
    box-sizing: border-box;
    height: 32px;
    line-height: 30px;
    width: 100%;
    background: #781500;
    color: #fff;
    padding: 0 10px;
    font-size: 11px;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #fff;
}

#header #tophead #formsearch .all-results:hover,
#header #minisearch .all-results:hover {
    cursor: pointer;
    background: #911800;
}

#header #tophead #formsearch #suggest,
#minisearch .suggest {
    position: relative;
    width: auto;
    height: auto;
    border-radius: 0;
    top: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    box-shadow: inherit;
}

#header #tophead #formsearch #suggest ul li a,
#minisearch .suggest ul li a {
    height: auto;
    padding: 0;
}

#header #tophead #formsearch #suggest ul li:nth-child(2n + 1) a {
    background-color: #f5f5f5;
}

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

#header #suggest .product-search {
    width: 100%;
    padding: 10px 5px 10px 0;
    box-sizing: border-box;
    position: relative;
}

#header #suggest .product-search .picture {
    display: inline-block;
    width: 40px;
    text-align: center;
    padding: 0 5px 0 10px;
    height: 100%;
    position: absolute;
    top: 0;
}

#header #suggest .product-search .picture:before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

#header #suggest .product-search .picture img {
    max-height: 40px;
    max-width: 40px;
    vertical-align: middle;
}

#header #suggest .product-search .container {
    display: inline-block;
    width: calc(100% - 55px - 95px);
    vertical-align: top;
    position: relative;
    margin-left: 60px;
}

#header #tophead #formsearch #suggest span,
#header #minisearch #suggest span {
    text-align: inherit;
    padding: inherit;
    color: inherit;
    text-align: left;
    width: 100%;
}

#header #suggest .product-search .container .name {
    display: block;
    font-size: 12px;
    font-weight: bold;
    white-space: normal;
    padding: 5px 0 0 0;
}

#header #suggest .product-search .container .dispo,
#header #suggest .product-search .container .promos {
    display: inline-block;
    padding: 0;
    font-weight: bold;
    vertical-align: top;
    font-size: 10px;
}

#header #suggest .product-search .container .dispo.enstock {
    color: #48ae49 !important;
}

#header #suggest .product-search .container .dispo.enreappro {
    color: #ee673a !important;
}

#header #suggest .product-search .container .dispo.exclusifmagasin,
#header #suggest .product-search .container .dispo.nonstocke {
    color: #a35ba3 !important;
}

#header #suggest .product-search .container .dispo.enprecommande {
    color: #007de0 !important;
}

#header #suggest .product-search .container .dispo.bientotdisponible, .dispo.bientotdisponible {
    color: #ff4800;
}

#header #suggest .product-search .container .promos {
    font-weight: normal;
    color: #9c1e9c;
    margin-left: 4px;
}

#header #suggest .product-search .prix,
#header #suggest .product-search .solde {
    box-sizing: border-box;
    display: inline-block;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    width: 90px;
    text-align: right;
    padding-right: 5px;
    vertical-align: top;
}

#header #suggest .product-search .solde,
#header #suggest .product-search .solde .prix {
	font-size: 10px;
	color: red;
}

#header #suggest .product-search .prix sup {
    font-size: 10px;
    bottom: 5px;
}

#header #suggest .product-search .solde .prix sup {
	font-size: 6px;
	bottom: 3px;	
}

#header #suggest-container .loading {
    text-align: center;
    padding: 6px 0;
}

#header #suggest-container .loading img {
    height: 30px;
    width: 30px;
}

#header #suggest-container .no-results {
    font-size: 13px;
    color: red;
    font-weight: bold;
    text-align: center;
    padding: 15px 0;
}

#header #minisearch #suggest-container {
    top: inherit;
    font-family: Arial, Verdana, sans-serif;
    font-size: 10px;
}

/** Fabien 08/01/17 - Ajout d'un bouton de recherche (loupe) */
#header #tophead #formsearch #search,
#compteclient .infos .searchInput,
#miniheader input[name="miniinput"] {
    box-shadow: 0px 0px 4px #595a5c inset;
    border-radius: 5px;
    width: 100%;
    height: 29px;
    padding: 5px;
    border: none;
}

#header #tophead #formsearch #search:focus,
#compteclient .infos .searchInput:focus,
#miniheader input[name="miniinput"]:focus {
    box-shadow: 0 0 1px #c8c8c8;
}

#miniheader input[name="miniinput"] {
    border-radius: 1px;
    box-shadow: 0 0 1px #595a5c inset;
    border: 1px solid #595a5c;
}

#header #tophead #formsearch input {
    margin-top: 12px;
}

#minisearch #miniinput.searching {
    width: 210px !important;
    padding-right: 35px;
}

#header #tophead #formsearch #suggest-container,
#header #minisearch #suggest-container {
    margin-left: 0;
    top: 45px;
}

#header #minisearch #suggest-container {
    top: 35px;
}

#header #tophead #formsearch,
#header #minisearch {
    position: relative;
}

#header #tophead #formsearch #research,
#compteclient .infos .researchInput,
#header #minisearch #miniresearch {
    position: absolute;
    width: 25px;
    height: 22px;
    border: 0;
    border-left: 1px solid #a8a9aa;
    background: url("/images/structure/research.png") center right no-repeat #fff;
    vertical-align: top;
    right: 0;
	top: 0;
    margin-right: 12px;
    margin-top: 17px;
    cursor: pointer;
    color: #a8a9aa;
}
#compteclient .infos .researchInput,
#header #minisearch #miniresearch {
	top: 0;
}
#header #tophead #formsearch #search,
#compteclient .infos .searchInput {
    border-radius: 0;
    padding: 2px 8px;
    padding-right: 8px;
    box-shadow: 0 0 1px #595a5c inset;
    border: 1px solid #595a5c;
    height: 32px;
    padding-right: 40px;
    box-sizing: border-box;
}

#header #minisearch #miniresearch {
    margin-top: 9px;
    width: 22px;
    height: 20px;
    margin-right: 9px;
}

#header #tophead #formsearch #research.searching,
#header #minisearch #miniresearch.searching {
    background-image: url("/images/structure/research-loading.gif");
    width: 26px;
    margin-right: 11px;
}

#header #minisearch #miniresearch.searching {
    width: 24px;
    margin-right: 7px;
}
#miniheader #minisearch input[name="miniinput"] {
    height: 27px;
    width: 265px;
}

body {
    background-position: center top !important;
}
#header {
    width: 970px;
    margin: auto;
    background: #272525;
}
#header #topnav li {
    margin-left: 106px;
    padding: 0;
    text-transform: uppercase;
}
#header #topnav li:first-child {
    width: 80px;
    margin-left: 0;
    padding-left: 5px;
}
#header #topnav li:last-child {
    padding-right: 5px;
}
#bandeau {
    width: 970px;
    margin: auto;
}




/** Notifications Push */
#pushups {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10000;
	overflow: hidden;
    cursor: pointer;
    user-select: none;
}

#pushups .pushharder {
	/**float: left;*/
	display: inline-block;
	vertical-align: bottom;
}

#pushups .pushharder .pushreduced {
	display: none;
}

#pushups .pushharder .pushreduced img {
	vertical-align: middle;
}

#pushups .pushharder .pushmain {
	position: relative;
	overflow: hidden;
	display: none;
	background: url("/images/push/big-fond-promo-popup.png");
	width: 283px;
	max-height: 312px;
	overflow: hidden;
	cursor: default;
}

#pushups .pushharder .pushheader {
	overflow: hidden;
	margin-top: 42px;
	margin-left: 40px;
}

#pushups .pushharder .pushheader img {
	float: left;
	cursor: pointer;
}

#pushups .pushharder .pushheader .title {
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	display: block;
	position: absolute;
	padding: 2px 0;
	top: 35px;
	left: 70px;
	text-align: center;
	width: 184px;
	margin-top: 7px;
}

#pushups .pushharder .pushbody {
	margin-top: 15px;
	margin-left: 50px;
	width: 210px;
	text-align: center;
}

#pushups .pushharder .pushbody .pushcode {
	display: block;
	font-size: 12px;
	margin-top: 2px;
	color: #ff0000;
	font-weight: 900;
}

#pushups .pushharder .pushbody .pushcode .pushsub {
	font-size: 10px;
	font-weight: 600;
}

#pushups .pushharder .pushbody .pushcopy {
	background-color: #08ae00;
	color: #ffffff;
	padding: 5px;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 5px auto;
	display: block;
	width: 105px;
	cursor: pointer;
}

#pushups .pushharder .pushbody .pushcopy img {
	float: left;
	margin-right: 2px;
}

#pushups .pushharder .pushbody .buttons {
	margin: 5px 0;
}

#pushups .pushharder .pushbody .pushlink {
	text-transform: uppercase;
	text-decoration: underline;
}

#pushups .pushharder .pushbody p {
	font-size: 12px;
	font-weight: bold;
}

/** FABIEN 21/11/18 - Personnalisation couleurs */
#pushups .pushharder .pushmain{
	background: none;
}
#pushups .pushharder .pushmain-background, #pushups .pushharder .pushreduced-background{
	position: absolute;
    z-index: -1;
	-webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -sand-transform: rotate(-3deg);
	transform: rotate(-3deg);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	-sand-border-radius: 6px;
	border-radius: 6px;
	border: 2px solid black;
	-webkit-box-shadow: 0px 0px 5px 2px #000;
	-moz-box-shadow: 0px 0px 5px 2px #000;
	-o-box-shadow: 0px 0px 5px 2px #000;
	-ms-box-shadow: 0px 0px 5px 2px #000;
	-sand-box-shadow: 0px 0px 5px 2px #000;
	box-shadow: 0px 0px 5px 2px #000;
}
#pushups .pushharder .pushmain-background{
	width: 236px;
	height: 100%;
	top: 28px;
	left: 35px;
}
#pushups .pushharder .pushbody-background{
	background: white;
	position: absolute;
	top: 40px;
	height: 240px;
	width: 223px;
	left: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	-sand-border-radius: 6px;
	border-radius: 6px;
}
#pushups .pushharder .pushreduced{
	position: relative;
	padding: 0 15px;
	top: -5px;
}
#pushups .pushharder .pushreduced img{
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -sand-transform: rotate(180deg);
    transform: rotate(180deg);
}
#pushups .pushharder .pushreduced-background{
	height: 55px;
    width: 42px;
    top: -10px;
    left: 5px;
}
#pushups .pushharder .pushbody .pushCodyToCopy{
    color: #ff0000;
    cursor: text;
    user-select: text;
}
#pushups .pushharder .pushbody .pushcode{
	color: #000;
}
#pushups .pushharder .pushheader .title{
	-o-text-shadow: 0px 0px 1px #000, 1px 1px 1px #4d4d4d, 0 0 2px #4d4d4d;
	-webkit-text-shadow: 0px 0px 1px #000, 1px 1px 1px #4d4d4d, 0 0 2px #4d4d4d;
	-moz-text-shadow: 0px 0px 1px #000, 1px 1px 1px #4d4d4d, 0 0 2px #4d4d4d;
	-ms-text-shadow: 0px 0px 1px #000, 1px 1px 1px #4d4d4d, 0 0 2px #4d4d4d;
	-sand-text-shadow: 0px 0px 1px #000, 1px 1px 1px #4d4d4d, 0 0 2px #4d4d4d;
	text-shadow: 0px 0px 1px #000, 1px 1px 1px #4d4d4d, 0 0 2px #4d4d4d;
}
#pushups .pushharder .pushbody b{
	font-weight: 900;
}

/** Jonathan 04/04/19 - Puce TIPA Produit */
#img-logo-tipa-world-awards{
	position: absolute;
	display: block;
	right: 102px;
	top: 23px;
}

/** Fabien 14/05/19 - Remise affichée dans encart Avis */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('./fonts/open-sans/open-sans-v16-latin-800.eot'); /* IE9 Compat Modes */
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
       url('../fonts/open-sans/open-sans-v16-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans/open-sans-v16-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans/open-sans-v16-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans/open-sans-v16-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans/open-sans-v16-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto/roboto-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('../fonts/roboto/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto/roboto-v20-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto/roboto-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto/roboto-v20-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
#ficheproduit #description #opcalendar a,
#ficheproduit #description #opcalendar div{
	position: relative; 
	display: block;	
}
#ficheproduit #description #opcalendar span.titre{
	position: absolute;
	display: block;
	width: 250px;
	height: 20px;
	line-height: 14px;
	font-size: 16px;
	font-weight: 600;
	right: 10px;
	top: 10px;;
	text-align: right;
	color: #ffffff;
	font-family: 'Open Sans';
}
#ficheproduit #description #opcalendar span.cumulable{
	position: absolute;
	display: block;
	width: 250px;
	height: 10px;
	line-height: 9px;
	font-size: 9px;
	font-weight: 200;
	right: 10px;
	top: 35px;;
	text-align: right;
	color: #ffffff;
	font-family: 'Arial';
}
#ficheproduit #description #opcalendar span.remise{
	position: absolute;
	display: block;
	width: 135px;
	height: 35px;
	line-height: 35px;
	font-size: 32px;
	font-weight: 600;
	right: 7px;
	top: 51px;
	text-align: center;
	color: #000000;
	font-family: 'Open Sans';
}
#ficheproduit #description #opcalendar span.remise sup{
    position: relative;
    vertical-align: baseline;
    bottom: 12px;
    left: 2px;
    font-size: 15px;
}
#ficheproduit #description #opcalendar span.avoir{
	position: absolute;
	display: block;
	width: 135px;
	height: 35px;
	line-height: 35px;
	font-size: 48px;
	font-weight: 600;
	right: 90px;
	top: 45px;
	text-align: center;
	color: #000000;
	font-family: 'Roboto';
}
#ficheproduit #description #opcalendar span.avoir sup{
    position: relative;
    vertical-align: baseline;
    bottom: 15px;
    left: 2px;
    font-size: 24px;
}
#ficheproduit #description #opcalendar span.code-container{
	position: absolute;
	display: block;
	width: 250px;
	height: 20px;
	line-height: 15px;
	font-size: 10px;
	font-weight: 600;
	right: 10px;
	bottom: 0;
	text-align: right;
	color: #ffffff;
	font-family: 'Open Sans';
}
#ficheproduit #description #opcalendar span.code{
	font-size: 15px;
	color: #ff0000;
}

/** 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{
	border-radius:0% 0% 5% 5%;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	display: block;
	line-height: 14px;
	font-size: 12px;
	font-style: normal;
	margin-left: 0px;
	height: 30px;
	text-align: center;
	background: #DA0019;
	padding-top:4px;
}

#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;
}

#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;
}

#recherche .infosprod a.fullsizecashback {
	margin-left: 0px;
	margin-right: 35px;
	width: 90px;
	text-align: center;
}

/* Jérôme 06/08/2019 - Boutons facture */


.smallButton {
	background-color: #424242;
	border: 0;
	color: #ffffff;
	font-weight: bold;
	padding: 2px 0 3px 0;
	width: 180px;
	border-radius: 2px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	line-height: normal;
	font-size: 10px;
	display: inline-block;
}

.buttonDisabled {
	background-color: gray;
}

.smallButton.buttonFacture {
	width: 90px;
}

/** Jérôme 28/08/2019 - Mise en avant chrono 48h */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/oswald/oswald-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Oswald Regular'), local('Oswald-Regular'),
       url('../fonts/oswald/oswald-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oswald/oswald-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oswald/oswald-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oswald/oswald-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('.//fonts/oswald/oswald-v17-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/pt-sans/pt-sans-v10-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('PT Sans'), local('PTSans-Regular'),
       url('../fonts/pt-sans/pt-sans-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/pt-sans/pt-sans-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/pt-sans/pt-sans-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/pt-sans/pt-sans-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/pt-sans/pt-sans-v10-latin-regular.svg#PTSans') format('svg'); /* Legacy iOS */
}
a.infos-header-container{
	text-decoration: none;	
}
section.infos-header{
	font-family: Arial, Verdana, sans-serif; 
	font-size: 12px; 
	color: #414042;
	background: #ffffff;
	border-radius: 5px;
	width: 70%;
	margin: 55px auto 0;
	height: 40px;
	position: relative;
	overflow: hidden;
}
section.infos-header > div{
	display: inline-block;
	text-align: center;
	position: relative;
	vertical-align: top;
}
section.infos-header div.fdp{
	background: #009adf;
	color: #ffffff;
	font-family: 'Oswald', sans-serif;
	padding: 0 5px;
	margin-left: 10px;
	width: 30%;
	height: 100%;
	letter-spacing: 0.3px;
}
section.infos-header div.fdp .de {	
	font-size: 13px;
	line-height: 12px;
}
section.infos-header div.fdp .prix {	
	font-size: 24px;
	line-height: 24px;
	font-weight: bold; 
}
section.infos-header div.details{
	vertical-align: 3px;
	width: calc(100% - (30% + 30px));
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	section.infos-header div.fdp-offerts {
		width: 110px !important;
	
	}
	section.infos-header div.details {
		width: calc(100% - (105px + 30px))
	}
}
section.infos-header div.details .franco{
	text-transform: uppercase;
	margin-top: 3px;
}
section.infos-header .transporteur{
	font-family: 'PT Sans', sans-serif;
	font-weight: 900;
	color: #009adf;
	font-size: 14px;
	margin-top: -3px;
}
section.infos-header div.details .transporteur img{
	width: 100px;
	margin-left: -8px;
	vertical-align: top;
}
section.infos-header div.details .transporteur .title{
	vertical-align: -2px;
}
section.infos-header .transporteur .duree{
	font-family: 'Oswald', sans-serif;
	font-style: italic;
	font-size: 17px;
	vertical-align: -5px;
	margin-left: -2px; 
	font-weight: bold; 
}

/** Jérôme 30/07/2019 - Exportation données Recherche */
#dialog-export {
	cursor: default;
}
#dialog-export button,
#dialog-export input[type=checkbox],
#dialog-export select {
	cursor: pointer;
}
#dialog-export textarea {
	height: 200px;
	width: 100%;
	font-family: courier, monospace;
}
#dialog-export .buttons {
	display: flex;
	align-items: center;
}
#dialog-export .buttons button,
#dialog-export .buttons div,
#dialog-export .buttons input,
#dialog-export .buttons label {
	margin: 10px 5px 10px 0;
}
#dialog-export #preview {
	height: 500px;
	overflow: auto;
}
#dialog-export #preview table {
	border-collapse: collapse;
}
#dialog-export #preview table td {
	border: 1px solid #000000;
	padding: 5px;
	width: auto;
}
#dialog-export #preview table thead tr {
	background-image: linear-gradient(#58595B 50%, #000 50%);
    background-color: #000000;
    color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}
#dialog-export #preview table tbody tr.removed td,
#dialog-export #preview table tbody td.removed {
	background-color: rgba(255, 0, 0, 0.5);
}

/**	JOnathan 01/08/19 Pour les produits obsoletes */
#p_meme_categorie_marque{
	font-size: 12px;
	text-align: center;
	border-top: 1px solid #bfbfbf;
	padding: 30px 6px;
	
}

#ficheproduit #infosprix .soonAvailable {
	padding: 5px 5px 5px 5px;
	display: block;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	background: #ff4800;
	color: #fff;
}

#livraison .pays .transp p img {
	height: auto;
	padding: 0;
	margin: 6px auto 0;
	display: block;
	text-align: center;	
}

/** PDR BANNER */
section.infos-header{
	font-family: Arial, Verdana, sans-serif; 
	font-size: 12px; 
	color: #414042;
	background: #ffffff;
	border-radius: 5px;
	width: 70%;
	margin: 55px auto 0;
	height: 40px;
	position: relative;
}
section.infos-header > div{
	display: inline-block;
	text-align: center;
	position: relative;
	vertical-align: top;
}
section.infos-header div.fdp-offerts{
	background: #009adf;
	color: #ffffff;
	font-family: 'Oswald', sans-serif;
	padding: 0 5px;
	margin-left: 10px;
	font-size: 16px;
	line-height: 20px;
	width: 30%;
	font-weight: bold; 
	letter-spacing: 0.3px;
}
section.infos-header div.details{
	vertical-align: 3px;
	width: calc(100% - (30% + 30px));
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	section.infos-header div.fdp-offerts {
		width: 110px !important;
	
	}
	section.infos-header div.details {
		width: calc(100% - (105px + 30px))
	}
}
section.infos-header div.details .franco{
	text-transform: uppercase;
	margin-top: 3px;
}
section.infos-header div.details .transporteur{
	font-family: 'PT Sans', sans-serif;
	font-weight: 900;
	color: #009adf;
	font-size: 14px;
	margin-top: -3px;
}
section.infos-header div.details .transporteur img{
	width: 100px;
	margin-left: -8px;
	vertical-align: top;
}
section.infos-header div.details .transporteur .title{
	vertical-align: -2px;
}
section.infos-header div.details .transporteur .duree{
	font-family: 'Oswald', sans-serif;
	font-style: italic;
	font-size: 17px;
	vertical-align: -5px;
	margin-left: -2px; 
	font-weight: bold; 
}
.chrono-relais-offert-mobile {
    float: left;
    height: 45px;
    margin-left: 120px;
}
.chrono-relais-offert-mobile img {
    height: 100%;
}
#livraison .title_pref_tarif {
	text-align: center;
	display: block;
	clear: both;
	font-weight: bold;
	font-size: 12px;
	margin: 11px 0 0;
}
#livraison .title_pref_tarif.small {
	margin: 0 0 5px;
	font-size: 11px;
}