@charset "utf-8";
/* CSS Document */

/* Styles du contenu - Début */

#content {
	line-height: 150%;
	background: #FFFFE9;
}

#content h1, #content h2, #content h3 {
	line-height: 100%;
}

#content h1 {
	font-size:2.2em;
	font-weight:normal;
	color: rgb(218,180,65);
	margin-top: 0;
	margin-bottom: 1.2em;
	border-bottom: 1px solid rgb(175,156,52);
}

#content h2 {
	font-size: 1.4em;
	font-weight:normal;
	color: rgb(112,93,67);
	margin-top:0.2em;
	margin-bottom: 1.5em;
}

#content ul {
	margin-left: 0;
	padding-left: 1.2em;
}

#content dl {
	margin-left: 0.2em;
}

#content dt {
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0.2em;
}

#content dd {
	margin-left: 0.1em;
}

#content dl dl {
	margin-left: 0.5em;
}

#content dl dl dt {
	font-weight: normal;
	text-decoration: underline;
}

#content table {
	width: 95%;
	padding: 3px;
	border: 2px solid rgb(162,143,50);
	font-size:0.9em;
}

#content table tr.oddRow {
	background-color: rgb(241,202,83);
}

a.tooltip {
    text-decoration:none;
    display: block;
}

a.tooltip:hover{background-color:transparent;}

a.tooltip div{display: none}

a.tooltip:hover div{
    display:block;
    position:absolute;
	text-align:left;
    }

.note {
	font-size: 0.9em;
	font-style: italic;
}

img.vignette_contenu {
	margin: 1em 2em;
}

/* Page Accueil -  D???????but */

#accueil h1 {font-size: 2.5em; margin:0;}
#accueil h2 {font-size: 2em;}
#accueil h3 {font-size: 1.7em; margin-top: 1em; line-height: 1.2em;}
#accueil h4 {margin:0;}
#accueil strong {color: rgb(162,143,50); font-size: 1.3em;}

#accueil dl {margin-left: 0;}
#accueil dt {margin-bottom: 0.4em;}
#accueil p {margin-top: 0; margin-bottom: 0.3em;}
#accueil dt {font-size: 1.3em;}

#accueil a.tooltip {
	position:relative;
	border-bottom: 2px solid #fff;
	height: 89px;
	padding: 11px 8%;
	margin:0;
}

#accueil a.tooltip {
	width:100%; /* IE 6 */
	voice-family: "\"}\"";
	voice-family: inherit;
	width:84%; /* IE 5.x */
}
html>body #accueil a.tooltip:hover div {
	width:100%; /* Standard*/
	}

#accueil a.tooltip:hover div{
	position:absolute;
	top:0;
	left:0;
	height: 89px;
	padding: 11px 8%;
	margin:0;
	background-color:#004C7F;
	color:#fff
	}
        
#accueil a.tooltip:hover div {
	width:119%; /* IE 5.x */
	voice-family: "\"}\"";
	voice-family: inherit;
	width:103%; /* IE 6 */
	}

html>body #accueil a.tooltip:hover div {
	width:84%; /* Standard*/
	}

#accueil a.tooltip div ul {margin:0;margin-left:2em;padding:0;}

/* Page Accueil -  Fin */

/* Page Détaillants - Début */

#detaillants ul {
	padding: 0;
	margin: 4em 0;
	list-style: none;
}

#detaillants li {
	float:left;
	padding: 1.2em;
	font-size: 0.8em;
}

#detaillants li img {
	border: none;
}

/* Page Détaillants - Fin */


/* Page Contact - Début */

#contact h3 {
	margin-top: 2em;

}

#contact h4 {
	margin-top: 3em;
	font-size: 1.1em;
	font-weight: normal;
	text-decoration: underline;
}

#contact .distributeur {
	padding: 1em;
	margin: 1em 0 2em 0;
	border: 1px solid rgb(218,180,65);
}

#contact .distributeur p {
	margin-top: 0;	
}

#contact .distributeur .nom {
	font-weight: bold;
	margin-bottom: 0;
}

/* Page Contact - Fin */



/* section 'La différence Woodflame' - Début */

a.swap {
	/*text-decoration:none;
	color:rgb(150,119,75);
	border-bottom: 1px dashed rgb(200,200,200);*/
	background: url('../images/ico_photo.gif') right no-repeat;
	padding-right: 1em;
	margin-right: 0.2em;
}


/* Section 'La différence Woodflame' - Fin */

#encartQualites {
	margin-top: 6em;
	padding: 10px;
	border: 1px solid rgb(218,180,65);
	background-color: rgb(255,255,229);
	font-size: 0.8em;
}

#encartQualites h3 {
	color: rgb(162,143,50);
	margin-top: 0;
}

