/* ------------------------------------------------------------------------
	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: #CDCCC7 url(../images/bg_body.gif) top left repeat-x;
}
.pagewrap {
	background: url(../images/bg_pagewrap1.gif) top center repeat-y;
}
.pagewrap .pagewrap {
	background: url(../images/bg_pagewrap2.gif) top center no-repeat;
}
.pagewrap .pagewrap .pagewrap {
	background: url(../images/bg_pagewrap3.gif) bottom center no-repeat;
}
#page {
	width: 733px;
	margin: auto;
	padding-bottom: 20px;
	text-align: left;
}
#header {
	width: 733px;
	height: 35px;
	position: relative;
}
#body {
	position: relative;
	background: url(../images/bg_side.gif) top left repeat-y;
}
#section {
	position: relative;
	height: 87px;
	background: #fff url(../images/bg_section.jpg) 0 0 no-repeat;
	border: 1px solid #fff;
}
#content {
	float: right;
	width: 545px;
	height: 300px;
	position: relative; /* To avoid IE bug */
}
html>body #content {
	min-height: 300px;
	height: auto;
}
#content .wrap {
	padding: 15px;
}
#content.fullpage {
	float: none;
	width: 100%;
	position: static;
	background: #fff;
}
#side {
	float: right;
	width: 185px;
	position: relative; /* To avoid IE bug */
}
#side .wrap {
	padding: 15px;
}
			
/* Main Menu (dynamic dropdown)
------------------------------------------------------------------------ */
#nav {
    padding: 28px 0 0 115px;
	background: url(../images/logo_web.gif) top left no-repeat;
}

#nav_en {
    padding: 28px 0 0 115px;
	background: url(../images/logo_web_en.gif) top left no-repeat;
}

#mainMenu {
	padding: 0;
	margin: 0;
	height: 85px;
}
#mainMenu li {
	float: left;
	margin: 0;
	padding: 0;
	height: 45px;
	cursor: pointer;
	list-style: none;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#mainMenu li span, #mainMenu li a {
	display: block;
	height: 45px;
	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: 0px 0 0 1px;
	background: #fff;
	border: 1px solid #E3E3E3;
	border-top: none;
}
#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 16px;
	border: none;
	border-top: 1px solid #E3E3E3;
	background: url(../images/menu_bullet.gif) 8px 9px no-repeat;
}
#subMenus #ProduitsMenuItemAccessoiresMenu,
#subMenus #ServicesMenuItemFAQMenu,
#subMenus #TelechargementsMenuItemPhotosMenu,
#subMenus #TelechargementsMenuItemManuelsMenu,
#subMenus #TelechargementsMenuItemFeuilletsMenu {
	margin: 1px 0 0;
}
#subMenus a {
	color: #000;
	text-decoration: none;
	height: 1%;
}
html>body #subMenus a {
	height: auto;
}
#subMenus a:hover, #subMenus .subMenuSelectedItem a {
	color: #D4541D;
}
.subMenuItem, .subMenuSelectedItem {
	cursor: pointer;
	padding: 3px;
}

#ifiehidder
{
    position: absolute;
	left: 0;
	top: 0;
	z-index: 199;
	display: none;
	width: 146px;
	margin: 0;
	padding: 0;
	border: none;
}
			
/* Header
------------------------------------------------------------------------ */
#header h1, #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;
}

#utils #accueil-logo {
	position: absolute;
	top: 33px;
	left: 0;
}
#utils #accueil-logo a {
	display: block;
	width: 96px;
	height: 90px;
	text-decoration: none;

}

/* Body
------------------------------------------------------------------------ */

/* Section title */
#section h2 {
	margin: 22px 20px 10px 18px;
	color: #000;
	font-family: arial, verdana, sans-serif;
	font-size: 1.9em;
}
#section h3 {
	margin: 0 20px 0 18px;
	font-size: 1.45em;
	font-family: arial, verdana, sans-serif;
	color: #BF241B;
}


/* --- Main content zone --- */

/* general text */
a {
	color: #EC7323;
}
a:visited {
	color: #AE7F5C;
}
a:hover {
	color: #C7121D;
}

h4 {
	margin: 0 0 1em;
	padding: 0 0 6px;
	font-size: 1.3em;
	color: #BF241B;
}
h5 {
	margin: 1.5em 0 1em;
	font-size: 1.1em;
	color: #000;
}
h6 {
	margin: 1.5em 0 .8em;
	font-size: 1em;
	color: #E97C1E;
}
#content li {
	list-style: disc;
}

/* 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: 515px;
	border-bottom: 1px solid #E3D8A3 !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;
	border-bottom: 1px solid #E3D8A3;
	color: #000;
	background: #FFF5C4;
}
table.listing td, table.listing tr.contentRow td {
	padding: 12px 5px;
	line-height: 1.2em;
	border-top: 1px solid #E3D8A3;
}
			
			
/* 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;
}
.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-size: 1.1em;
	font-weight: bold;
	color: #E97C1E;
}
#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 {
	margin-top: 40px;
	color: #262626;
}
#footer div {
	line-height: 27px;
}
#footer a {
	color: #262626;
}
#footer a:hover	{
	color: #C7121D;
}
#footer a.zone {
	float: right;
	display: block;
	height: 27px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-decoration: none;
}
#footer a.zone span {
	visibility: hidden;
}

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;}

/* ---------------------------------------- */
/* ------------- 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;
}

/* -------------------------------------------------------- */
/* ---- 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:#FFF5C4;
}

.blocProdsChoixThumbLast
{
	float:left;
	width:152px;
	padding:4px 0 0 0;
	margin: 0 0 0 34px;
	background:#FFF5C4;
}

.photoProduit
{margin:0 0 0 4px;}

.nomProd
{
	font-size:0.9em;
	padding: 4px 0 4px 7px;
	overflow: hidden;
	color:#000000;
}

.nomProd a:link, .nomProd a:visited, .nomProd a:active
{
	text-decoration:none;
	color:#000000;
}

.nomProd a:hover
{text-decoration:underline;}