/* ------------------------------------------------------------------------
	FLAME DEFAULT STYLESHEET
	
	All pages inherrit from this stylesheet, so anything reusable,
	site-wide or generic goes here.
------------------------------------------------------------------------ */


/* Default font face, color and size
------------------------------------------------------------------------ */
body {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#page {
	font-size: .9em;
	line-height: 1.3em;
}


/* Page structure
------------------------------------------------------------------------ */
body {
	margin: 0;
	padding: 0 0 15px;
	text-align: center;
	background: #C90303;
}
.pagewrap {
	background: url(../../images/enerzone/bg_body-enerzone.jpg) top center repeat-y;
}
.pagewrap .pagewrap {
	background: url(../../images/enerzone/bg_pagewrap1.jpg) top center no-repeat;
}
.pagewrap .pagewrap .pagewrap {
	background: url(../../images/enerzone/bg_pagewrap2.gif) bottom center no-repeat;
}
.pagewrap .pagewrap .pagewrap .pagewrap {
	background: url(../../images/enerzone/bg_pagewrap3-wide.gif) top center no-repeat;
}
#page {
	width: 955px;
	_width: 753px;
	margin: auto;
	padding: 16px 0 0;
	text-align: left;
}
#header {
	width: 955px;
	_width: 753px;
	height: 94px;
	position: relative;
}
#body {
	position: relative;
}

#section_bg {
	width:955px;	
	background:url(../../images/enerzone/bg_sectionContinu.gif) repeat-y top left;
	_margin:0 0 0 1px;
}
#section {
	width:955px;
	padding:0;
	background:url(../../images/enerzone/bg_section.gif) no-repeat bottom left;
}

#content {
	float: right;
	width: 552px;
	height: 300px;
	position: relative; /* To avoid IE bug */
}
html>body #content {
	min-height: 300px;
	height: auto;
}
#content .wrap {
	position:relative;
	padding: 30px 15px 30px 15px;
}
#content.fullpage {
	float: none;
	width: 100%;
	position: static;
	background: #fff;
}
#side {
	float: right;
	width: 200px;
	padding-bottom: 20px;
}
#side .wrap {
	padding: 20px 15px 15px 25px;
}

/* Main Menu (dynamic dropdown)
------------------------------------------------------------------------ */
#nav {
	border: 1px solid #000; /* to fix ie6 bug with moving background ../image on homepage... */
}
#mainMenu {
	padding: 0;
	margin: 0;
	height: 32px;
	background: #000;
}
#mainMenu li {
	float: left;
	margin: 0;
	padding: 0;
	height: 32px;
	cursor: pointer;
	list-style: none;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#mainMenu li span, #mainMenu li a {
	display: block;
	height: 32px;
	cursor: pointer;
}
#mainMenu li a {
	display: none;
}
#mainMenu li a.show {
	display: block;
}
#mainMenu li span.hide {
    display: none;
}

/* Dynamic Sub menus */
#subMenus {
	font-size: 11px;
	line-height: 14px;
	margin-left: 10px;
}
#subMenus div {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 200;
	display: none;
	margin: 1px 0 0 1px;
	background: url(../../images/enerzone/bg_submenu.png);
}
#subMenus div div {
	position: relative;
	display: block;
	width: 150px;			/* For IE 5 Win only */
	width/**/:/**/ 115px;	/* For all standards compliant browsers */
	margin: 0;
	padding: 4px 13px 4px 22px;
	border-top: 1px solid #7B776E;
	background: url(../../images/enerzone/menu_bullet.gif) 13px 9px no-repeat;
}
#subMenus #ProduitsMenuItemAccessoiresMenu,
#subMenus #ServicesMenuItemFAQMenu,
#subMenus #TelechargementsMenuItemPhotosMenu,
#subMenus #TelechargementsMenuItemManuelsMenu,
#subMenus #TelechargementsMenuItemFeuilletsMenu {
	margin: 1px 0 0;
}
#subMenus a {
	color: #fff;
	text-decoration: none;
	height: 1%;
}
html>body #subMenus a {
	height: auto;
}
#subMenus a:hover, #subMenus .subMenuSelectedItem a {
	color: #FCBC00;
}
.subMenuItem, .subMenuSelectedItem {
	cursor: pointer;
	padding: 3px;
}

