/*----------------------------------------------------------------*/
/*                          SPECIFIQUE                            */
/*----------------------------------------------------------------*/
td.bordure_ombre_gauche{
    background-image    : url(../images/ombre_gauche.gif);
    background-repeat   : repeat-y;
}
td.bordure_ombre_droite{
    background-image    : url(../images/ombre_droite.gif);
    background-repeat   : repeat-y;
}
table.container div.chemin_fer{
    font-size           : 10px;
    font-family         : Arial, Helvetica, sans-serif;
    border-top          : 1px solid #FFFFFF;
    background-image    : url(../images/degrade_chemin_fer.gif);
    background-repeat   : repeat-x;
}
table.container div.chemin_fer a{
    color               : #5B4934;
}
table.container div.chemin_fer img{
    vertical-align      : middle;
}
table.decoupage {
    color               : #000000;
    background-color    : #FFFFFF;
}
td.menu_haut {
    padding-right        : 7px;
}
td.menu_haut img{
    padding-right       : 5px;
    vertical-align      : middle;
}
td.menu_haut form{
    display             : inline;
}

table.decoupage td.contenu {
    color               : #000000;
    background-color    : #FFFFFF;
}
table.decoupage td.contenu img.ombrer {
    background-image    : url(../images/photo_ombre.gif);
    background-repeat   : repeat-x;
    background-position : bottom left;
    padding             : 0px 0px 20px 0px;
    margin              : 5px;
}
table.decoupage td.contenu div.planSite {
    padding-left        : 20px;
}
table.decoupage td.contenu div.planSite img {
    background-image    : none;
    padding             : 0px;
    margin              : 0px;
}
div.titre_page {
    font-size           : 18px;
    font-family         : Arial, Helvetica, sans-serif;
    color               : #FDB913;
    background-color    : inherit;
    text-align          : left;
    padding             : 2px 0px 5px 32px;
    background-image    : url(../images/puce_titre_page.gif);
    background-repeat   : no-repeat;
    margin-left         : 30px;
}
table.decoupage td.contenu div.contenu_page {
    margin              : 10px;
}
div.fond_blanc{
    background-color    : #FFFFFF;
    padding             : 0px;
    margin              : 0px;
}
div.implantation img{
    padding             : 0px 0px 0px 0px;
    margin              : 0px;
}
/*  Menu */
td.contener_menu {
    font-size           : 12px;
    font-family         : Arial, Helvetica, sans-serif;
    background-color    : #F2F2F2;
}
div.menu a.niveau1, div.menu a.niveau1:visited, div.menu a.niveau1:link {
    display             : block;
    font-weight         : bold;
    color               : #535353;
    text-decoration     : none;
    background-color    : #FFFFFF;
    background-image    : url(../images/menu_puce.gif);
    background-repeat   : no-repeat;
    background-position : left center;
    padding             : 4px 0px 6px 27px;
    margin              : 0px;
}
div.menu a.niveau1:active, div.menu a.niveau1:hover,
div.menu a.niveau1_on, div.menu a.niveau1_on:visited, div.menu a.niveau1_on:link, div.menu a.niveau1_on:active, div.menu a.niveau1_on:hover {
    display             : block;
    font-weight         : bold;
    color               : #535353;
    text-decoration     : none;
    background-color    : #FFF1D0;
    background-image    : url(../images/menu_puce_on.gif);
    background-repeat   : no-repeat;
    background-position : left center;
    padding             : 4px 0px 6px 27px;
    margin              : 0px;
}
div.menu a.niveau2, div.menu a.niveau2:visited, div.menu a.niveau2:link {
    display             : block;
    font-weight         : bold;
    color               : #535353;
    background-color    : #FFF1D0;
    text-decoration     : none;
    background-image    : url(../images/menu_puce2.gif);
    background-repeat   : no-repeat;
    background-position : center left;
    padding             : 4px 0px 6px 33px;
}
div.menu a.niveau2:active, div.menu a.niveau2:hover,
div.menu a.niveau2_on, div.menu a.niveau2_on:visited, div.menu a.niveau2_on:link, div.menu a.niveau2_on:active, div.menu a.niveau2_on:hover {
    display             : block;
    font-weight         : bold;
    color               : #535353;
    background-color    : #FFF1D0;
    background-image    : url(../images/menu_puce2.gif);
    background-repeat   : no-repeat;
    background-position : center left;
    padding             : 4px 0px 6px 33px;
    text-decoration     : underline;
}
div.menu div.separateur {
    background-color    : #FFFFFF;
    color               : inherit;
    background-image    : url(../images/menu_pointille.gif);
    background-repeat   : repeat-x;
}
td.menu_bas {
    background-color    : #FFF1D0;
    color               : #756746;
    padding             : 6px 5px 6px 70px;
    font-size           : 10px;
    font-family         : Arial, Helvetica, sans-serif;
    background-image    : url(../images/arrondit_menu_bas.gif);
    background-repeat   : no-repeat;
    font-weight         : bold;
}
td.menu_bas a{
    color               : #756746!important;
}
td.fond_impression{
    background-color    : #FFF1D0;
}


