<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	/* ------------------------------------------------------------------------
	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;
}

table p a, table p a:hover
{
	text-decoration:none;
}

table p a span, table p a font
{
	text-decoration: underline;
}


/* Page structure
------------------------------------------------------------------------ */
body {
	margin: 0;
	padding: 0 0 15px;
	text-align: center;
	background: #C0BA94 url(../images/bg_gradient.gif) top left repeat-x;
   
}
#page {
	width: 760px;
	margin: auto;
	text-align: left;
}
#header {
	width: 760px;
	height: 26px;
	margin-top: 11px;
	position: relative;
}
#body {
	border: 3px solid #000;
	position: relative;
	background: #fff url(../images/bg_body.jpg) top center no-repeat;
     min-height: 880px;
}
#section {
	height: 115px;
}

#sectionProds {
	height: 263px;
	.height:260px;
}

#section-prodDetails {
	width:754px;
	height: 298px;
	_height:295px;
}

#sectionProds a:link, #sectionProds a:visited, #sectionProds a:active, #section-prodDetails a:link, #section-prodDetails a:visited, #section-prodDetails a:active {
	color:#fff;
	text-decoration:underline;
}
#sectionProds a:hover, #section-prodDetails a:hover{
	text-decoration:none;
}
#iEntete
{
	margin:90px 0 0 0;
	_margin:87px 0 30px 0;
	.margin:87px 0 0 0;
}

#content {
	float: right;
	width: 560px;
	padding-bottom:0;
	position: relative; /* To avoid IE bug */
}
#content .wrap {
	padding: 10px 20px 20px;
	position:relative;
}
#content.fullpage {
	float: none;
	width: 100%;
}
#side {
	float: right;
	width: 194px;
	_width:130px;
	padding-bottom: 20px;
	position: relative; /* To avoid IE bug */
}
#side .wrap {
	padding: 10px 20px;
	_padding:10px 0;
}

