/* --------------------------------------------------------- */
/* ---------------- COULEUR POUR MODULE CSS ---------------- */
/* --------------------------------------------------------- */

/* 3 couleurs à changer
- Clair : #9b8980
- Entre deux : #9b8980 | Ne pas oublier la couleur en RGB
- Foncé : #9b8980 | Ne pas oublier la couleur en RGB
*/

/* ---------------------- BACKGROUND ----------------------- */

/* Dégradé de clair à foncé rouge [1] */
#content_form div.submit .sub-form {
    background: #9b8980; /* Old browsers */
    background: -moz-linear-gradient(top, #b90630 0%, #9b8980 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b90630), color-stop(100%,#9b8980)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #b90630 0%,#9b8980 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #b90630 0%,#9b8980 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #b90630 0%,#9b8980 100%); /* IE10+ */
    background: linear-gradient(to bottom, #b90630 0%,#9b8980 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b90630', endColorstr='#9b8980',GradientType=0 ); /* IE6-9 */
}

/* Dégradé de clair à foncé bleu [2] */
#header #header_content #header_right #bloc_top #cart_block #cart-buttons #button_order_cart, #center_colum_large #product_block .top_product .btn_eof,
#center_column #slide_block div .ente_block_slider, #header #header_content #adtm_menu #adtm_menu_inner ul#menu,
#authentication #center_column form#login_form fieldset .submit input, #authentication #center_column form#create-account_form fieldset .submit input,
input.button_mini, input.button_small, input.button, input.button_large,
input.button_mini_disabled, input.button_small_disabled, input.button_disabled,
input.button_large_disabled, input.exclusive_mini, input.exclusive_small, input.exclusive,
input.exclusive_large, input.exclusive_mini_disabled, input.exclusive_small_disabled,
input.exclusive_disabled, input.exclusive_large_disabled, a.button_mini, a.button_small,
a.button, a.button_large, a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,
span.button_mini, span.button_small, span.button, span.button_large, span.exclusive_mini,
span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled,
#product .nyroModalCont #pm_mc3_lpa_keep_shopping, .cart_navigation .button, .cart_navigation .button_large {
    background: #9b8980; /* Old browsers */
    background: -moz-linear-gradient(top, #9b8980 0%, #9b8980 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9b8980), color-stop(100%,#9b8980)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #9b8980 0%,#9b8980 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #9b8980 0%,#9b8980 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #9b8980 0%,#9b8980 100%); /* IE10+ */
    background: linear-gradient(to bottom, #9b8980 0%,#9b8980 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b8980', endColorstr='#9b8980',GradientType=0 ); /* IE6-9 */
}

/* Dégradé de clair à foncé gris [1] */
#product .nyroModalCont #pm_mc3_lpa_order_now {
    background: #c1c2c2; /* Old browsers */
    background: -moz-linear-gradient(top, #f9f9f9 0%, #c1c2c2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#c1c2c2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f9f9f9 0%,#c1c2c2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f9f9f9 0%,#c1c2c2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f9f9f9 0%,#c1c2c2 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f9f9f9 0%,#c1c2c2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#c1c2c2',GradientType=0 ); /* IE6-9 */
}

/* Clair [3] */
#header .header_barre, div.ac_results ul li:hover, div ul li.ac_over, #right_product #add_to_cart:hover, #right_product #add_to_cart:hover input {
    background:#9b8980 !important;
}

/* Foncé [4] */
#header #header_content #adtm_menu #adtm_menu_inner ul#menu li:hover, #header #header_content #adtm_menu #adtm_menu_inner ul#menu li.sub a.advtm_menu_actif,
#adtm_menu #adtm_menu_inner ul#menu li div.adtm_sub, #center_column .bx-wrapper .bx-pager a, #center_column #slide_block div a:hover .ente_block_slider .ente_block_slider_hover,
#center_colum_large #product_block .top_product:hover .btn_eof > span, #cat_left > div, #more_info_block,
#more_info_tabs li a.selected, #more_info_tabs li a:hover,
table#cart_summary th, .cart_total_price .total_price_container p,
#header #header_content #header_right #bloc_top #cart_block #cart-buttons #button_order_cart:hover, #authentication #center_column form#login_form input[type="submit"]:hover,
#authentication #center_column form#create-account_form input[type="submit"]:hover, input.button_mini:hover, input.button_small:hover, input.button:hover,
input.button_large:hover,
input.button_mini_disabled:hover, input.button_small_disabled:hover, input.button_disabled:hover,
input.button_large_disabled:hover, input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover,
input.exclusive_large:hover, input.exclusive_mini_disabled:hover, input.exclusive_small_disabled:hover,
input.exclusive_disabled:hover, input.exclusive_large_disabled:hover, a.button_mini:hover, a.button_small:hover,
a.button:hover, a.button_large:hover, a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover,
span.button_mini:hover, span.button_small:hover, span.button:hover, span.button_large:hover, span.exclusive_mini:hover,
span.exclusive_small:hover, span.exclusive:hover, span.exclusive_large:hover, span.exclusive_large_disabled:hover, #product .nyroModalCont,
#product .nyroModalCont, #right_product #add_to_cart, #product .fancybox-type-image > .fancybox-skin,
#product .fancybox-title-float-wrap .child {
    background:#9b8980 !important;
}