div.dhmlt_diapositive {
    position            : absolute;
    left                : 0px;
    top                 : 0px;
    width               : 0px;
    background-color    : #FFFFFF;
    visibility          : hidden;
    border              : 1px solid #000000;
}



/*----------------------------------------------------------------*/
/*                            ACTUALITES                          */
/*----------------------------------------------------------------*/

.lien_actualites a,
.lien_actualites a:link,
.lien_actualites a:visited {
    color: #FDB913;
    font-weight: bold;
}

.lien_actualites a:hover {
    text-decoration: none;
}
table.titre_actualites {
    border-bottom: 3px solid #B8B8B8;
}

table.titre_actualites h3 {
    font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #535353;
}

/*  Ajout du style conteneur actualite_v2 pour permettre d'adapter le design spécifique des actus */
div.actualite_v2 {
    color           : #535353;
}

div.actualite_v2 a.lien_actualites,
div.actualite_v2 a.lien_actualites:link,
div.actualite_v2 a.lien_actualites:visited {
    color: #467CBA;
    font-weight: bold;
    text-decoration: underline;
}

div.actualite_v2 a.lien_actualites:hover {
    text-decoration: none;
}

div.actualite_v2 table.titre_actualites h3 {
    font-family         : Arial, Helvetica, sans-serif;
    font-size           : 18px;
    color               : #FDB913;
    font-weight         : normal;
    text-transform      : uppercase;
}

div.actualite_v2 table.titre_actualites {
    border-bottom: 0px;
}

/*----------------------------------------------------------------*/
/*                          ECHANTILLONS                          */
/*----------------------------------------------------------------*/

table.panier_echantillon table.bouton td.fond {
    background          : url(../images/btn_bg.gif) repeat-x;    
}

table.panier_echantillon table.bouton a,
table.panier_echantillon table.bouton a:link,
table.panier_echantillon table.bouton a:visited {
    color               : #FFFFFF;
    text-transform      : none;
}

table.panier_echantillon tr.derniere_ligne {
    background              : #4C4C4C;
}




/*----------------------------------------------------------------*/
/*               ELEMENTS COMMUNS TOUTES LANGUES                  */
/*----------------------------------------------------------------*/
/*
Pour personnaliser une langue, il suffit de préfixer le nom de la classe de "BAFR_" par exemple
(div.BAFR_liste_par_gamme, ...)
*/

/* liste_par_gamme */

div.liste_par_gamme table.titre_gamme {
  border-bottom: 3px solid #B8B8B8;
  margin: 15px 0px 5px 0px;
  cursor: pointer;
}
div.liste_par_gamme table.titre_gamme td.description {
  font-size: 9px;
  text-align: right;
}
div.liste_par_gamme table.produits_gamme td {
  vertical-align: top;
}
div.liste_par_gamme table.produits_gamme a {
  font-weight: bold;
}


/* liste_par_criteres */