/* Header
------------------------------------------------------------------------ */
#header h1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	margin: 0;
	background: url(../../images/enerzone/enerzone_logo.png) top left no-repeat;
}

#header h1.logoEn {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
	margin: 0;
	background: url(../../images/enerzone/enerzone_logo_en.jpg) top left no-repeat;
}

#header h1 a {
	display: block;
	width: 211px;
	height: 94px;
}
#header h1 img, #header h1 span {
	display: none;
}
#utils {
	margin: 0;
	padding: 0;
}
#utils li {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#utils li a {
	display: block;
	height: 26px;
}
#utils li span {
	display: none;
}

.gras
{font-weight:bold;}

/* Body
------------------------------------------------------------------------ */


/* Section title */
#section h2 
{
    width:100px;
	float:left;
	width:200px;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	padding:7px 0 11px 24px;
	margin:0;
}

/* Fils d'ariane
------------------------------------------------------------------------ */
#fil 
{
	float:left;
	color:White;
	padding:0;
	width:500px;	
	font-size: 1.3em;
	padding:7px 0 11px 0;
	margin:0 0 0 15px;
}

#fil  a:link, #fil  a:visited, #fil  a:active
{color: #d10000;}

#fil  a.active:link, #fil  a.active:visited, #fil  a.active:active
{color: #f9aa27;}

#fil  a:hover, #fil  a.active:hover
{color: #000;}

/* --- Main content zone --- */

/* general text */
a {
	color: #d10000;
}
a:visited {
	color: #F98E2A;
}
a:hover {
	color: #000;
}
h3 {
	margin: 0 0 1em;
	font-size: 1.4em;
	line-height: 1.1em;
	color: #D10000;
}
h4 {
	margin: 0 0 1em;
	padding: 0 0 6px;
	font-size: 1.5em;
	/* border-bottom: 1px solid #ADA596; */
}
h5 {
	margin: 1.5em 0 1em;
	font-size: 1.3em;
	color: #7B7161;
}
h6 {
	margin: 1.5em 0 .8em;
	font-size: 1.1em;
	color: #F9872A;
}
#content li {
	list-style: square;
}

/* ../images */
.picture-right {
	float: right;
	margin: 0 0 1em 1em;
}
.picture-left {
	float: left;
	margin: 0 1em 2em 0;
}

/* tables */
table {
	margin: 0 0 1em;
}


/* General listing table */
table.listing {
	width: 520px;
	border-bottom: 1px solid #ADA596 !important;
}
table.listing.fullpage {
	width: 714px;
}
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: #ACA495;
}
table.listing td, table.listing tr.contentRow td {
	padding: 12px 5px;
	line-height: 1.2em;
	border-top: 1px solid #ADA596;
}


/* Forms */
div.form {
	margin: 2em 0;
	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 1.5em 0;
	border: 0px solid #FAF9EC;
	padding: 0;
}
.form legend {
	margin: 0;
	padding: 0;
	position: relative;
	left: -8px;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	color: #ED9400;
}
.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: 450px;
	height: 10em;
}
input.button {
	margin: .5em 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 {
	margin: .5em 0 1em;
}
#page .form .first, #page .form p.first {
	margin-top: .8em;
}
.error {
    color: red;
}


/* --- Side content zone --- */

#side dl {
	margin: 0 0 1.5em;
}
#side dt {
	margin: 0 0 1em;
	font-weight: bold;
	color: #000;
}
#side dd {
	margin: 0 0 .4em;
	padding: 0 0 0 8px;
	background: url(../../images/enerzone/side_bullet.gif) 0 6px no-repeat;
}
#side dd a {
	color: #000;
	text-decoration: none;
}
#side dd a:hover {
	color: #D10000;
	text-decoration: underline;
}


/* Footer
------------------------------------------------------------------------ */
#footer {
	width:955px;
	margin:-6px 0 0 0;
	height: 45px;
	color: #F2C3B7;
	text-align:center;
}
#footer div {
	padding-top: 22px;
}
#footer a {
	color: #F2C3B7;
}
#footer a:hover	{
	color: #fff;
}
#footer a.zone {
	margin: 20px 0 0;
	float: right;
	display: block;
	height: 23px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-decoration: none;
}

#footer a.zoneEnInt, #footer a.zoneFrInt {
	margin:0 -9px 0 0;
	_margin:6px -10px 0 0;
	!margin:6px -10px 0 0;
	float: right;
	display: block;
	height: 23px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-decoration: none;
}