/* Main Menu (dynamic dropdown)
------------------------------------------------------------------------ */
#nav {
	margin-top: 41px;
}
#mainMenu {
	padding: 0;
	margin: 0;
	height: 39px;
}
#mainMenu li {
	float: left;
	margin: 0;
	padding: 0;
	height: 39px;
	cursor: pointer;
	list-style: none;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#mainMenu li span, #mainMenu li a {
	display: block;
	height: 39px;
	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;
}
#subMenus div {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	display: none;
	margin: -11px 0 0 12px;
	padding-top: 3px;
	border-bottom: 1px solid #9F9C89;
	background: url(../images/menu_topline.gif) 0 0 no-repeat;
}
#subMenus div div {
	position: relative;
	display: block;
	width: 160px;			/* For IE 5 Win only */
	width/**/:/**/ 125px;	/* For all standards compliant browsers */
	margin: 0;
	padding: 4px 13px 4px 17px;
	border-left: 1px solid #9F9C89;
	border-right: 1px solid #9F9C89;
	border-bottom: none;
	background: #E9E5C7 url(../images/menu_bullet.gif) 8px 9px no-repeat;
}
#subMenus #ProduitsMenuItemAccessoiresMenu,
#subMenus #ServicesMenuItemFAQMenu,
#subMenus #TelechargementsMenuItemPhotosMenu,
#subMenus #TelechargementsMenuItemManuelsMenu,
#subMenus #TelechargementsMenuItemBrochuresMenu,
#subMenus #TelechargementsMenuItemFeuilletsMenu,
#subMenus #ProduitsMenuItemEventMenu {
	padding: 0;
	margin: 0 0 0 -1px;
	border-top: 1px solid #9F9C89;
}
#subMenus #ProduitsMenuItemAccessoiresMenu div,
#subMenus #ServicesMenuItemFAQMenu div,
#subMenus #TelechargementsMenuItemPhotosMenu div,
#subMenus #TelechargementsMenuItemManuelsMenu div,
#subMenus #TelechargementsMenuItemBrochuresMenu div,
#subMenus #TelechargementsMenuItemFeuilletsMenu div,
#subMenus #ProduitsMenuItemEventMenu div {
	background-color: #FCF8D9;
	margin-left: -15px;
}
/* Hides from IE5-mac - for all modern browsers \*/
#subMenus #ProduitsMenuItemAccessoiresMenu div,
#subMenus #ServicesMenuItemFAQMenu div,
#subMenus #TelechargementsMenuItemPhotosMenu div,
#subMenus #TelechargementsMenuItemManuelsMenu div,
#subMenus #TelechargementsMenuItemBrochuresMenu div,
#subMenus #TelechargementsMenuItemFeuilletsMenu div,
#subMenus #ProduitsMenuItemEventMenu div {
	margin-left: 0;
}
/* End hide */
#subMenus #ProduitsMenuItemAccessoiresMenu div.subMenuSelectedItem,
#subMenus #ServicesMenuItemFAQMenu div.subMenuSelectedItem,
#subMenus #TelechargementsMenuItemPhotosMenu div.subMenuSelectedItem,
#subMenus #TelechargementsMenuItemManuelsMenu div.subMenuSelectedItem,
#subMenus #TelechargementsMenuItemBrochuresMenu div.subMenuSelectedItem,
#subMenus #TelechargementsMenuItemFeuilletsMenu div.subMenuSelectedItem,
#subMenus #ProduitsMenuItemEventMenu div.subMenuSelectedItem{
	background-color: #FEFCF4;
}
#subMenus a {
	color: #000;
	text-decoration: none;
	height: 1%;
}
html&gt;body #subMenus a {
	height: auto;
}
#subMenus a:hover, #subMenus .subMenuSelectedItem a {
	color: #CC220B;
}
/* Class sur les DIV par defaut */
.subMenuItem {
	background: #E9E5C7;
}
/* Class assignee via javascript sur les DIV en rollover */
#subMenus .subMenuSelectedItem {
	background: #FCF8D9 url(../images/menu_bullet.gif) 8px 9px no-repeat;
}
/* proprietes communes aux 2 class */
.subMenuItem, .subMenuSelectedItem {
	cursor: pointer;
	padding: 3px;
}

/* Header
------------------------------------------------------------------------ */
#header h1 {
	position: absolute;
	top: -89px;
	left: 15px;
	z-index: 200;
	margin: 0;
}
#header h1 span {
	display: none;
}
#utils {
	height: 26px;
	float: right;
	margin: 0;
	padding: 0;
}
#utils li {
	margin: 0;
	padding: 0;
	float: left;
	height: 26px;
	list-style: none;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#utils li a {
	display: block;
	height: 26px;
}
#utils li span {
	display: none;
}


/* Body
------------------------------------------------------------------------ */

/* Section title */
#section h2, #sectionProds h2, #section-prodDetails h2 {
	position: absolute;
	top: 64px;
	left: 20px;
	font-size: 20px;
	font-family: "arial narrow", arial, verdana, sans-serif;
	line-height: 20px;
}
#section h3, #sectionProds h3, #section-prodDetails h3{
	position: absolute;
	width: 300px;
	top: 223px; /* For IE MAc only */
	left: 0;
	float: left;
	margin: 0;
	padding: 0 30px 0 20px;
	font-size: 1.2em;
	line-height: 24px;
	color: #fff;
	background: #D0230C url(../images/product_type_corner.gif) top right no-repeat;
}

/* commented backslash hack v2 \*/
#section h3 {
	top: 233px;
	width: auto;
}
#section h3.noSlide {
	top: 90px;
	.top : 87px;
	width: auto;
}
#sectionProds h3 {
	top: 233px;	
	.top : 230px;
	_top:233px !important;
	width: auto;
}
#section-prodDetails h3 {
	top: 272px;	
	.top: 269px;
	_top:272px !important;
	width: auto;
}