div.liste_par_criteres div.etape {
    padding-bottom: 20px;
}
div.liste_par_criteres div.etape_visible h3,
div.liste_par_criteres div.etape_invisible h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #A5A4A4;
  border-bottom: 3px solid #A5A4A4;
}
div.liste_par_criteres div.recherche {
    padding: 10px;
}
div.liste_par_criteres td.classement_upec_texte {
    font-style: italic;
    padding-left: 20px;
}
div.liste_par_criteres div.etape_invisible {
    display: none;
}
div.liste_par_criteres div.etape_visible {
    display: block;
}
div.liste_par_criteres div.liste_resultats {
    display: none;
}


/* popup_coloris */

div.popup_coloris td.informations {
  padding-left: 10px;
}
div.popup_coloris td.informations p{
  color: #525252;
}


/* liste_par_decors_coloris */

div.liste_par_decors_coloris {
    /*background: url(../images/produits_criteres_fond.gif) no-repeat center top;
    padding: 25px 0px 0px 15px;
    */
    background: url(../images/decors_coloris_haut.jpg) no-repeat center top;
    padding-top: 10px;
    
}
div.liste_par_decors_coloris2 {
    background: url(../images/decors_coloris_motif.gif) repeat-y center;
    padding: 15px 10px 0px 15px;
}
div.liste_par_decors_coloris_bas {
    background: url(../images/decors_coloris_bas.jpg) no-repeat center;
    height: 13px;
}

div.liste_par_decors_coloris div.sous_titre {
    color               : #FDB913;
    text-transform      : uppercase;
    background          : url(../images/puce_sous_titre.gif) no-repeat left center;
    padding-left        : 20px;  
}


/* liste_par_application */

div.liste_par_application table.tableau_classes {
  margin: 15px 0px 5px 0px;
}
div.liste_par_application table.tableau_classes td {
  vertical-align: top;
  padding-bottom: 10px;
}
div.liste_par_application table.tableau_classes td.classe_logo,
div.liste_par_application table.tableau_classes td.classe_informations {
  cursor: pointer;
}
div.liste_par_application table.tableau_classes td.classe_informations {
  padding-left: 5px;
}
div.liste_par_application table.tableau_classes td.classe_informations a,
div.liste_par_application table.tableau_classes td.classe_informations a:link,
div.liste_par_application table.tableau_classes td.classe_informations a:visited,
div.liste_par_application table.tableau_classes td.classe_informations a:active {
  color: #535353;
  text-decoration: none;
}
div.liste_par_application table.tableau_classes td.classe_informations a:hover {
  color: #106DB2;
  text-decoration: underline;
}
div.liste_par_application table.titre_classe {
  border-bottom: 3px solid #B8B8B8;
  margin: 15px 0px 5px 0px;
  cursor: pointer;
}
div.liste_par_application table.titre_classe h3 {
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #535353;
}
div.liste_par_application table.titre_classe td.description {
  font-size: 9px;
  text-align: right;
}
div.liste_par_application ul {
  margin-top: 5px;
  margin-bottom: 5px;
}
div.liste_par_application ul li {
  margin-top: 5px;
  margin-bottom: 5px;
}

div.liste_par_application h3.titre {
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 18px;
  border-bottom: 3px solid #B8B8B8;
  margin: 5px 0px;
  color: #535353;
}


/* liste_par_application_light */

div.liste_par_application_light div.description {
    padding: 10px 0px 10px 0px;
}
div.liste_par_application_light div.liste_classes ul li {
    font-weight: bold;
    padding: 3px 0px;
}
div.liste_par_application_light div.liste_classes {
    padding-bottom: 20px;
}
/* fiche_produit */