#encartQualites ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 2em;
}

#encartQualites li {
	display: inline;
	margin-right: 2em;
}

/* Page techno - Début */

#techno a.tooltip  {
	height: 32px;
	width: 32px;
	background: url(../images/interro.png) no-repeat;
}
	
#techno a.tooltip:hover div {
	z-index: 100;
	top: 177px;
	left: 495px;
	width: 250px;
	padding: 10px;
	margin: 10px;
	background: beige;
	font-size: 0.8em;
	color: rgb(0,0,0);
}

/* Page techno - Fin */

/* Section 'La différence Woodflame' - Fin */


/* Section Démonstration - Début */

#demo_photo .filmStrip {
	display: inline;
	width: 75%;
	padding: 5px;
}

#demo_photo .filmStrip div {
	background-image:url(../images/film_strip.gif);
	width: 130px;
	height: 127px;
}

#demo_photo .filmStrip img {
	margin: 18px 4px;
}

#video ul {
	list-style: none;
}

#video #specialbbq {
	margin: 3em 0;
	padding: 0.7em;
	border: 1px solid rgb(218,180,65);
	background-color: rgb(255,255,229);
}

#video #specialbbq h4 {
	margin:0;
	color: rgb(162,143,50);
}

dl.demo {
	padding: 3px;
	border: 2px solid rgb(162,143,50);
}

dl.demo dt {
	background-color: rgb(241,219,92);
}

/* Section Démonstration - Fin */


/* Section produits - Début */

table.productSpec th:first-child {
	width: 45%;
}

table.productSpec td {
	margin: 0;
	vertical-align: top;
	padding: 7px 5px;
}

#accessoires dl dt {
	margin-top: 2em;
}
#accessoires dl dl dt {
	margin-top: 1em;
}
#accessoires dd img {
	float: right;
}

/* Section produits - Fin */


/* Section 'Le monde en parle' - Début */

/* Page Courrier - Début */

.courrier {
	padding: 2em 0;
	border-bottom: 1px solid rgb(0,0,0);
	text-align:justify;
}

.courrier q {
	display:block;
	width: 95%;
}

.courrier cite {
	display:block;
	margin-top: 1em;
	text-align:right;
}

/* Page Courrier - Fin */

/* Page Médias - Début */

#medias #specialbbq {
	margin-top: 2em;
	margin-left: 0.6em;
	padding-left: 0.8em;
	border-left: 2px solid #000;
}

#medias #specialbbq h4, #medias #specialbbq p{
	margin: 0.5em 0;
}

 #medias #specialbbq p {
	margin:0;
}

/* Page Médias - Fin */

/* Section 'Le monde en parle' - Fin */


/* Section 'Support' - Début */

#allumage .etape {
	margin-bottom: 3em;
	width: 70%;
	border-bottom: 1px solid #000;
}

#allumage p {
	margin-top: 0;
}

#allumage .numero {
	float:left;
	margin: 0.2em 0.5em 0.5em 0;
	font-size:3em;
	font-weight:bold;
}

#allumage .etape img {
	float:right;
	margin: 0 0 2em 2em;
}

/* Section 'Support' - Fin */


/* Section 'Le club' - Début */

#boutique .item {
	margin-bottom: 40px;
}

#boutique .item dl {
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	padding: 5px;
	margin: 10px 0;
	border: 1px solid rgb(218,180,65);
}

.calendrier {
	float: left;
	text-align:center;
	margin-right: 10px;
}

.calendrier img {
	display:block;
	padding: 5px;
	border: 1px solid rgb(162,143,50);
	text-decoration:none;
}

#calendrier dd {
	font-size:0.9em;
}

#wallpaper ul {
	padding: 0;
	margin: 2em;
	list-style: none;
}

#wallpaper li {
	display: inline;
}

#wallpaper li img {
	border: none;
	padding: 5px;
}

#concours h1 {margin:0;}
#concours h2 {font-size: 1.4em;}
#concours h3 {font-size: 1.3em; font-weight:normal;}

#concours ol img { display:block;}
#concours ol p {margin: 0.5em 0 2.5em 0;}
#concours ol li {width: 250px;}
#concours ol {list-style:none;}

#tcuisson hr {border:0;height:1px;color:#000;background-color:#000; margin-bottom:3em;}

#tcuisson table caption {
	font-size: 2em;
	text-align:left;
	margin-bottom: 0.5em;
}

#tcuisson table {
	margin-bottom: 4em;
	font-size:0.84em;
}

#tcuisson table th {
	text-align:center;
}

#tcuisson table td {
	padding: 0.2em 0.5em;
}

/* Section 'Le club' - Fin */


/* Styles du contenu - Fin */