/* Couleur background rouge clair [5] */
#right_product .unvailable {
    background-color:#B9121B !important;
}

/* Couleur background rouge foncé [6] */
#content_form div.submit .sub-form:hover
{
    background-color:#9b8980 !important;
}

/* ------------------------ COLOR ------------------------- */

/* Clair [7] */
#footer #footer_content a.contactez-nous, #center_colum_large #product_block .top_product h2, #footer #baselane ul li.abus a,
#content_form .italic-bleu, #content_form .etapes a.lien-etape, #contact-perso .titre, #contact-perso .sous-titre, #product .nyroModalCont #pm_mc3_lpa_free_content_2 {
    color:#9b8980 !important;
}

/* Moyenne [8] */
#header #header_content #header_right #bloc_top div.menu_header > ul > li > a,
#center_colum_large #product_block h1, #footer #footer_content > div .title_block,
#cms #page .rte a, #header #header_content #adtm_menu #adtm_menu_inner ul#menu li div.adtm_sub table tr td .adtm_column span a:hover,
#center_column div.sortPagiBar p label, #center_column div.sortPagiBar select,
body h1, body h2, ul.pagination .resumecat, #loader_perso, #product_list li.ajax_block_product .right_block .content_price .price,
#more_info_tabs li a, #right_product .product_attributes fieldset label, #right_product #quantity_wanted_p label,
#our_price_display, #order #HOOK_PAYMENT p.payment_module > a, #authentication #center_column form fieldset h3, #password h3, #add_address h3,
#page .addresses ul.address .address_title, #page .delivery_options_address h3, #identity fieldset h3,
#history table th, #history #block-order-detail p.title_block, #history .adresses_bloc ul.address li.address_title,
#contact #page h3, #authentication #center_column form fieldset h3, #addresses .addresses > h3,
#product .nyroModalCont #pm_mc3_lpa_order_now a, #partage-product div, #idTab10 #text_fields .customizationUploadLine label {
    color:#9b8980 !important;
}

/* Foncé [9] */
#center_column .bx-wrapper .bx-pager a
{
    color:#9b8980 !important;
}

/* Spéciale bonus [10] (hover sur le menu du header) */
#header #header_content #header_right #bloc_top div.menu_header > ul > li:hover > a,
#header #header_content #header_right #bloc_top div.menu_header > ul > li:hover > a.sf-with-ul,
#header #header_content #header_right #bloc_top div.menu_header > ul > li > ul > li a:hover,
#header #header_content #header_right #bloc_top div.menu_header > ul > li > ul > li a:focus,
#header #header_content #header_right #bloc_top div.menu_header > ul > li > ul > ul > li a:hover,
#header #header_content #header_right #bloc_top div.menu_header > ul > li > ul > ul > li a:focus,
#header #header_content #header_right #bloc_top div.menu_header > ul > li > ul > li a:hover span,
#content_form #titre .titre-rouge, #colonne-droite h2, #contact-perso .tel {
    color:#B9121B !important;
}

/* ------------------------ BORDER ------------------------- */