#footer a.zone span, #footer a.zoneEnInt span, #footer a.zoneFrInt span {
	visibility: hidden;
}


#tblImportant input, #tblImportant label
{
    width:10px;
}

input.iTel1 {width:25px;}
input.iTel2 {width:35px;}

#UserControl1_rblPrice input, 
#UserControl1_rblBrandName input, 
#UserControl1_rblQuality input, 
#UserControl1_rblHeatOutput input, 
#UserControl1_rblCustomize input, 
#UserControl1_rblEfficiency input, 
#UserControl1_rblWarranty input, 
#UserControl1_rblLocalService input, 
#UserControl1_rblTauxPollution input
{width:15px;}

#UserControl1_rblSexe td, #UserControl1_rblSexe label
{width:50px;}

#tblImportant table {margin:0px;}
#tblImportant table th, #tblImportant table td  {border:0;}


/* -- boite Calculateur --------------------- */

#boxCalculateur
{
	width:229px;
	float:right;
	margin:4px 0 0 0;
}


#boxCalculateur h1
{
	color:#fff;
	font-size:1.15em;
	padding:5px 0 0 8px;
	margin:0;
}

#boxCalculateur p
{
	padding:3px 8px 8px 8px;
	margin:0;
	color:#fff;
	line-height:1.4em;
}

#txtCalculateur
{
	width:229px;
	background:#886342 url(../images/boxCalculateur_bg.jpg) no-repeat top left;
}

/* ----- */

#bCalculer
{background:#c10303 url(../images/bCalculer_bg.gif) no-repeat bottom left; padding:6px 0 7px 0;}

#bCalculer h1
{
	color:#fff;
	padding:1px 0 1px 12px;
	margin:0;
	font-size:1.4em;
}

#bCalculer a:link, #bCalculer a:visited, #bCalculer a:active
{
	color:#fff;
	text-decoration:none;
}

#bCalculer a:hover
{text-decoration:underline;}

/* --- Formulaire Calculateur -------------------------------------------------- */

/* tableau */

/* General listing table */

.contenu
{padding:0 10px 0 10px;}

table.calculateur
{
	width:335px;
	border-bottom: 1px solid #fff !important;
	margin:20px 0 0 30px;
	float:left;
}

table.tableMarge
{margin:0 90px 0 0;}

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: #b40202;
}

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: #b40202;
}

table.calculateur td, table.resultats td
{
	color:#333;
	padding: 5px 5px;
	line-height: 1.2em;
	border-top: 1px solid #fff;
	background:#f3b755;
}

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:316px;
}

.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;
}

.txt_petit
{font-size:0.8em;}

/* -- Zone de boutons au fond noir ------------------------ */

#boxBoutons
{
	width:955px;
	_width:753px;
	background:#000;
	padding:8px 0 10px 0;
}

/* -- slideshow entête ------------------------------------ */

#slideshow {
    position:absolute;
	top:0;
	left:0;
    height:365px;
}

/* -------------------------------------------------------- */
/* ---- Zone galerie photos ------------------------------- */

.ligneChoixProdsPhotos
{
	float:left;
	width:338px;
	margin:0 0 15px 0;
	z-index:300;
}

.ligneDessous
{
	margin:0 0 0 0;
	_margin:0;
}

.blocChoixProds
{
	width:338px;
	padding:0;
}

.blocProdsChoixThumb
{
	float:left;
	width:152px;
	padding:4px 0 0 0;
	margin: 0;
	background:#000;
}

.blocProdsChoixThumbLast
{
	float:left;
	width:152px;
	padding:4px 0 0 0;
	margin: 0 0 0 34px;
	background:#000;
}

.photoProduit
{margin:0 0 0 4px;}

.nomProd
{
	font-size:0.9em;
	padding: 4px 0 4px 7px;
	overflow: hidden;
	color:#fff;
}

.nomProd a:link, .nomProd a:visited, .nomProd a:active
{
	text-decoration:none;
	color:#fff;
}

.nomProd a:hover
{text-decoration:underline;}

/* -- Slideshow photos ----------------------------- */

#slideshowProds {
    position:relative;
    height:182px;
}

#slideshowProds IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshowProds IMG.active {
    z-index:10;
}

#slideshowProds IMG.last-active {
    z-index:9;
}