#section a, #sectionProds a, #section-prodDetails a
{ color:White; }
/* end hack */

#section h3 span, #sectionProds h3 span , #section-prodDetails h3 span {
	display: block;
	padding: 0 0 0 10px;
	background: url(../images/product_type_bullet.gif) left center no-repeat;
}


/* --- Main content zone --- */

/* general text */
a {
	color: #E5660F;
}
a:visited {
	color: #A07225;
}
a:hover {
	color: #D0230C;
}
h4 {
	margin: 0 0 1em;
	padding: 0 0 5px;
	font-size: 1.6em;
	border-bottom: 4px solid #ED9400;
	font-family: "arial narrow", arial, verdana, sans-serif;
}
h5 {
	margin: 1.5em 0 1em;
	font-size: 1.3em;
}
h6 {
	margin: 1.5em 0 .8em;
	font-size: 1.1em;
	color: #ED9400;
}
#content li {
	list-style: square;
}

/* Images */
.picture-right {
	float: right;
	margin: 0 0 1em 1em;
}
.picture-left {
	float: left;
	margin: 0 1em 1em 0;
}

/* tables */
table {
	margin: 0 0 1em;
}
table td {
	vertical-align: top;
}

/* General listing table */
table.listing {
	width: 520px;
	border-bottom: 1px solid #CFCDC4 !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;
	background: #EEEACD;
}
table.listing td, table.listing tr.contentRow td {
	padding: 12px 5px;
	line-height: 1.2em;
	border-top: 1px solid #CFCDC4;
}
table.listing th a, table.listing tr.contentHeader a {
	color: #97450A;
}
table.listing th a:hover, table.listing tr.contentHeader a:hover {
	color: #D0230C;
}

/* Forms */
div.form {
	margin: 2em 0;
	padding: 1em 1.5em;
	background: #FAF9EC;
	height: 1%; /* For IE 5.01 Win */
	border: 1px solid #9F9C89;
}
html&gt;body #content div.form {  /* If there is space around the  &gt; , 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;
	
	
	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;
}
select
{
    padding: 0px;
}
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 */
	
	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 h1
{
    color:#000000;
    font-size:1.3em;
    line-height:1.1em;
    margin:0 0 1em;
}
#side dl {
	margin: 0 0 1.5em;
}
#side dt {
	margin: 0 0 1em;
	font-weight: bold;
	color: #F4A120;
}
#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: #D0230C;
	text-decoration: underline;
}