/* Foncé */
#footer-pagination, body h1, #left_product #crossselling, #right_product .product_attributes fieldset, #right_product #quantity_wanted_p,
.content_prices, #right_product form, #content_form #texte, #authentication #center_column form#login_form fieldset h3, #authentication #center_column form#create-account_form fieldset h3, #authentication #center_column form fieldset h3, #password h3, #add_address h3,
#page .addresses ul.address .address_title, #page .delivery_options_address h3, #identity fieldset h3,
#history table th, #history #block-order-detail p.title_block, #history .adresses_bloc ul.address li.address_title,
#contact #page h3, #partage-product, #idTab10, #order-opc #page #center_column h2, #order-opc #page #center_column .paiement_block #opc_payment_methods-content .payment_module,
#order-detail-content table#cart_summary tfoot tr td, #order-detail-content table#cart_summary {
    border-color:#9b8980 !important;
}

/* -------------------- RGBA BACKGROUND -------------------- */

/* Foncé [12] */
#product_list li.ajax_block_product .right_block {
    background-color:#9b8980 !important;

    background-color: #9b8980 !important;
    background-color: #9b8980 !important;
}

/* clair [13] */
#product_list li.ajax_block_product:hover .right_block {
    background-color:#9b8980 !important;
    background-color: #9b8980 !important;
    background-color: #9b8980 !important;
}

/* --------------------------------------------------------- */
/* ----------------- IMAGES POUR MODULE CSS ---------------- */
/* --------------------------------------------------------- */

/* ----------------- PUCE POUR LE MENU DU HEADER ----------- */

#header #header_content #header_right #bloc_top div.menu_header > ul > li > a {
    background: url("./base_goudal/puce-link-top.png") no-repeat 5px 0;
}

/* ----------------- PUCE LIEN FOOTER ---------------------- */

#footer #baselane ul li.abus a {
    background: url("./base_goudal/puce-link-footer.png") no-repeat scroll 0 50%;
}

/* ------------------ PUCE NAVIGATION CAT ------------------- */

#center_column div.sortPagiBar p label {
    background: url("./base_goudal/puce-bleu-droite.png") no-repeat 0 50% transparent;
}

ul.pagination .pagination_previous span, ul.pagination .pagination_previous a {
    background:url("./base_goudal/puce-bleu-gauche.png") no-repeat 50% 50%;
}

ul.pagination .pagination_next span, ul.pagination .pagination_next a {
    background:url("./base_goudal/puce-bleu-droite.png") no-repeat 50% 50%;
}

/* ------------------------- PUCE LIEN -------------------- */
#header #header_content #header_right #bloc_top #cart_block #cart-buttons #button_order_cart span, .btn_eof span span,
#product .nyroModalCont #pm_mc3_lpa_keep_shopping a {
    background: url("./base_goudal/puce-submit.png") no-repeat 0 0;
}

#product .nyroModalCont #pm_mc3_lpa_order_now a {
    background: url("./base_goudal/puce-submit-gris.png") no-repeat 0 0;
}

#content_form div.submit .sub-form span {
    background:url("./base_goudal/puce-submit-rouge.png") no-repeat 0 -6px;
}

#colonne-droite .etape-suite .numero + div {
    background:url('./base_goudal/puce-colonne-droite.png') no-repeat 50% bottom;
}

/* ------------------------- INPUT FORM -------------------- */

#contact #submitMessage,
#authentication #page #center_column #submitAccount,
#history #page #center_column #sendOrderMessage input[type="submit"] {
    background:url('./base_goudal/input_normal.png') no-repeat !important;
}

#contact #submitMessage:hover,
#authentication #page #center_column #submitAccount:hover,
#history #page #center_column #sendOrderMessage input[type="submit"]:hover {
    background:url('./base_goudal/input_normal_hover.png') no-repeat !important;
}


#authentication #page #SubmitLogin,
#authentication #page #SubmitCreate,
#order-opc #SubmitLogin,
#product .nyroModalCont #pm_mc3_lpa_hook_cross_selling_on_cart input[type="submit"] {
    background:url('./base_goudal/input_semi_large.png') no-repeat !important;
}


#authentication #page #center_column #SubmitLogin:hover,
#authentication #page #center_column #SubmitCreate:hover,
#order-opc #SubmitLogin:hover {
    background:url('./base_goudal/input_semi_large_hover.png') no-repeat !important;
}

#order-opc #submitAccount {
    background:url('./base_goudal/input_large.png') no-repeat !important;
}

#order-opc #submitAccount:hover {
    background:url('./base_goudal/input_large_hover.png') no-repeat !important;
}

