/* ------------------------------------------------------------------------
	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/bg_body.jpg) top center repeat-y;
}
.pagewrap .pagewrap {
	background: url(../images/bg_pagewrap1.jpg) top center no-repeat;
}
.pagewrap .pagewrap .pagewrap {
	background: url(../images/bg_pagewrap2.gif) bottom center no-repeat;
}
.pagewrap .pagewrap .pagewrap .pagewrap {
	background: url(../images/bg_pagewrap3.gif) top center no-repeat;
}
#page {
	width: 752px;
	_width: 753px;
	margin: auto;
	padding: 16px 0 0;
	text-align: left;
}
#header {
	width: 752px;
	_width: 753px;
	height: 94px;
	position: relative;
}
#body {
	position: relative;
}

#section_bg {
	width:752px;	
	background:url(../images/bg_sectionContinu.gif) repeat-y top left;
	_margin:0 0 0 1px;
}
#section {
	width:752px;
	padding:0;
	background:url(../images/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;
}

table p a, table p a:hover
{
	text-decoration:none;
}

table p a span, table p a font
{
	text-decoration: underline;
}

/* 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/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/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_logo.jpg) top left no-repeat;
}

#header h1.logoEn {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
	margin: 0;
	background: url(../images/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.4em;
	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.4em;
	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;
}
table td {
	vertical-align: top;
}

/* 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/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:752px;
	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:752px; _width:753px; background:#000; padding:8px 0 10px 0; overflow:hidden; margin:0 0 5px; }
.bouton 			{float:left; padding:13px 8px 0; width:155px; height:123px;position:relative; margin-left:17px;
						background-repeat:no-repeat; 
						background-position:left top;
					}
.bouton h3, 
.bouton p,
.bouton a.more 		{color:white;}
.bouton h3, 
.bouton p 			{margin:0;}
.bouton h3 			{ font-size:13px; margin-bottom:5px; }
.bouton p 			{ font-size:11px; }
.bouton a.more 		{ display:block; position:absolute; bottom:0; left:0; 
					  background:url(../images/bg-bouton-lien-more.png) no-repeat left top; 
					  width:161px; height:27px;
 					  text-decoration:none; font-size:12px; font-weight:bold; padding-right:10px}
.bouton a.more span {float:right;text-decoration:none; line-height:27px;}
.bouton a.more .text {margin:0 8px;}
.bouton a.more .ico  {width:6px; background:url(../images/bg-bouton-ico-fleche.png) no-repeat left 50%;}

.bouton:first-child {margin-left:9px;}
.internet-sales 		{background-image:url(../images/bg-bouton-internet-sales.png);}
.find-dealer 			{background-image:url(../images/bg-bouton-detaillant-enerzone.jpg);}
.government-incentives 	{background-image:url(../images/bg-bouton-gov-incentives.png);}
.government-incentives a.more {font-size:12px;}
.web-advisor 	{background-image:url(../images/bg-bouton-web-advisor.png);}
.energy-calculator 	{background-image:url(../images/bg-bouton-energy-calculator.png);}

/* -- 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 #d7923a;
}

/*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;}

#content-faq {
	width: 733px;
	min-height:300px;
	position: relative; /* To avoid IE bug */
}

.accordeonFaq {
  list-style-type:none;
  margin: 20px 0 0 15px !important;
  padding: 0 0 20px !important;
  width:720px;
}

.accordeonFaq h1 {
  color: #FFF !important;
  padding:5px 0 5px 35px;
  background:#000 url(images/accordeon-fleche-off-g.gif) no-repeat 5px 4px;
  margin:0 0 1px 0;
  cursor:pointer;
  font-size:1em;
  font-style:normal !important;
  height:14px;
}

.accordeonFaq .wrap {
	padding:15px 10px;
}


/* Incitatifs gouvernementaux */

#page .bg-blanc {background:#FFF;} 
#content .inc-gouv {width:320px;margin:40px auto;}
#content .en {width:490px;} 
#content .inc-gouv a {float:left;display:block;margin:0 0 0 30px;text-align:center;text-decoration:none;font-weight:bold;}
#content .inc-gouv a span {border:none;text-decoration:underline;}
#content .inc-gouv a.no-mrg {margin:0;}




