/* 
	DEFAULT STYLESHEET
	All pages inherrit from this stylesheet, so anything reusable, 
	site-wide or generic goes here.
*/

/* ------------------------------------------------------------------------
	HTML BODY tag and Page div
------------------------------------------------------------------------ */

body
{
	margin:0;
  	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	background:url(../images/bg.gif);
}

/* ----------------------------------------------------------------- */
/* --------------- Bordures de contour du site --------------------- */
/* ----------------------------------------------------------------- */
#container
{
	width:955px;	
	margin:0 auto;
	text-align:left;
	background:#EDE9D1;
}


/* ----------------------------
   Globals
---------------------------- */

h1
{
	font-size:1.3em;
	color:#660000;
	margin:0;	
}

h2
{
	color:#fff;
	margin:0;
}

h3
{
	font-size:0.9em;
	color:#000;
	margin:0;
}

p
{
	font-size:1em;
	color:#fff;
	margin:0;
	text-align:justify;
}

input, select
{font-family: Arial, Helvetica, sans-serif;}

.gras
{font-weight:bold;}

.italic
{font-style:italic;}

.txt_petit
{font-size:0.75em;}

/* ----------------------------
   Liens
---------------------------- */

a:link {color: #000; }
a:visited{color: #000; }
a:active{color: #000; }


/* ------------------------------------------------------------------------------------------------- */
/* -------------------------------------- Corps ---------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------- header ---------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */

/* --------------------------------------------- */

/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */

#header
{
	width:955px;
	background:#fff;
}

/* --------------- top menu --------------- */
#topMenu
{width:955px; background:#EDE9D1;}

#topMenu ul
{
	float:right;
	font-size:1em;
	list-style:none;
	margin:11px 0 9px 0;
	padding:0 29px 0 0;
}

#topMenu ul li
{
	float:left;
	margin:0;
	padding:0 7px;
	color:#8A2514;
}


#topMenu a:link, #topMenu a:visited, #topMenu a:active
{
	color:#8A2514;
	text-decoration:none;
}

#topMenu a:hover
{
	text-decoration:underline;
}


/* -------------------------------------------------------------------------------------------------- */
/* ----------------------------------------- logo --------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
h1#logoCompagnie
{
	float:left;
	background:#fff;
	width:423px;
	
}

h1#logoCompagnie img.logo
{
	margin:22px 0 18px 64px;
	display:block;
}


#logoPrint
{display: none;}

/* -------------------------------------------------------------------------------------------------- */


/* ------------------------------------------------------------------------------------------------------------ */
/* -------------------------------------- zone menu principal ------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------ */


#zoneMenu
{
	float:right;
	background:#470002 url(../images/bg_menu.jpg) repeat-y top left;	
	width:410px;
	padding:8px 0;
}

/* ------------------------------------------------------------------------- */
/* -------------------------- menu principal ------------------------------- */
/* ------------------------------------------------------------------------- */

#mainMenu
{
	font-family:"Times New Roman", Times, serif;
}

#zoneMenu ul li
{
	list-style:none;
	width:210px;
}

#mainMenu a
{
	display: block;
	text-decoration:none;
	color:#fff;
	font-size:1.2em;
	padding:4px 0 4px 36px;
	margin:0;
	font-weight:bold;
	list-style:none;
	background:url(../images/menu_fleche.gif) no-repeat 16px 8px;
}

#mainMenu a:hover, #mainMenu .MainMenuItemSelected 
{
	background:#D0C790 url(../images/menu_fleche.gif) no-repeat 16px 8px;
	filter:alpha(opacity=85);-moz-opacity:.85;opacity:.85;
}


/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------- Sous-menu ------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
#subMenus 
{
    text-align: left;
	display: block;
    left: 0;
    top: 0;
	z-index: 100;
	font-size: .9em;	
}

#subMenus div 
{
	display:none;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 200;
	cursor: pointer;	
}

#subMenus div div {
	position: relative;
	display: block;
	width: 100%;
	white-space: nowrap;
	background: none;
	margin:0 0 1px 0;
}

#subMenus a {
	display: block;
	height: 1%;
	padding: 8px 10px 7px 18px;
	color: #fff;
	text-decoration: none;
	background: #3C1310;
	filter:alpha(opacity=85);-moz-opacity:.85;opacity:.85;
}
#subMenus a:hover
{
	background:#C7BB85;
	color:#69040C;
}

/* largeur des zones de sous-menu fr */
#mProduitsFRSMenu, #mServicesFRSMenu, #mTelechargementsFRSMenu, #mOuAcheterFRSMenu, #mInfosFRSMenu
{width: 160px;}




/* ----------------------------------------------------------------------------------------------------- */
/* -------------------------------------- zone Contenu ------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- */

/* ------------------------------------- fil d'ariane --------------------------------------------------- */
#fil
{
	background:url(../images/fil_bg.gif) repeat-y top left;
	
}

#filAcc
{
	height:30px;
	background:url(../images/fil_bgAcc.jpg) no-repeat top left;
}

#filContenu
{background:url(../images/fil_bgContenu.jpg) repeat-y top left; width:955px;}


/* --------------- menu fil --------------- */

#filContenu ul
{
	float:left;
	font-size:0.9em;
	list-style:none;
	margin:8px 0 8px 0;
	padding:0 0 0 179px;
}

#filContenu ul li
{
	float:left;
	margin:0;
	padding:0 3px;
	color:#EFC0B9;
}


#filContenu a:link, #filContenu a:visited, #filContenu a:active
{
	color:#DD8C7F;
	text-decoration:underline;
}

#filContenu a:hover
{text-decoration:none;}

#filContenu ul li.filFleche
{color:#DD8C7F;}

/* ----------------------------------------------------------------------------------------------------- */


#contenuAcc
{
	width:955px;
	background:transparent url(../images/bg_briques_oranges.jpg) repeat-y scroll right top;
}

/* ------------------------- Accueil -------------------------------------*/

#zoneContenuAcc
{
	width:955px;
	margin:0;
}

.bg_h1
{background:#ACA188 url(../images/bg_h1.gif) repeat-x top left;}

#contenu_acc
{background:url(../images/bg_briques_oranges.jpg) repeat-y top left;}

#contenu_acc h2.prodsVeds
{
	font-size:1.7em;
	padding:25px 20px 19px 34px;
	font-family:"Times New Roman", Times, serif;
}

#contenu_acc h2.enteteAcc
{
	font-size:1.2em;
	padding:0 20px 4px 34px;
}

#colGau-acc
{
	float:left;
	width:423px;
	position:relative;
}

#colDr-acc
{
	float:left;
	width:410px;
}
 
 /* --------------------------------------------------- */
 
.bgNews_acc
{
	background: url(../images/bg_briques_rouges.jpg) repeat-y top left;
	padding:0 0 30px 0;
}

.contenu
{padding:0 20px 0 32px;}

#contenu_acc h2.entete_acc_h2
{
	font-size:1.7em;
	padding:25px 20px 19px 34px;
	font-family:"Times New Roman", Times, serif;
}

#contenu_acc p
{padding:0 70px 10px 34px;}

#contenu_acc p.last
{padding:0 70px 35px 34px;}

#contenu_acc a:link, #contenu_acc a:visited, #contenu_acc a:active
{color:#fff;}

#contenu_acc a:hover
{text-decoration:none;}

/* ----------------------------------------------------------------------------------------------------- */
/* --------------------------------------- Contenu Intérieur ------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- */
/* fond de pages avec un menu secondaire à l'intérieur du contenu */
#fondContinu
{
	width:955px;
	background:#fff url(../images/photo_prod_continu.gif) repeat-y top left;
}

/* fond de pages avec un menu secondaire à l'intérieur du contenu */
#contenuIntContinu
{
	width:955px;
	background:#fff;
}

/* ---------------------- images de fond de la bande de gauche ------------------------ */
#contenuInt
{
	width:955px;

}

#contenuInt-services
{
	width:955px;
	background:url(../images/services.jpg) no-repeat top left;
}

#contenuInt-telechargement
{
	width:955px;
	background:url(../images/telechargement.jpg) no-repeat top left;
}

#contenuInt-ouAcheter
{
	width:955px;
	background:url(../images/ou_acheter.jpg) no-repeat top left;
}

#contenuInt-catalogue
{
	width:955px;
	background:url(../images/catalogue.jpg) no-repeat top left;
}

#contenuInt-infos
{
	width:955px;
	
}

/* ---------------- page mission ----------------------------------------------------------------------- */

#bandeGau-Prod
{
    display:block;
    float:left;
    width:357px;
}

#bandeGau-Prod .infosDonneesTech
{
    margin:15px 15px 15px 15px;
    color:#EFC0B9;
}

#bandeDr-Prod
{
    float:left;
    width:598px;
    background:url(../images/bg_contenu_dr.gif) repeat-y top right;
	min-height:655px;
}

#bandeDr
{background:url(../images/bg_contenu_dr.gif) repeat-y top right;}

#zoneContenu
{
	width:955px;
	margin:0 0 0 0px;


}

#zoneContenu h2.entete_h2
{
	font-size:1.6em;
	padding:16px 20px 5px 22px;
	font-family:"Times New Roman", Times, serif;
	color:#010101;
}

#zoneContenu h2.enteteAcc
{
	font-size:1.2em;
	padding:0 20px 0px 22px;
	color:#000;
}

#zoneContenu h2.h2-txt
{
	font-size:1em;
	padding:0 20px 0 22px;
	color:#000;
}

#zoneContenu p
{
	padding:0 70px 0px 22px;
	color:#000;
}

#zoneContenu p.last
{
	padding:0 70px 35px 22px;
	color:#000;
}

#zoneContenu a:link, #zoneContenu a:visited, #zoneContenu a:active
{
	text-decoration:underline;
	color:#660000;
} 

#zoneContenu a:hover
{
	text-decoration:none;
	color:#A3230D;
} 

/* ------------------------------------------------------------------------------------- */
/* -------------------------- menu secondaire de contenu ------------------------------- */
/* ------------------------------------------------------------------------------------- */

#zoneMenuSec
{	
    padding:5px 0 20px;
    width:199px;
}

#menuSec a 
{
	display: block;
	text-decoration:none;
	color:#fff;
	padding:4px 35px 4px 24px;
	margin:0;
	background:url(../images/menu_fleche.gif) no-repeat 170px 7px;
	
}

#menuSec a:hover 
{
	background:#fff url(../images/menu_fleche_over.gif) no-repeat 170px 7px;
	color:#A3230D;
}

/* ---------------- page produits ----------------------------------------------------------------------- */

#zoneContenu-menu
{
	width:675px;
	margin:0 0 0 158px;
	background: url(../images/bg_prods.jpg) repeat-y top left;
}


#colGau
{
	float:left;
	width:199px;
	padding-bottom:290px;
}

#colGau p.txtColGau
{
	padding:0 20px 10px 20px;
	text-align:left;
}

#colGau p.txtColGauLast
{
	padding:0 20px 20px 20px;
	text-align:left;
}

#colDr
{
	float:left;
	width:446px;
}

#zoneContenu-menu h2.entete_h2
{
	font-size:1.6em;
	padding:16px 20px 8px 20px;
	font-family:"Times New Roman", Times, serif;
	color:#fff;
}

#zoneContenu-menu h2.enteteAcc
{
	font-size:1.2em;
	padding:0 20px 11px 20px;
	color:#EDE9D1;
}

/* --------------------------------------------------------------------------------- */
/* ----------------------------- Zone galerie photos ------------------------------- */
/* --------------------------------------------------------------------------------- */

.ligneChoixProds
{
	padding:20px 0 0 0;
}

.ligneChoixProdsPhotos
{
	padding:0;
}

.blocChoixProds
{
	width:405px;
	padding:0 0 20px 37px;
}

.ligneChoixProds
{
	margin:0 0 10px 0;
}

.blocProdsChoixThumb
{
	float:left;
	width:158px;
	padding:7px 0 0 0;
	margin: 0 40px 10px 0;
	background:#EDE9D1;
}

.blocProdsChoixThumbLast
{
	float:left;
	width:158px;
	padding:7px 0 0 0;
	margin: 0 0 10px 0;
	background:#EDE9D1;
}

.photoProduit
{margin:0 0 0 7px;}

.nomProd
{
	font-size:0.9em;
	padding: 4px 0 4px 7px;
	overflow: hidden;
}

.nomProd a:link, .nomProd a:visited, .nomProd a:active
{text-decoration:none;}

.nomProd a:hover
{text-decoration:underline;}

.blocProdsChoixThumb_taxCredit
{
	float:left;
	width:158px;
	padding:7px 0 0 0;
	margin: 0 40px 10px 0;
	background:#c2e890;
}

.blocProdsChoixThumbLast_taxCredit
{
	float:left;
	width:158px;
	padding:7px 0 0 0;
	margin: 0 0 10px 0;
	background:#c2e890;
}

/* ------------------------------------------------------------------------------ */
/* -------------------- produit sélectionné ------------------------------------- */

/* ----- fonds images produits ------ */
#contenuBg
{
	width:955px;
	background:url(../images/bg_prodInt.jpg) no-repeat top left;
}

#contenuBg-Prod
{
	width:955px;
	background:url(../images/bg_contenu_dr.gif) repeat-y top right;
}

#contenuBeaumont
{
	width:955px;
	background:url(../images/bg_beaumont.jpg) no-repeat top left;
}

/* ------------------------------------------------------------------------------ */

#zoneContenuProds
{
	width:568px;
	margin:0 0 0 0px;
}

#zoneContenuProds h2.entete
{
	font-size:1.2em;
	padding:19px 20px 27px 22px;
	color:#67050C;
}

#zoneContenuProds h2.entete-produit
{
	font-size:1.2em;
	padding:19px 20px 10px 22px;
	color:#67050C;
}

#colDr h1.titres
{
	font-size:1.2em;
	padding:19px 20px 0 22px;
	color:#67050C;
}

#zoneContenuProds h2.titreP
{
	font-size:1em;
	padding:0 20px 25px 22px;
	color:#000;
}

#zoneContenuProds p
{
	padding:0 70px 20px 22px;
	color:#000;
}

#zoneContenuProds p.last
{
	padding:0 70px 35px 22px;
	color:#000;
}

/* -------- menu produit sélectionné ------------ */
#menu_prod
{
	width:568px;
	padding:0;
	border-bottom:2px solid #83653b;
}

#menu_prod ul
{
	list-style:none;
	margin:0;
	padding:0;
}

#menu_prod ul li
{
	float:left;
	margin:0;
	padding:0;
}

/* FR --------------------------------------------- */
/* Caractéristiques ---- */ 
a.b-caracteristiques
{
	display:block;
	width:109px;
	height:22px;
	background:url(../../images/Valcourt/bn-caracteristiques.gif) no-repeat top left;
	text-indent:-9999em;
}
a.b-caracteristiques:hover, a.active-caracteristiques
{background:url(../../images/Valcourt/bo-caracteristiques.gif) no-repeat top left;}

/* Spécifications ---- */
a.b-specifications
{
	display:block;
	width:101px;
	height:22px;
	background:url(../../images/Valcourt/bn-specifications.gif) no-repeat top left;
	text-indent:-9999em;
}
a.b-specifications:hover, a.active-specifications
{background:url(../../images/Valcourt/bo-specifications.gif) no-repeat top left;}

/* Manuel d'utilisation ---- */
a.b-manuel
{
	display:block;
	width:131px;
	height:22px;
	background:url(../../images/Valcourt/bn-manuel.gif) no-repeat top left;
	text-indent:-9999em;
}
a.b-manuel:hover, a.active-manuel
{background:url(../../images/Valcourt/bo-manuel.gif) no-repeat top left;}

/* Plus de photos ---- */
a.b-photos
{
	display:block;
	width:105px;
	height:22px;
	background:url(../../images/Valcourt/bn-plus-photos.gif) no-repeat top left;
	text-indent:-9999em;
}
a.b-photos:hover, a.active-photos
{background:url(../../images/Valcourt/bo-plus-photos.gif) no-repeat top left;}

/* Pièces de remplacement ---- */
a.b-piece
{
	display:block;
	width:137px;
	height:22px;
	background:url(../../images/Valcourt/bn-pieces-de-remplacement.gif) no-repeat top left;
	text-indent:-9999em;
}
a.b-piece:hover, a.active-piece
{background:url(../../images/Valcourt/bo-pieces-de-remplacement.gif) no-repeat top left;}

/* FAQ */

a.b-faq
{
	display:block;
	width:47px;
	height:22px;
	background:url(../../images/Valcourt/bn-faq.gif) no-repeat top left;
	text-indent:-9999em;
}
a.b-faq:hover, a.active-faq
{background:url(../../images/Valcourt/bo-faq.gif) no-repeat top left;}


/* EN --------------------------------------------- */
/* Caractéristiques ---- */ 
a.b-caracteristiques-en
{
	display:block;
	width:109px;
	height:22px;
	background:url(../../images/Valcourt/bn-caracteristiques-en.gif) no-repeat top left;
	text-indent:-9999em;
}
a.b-caracteristiques-en:hover, a.active-caracteristiques-en
{background:url(../../images/Valcourt/bo-caracteristiques-en.gif) no-repeat top left;}

/* Spécifications ---- */
a.b-specifications-en
{
	display:block;
	width:101px;
	height:22px;
	background:url(../../images/Valcourt/bn-specifications-en.gif) no-repeat top left;
	text-indent:-9999em;
}
a.b-specifications-en:hover, a.active-specifications-en
{background:url(../../images/Valcourt/bo-specifications-en.gif) no-repeat top left;}

/* Manuel d'utilisation ---- */
a.b-manuel-en
{
	display:block;
	width:131px;
	height:22px;
	background:url(../../images/Valcourt/bn-manuel-en.gif) no-repeat top left;
	text-indent:-9999em;
}
a.b-manuel-en:hover, a.active-manuel-en
{background:url(../../images/Valcourt/bo-manuel-en.gif) no-repeat top left;}

/* Plus de photos ---- */
a.b-photos-en
{
	display:block;
	width:105px;
	height:22px;
	background:url(../../images/Valcourt/bn-plus-photos-en.gif) no-repeat top left;
	text-indent:-9999em;
}
a.b-photos-en:hover, a.active-photos-en
{background:url(../../images/Valcourt/bo-plus-photos-en.gif) no-repeat top left;}

/* Pièces de remplacement ---- */
a.b-piece-en
{
	display:block;
	width:137px;
	height:22px;
	background:url(../../images/Valcourt/bn-pieces-de-remplacement-en.gif) no-repeat top left;
	text-indent:-9999em;
}
a.b-piece-en:hover, a.active-piece-en
{background:url(../../images/Valcourt/bo-pieces-de-remplacement-en.gif) no-repeat top left;}

/* liste */

.liste
{
	list-style:none;
	margin:0;
	padding:0 20px 27px 21px;
}

.liste li
{
	margin:0;
	padding:0 0 9px 26px;
}

/* ------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------- Section Faq -------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */

#colDr h2.entete
{
	font-size:1.2em;
	padding:19px 20px 27px 22px;
	color:#67050C;
}

#colDr h2.enteteContact
{
	font-size:1.2em;
	padding:20px 20px 10px 22px;
	color:#67050C;
}

#colDr h2.titreP
{
	font-size:1em;
	padding:19px 20px 10px 22px;
	color:#000;
}

#colDr p.txtFirst, #colDr p
{
	padding:19px 20px 10px 22px;
	color:#000;
}

#colDr p.txt
{
	padding:0 20px 10px 22px;
	color:#000;
}

#colDr p.txt-success
{
	padding:0 20px 10px 22px;
    font-weight:bold;
    color:Green;
}

#colDr p.txtLast
{
	padding:0 20px 25px 22px;
	color:#000;
}

#colDr p.txt a:link, #colDr p.txt a:visited, #colDr p.txt a:active, #colDr p.txtFirst a:link, #colDr p.txtFirst a:visited, #colDr p.txtFirst a:active, table.listing a:link, table.listing a:visited, table.listing a:active, #colDr p.txtLast a:link, #colDr p.txtLast a:visited, #colDr p.txtLast a:active, #zoneContenu p.last a:link, #zoneContenu p.last a:visited, #zoneContenu p.last a:active, #zoneContenu p.txt a:link,  #zoneContenu p.txt a:visited,  #zoneContenu p.txt a:active, #zoneContenu p.txtFirst a:link, #zoneContenu p.txtFirst a:visited,  #zoneContenu p.txtFirst a:active, #zoneContenu p.txtLast a:link, #zoneContenu p.txtLast a:visited,  #zoneContenu p.txtLast a:active, .installationsDr p a:link, .installationsDr p a:visited, .installationsDr p a:active 
{
	color:#A3230D;
}

.installationsDr p a:link, .installationsDr p a:visited, .installationsDr p a:active 
{
	color:#A3230D !important;
}

#colDr p.txt a:hover, #colDr p.txtFirst a:hover, table.listing a:hover, #colDr p.txtLast a:hover, #zoneContenu p.last a:hover, #zoneContenu p.txt a:hover, #zoneContenu p.txtLast a:hover, .installationsDr p a:hover 
{
	text-decoration:none;
	color:#000;
}



/* ----------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------- Section Contact -------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------- */

#formContact
{
	margin:0 0 0 22px;
	padding:0 0 30px 0;
}

.champsObligatoire
{
	font-size:1em;
	color:#C72943;
}

.lesChamps
{margin-bottom:15px;}

.lesChamps label
{
	font-size:1em;
	color:#000;
	font-weight:bold;
}

.lesChamps input
{width:300px;}

#bEnvoyer
{margin-left:355px;}



/* ---------------------------------------------------------------------------------------------------- */
/* ---------------------------------------- Tableaux -------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */



/* General listing table */

table.listing
{
	width:410px;
	border-bottom: 1px solid #ADA596 !important;
	margin:10px 0 20px 22px;
}

table.listing th, table.listing tr.contentHeader td 
{
	padding: 5px;
	text-align: left;
	font-weight: bold;
	color: #97450A;
	vertical-align: top;
	border-top: none;
	color: #fff;
	background: #390602;
}

table.listing td, table.listing tr.contentRow td 
{
	padding: 12px 5px;
	line-height: 1.2em;
	border-top: 1px solid #ADA596;
}

/* Accessories listing */

table.accessories .col1 
{width: 25%;}

table.accessories .col2 
{width: 28%;}

table.accessories .col3 
{width: 45%;}


/* Product specifications table */
table.specs
{
	width:410px;
	margin:0 0 20px 22px;
}


table.specs, table.specs table 
{
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #000;
	border-right-color: #CFCDC4;
}

.specs td, .specs th 
{
	padding: 4px;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #9F9C89;
	border-left-color: #CFCDC4;
}

.specs th 
{
	text-align: center;
	vertical-align: middle;
	line-height: 1.3em;
	background: #C7BEAB;
}

.specs .emptycell 
{
	border: none;
	background: transparent;
}

.specs strong 
{color: #635B4E;}

.specs td 
{width: 50%;}

.specs th.level2 
{
	color: #000;
	text-align: left;
	background: #F7F6F4;
}

.specs .spec_level2 td 
{width: 20%;}

.specs .spec_level2 td strong 
{font-weight: normal;/* CSS Document */}





/* --------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------- Section Enregistrement -------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */


/* Forms */

div.form 
{
	margin: 0 0 0 22px;
	height: 1%; /* For IE 5.01 Win */
}

html>body #content div.form 
{  /* If there is space around the  > , IE 5 win will apply the rule (and we don't want that!) */
	height: auto;
}

.form fieldset 
{
	display: block;
	margin: 0 0 15px 0;
	border: 0px solid #FAF9EC;
	padding: 0;
}

.form legend 
{
	margin: 0 0 10px 0;
	padding: 0;
	position: relative;
	left: -8px;
	font-size: 1.2em;
	font-weight: bold;
	color: #67050C;
}

.form label 
{
	clear: left;
	float: left;
	width: 140px;
	display: block;
}

input, select, textarea 
{
	margin: 0 0 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0 3px;
}

input.input-text 
{width: 200px;}

input.postalcode 
{width: 80px;}

.form select 
{padding: 0;}

.form textarea 
{
	width: 280px;
	height: 6em;
}

.form textarea.textarea-large 
{
    width: 350px;
	height: 10em;
}

.form textarea.textarea-contact 
{
    width: 250px;
	height: 10em;
}

input.button 
{
	margin: 0 0 20px 0;
	padding: 2px 7px;
	width: auto;
	overflow: visible;
}

.form fieldset.choice-group input 
{
	clear: left;
	float: none; /* For IE MAC only */
	width: auto;
	margin: 0 5px 1px 0;
}

.form fieldset.choice-group label 
{
	float: left;
	width: auto;
	clear: none;
	margin: 0 5px 3px 0;
}

/* commented backslash hack v2 \*/

.form fieldset.choice-group input {float: left;}

/* end hack */

* html .form fieldset.choice-group label 
{ /* Only for IE */
	position: relative;
	top: 2px;
}

.form fieldset p 
{
	padding: 0 20px 0 0;
	color:#000;
}

#page .form .first, #page .form p.first 
{margin-top: .8em;}

.error 
{color: red;}


/* Warranty Form */

table.warranty 
{
	width: 95%;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #9F9C89;
	border-right-color: #CFCDC4;
}

.warranty th, .warranty td 
{
	padding: 4px;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #9F9C89;
	border-left-color: #CFCDC4;
	text-align: center;
	vertical-align: middle;
}

.warranty th 
{
	font-size: .9em;
	line-height: 1.2em;
	background: #E7E4D3;
}

.warranty td 
{background: #F7F6F4;}

.warranty .emptycell 
{
	border: none;
	background: transparent;
}

.warranty td.item 
{
	text-align: left;
	width: 160px;
}

.warranty input 
{
	margin: 0;
	width: auto;
}

/* --------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------- Section Conseils pratiques -------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */

#zoneContenu p.txtFirst
{padding:10px 70px 10px 22px;}

#zoneContenu p.txt
{padding:0 70px 10px 22px;}

#zoneContenu p.txtLast
{padding:0 70px 20px 22px;}

#zoneContenu p.txtConseil
{
	float:left;
	width:84px;
	margin:0 0 0 0;
	padding:0 0 0 20px;
	font-weight:bold;
}

#zoneContenu p.txtConseilInfos
{
	float:left;
	width:495px;
	margin:0 0 25px 0;
	padding:0;
}

/* --------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------- Section Téléchargement -------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */

/* Download section */

/* No style needed so far... 
   Not empty because IE on mac will not load properly if a css is leaved blank. */
   
body {
	color: #000;
}
.tdDownload {
    text-align: right;
}

/* --------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------- Section Où acheter -------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */

#colGau input.postalcode
{
	width: 90px;
	margin:0 0 10px 22px;
	vertical-align: middle;
}

#colGau input.button
{
	margin:0 0 25px 22px;
	vertical-align: middle;
}

#colGau p.radius {
	margin:0 20px 5px 22px;
}
#colGau p.radius input {
	width: 40px;
	vertical-align: middle;
}


/* --------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------- Section Catalogue -------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */


/* Parts section */

/* Search part */
div.parts 
{
	margin:10px 0 0 20px;
}
.parts strong 
{
	display: block;
	margin: 0 0 .3em 0;
}
.parts label, .parts input, .parts select 
{
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
.parts input, .parts select 
{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.parts div.radios 
{margin: 1em 0;}

.parts div.radios input 
{margin-left: -2px;}

.parts div.radios > input 
{margin-right: 3px;}

.parts input.button 
{
	margin: 10px 0 20px 0;
	padding: 2px 7px;
	width: auto;
	overflow: visible;
}

/* Results part */
div.results {
	width: 520px;
	padding: 0 0 20px;
}
div.results h6 
{margin-top: 0;}
table.listing .col1, table.listing .col2 
{width: 20%;}
table.listing .col3 
{width: 60%;}


.divListeGau
{
	float:left;
	width:340px;
}

.divListeDr
{
	float:left;
	width:320px;
}


/* --------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------- Section Installations -------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */

.installationsGau
{
	float:left;
	width:320px;
	margin:0 0 20px;	
}


.installationsDr
{
	float:left;
	width:330px;
}

.installationsGau p.nomPhoto
{margin:0 0 0 90px;}

/* --------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------- Section Extranet ----------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */

/* ------------------- entête -------------------- */

#divTop
{
    padding: 0;
    margin: 0;

}

#divLeft
{
    background:url(../images/left-top-fr.gif) no-repeat 50px 5px;
    float: left;
    width: 604px;
}

#divLeft_en
{
    background:url(../images/left-top-en.gif) no-repeat 50px 5px;
    float: left;
    width: 604px;
}

#divLeft p, #divLeft_en p
{
    padding: 100px 0 5px 85px;
    color: #6B1111;
    font-size: 1.1em;
    font-weight: bold;
}

#divRight

{
    float: right;

}

#divLanguage
{
    padding: 20px 20px 0 0;

}

#divCopyright a, #divLanguage a
{color: #A3230D;}

#divCopyright a:hover, #divLanguage a:hover
{
	text-decoration:none;
	color: #fff;
}

/* ----------------- menu ------------------- */

#divMenu
{
    background:#71030C;
    height: 30px;
}


#divMainMenu
{background:#71030C;}


#divMainMenu div
{
    display: inline;
    float: left;
    height: 20px;
    background:#71030C;
}

#Sections, #Telechargements, #Formulaires, #Catalogue, #Visites, #SitePublic, #Deconnexion
{margin: 8px;}

#divMainMenu div, #divMainMenu a
{
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

#divMainMenu, #divSubMenus
{cursor: pointer;}

#SectionsMenu, #TelechargementsMenu, #FormulairesMenu, #CatalogueMenu
{
	/*display: none;*/
	position: absolute;
    cursor: pointer;
    width: 160px;
}

/* ----------------------------------- */
/* ------------ Sous-Menu -------------*/
/* ---------------------------------- */
#sousmenuExtranet
{
    text-align: left;
	display: block;
    left: 0;
    top: 0;
	z-index: 100;
	font-size: .9em;	
}

#sousmenuExtranet div 
{
	display:none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 200;
	cursor: pointer;
	background: #3B0D05;
}
#sousmenuExtranet div div {
	position: relative;
	display: block;
	width: 100%;
	white-space: nowrap;
	background: none;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
}

#sousmenuExtranet div div.first {border-top:1px solid #fff;}
#sousmenuExtranet div div.last {border-bottom:1px solid #fff;}

#sousmenuExtranet a {
	display: block;
	height: 1%;
	padding: 5px 5px;
	color: #fff;
	text-decoration: none;
	background: #3B0D05;
}
#sousmenuExtranet a:hover {
	background:#83653B;
	color:#fff;
}

/* largeur des zones de sous-menu */

#mCommunicationFRSMenu
{width: 150px;}

#mTelechargementFRSMenu
{width: 130px;}

#mFormulaireFRSMenu
{width: 160px;}

#mCatalogueFRSMenu
{width: 120px;}




/* ----------------- contenu ------------------- */

#divContent
{
    background-color: #FFF;
    padding: 10px 10px 50px 10px;
	width:100%;
	text-align:left;
}

#divContent p.txtExtranet
{
	color:#000;
	font-size:1em;
}

#divCopyright
{
    border-top: solid 3px #000;
    padding: 5px 0 20px 5px;
    color: #6B1111;
	text-align:left;
}

/* ----------------- section téléchargement extranet ------------------- */
.mainTable
{
    width: 760px;
    border: solid 1px #D4CC9A;
    border-collapse: collapse;
    background-color: #FBF9F4;
}

.header
{background-color: #C6BA85;}


.subHeader
{background-color: #75020C;}

.header, .subHeader
{
    color: #FFFFFF;
    font-weight: bold;
    padding: 6px;
}

/*
.rightTable
{
    width: 540px;
    margin: 10px 20px;
    border-collapse: collapse;
}
*/

.contentTableNoMargin
{
    border-collapse: collapse;
    width: 100%;
}

.contentHeader
{
    background: #71030C;
    font-weight: bold;
}

.contentHeader td
{color: #fff;}

.contentHeader td a
{color: #fff;}

.contentHeader td a:hover
{color: #F5DCCC;}

.contentRow
{background: #fff;}

.contentRowSeperator
{background-color: #FFFFFF;}

.contentHeader td, .contentRow td
{padding: 6px 4px;}

.spanAccessory
{
    display: block;
    padding: 0px 10px;
}

.contentRowSeperator td
{padding: 0px 6px;}

.contentRow a:link, .contentRow a:visited, .contentRow a:active
{color: #A3230D;}

.contentRow a:hover
{
	text-decoration:none;
	color: #000;
}


/* ----------------- section formulaires extranet ------------------- */

.mainRight
{
    width: 580px;
    vertical-align: top;
}

.txtLogo
{
	color:#000;
	padding:15px 0 0 10px;
}

.rightTableText
{padding: 10px 0px;}

.formTable
{
     background-color: #FFFFFF;
     width: 100%;
     margin-bottom: 20px;
}

.formTable tr td
{padding: 2px 4px;}


.formFieldName
{width: 160px;}

/* ----------------------------------------------------------------------------------------------------- */
/* ---------------------------------------- zone Pieds ------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- */

#pied
{
	width:955px;
	padding:0 0 5px 0;
}

#pied ul
{
	font-size:0.9em;
	list-style:none;
	margin:8px 0 0 0;
	padding:0 0 0 17px;
}

#pied ul li
{
	float:left;
	margin:0;
	padding:0 7px;
	color:#8A2514;
}

#pied a:link, #pied a:visited, #pied a:active
{
	color:#8A2514;
	text-decoration:none;
}

#pied a:hover
{
	text-decoration:underline;
}

/* ----------------------------------------------------------------------------------------------------- */
/* ---------------------------------------- Catalogue -------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- */

table.listing.fullpage
{
    border-bottom:1px solid #ADA596 !important;
    width:650px;
    padding:0px 0px 0px 22px;
}

/* ----------------------------------------------------------------------------------------------------- */
/* ---------------------------------------- tableau Emplois -------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- */
/* liste */

table.jobs ul
{
	list-style:none;
	margin:0;
	padding:0 20px 27px 21px;
}

table.jobs ul li
{
	margin:0;
	padding:0 0 9px 26px;
}

/* ----------------------------------------------------------------------------------------------------- */
/* ---------------------------------------- Rating -------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- */

#zoneContenuProds .rating
{
    height: 32px;
    float:left;
    text-align:right;
    margin:15px 0px 5px 22px;
}

#zoneContenuProds .rating1
{
    background:url(../images/rating1.gif) no-repeat top right;
    height:32px;
    width:205px;
    float:left;
    margin:5px 0px 15px 10px;
}

#zoneContenuProds .rating15
{
    background:url(../images/rating15.gif) no-repeat top right;
    height:32px;
    width:205px;
    float:left;
    margin:5px 0px 15px 10px;
}

#zoneContenuProds .rating2
{
    background:url(../images/rating2.gif) no-repeat top right;
    height:32px;
    width:205px;
    float:left;
    margin:5px 0px 15px 10px;
}

#zoneContenuProds .rating25
{
    background:url(../images/rating25.gif) no-repeat top right;
    height:32px;
    width:205px;
    float:left;
    margin:5px 0px 15px 10px;
}

#zoneContenuProds .rating3
{
    background:url(../images/rating3.gif) no-repeat top right;
    height:32px;
    width:205px;
    float:left;
    margin:5px 0px 15px 10px;
}

#zoneContenuProds .rating35
{
    background:url(../images/rating35.gif) no-repeat top right;
    height:32px;
    width:205px;
    float:left;
    margin:5px 0px 15px 10px;
}

#zoneContenuProds .rating4
{
    background:url(../images/rating4.gif) no-repeat top right;
    height:32px;
    width:205px;
    float:left;
    margin:5px 0px 15px 10px;
}

#zoneContenuProds .rating45
{
    background:url(../images/rating45.gif) no-repeat top right;
    height:32px;
    width:205px;
    float:left;
    margin:5px 0px 15px 10px;
}

#zoneContenuProds .rating5
{
    background:url(../images/rating5.gif) no-repeat top right;
    height:32px;
    width:205px;
    float:left;
    margin:5px 0px 15px 10px;
}

/* --- Formulaire Calculateur -------------------------------------------------- */

/* tableau */

/* General listing table */

table.calculateur
{
	width:335px;
	border-bottom: 1px solid #fff !important;
	margin:20px 0 0 0;
	float:left;
}

table.resultats
{
	width:335px;
	border-bottom: 1px solid #fff !important;
	margin:0;
	float:left;
}

table.calculateur th.tabCalculateur_titre, table.resultats th.tabCalculateur_titre
{
	padding: 5px;
	text-align: center;
	font-weight: bold;
	color: #97450A;
	vertical-align: top;
	border-top: none;
	border-bottom: 1px solid #fff;
	color: #fff;
	background: #7d010c;
}

table.calculateur th, table.resultats th
{
	padding: 5px;
	text-align: left;
	font-weight: bold;
	color: #97450A;
	vertical-align: top;
	border-top: none;
	color: #fff;
	background: #7d010c;
}

table.calculateur td, table.resultats td
{
	color:#333;
	padding: 5px 5px;
	line-height: 1.2em;
	border-top: 1px solid #fff;
	background:#c7beab;
}

table.calculateur td.borderGau, table.calculateur th.borderGau, table.resultats th.borderGau, table.resultats td.borderGau
{border-left: 1px solid #fff;}

table.calculateur td.centrer, table.calculateur th.centrer, table.resultats th.centrer, table.resultats td.centrer
{text-align:center;}

/* Forms */

.formCalcul
{
	margin: 20px 20px 0 0;
	float:left;
	width:280px;
}

.lesChampsCalculs
{margin:0 0 25px 0;}

.lesChampsCalculs select
{width:260px;}

.formCalcul label 
{
	display: block;
	text-align:left;
	font-weight:bold;
}

.formCalcul input
{
	margin:0 0 7px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0 3px;
}

.formCalcul p
{padding:0 !important;}

.notes p
{padding:0 25px 15px 0 !important;}

/* -------------------------------------------------- */
/* -- boîte Calculateur Accueil --------------------- */
#boxCalculateur
{
	width:237px;
	background:#5d553b url(../images/boxCalculateur_bg.jpg) no-repeat top left;
	margin:0 0 5px 186px;
}

#boxCalculateur h1
{
	color:#fff;
	padding:11px 30px 20px 18px;
}

#boxCalculateur p
{
	padding:0 20px 20px 18px;
	color:#fff;
	text-align:justify;
}

/* ----- */

#bCalculer
{background:#5b1008 url(../images/bCalculer_bg.gif) no-repeat bottom left;}

#bCalculer h1
{
	color:#fff;
	padding:10px 0 10px 21px;
}

#bCalculer a:link, #bCalculer a:visited, #bCalculer a:active
{
	color:#fff;
	text-decoration:none;
}
#bCalculer a:hover
{text-decoration:underline;}

input.iTel1 {width:25px;}
input.iTel2 {width:35px;}

/* ---------------------------------------- */
/* ------------- validation --------------- */
/* ---------------------------------------- */
.validationWrap {
    padding: 10px 0;
}
.validation {
    background-color: #FFC0C0;
    border: 1px solid #FF0000;
    color: #666666;
    padding: 10px;
    width: 405px;
}
.validation ul {
	list-style-type: square !important;
	margin: 0 !important;
	padding: 0 !important;
}
.validation li {
	margin: 0 0 0 40px !important;
	padding: 2px !important;
}


/* ---------------------------------------- */
/* ------------- Oublié mot de passe ------ */
/* ---------------------------------------- */

a.oublie {display:block;background:#67050c no-repeat;color:#FFF !important;text-decoration:none !important;padding:5px;width:158px;}
a.en {width:113px;}
a.oublie:hover {text-decoration:underline !important;}

/* Devenez un détaillant */

.devenez-detaillant {margin:0;padding:20px;}
.devenez-detaillant p {font-size:12px;}
.devenez-detaillant span.titre {font-size:2em;margin:0;color:#df792b;padding:0 0 10px 0}
.devenez-detaillant h1 {margin:10px 0 20px;width:867px;background:url(../images/formulaire-title-bg.gif) no-repeat top left;border:1px solid #929292;font-size:1.1em;padding:8px 0 5px 8px;height:20px;font-style:normal !important;color:#000;}
.devenez-detaillant h2 {margin:0 0 10px 0;}
.devenez-detaillant span {margin:10px 0 10px;padding:0;display:block;font-size:12px;font-weight:bold;}
.devenez-detaillant span.obligatoire {color:#CA0021;font-size:1em;display:inline;margin:0;font-weight:normal;}
.devenez-detaillant label {margin:3px 8px 12px 0;padding:0;display:block;float:left;width:160px;}
.devenez-detaillant label.ligne {width:80px;}
.devenez-detaillant label.potentiel {width:240px;}
.devenez-detaillant label.yn {width:30px;}
.devenez-detaillant input.radio {width:65px;margin-top:5px;}
.devenez-detaillant input {margin:2px 0 0 0;padding:0;float:left;width:200px;}
.devenez-detaillant input.envoyer-demande {float:right;margin:20px 70px 20px 0;} 
.devenez-detaillant select {height:auto;font-size:12px;}
.devenez-detaillant textarea {width:635px;}
.devenez-detaillant label.bm {margin:12px 0 0 0;width:200px;}
.devenez-detaillant textarea.brands {margin:12px 0 12px 0;width:600px;}
.devenez-detaillant textarea.domaine {width:200px;float:left;margin-bottom:20px;}
.devenez-detaillant .side1 {float:left;width:400px;}
.devenez-detaillant .side2 {float:left;width:400px;margin-left:30px;}

.devenez-detaillant p
{
	font-size:1em;
	color:#000000 !important;
	margin:0;
	text-align:justify;
}

#box-produits
{
	border:1px solid #660000;
}

/*Logo rafraichir captcha*/

.rafraichir
{
    position:absolute;
    top:464px;
    left:647px;
    width:45px !important;
    height:45px !important;
}

/* Print-slideshow */

#print-slideshow {display:none;}

/*--- PIÈCES PAR PRODUIT ---------------------------------------------------- */

.wrap #box-produits .marge-pieces {margin-bottom:20px;}
.wrap #box-produits .pieces-produit {
    margin-top: 20px;
    padding-bottom: 20px;
    position: relative;
    width: 725px;
    float:left;
}
.wrap #box-produits .pieces-produit .trouver {background: url(../images/b-site-internet-g-valcourt.gif) 5px 4px #660000 no-repeat;width:321px;height:34px;float:left;margin:0 13px 0 0;padding:0 0 0 35px;color:#FFF;font-size:14px;}
.wrap #box-produits .pieces-produit .pale {background: url(../images/b-site-internet-pale-g-valcourt.gif) 5px 4px #765558 no-repeat;margin:0;color:#DADADA;}
.wrap #box-produits .pieces-produit .pale a {color:#DADADA;text-decoration:none;display:block;padding-top:10px;width:417px;height:24px;}
.wrap #box-produits .pieces-produit .fl-right {float:right;}
.wrap #box-produits .pieces-produit h2 {font-size:22px;margin:12px 0 0 12px;color:#660000;padding:0 0 10px 0;text-transform:none;border:none;}
.imprimer-pieces {position:relative;right:auto;top:auto;background:url(../images/b-print.gif) top left no-repeat;width:58px;height:26px;padding: 58px 0 0;float:right;text-align:center; top:10px; right:70px;}
.wrap #box-produits .pieces-produit .pieces-explosees {margin:20px auto;width:700px;}

.wrap #box-produits .pieces-produit .selection {margin:18px 12px 0 13px;}
.wrap #box-produits .pieces-produit .selection h2 {display:block;float:left;margin:0 0 12px 0px;}
.wrap #box-produits .pieces-produit .selection span {display:block;float:left;color:#929292;font-size:14px;margin:0 0 12px 0px;font-weight:bold;}

.wrap #box-produits .pieces-produit table tr td.title {border-right:1px solid #fff;background:url(../images/bg-th-pieces.gif) repeat-x top left;height:35px;text-transform:uppercase;color:#fff;}
.wrap #box-produits .pieces-produit table tr td.title-last {border:none !important;}

.wrap #box-produits .pieces-produit table {border:1px solid #660000;margin: 0 0 8px 12px;}
.wrap #box-produits .pieces-produit table tr td {text-transform:uppercase;font-size:12px;}
.wrap #box-produits .pieces-produit table tr td.gris {background-color:#e6e6e6;}

.wrap #box-produits .pieces-produit table tr td.number {width:40px;}
.wrap #box-produits .pieces-produit table.title tr td.number {width:39px;}
.wrap #box-produits .pieces-produit table tr td.piece {width:80px;}
.wrap #box-produits .pieces-produit table.title tr td.piece {width:79px;}
.wrap #box-produits .pieces-produit table tr td.desc {width:500px;}
.wrap #box-produits .pieces-produit table.title tr td.desc {width:449px;}
.wrap #box-produits .pieces-produit table tr td.qte {width:110px;text-align: center;}
.wrap #box-produits .pieces-produit table.title tr td.qte {width:94px;}
.wrap #box-produits .pieces-produit table tr td.select {width:68px;text-align: center;}
.wrap #box-produits .pieces-produit table.title tr td.select {width:67px;}

.wrap #box-produits .pieces-produit .etape1-complete {margin:0 auto 0 12px;width:720px;}
.wrap #box-produits .pieces-produit .questions {float:left;}
.wrap #box-produits .pieces-produit .questions span {float:left;display:block;color:#660000;font-size:14px;margin:10px 12px 0 2px;font-weight:bold;}
.wrap #box-produits .pieces-produit .questions a {background:url(../images/b-questions.gif) no-repeat top left;width:35px;height:35px;display:block;float:left;}
.wrap #box-produits .pieces-produit .etape-deux {float:right;margin-top:12px;}
.wrap #box-produits .pieces-produit .etape-deux h2 {float:right;margin:0 12px 0 0;}
.wrap #box-produits .pieces-produit .etape-deux a {background:url(../images/b-etape2z.gif) no-repeat top left;width:172px;height:26px;display:block;float:right;}


/*--- PIÈCES PAR PRODUIT ÉTAPE 2 ---------------------------------------------------- */

.wrap #box-produits .pieces-produit .trouver-pieces-margin {margin:0 12px 45px 0;}
.wrap #box-produits .pieces-produit .trouver-detaillant-margin {margin:0 0 20px 0;}
.wrap #box-produits .pieces-produit .inactif {padding-top:10px;height:24px;}
.wrap #box-produits .pieces-produit .imprimer-selection {position:absolute;right:34px;top:55px;background:url(../images/b-imprimez-selection-fr.gif) top left no-repeat;width:235px;height:26px;}
.wrap #box-produits .pieces-produit span.selectionnees {color:#929292;font-size:16px;margin:0 0 5px 34px;font-weight:bold;display:block;width:700px;}
.wrap #box-produits .pieces-produit .etape2-complete {margin:0 0 0 38px;}
.wrap #box-produits .pieces-produit .etape2-complete h2 {margin:0;}
.wrap #box-produits .pieces-produit .etape2-complete form {margin:0;}
.wrap #box-produits .pieces-produit .etape2-complete form input {margin:0 5px 5px 5px;}

/*--- PIÈCES PAR PRODUIT - DÉTAILLANT ---------------------------------------------------- */

.wrap #box-produits .pieces-produit #recherche-detaillant {border:none;}
.wrap #box-produits .pieces-produit a.b-commencez {float:right;display:block;width:238px;height:26px;background:url(../images/b-commencez-recherche-fr.gif) no-repeat top left;text-indent:-9999em;margin:11px 18px 0 0;}

/*--- PIÈCES PAR PRODUIT - CONTACTER DÉTAILLANT ---------------------------------------------------- */

.wrap #box-produits .pieces-produit h2.contacter-detaillant {margin-left:32px;}
.wrap #box-produits .pieces-produit table tr td.local {width:300px;}
.wrap #box-produits .pieces-produit table.title tr td.local {width:249px;}
.wrap #box-produits .pieces-produit table tr td.adresse {width:230px;}
.wrap #box-produits .pieces-produit table.title tr td.adresse {width:229px;}
.wrap #box-produits .pieces-produit table tr td.tel {width:100px;}
.wrap #box-produits .pieces-produit table.title tr td.tel {width:99px;}
.wrap #box-produits .pieces-produit table tr td.www {width:95px;}
.wrap #box-produits .pieces-produit table.title tr td.www {width:94px;}
.wrap #box-produits .pieces-produit table tr td.carte {width:58px;}
.wrap #box-produits .pieces-produit table.title tr td.carte {width:57px;}
.wrap #box-produits .pieces-produit table tr td a.icon-carte {display:block;background:url(../images/b-carte.gif) no-repeat top left;width:24px;height:24px;}
.wrap #box-produits .pieces-produit .etape2-complete a.modifier {float:right;display:block;background:url(../images/b-modifier-en.gif) no-repeat top left;width:165px;height:26px;margin:0 12px 0 0;}
.wrap #box-produits .pieces-produit .etape2-complete span.ou {color:#000;float:right;font-size:14px;font-weight:bold;display:block;margin:2px 0 0;}
.wrap #box-produits .pieces-produit .etape2-complete a.print-results {float:right;display:block;background:url(../images/b-imprimer-resultats-en.gif) no-repeat top left;width:165px;height:26px;margin:0 0 0 12px;}

/*--- PIÈCES PAR PRODUIT - DÉTAILLANT - PAS DE RÉSULTAT ---------------------------------------------------- */

.wrap #box-produits .pieces-produit span.rien {color:#f50e0e;font-size:12px;font-weight:normal;display:block;margin:0 0 12px 8px;}

/*--- PIÈCES PAR PRODUIT - CONTACTER DÉTAILLANT WEB ---------------------------------------------------- */

.wrap #box-produits .pieces-produit table tr td.det-web {width:392px;}
.wrap #box-produits .pieces-produit table.title tr td.det-web {width:361px;}
.wrap #box-produits .pieces-produit table tr td.site-internet {width:312px;}
.wrap #box-produits .pieces-produit table.title tr td.site-internet {width:311px;}
.wrap #box-produits .pieces-produit .etape2-complete a.transfert {float:right;display:block;background:url(../images/b-transferez.gif) no-repeat top left;width:420px;height:26px;margin:0 36px 0 0;}


/*--- PIÈCES PAR PRODUIT - QUESTIONS ---------------------------------------------------- */

.wrap #box-produits .pieces-produit #form-pieces {margin:30px 0 0 40px; width:720px;}
.wrap #box-produits .pieces-produit #form-pieces label {float:left;width:100px;margin:0 0 20px 0;padding:0;}
.wrap #box-produits .pieces-produit #form-pieces label.col2 {margin:0 8px 0 60px;}
.wrap #box-produits .pieces-produit #form-pieces input {float:left;width:190px;margin:0 20px 0 0;padding:0;}
.wrap #box-produits .pieces-produit #form-pieces select {float:left;width:192px;margin:0 20px 0 0;padding:0;}
.wrap #box-produits .pieces-produit #form-pieces textarea {float:left;width:570px;height:100px;margin:0 0 20px 0;padding:0;}
.wrap #box-produits .pieces-produit #form-pieces input.envoyer {float:right;display:block;background:url(../images/b-envoyez-fr.gif) no-repeat top left;width:122px;height:26px;margin:0 55px 0 0;}


/*--- PIÈCES GÉNÉRAL - 01 ---------------------------------------------------- */


.pieces-general {margin-bottom:10px;padding-bottom:24px;border-bottom:1px solid #d7923a;}
.pieces-general .trouver {background: url(../images/b-site-internet-g-valcourt.gif) 5px 4px #660000 no-repeat;width:414px;height:34px;float:left;margin:0 13px 0 0;padding:0 0 0 35px;color:#FFF;font-size:14px;}
.pieces-general .pale {background: url(../images/b-site-internet-pale-g-valcourt.gif) 5px 4px #765558 no-repeat;margin:0;color:#DADADA;height:23px; padding-top:11px;}
.pieces-general .inactif {padding-top:10px;height:24px;}
.pieces-general h2 {font-size:22px;margin:12px 0 0 0;padding:0 0 10px 0;text-transform:none;border:none;}
.pieces-general span.selectionnees {color:#929292;font-size:14px;margin:0 0 12px 4px;font-weight:bold;display:block;}

/*--- PIÈCES GÉNÉRAL - 02 ---------------------------------------------------- */

.pieces-general #box-search {float:left;width:400px;margin:0 0 0 12px;}
.pieces-general #box-search2 {float:left;width:400px;margin:0 0 0 60px;}
.pieces-general h3 {font-size:16px;margin:16px 0 4px;padding:0 0 10px 0;text-transform:none;border:none;}
.pieces-general h3.mod-no {margin-bottom:6px;padding:0;}
.pieces-general select {float:left;width:207px;height:auto;font-size:12px;}
.pieces-general label {float:left;width:180px;}
.pieces-general label.no-modele {width:123px;margin:8px 0 0 0;}
.pieces-general input {float:left;width:200px;}
.pieces-general input.model-number {width:200px;margin:8px 0 0;}
.pieces-general a.more-info {float:left;background:url(../images/b-questions.gif) top left no-repeat;display:block;width:35px;height:35px;margin:0 22px 0 0;}
.pieces-general a.rechercher {float:right;background:url(../images/b-recherchez-fr.gif) top left no-repeat;display:block;width:122px;height:26px;margin:25px 12px 0;}

.pieces-general h2.contacter-detaillant {margin-left:38px;}
.pieces-general span.select-p {color:#000;font-size:12px;text-transform:uppercase;font-weight:bold;display:block;margin:6px 0 12px 16px;}
.pieces-general table tr td {text-transform:uppercase;}
.pieces-general table tr th {border-right:1px solid #fff;background:url(../images/bg-th-pieces.gif) repeat-x top left;height:35px;text-transform:uppercase;color:#fff;}
.pieces-general table tr td.title-last {border:none;}
.pieces-general table {border:1px solid #000;margin:0 auto 20px;}
.pieces-general table tr td.nom-produit {width:400px;}
.pieces-general table.title tr td.nom-produit {width:399px;}
.pieces-general table tr td.numero-de-modele {width:230px;}
.pieces-general table.title tr td.numero-de-modele {width:229px;}
.pieces-general table tr td.choix {width:200px;}
.pieces-general table.title tr td.choix {width:199px;}
.pieces-general table tr td a.choisir {display:block;background:url(../images/b-choisissez.gif) no-repeat top left;width:127px;height:26px;}


/* -- Onglets ----------------------------------------------------------- */
#nav-detailsProds
{
	float:right !important;
	list-style:none !important;
	margin:0 !important;
	padding:0 1px 0 0 !important;
}
#nav-detailsProds li
{
	float:left !important;
	margin:0 !important;
	padding:0 0 0 2px !important;
	background:none !important;
	list-style-type:none;
}

/* onglet CaractÈristiques */
#nav-detailsProds li a#nav-caracteristiques
{
	display:block;
	width:131px;
	height:31px;
	background:url(../images/bn-caracteristiques.gif) no-repeat top left;
	text-transform:uppercase;
	font-size:0.9em;
	color:#fff;
	text-decoration:none;
	text-align:center;
	padding:7px 0 0 0;
}
#nav-detailsProds li a#nav-caracteristiques:hover, #nav-detailsProds li a.active-caracteristique
{
	height:26px !important;
	background:url(../images/bo-caracteristiques.gif) no-repeat top left !important;
	color:#D0C790 !important;
	padding:12px 0 0 0 !important;
}


/* onglet Spécifications */
#nav-detailsProds li a#nav-specifications
{
	display:block;
	width:114px;
	height:31px;
	background:url(../images/bn-specifications.gif) no-repeat top left;
	text-transform:uppercase;
	font-size:0.9em;
	color:#fff;
	text-decoration:none;
	text-align:center;
	padding:7px 0 0 0;
}
#nav-detailsProds li a#nav-specifications:hover, #nav-detailsProds li a.active-specifications
{
	height:26px !important;
	background:url(../images/bo-specifications.gif) no-repeat top left !important;
	color:#D0C790 !important;
	padding:12px 0 0 0 !important;
}

/* onglet Spécifications DISCONTINUÉ */

#nav-detailsProds li span.discontinue {text-transform:uppercase;text-align:center;font-size:0.9em;color:#777777;padding:7px 0 0 0 !important;width:114px;height:26px !important;background:url(../images/bn-specifications-disc.gif) no-repeat top left !important;display:block;}
.discontinue-padding {padding-bottom:20px;}

/* onglet Options */
#nav-detailsProds li a#nav-options
{
	display:block;
	width:83px;
	height:31px;
	background:url(../images/bn-options.gif) no-repeat top left;
	text-transform:uppercase;
	font-size:0.9em;
	color:#fff;
	text-decoration:none;
	text-align:center;
	padding:7px 0 0 0;
}
#nav-detailsProds li a#nav-options:hover, #nav-detailsProds li a.active-options
{
	height:26px !important;
	background:url(../images/bo-options.gif) no-repeat top left !important;
	color:#D0C790 !important;
	padding:12px 0 0 0 !important;
}

/* onglet Accessoires */
#nav-detailsProds li a#nav-accessoires
{
	display:block;
	width:103px;
	height:31px;
	background:url(../images/bn-accessoires.gif) no-repeat top left;
	text-transform:uppercase;
	font-size:0.9em;
	color:#fff;
	text-decoration:none;
	text-align:center;
	padding:7px 0 0 0;
}
#nav-detailsProds li a#nav-accessoires:hover, #nav-detailsProds li a.active-accessoires
{
	height:26px !important;
	background:url(../images/bo-accessoires.gif) no-repeat top left !important;
	color:#D0C790 !important;
	padding:12px 0 0 0 !important;
}

/* onglet Pièces de remplacement */

#nav-detailsProds li a#nav-piecesRemplacement
{
	display:block;
	width:172px;
	height:31px;
	background:url(../images/bn-pieces.gif) no-repeat top left;
	text-transform:uppercase;
	font-size:0.9em;
	color:#fff;
	text-decoration:none;
	text-align:center;
	padding:7px 0 0 0;
}
#nav-detailsProds li a#nav-piecesRemplacement:hover, #nav-detailsProds li a.active-piecesRemplacement
{
	height:26px !important;
	background:url(../images/bo-pieces.gif) no-repeat top left !important;
	color:#D0C790 !important;
	padding:12px 0 0 0 !important;
}

/* onglet faq */
#nav-detailsProds li a#nav-faq
{
	display:block;
	width:56px;
	height:31px;
	background:url(../images/bn-faq.gif) no-repeat top left;
	text-transform:uppercase;
	font-size:0.9em;
	color:#fff;
	text-decoration:none;
	text-align:center;
	padding:7px 0 0 0;
}
#nav-detailsProds li a#nav-faq:hover, #nav-detailsProds li a.active-faq
{
	height:26px !important;
	background:url(../images/bo-faq.gif) no-repeat top left !important;
	color:#D0C790 !important;
	padding:12px 0 0 0 !important;
}

#content .wrap .onglets {width:737px;float:left;}

/* Utilities menu */
#utils li#accueil {
	top: 26px;
	left: 906px !important;
	width: 49px;
	background-image: url(../../images/Valcourt/b_accueil.gif);
}
#utils li#lang {
	top: 50px;
	left: 906px !important;
	width: 49px;
	background-image: url(../../images/Valcourt/b_english.gif);
}

#produit-opinions
{
	float:left;
	width:512px;
}
#produit-opinions.opinions .wrap {padding:0 0 0 6px;}
#produit-opinions.opinions h1 	{padding:0 0 0 17px; width:487px; height:33px; line-height:33px; font-size:13px; color:white;
								text-transform:uppercase; font-style:normal;
							   	background-color:black;}
#produit-opinions.opinions .border 			{border:1px solid #929292; border-top:none; border-bottom:none;}
#produit-opinions.opinions div.hr 		{height:2px;margin:0; padding:0; width:502px;}
#produit-opinions.opinions .niveaux 			{background:#d8d8d8; padding:0 12px; height:39px;overflow:hidden;
											width:478px;}
#produit-opinions.opinions .niveaux p,
#produit-opinions.opinions .niveaux select 	{float:left;}
#produit-opinions.opinions .niveaux p 	  	{padding:0;line-height:39px; font-weight:bold;}
#produit-opinions.opinions .niveaux select 	{margin:8px 0 0 5px;}
#produit-opinions.opinions .langues 			{ background:#efefef; padding:0 12px; width:478px; height:39px;}
#produit-opinions.opinions .langues p 		{line-height:39px; padding:0; color:#727272;}
#produit-opinions.opinions .langues p a 		{color:#727272; text-decoration:none;padding:0 4px;}
#produit-opinions.opinions .langues p a:hover{color:#f89b2d; text-decoration:underline;}
#produit-opinions.opinions ul.ops { padding:15px 11px 0; border-bottom:1px solid #929292; width:480px;}
#produit-opinions.opinions ul.ops li { list-style:none !important; padding:15px 0 !important; border-top:1px solid #000; background:none !important;}
#produit-opinions.opinions ul.ops li:first-child {border:none;}
#produit-opinions.opinions ul.ops li blockquote { display:block; font-size:15px; font-weight:bold; margin:0;}
#produit-opinions.opinions ul.ops li cite,
#produit-opinions.opinions ul.ops li .rating {padding:0 12px;display:block;}
#produit-opinions.opinions ul.ops li cite { font-size:10px; font-style:normal; display:block; margin-bottom:3px; }
#produit-opinions.opinions ul.ops li .rating { overflow:hidden; margin-bottom:15px; }
#produit-opinions.opinions ul.ops li .rating .stars {overflow:hidden; height:14px; width:88px; float:left;}
#produit-opinions.opinions ul.ops li .rating .stars span 	{ float:left; width:14px; height:14px; display:block; text-indent:-9999em;
														 	background:url(../images/bg-opinion-etoile-vide.png) no-repeat 0 0; margin:0 0 0 2px;}
#produit-opinions.opinions ul.ops li .rating .stars span:first-child {margin-left:0;}
#produit-opinions.opinions ul.ops li .rating .stars.un .un,
#produit-opinions.opinions ul.ops li .rating .stars.deux .un,
#produit-opinions.opinions ul.ops li .rating .stars.deux .deux,
#produit-opinions.opinions ul.ops li .rating .stars.trois .un,
#produit-opinions.opinions ul.ops li .rating .stars.trois .deux,
#produit-opinions.opinions ul.ops li .rating .stars.trois .trois,
#produit-opinions.opinions ul.ops li .rating .stars.quatre .un,
#produit-opinions.opinions ul.ops li .rating .stars.quatre .deux,
#produit-opinions.opinions ul.ops li .rating .stars.quatre .trois,
#produit-opinions.opinions ul.ops li .rating .stars.quatre .quatre,
#produit-opinions.opinions ul.ops li .rating .stars.cinq span {background-image:url(../images/bg-opinion-etoile-pleine.png);}

#produit-opinions.opinions ul.ops li .rating p.when { color:#727272; font-size:12px; padding:0;}
#produit-opinions.opinions ul.ops li .op {  }
#produit-opinions.opinions ul.ops li .op p { color:#727272; padding:0; margin:0 0 2px; }
#produit-opinions.opinions ul.ops li .op a.plus 	{background:url(../images/bg-opinion-plus.png) no-repeat 100% 70%;
												padding-right:15px; display:block; margin:0 0 5px 0; float:left;}
#produit-opinions.opinions ul.ops li .utilite { clear:both; overflow:hidden;}
#produit-opinions.opinions ul.ops li .utilite p { float:left; padding:0; color:#000; font-size:11px; line-height:19px;}
#produit-opinions.opinions ul.ops li .utilite a.oui { float:left; border:1px solid #d07300; color:#000;text-decoration:none; padding:0 4px;
													margin:0 0 0 4px; line-height:17px;
												 	background:url(../images/bg-opinion-gradient-oui.png) repeat-x 0 0; height:17px;width:45px;text-align:center; }

#produit-opinions.opinions .pagination {float:right; margin:10px 25px 0 0;color:#000;}
#produit-opinions.opinions .pagination a {color:#000; font-size:13px; text-decoration:none;}
#produit-opinions.opinions .pagination a:hover,
#produit-opinions.opinions .pagination a.current {color:#DF792B;}

/* -- DÉTAILLANTS ------------------------------------------- */

/* -- zone recherche détaillant ---------------- */

#recherche-detaillant
{
	width:916px;
	border:1px solid #d68e33;
	margin:0 0 15px 0;
}

#form-detaillant
{
	width:713px;
	background:#E6E6E6 url(../images/form-detaillant-bg-valcourt.jpg) no-repeat -15px top;
	height:199px;
	padding:10px 0 0 0;
	margin:0 0 0 12px;
}

.box-recherche
{
	width:447px;
	margin:0 0 0 255px;

}
.box-recherche h1
{
	color:#fff;
	font-size:1em;
	background:#660000 url(../images/b-site-internet-s.png) no-repeat 3px 2px;
	font-style:normal !important;
	padding:4px 0 4px 28px;
	line-height:normal;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	margin:0;
}

.form-detaillant
{
	margin:0 0 10px 0;
	_margin:0 0 6px 0;
	position:relative;
	padding:7px 0;
}

.form-detaillant input, select {padding:0;}

.form-detaillant input.c-codePostal
{
	width:83px;
	vertical-align: middle;
	margin:0 63px 0 6px;
}

.form-detaillant select.c-distance
{
	width:60px;
	vertical-align: middle;
	margin:0 3px 0 13px;
	font-size:12px;
}
.form-detaillant select.c-mesure
{
	width:71px;
	vertical-align: middle;
	margin-bottom:0;
	font-size:12px;
}

.form-detaillant label.label-province
{
	vertical-align: middle;
	font-size:1em;
	margin:0 9px 0 6px;
}
.form-detaillant select.c-province
{
	width:149px;
	vertical-align: middle;
	margin:0 20px 0 0;
	font-size:1em;
}

.form-detaillant label.label-ville
{
	vertical-align: middle;
	font-size:1em;
}
.form-detaillant input.c-ville
{
	width:100px;
	vertical-align: middle;
	margin:0 0 0 4px;
}

.form-detaillant label.label-nomComplet
{
	vertical-align: middle;
	font-size:1em;
	margin:0 6px;
}

.form-detaillant input.c-nomComplet
{
	width:277px;
	vertical-align: middle;
	margin:0;
}

#recherche-detaillant-foot
{
	width:725px;
	background:url(../images/recherche-detaillant-foot-bg.gif) no-repeat top left;
	height:49px;
}

a.b-commencer
{
	float:right;
	display:block;
	width:238px;
	height:26px;
	background:url(../images/b-commencez-recherche-fr.gif) no-repeat top left;
	text-indent:-9999em;
	margin:11px 0 0 0;
}
/* --------------------------------------------- */

/* -- zone recherche détaillant dans dealer-locator.aspx ---------------- */

#content-dealer .wrap{ padding: 0;}


#content-dealer #recherche-detaillant
{
	width:916px;
	border:1px solid #000;
	margin: 0 0 15px;
}

#content-dealer #form-detaillant
{
	width:916px;
	background:#E6E6E6 url(../images/form-detaillant-bg-valcourt.jpg) no-repeat -15px top;
	height:199px;
	padding:10px 0 0 0;
	margin:0 0 0 0;
}

#content-dealer .box-recherche
{
	width:630px;
	margin:0 0 0 275px;
}

#content-dealer .box-recherche h1
{
	color:#fff;
	font-size:1em;
	background:#660000 url(../images/b-site-internet-s.png) no-repeat 3px 2px;
	font-style:normal !important;
	padding:4px 0 4px 28px;
	line-height:normal;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	margin:0;
}

#content-dealer .form-detaillant
{
	margin:0 0 10px 0;
	_margin:0 0 6px 0;
	position:relative;
	padding:7px 0;
}

#content-dealer .form-detaillant input, select {padding:0;}

#content-dealer .form-detaillant input.c-codePostal
{
	margin: 0 51px 0 29px;
    vertical-align: middle;
    width: 140px;
}

#content-dealer .form-detaillant select.c-distance
{
	width:71px;
	vertical-align: middle;
	margin:0 3px 0 13px;
}
#content-dealer .form-detaillant select.c-mesure
{
	width:71px;
	vertical-align: middle;
	margin-bottom:0;
}

#content-dealer .form-detaillant label.label-province
{
	vertical-align: middle;
	font-size:1em;
	margin:0 9px 0 31px;
}
#content-dealer .form-detaillant select.c-province
{
	width:170px;
	vertical-align: middle;
	margin:0 47px 0 0;
}

#content-dealer .form-detaillant label.label-ville
{
	vertical-align: middle;
	font-size:1em;
}
#content-dealer .form-detaillant input.c-ville
{
	width:190px;
	vertical-align: middle;
	margin:0 0 0 4px;
}

#content-dealer .form-detaillant label.label-nomComplet
{
	vertical-align: middle;
	font-size:1em;
	margin:0 0 0 31px;
}

#content-dealer .form-detaillant input.c-nomComplet
{
	width:380px;
	vertical-align: middle;
	margin:0 0 0 4px;
}


#content-dealer #recherche-detaillant-foot
{
	width:916px;
	background:url(../images/recherche-detaillant-foot-bg.gif) no-repeat top left;
	margin-left: 0;
}

#content-dealer a.b-commencer
{
	float:right;
	display:block;
	width:238px;
	height:26px;
	background:url(../images/b-commencez-recherche-fr.gif) no-repeat top left;
	text-indent:-9999em;
	margin:11px 0 0 0;
}

#content-dealer a.b-commencer-en
{
	float:right;
	display:block;
	width:170px;
	height:26px;
	background:url(../images/b-commencez-recherche-en.gif) no-repeat top left;
	text-indent:-9999em;
	margin:11px 0 0 0;
}

#content-dealer a.b-imprimer
{
	display:block;
	width:160px;
	height:15px;
	background:url(../images/b-imprimer.gif) no-repeat top left;
	text-decoration:none;
	color:#000 !important;
	font-weight:bold;
	padding:2px 0 0 25px;
	margin:0 0 0 21px;
}

#content-dealer table.tabDetaillants
{
	width:916px;
	border:1px solid #000;
}

#content-dealer .wrap{padding:0 0 10px 0 !important;}

/* --------------------------------------------- */

a.b-imprimer
{
	display:block;
	width:140px;
	height:15px;
	background:url(../images/b-imprimer.gif) no-repeat top left;
	text-decoration:none;
	color:#000 !important;
	font-weight:bold;
	padding:2px 0 0 25px;
	margin:0 0 0 21px;
}
a.b-imprimer:hover
{text-decoration:underline !important;}

/* -- Tableau des détaillants ----- */
table.tabDetaillants
{
	width:713px;
	border:1px solid #d68e33;
}

table.tabDetaillants th
{
	background:#929292 url(../images/tabDetaillants-head-bg.gif) repeat-x top left;
	color:#fff;
	text-transform:uppercase;
	font-size:1.1em;
	font-weight:normal;
	padding:10px;
	border-right:1px solid #fff;
	text-align:left;
}

table.tabDetaillants td
{
	padding:12px 0 12px 10px;
}

.noBorderRight
{border-right:none !important;}

table.tabDetaillants td.bg-gris
{background:#f3f3f3;}

a.b-siteInternet
{
	display:block;
	width:24px;
	height:24px;
	background:url(../images/b-site-internet.gif) no-repeat top left;
	text-indent:-9999em;
	margin:0 0 0 50px;
}
a.b-carte
{
	display:block;
	width:24px;
	height:24px;
	background:url(../images/b-carte.gif) no-repeat top left;
	text-indent:-9999em;
	margin:0 0 0 25px;
}


#content .wrap {padding:0 22px;}
.wrap #box-produits .pieces-produit .etape2-complete input {margin:0 5px 5px 5px;}

/* Product navigation on the right */

#product-nav {
	float: right;
	width: 153px;
	margin: 20px 15px 0 15px;
}
#product-nav ul {
	margin: 0;
 	padding: 0;
}
#product-nav li {
	list-style: none;
	margin: 0 0 .5em !important;
	padding: 0 0 0 16px !important;
	font-weight: bold;
}
#product-nav li.picture {
	padding: 0 !important;
}

#utils li#zone {
	width: 316px;
	background-image: url(../../images/b_zone_fr.gif);
}

.wrap #box-produits .pieces-produit .imprimer-pieces {position:relative;right:auto;top:auto;background:url(../images/b-imprimez-pieces-en.gif) top left no-repeat;width:153px;height:26px;float: right;}