/* -------------------------------------------- */

#boxPromo
{
	text-align:center;
	margin:0 0 20px 0;
}

/* ---------------------------------------- */
/* ------------- validation ------------- */
/* ---------------------------------------- */
.validationWrap {
    padding: 10px 0;
}
.validation {
    background-color: #FFC0C0;
    border: 1px solid #FF0000;
    color: #666666;
    padding: 10px;
    width: 500px;
}
.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 #EF3F42;width:916px;margin:0 auto;
}

/*Logo rafraichir captcha*/

.rafraichir
{
    position:absolute;
    top:408px;
    left:645px;
    width:45px !important;
    height:45px !important;
}

#divContent
{
    background-color: #FFF;
    padding: 10px 10px 50px 10px;
	width:100%;
	text-align:left;
}

print-slideshow {display:none;}


/* Accordéon FAQ */

#body-faq {position: relative;}

.fl-left {float:left;}


/*--- PIÈCES PAR PRODUIT ---------------------------------------------------- */

.wrap #box-produits .marge-pieces {margin-bottom:20px;}
.wrap #box-produits .pieces-produit {margin-top:20px;position:relative;padding-bottom:20px;width:725px;}
.wrap #box-produits .pieces-produit .trouver {background: url(../images/b-site-internet-g-enerzone.gif) 5px 4px #000000 no-repeat;width:321px;height:34px;float:left;margin:0 12px 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-enerzone.gif) 5px 4px #a5a5a5 no-repeat;margin:0;}
.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 h2 {line-height: 1.3em;font-size:22px;margin:12px 0 0 12px;color:#EF3F42;padding:0 0 10px 0;text-transform:none;border:none;}
.wrap #box-produits .pieces-produit .imprimer-pieces {position:relative;right:auto;top:auto;background:url(../images/b-print.gif) top left no-repeat;width:198px;height:26px;float: right;}
.wrap #box-produits .pieces-produit .pieces-explosees {margin:20px 0 0 0;}

.wrap #box-produits .pieces-produit .selection {margin:18px 12px 0 12px;}
.wrap #box-produits .pieces-produit .selection h2 {display:block;float:left;margin:0 0 12px 0;}
.wrap #box-produits .pieces-produit .selection span {display:block;float:left;color:#929292;font-size:14px;margin:0 0 12px 0;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 #EF3F42;margin:0 0 20px 12px;}
.wrap #box-produits .pieces-produit table tr td {text-transform:uppercase;}
.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;width:725px;}
.wrap #box-produits .pieces-produit .etape1-complete li {list-style:none;}
.wrap #box-produits .pieces-produit .questions {float:left;margin:0 0 0 12px;}
.wrap #box-produits .pieces-produit .questions span {float:left;display:block;color:#EF3F42;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:0px 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:0;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:14px;margin:0 0 5px 12px;font-weight:bold;display:block;}
.wrap #box-produits .pieces-produit .etape2-complete {margin:0 0 0 12px;}
.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 9px 0 0;}

/*--- PIÈCES PAR PRODUIT - CONTACTER DÉTAILLANT ---------------------------------------------------- */

.wrap #box-produits .pieces-produit h2.contacter-detaillant {margin-left:12px;}
.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 .boutons {margin:0 0 20px;float:left;width:715px;}
.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:6px 0 0 0;}


/*--- PIÈCES PAR PRODUIT - QUESTIONS ---------------------------------------------------- */

.wrap #box-produits .pieces-produit #form-pieces {margin:30px 0 0 20px; 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:196px;margin:0 20px 0 0;padding:0;}
.wrap #box-produits .pieces-produit #form-pieces textarea {float:left;width:578px;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 36px 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-enerzone.gif) 5px 4px #000000 no-repeat;width:418px;height:34px;float:left;margin:0 12px 0 0;padding:0 0 0 35px;color:#FFF;font-size:14px;}
.pieces-general .pale {background: url(../images/b-site-internet-pale-g-enerzone.gif) 5px 4px #a5a5a5 no-repeat;margin:0; padding-top:11px; height:23px;}
.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 th.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:#D10000 !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:#D10000 !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:#D10000 !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:#D10000 !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:#D10000 !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:#D10000 !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/enerzone/b_home.gif);
}
#utils li#lang {
	top: 50px;
	left: 906px !important;
	width: 49px;
	background-image: url(../../images/enerzone/b_francais.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 ---------------- */

.wrap #box-produits .pieces-produit .etape2-complete input {margin:0 5px 5px 5px;}

#recherche-detaillant
{
	width:916px;
	border:1px solid #EF3F42;
	margin:0 0 15px 0;
}

#form-detaillant
{
	width:713px;
	background:#E6E6E6 url(../images/form-detaillant-bg-enerzone.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:1.1em;
	background:#000 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:65px;
	vertical-align: middle;
	margin:0 3px 0 13px;
}
.form-detaillant select.c-mesure
{
	width:71px;
	vertical-align: middle;
	margin-bottom:0;
}

.form-detaillant label.label-province
{
	vertical-align: middle;
	font-size:1em;
	margin:0 9px 0 6px;
}
.form-detaillant select.c-province
{
	width:150px;
	vertical-align: middle;
	margin:0 20px 0 0;
}

.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 0 6px;
}