div.fiche_produit {
  width: 600px;
}
div.fiche_produit td.colgauche, div.fiche_produit td.presentation {
  vertical-align: top;
}
div.fiche_produit td.colgauche {
  text-align: center;
}
div.fiche_produit p.construction {
  color: #525252;
  font-weight: bold;
}
div.fiche_produit td.presentation, div.fiche_produit td.liens {
  padding-left: 10px;
}
div.fiche_produit td.presentation ul.benefices li {
  font-size: 11px;
  margin-top: 5px;
  margin-bottom: 10px;
}
div.fiche_produit table.liens {
  background-color: #F2F2F2;
  width: 100%;
}
div.fiche_produit table.liens td {
  white-space: nowrap;
}
div.fiche_produit table.liens a, div.fiche_produit table.liens a:link, div.fiche_produit table.liens a:visited, div.fiche_produit table.liens a:active {
  color: #525252;
  text-decoration: none;
}
div.fiche_produit table.liens a:hover {
  color: #106DB2;
  text-decoration: none;
}
div.fiche_produit div.liens_references {
  background-color: #F2F2F2;
  padding: 2px;
}
div.fiche_produit div.liens_references a,
div.fiche_produit div.liens_references a:link,
div.fiche_produit div.liens_references a:visited {
    color: #525252;
}
div.fiche_produit div.liens_references a:hover {
  color: #106DB2;
  text-decoration: none;
}
div.fiche_produit table.coloris td.north {
  background-image: url(../images/coloris_n.gif);
  background-repeat: repeat-x;
}
div.fiche_produit table.coloris td.east {
  background-image: url(../images/coloris_e.gif);
  background-repeat: repeat-y;
}
div.fiche_produit table.coloris td.south {
  background-image: url(../images/coloris_s.gif);
  background-repeat: repeat-x;
}
div.fiche_produit table.coloris td.west {
  background-image: url(../images/coloris_w.gif);
  background-repeat: repeat-y;
}
div.fiche_produit table.coloris table.onglets td.onglet {
  background-image: url(../images/coloris_onglet_bg.gif);
  background-repeat: repeat-x;
  padding: 8px 10px 0px 10px;
  font-weight: bold;
  white-space: nowrap;
}
div.fiche_produit table.coloris table.onglets td.onglet a, div.fiche_produit table.coloris table.onglets td.onglet a:link, div.fiche_produit table.coloris table.onglets td.onglet a:visited, div.fiche_produit table.coloris table.onglets td.onglet a:active {
  color: #525252;
  text-decoration: none;
}
div.fiche_produit table.coloris table.onglets td.onglet a:hover {
  color: #106DB2;
  text-decoration: none;
}
div.fiche_produit table.coloris table.onglets td.onglet_sel {
  background-image: url(../images/coloris_onglet_sel_bg.gif);
  background-repeat: repeat-x;
  padding: 8px 10px 0px 10px;
  font-weight: bold;
}
div.fiche_produit table.coloris table.onglets td.onglet_sel a, div.fiche_produit table.coloris table.onglets td.onglet_sel a:link, div.fiche_produit table.coloris table.onglets td.onglet_sel a:visited, div.fiche_produit table.coloris table.onglets td.onglet_sel a:active {
  color: #000000;
  text-decoration: none;
}
div.fiche_produit table.coloris table.onglets td.onglet_sel a:hover {
  color: #000000;
  text-decoration: none;
}
div.fiche_produit table.coloris td.coloris {
  vertical-align: top;
  padding: 3px;
}
div.fiche_produit td.scan {
  vertical-align: top;
  padding: 5px 0px 0px 0px;
  width: 100px;
}
div.fiche_produit td.scan a,
div.fiche_produit td.scan a:link,
div.fiche_produit td.scan a:visited,
div.fiche_produit td.scan a:active {
  color: #525252;
  text-decoration: none;
}
div.fiche_produit td.scan a:hover {
  color: #106DB2;
  text-decoration: none;
}

div.espace_secu_login fieldset {
    border: 1px solid #FDB913;
    padding: 10px;
}
div.espace_secu_login legend {
    font-weight: bold;
    color: #535353;
}
div.espace_secu_login input.champ {
    width: 120px;
    border: 1px solid #666;
    background: #F8F8F8;
}
div.espace_secu_login input.champ:focus {
    background: #EEE;
}
div.espace_secu_login input.submit {
    width: 120px;
}
div.erreur {
    color: #CC0000;
}

div.newsletter fieldset {
    border: 1px solid #FDB913;
    padding: 10px;
}
div.newsletter legend {
    font-weight: bold;
    color: #535353;
}
div.newsletter input.champ,
div.newsletter select.champ {
    width: 150px;
    border: 1px solid #666;
    background: #F8F8F8;
}
div.newsletter input.champ:focus {
    background: #EEE;
}
div.newsletter input.submit {
    width: 150px;
}