#bCalculer, .more {background:url(images/bCalculer_bg_fr.gif) no-repeat bottom left; padding:2px 0 3px 0;}
#bCalculer_fr {background:url(images/bCalculer_bg_fr.gif) no-repeat bottom left; padding:5px 0;}
#bCalculer h1, .more h1, #bCalculer_fr h1{color:#fff;padding:1px 12px 1px 12px;margin:0;font-size:1em;height:14px;}
#bCalculer a:link, #bCalculer a:visited, #bCalculer a:active,
.more a:link, .more a:visited, .more a:active, 
#bCalculer_fr a:link, #bCalculer_fr a:visited, #bCalculer_fr a:active {color:#fff;text-decoration:none;float:right;}
#bCalculer a:hover, .more a:hover #bCalculer_fr a:hover {text-decoration:underline;}
.small-box {width:220px;position:absolute;top:575px;left:504px;}
.small-box .text {width:220px;background:#886342 url(images/boxCalculateur_bg_fr.jpg) no-repeat top left;}

.web-advisor { top: 225px;}
.web-advisor .text {background-image:url(images/boxWebAdvisor_bg.png);}
.web-advisor .face {background:url(images/boxWebAdvisor_bg_face.png) no-repeat left top; position:absolute; right:0; top:-14px; width:125px; height:112px; z-index:2;}
.web-advisor .more {position:relative; z-index:4;}


.find-dealer {top:400px;}
.find-dealer .text{background-image:url(images/box-trouverdetaillant_bg-flame.jpg); height:77px;}

/* -- boîte Calculateur --------------------- */
#boxCalculateur {width:220px;position:absolute;top:600px;left:504px;}
#boxCalculateur_fr{width:220px;position:absolute;top:600px;left:504px;}
#boxCalculateur h1,
.small-box h1,
#boxCalculateur_fr h1 {color:#fff;font-size:1.1em !important;padding:5px 0 5px 8px;margin:0;}
#boxCalculateur p, 
.small-box p,
#boxCalculateur_fr p {padding:0 8px 10px 8px;margin:0;color:#fff;}
#txtCalculateur,

#txtCalculateur_fr{width:220px;background:#886342 url(images/boxCalculateur_bg_fr.jpg) no-repeat top left;}

/* ----- */


.find-installer {top:600px;left: 20px;}
.find-installer .text{background-image:url(images/box-find-an-installer.jpg); height:77px;}


.government-incentives {top:600px;left: 262px;}
.government-incentives .text {background-image:url(images/boxGovIncentives_bg.png);}






.internet-sales {top:512px;}
.internet-sales .text{background-image:url(images/boxInternetSales_bg.png); height:77px;}




/* --- 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: #e77b20;
}

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: #e77b20;
}

table.calculateur td, table.resultats td
{
	color:#333;
	padding: 5px 5px;
	line-height: 1.2em;
	border-top: 1px solid #fff;
	background:#d4cfac;
}

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;}

/* Footer
------------------------------------------------------------------------ */
#footer p {
	margin: .75em 0;
}
#footer a {
	color: #000;
}
#footer a:hover	{
	color: #6E2808;
}

#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;}

.lesChampsCalculs select {
    width:260px;
}

/* -- Slideshow accueil ---------------------- */

#slideshow
{
	width:434px;
	margin:0 0 15px 0;
}

/* -- Slideshow photos ----------------------------- */

#slideshowProds {
    position:absolute;
    height:182px;
	margin:90px 0 0 0;
	_margin:87px 0 0 0;
	.margin:87px 0 0 0;
}

#slideshowProds IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshowProds IMG.active {
    z-index:10;
}

#slideshowProds IMG.last-active {
    z-index:9;
}

/* -- Slideshow photos ----------------------------- */

#slideshowProdsC {
    position:absolute;
    height:143px;
	margin:90px 0 0 0;
	_margin:87px 0 0 0;
	.margin:87px 0 0 0;
}

#slideshowProdsC IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshowProdsC IMG.active {
    z-index:10;
}

#slideshowProdsC IMG.last-active {
    z-index:9;
}

/* ---------------------------------------- */
/* ------------- Oublié mot de passe ------ */
/* ---------------------------------------- */

a.oublie {display:block;margin-top:5px;background:#d0230c no-repeat;color:#FFF !important;text-decoration:none !important;padding:5px;width:161px;}
a.en {width:119px;}
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:424px;
    left:645px;
    width:45px !important;
    height:45px !important;
}

#divContent
{
    background-color: #FFF;
    padding: 10px 10px 50px 10px;
	width:100%;
	text-align:left;
}

/* Print */

#logo-print {display:none;}


#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 17px !important;
  padding: 0 !important;
  width:720px;
}

.accordeonFaq h1 {
  color: #000 !important;
  padding:5px 0 5px 35px;
  background:#ED9400 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 !important;font-size:13px !important;
}

/* Incitatifs gouvernementaux */

h4 {margin: 12px 0 0 12px;}
.inc-gouv {width:320px;margin:40px auto;}
.en {width:490px;}
.inc-gouv a {float:left;display:block;margin:0 0 0 30px;text-align:center;text-decoration:none;font-weight:bold;}
.inc-gouv a span {border:none;text-decoration:underline;}
.inc-gouv a.no-mrg {margin:0;}
</pre></body></html>