.form-detaillant input.c-nomComplet
{
	width:277px;
	vertical-align: middle;
	margin:0 0 0 0;
}


#recherche-detaillant-foot
{
	width:725px;
	background:url(../images/recherche-detaillant-foot-bg.gif) no-repeat top left;

}

/* --------------------------------------------- */

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;}

/* -- zone recherche détaillant dans dealer-locator.aspx ---------------- */

#content-dealer .wrap{ padding: 0;}

#content-dealer input, #content-dealer select, #content-dealer textarea{font-size:1.2em;}

#content-dealer #recherche-detaillant
{
	width:916px;
	border:1px solid #EF3F42;
	margin: 0 0 15px;
}

#content-dealer #form-detaillant
{
	width:916px;
	background:#E6E6E6 url(../images/form-detaillant-bg-enerzone.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:1.1em;
	background:#000 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;

}

#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 #EF3F42;
}

/*-------------------------------*/

/* -- Tableau des détaillants ----- */
table.tabDetaillants
{
	width:713px;
	border:1px solid #d10000;
}

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;
}

#product-nav {margin:20px 15px 12px 0 !important;float:right;width:153px;}

#product-nav ul li {
	list-style: none;
	margin: 0 0 .5em !important;
	padding: 0 0 0 16px !important;
	font-weight: bold;
	background: url(../../images/enerzone/side_bullet.gif) 8px 6px no-repeat;
}

#product-nav ul li.picture {
	padding: 0 !important;
}

/* English elements */ 

/* Main menu (with button off and on) */
#mainMenu li#Produits span {
	width: 84px;
	background-image: url(../../images/enerzone/b_products.gif);
}
body.produits #mainMenu li#Produits span {
	background-image: url(../../images/enerzone/b_products_on.gif);
}
#mainMenu li#Services span {
	width: 163px;
	background-image: url(../../images/enerzone/b_services_en.gif);
}
body.services #mainMenu li#Services span {
	background-image: url(../../images/enerzone/b_services_en_on.gif);
}
#mainMenu li#Telechargements span {
	width: 104px;
	background-image: url(../../images/enerzone/b_downloads.gif);
}
body.telechargements #mainMenu li#Telechargements span {
	background-image: url(../../images/enerzone/b_downloads_on.gif);
}
#mainMenu li#Detaillants {
	width: 117px;
	background-image: url(../../images/enerzone/b_dealers.gif);
}
body.detaillants #mainMenu li#Detaillants span {
	background-image: url(../../images/enerzone/b_dealers_on.gif);
}
#mainMenu li#Pieces {
	width: 151px;
	background-image: url(../../images/enerzone/b_parts.gif);
}
body.pieces #mainMenu li#Pieces {
	background-image: url(../../images/enerzone/b_parts_on.gif);
}
#mainMenu li#InfosCorpo {
	width: 129px;
	background-image: url(../../images/enerzone/b_corpinfos.gif);
}
body.infoscorpo #mainMenu li#InfosCorpo span {
	background-image: url(../../images/enerzone/b_corpinfos_on.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;}

.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:-20px; right:70px;}
.wrap h1.head-bois
{
	padding:20px 0;
}

a.b-commencer {
    background: url("../images/b-commencez-recherche-en.gif") no-repeat scroll left top transparent;
    display: block;
    float: right;
    height: 26px;
    margin: 11px 9px 0 0;
    text-indent: -9999em;
    width: 169px;
}