@charset "UTF-8";

/* en commun*/
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #003366;
	background-image: url(../image/com_BKG_Gradient.jpg);
	background-repeat: repeat-x;
}

b {
	font-weight: bolder;
}
a {
	font-size: 100%;
	color: #ffcc33;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-size: 100%;
	color: #006600;
	font-weight: bold;
	text-decoration: none;
}
h1 {
	text-align: right;
	padding: 0px 25px 20px 0px;
	font-size: 140%;
	line-height: 130%;
	color: #000000;
}
h1 b {
	color: #666666;
	font-size: 150%;
	font-weight: bold;
}
h2 {
	color: #99cc66;
	font-size: 150%;
}
h3 {
	color: #99cc66;
	font-size: 120%;
	line-height: 80%;
}
h4 {
	text-align: center;
	padding: 0px;
	font-size: 140%;
	line-height: 130%;
	color: #000000;
	margin: 0px;
}
#topmenu  {
	background: #aecede url(../image/com_BKG_TopMenu.jpg) repeat-x top;
	text-align: right;
	color: #FFFFFF;
	padding: 5px;
	padding: 5px;
	font-size: 80%;
	text-align: right;
	position: static;
	width: 980px;
	margin: 0px auto;
}
#topmenu   a,#topmenu a:link {
	font: 80%;
	color: #FFFFFF;
	text-decoration: none;
}
#topmenu  a:hover {
	color: #006699;
}
#mainmenu {
	background: #FFFFFF url(../image/d_BKG_MainMenu.jpg) no-repeat;
	height: 180px;
	position: static;
}
#logo {
	position: static;
	float: left;
	margin-top: 20px;
	margin-left: 46px;
}
#container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:  #FFFFFF url(../image/d_BKG_container_full.jpg) no-repeat bottom;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
}
#footer {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0px 100px;
	position: static;
	height: 120px;
}
#containerfooter {
	padding: 10px;
	font-size: 80%;
	text-align: right;
	position: static;
	color: #333333;
	width: 980px;
	margin: 0px auto;
}
#bkgnav {
	background: url(../image/d_BKG_Nav.jpg) no-repeat;
	height: 35px;
	width: 640px;
	padding: 0px 0px 0px 25px;
	float: right;
	margin: 60px 10px 0px 0px;
}

#nav {
	padding:0;
	margin:0;
	list-style:none;
	height:38px;
	background:repeat-x;
	position:relative;
	z-index:200;
	font-family:arial, verdana, sans-serif;
}
#nav li.top {
	display:block;
	float:left;
}
#nav li a.top_link {
	display:block;
	float:left;
	height:35px;
	line-height:33px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	padding:0 0 0 12px;
	cursor:pointer;
	background: url(../image/d_BKG_MenuBt0.jpg);
}
#nav li a.top_link span {
	float:left;
	display:block;
	padding:0 24px 0 12px;
	height:35px;
	background: url(../image/d_BKG_MenuBt0.jpg) right top no-repeat;
}
#nav li a.top_link span.down {
	float:left;
	display:block;
	padding:0 24px 0 12px;
	height:35px;
	background: url(../image/d_BKG_MenuBt0a.jpg) no-repeat right top;
}
#nav li:hover a.top_link, #nav a.top_link:hover {
	color:#E6E6E6;
	background: url(../image/d_BKG_MenuBt1.jpg) no-repeat;
}
#nav li:hover a.top_link span, #nav a.top_link:hover span {
	background:url(../image/d_BKG_MenuBt1.jpg) no-repeat right top;
}
#nav li:hover a.top_link span.down, #nav a.top_link:hover span.down {
	background:url(../image/d_BKG_MenuBt1a.jpg) no-repeat right top;
	padding-bottom:3px;
}
#nav table {
	border-collapse:collapse;
	padding:0;
	margin:0;
	position:absolute;
	left:0;
	top:0;
}
#nav li:hover {
	position:relative;
	z-index:200;
	display: block;
}
#nav a:hover {
	position:relative;
	white-space:normal;
	z-index:200;
	display: block;
}
#nav :hover ul.sub {
	left:1px;
	top:38px;
	background: #6699cc;
	padding:3px;
	border:1px solid #00FF00;
	white-space:nowrap;
	z-index:300;
	display: block;
	height: auto;
	width: auto;
}
#nav :hover ul.sub li {
	display:block;
	position:relative;
	float:left;
	font-weight:normal;
}
#nav :hover ul.sub li a {
	display:block;
	font-size:11px;
	height:18px;
	line-height:18px;
	text-indent:5px;
	color:#FFFFFF;
	text-decoration:none;
	border:1px solid #336699;
	width: 230px;
}
#nav li ul.sub li a.fly {
	background:#6699cc url(../image/d_arrow.gif) no-repeat 220px 6px;
	height: 18px;
	width: 230px;
}
#nav :hover ul.sub li a:hover {
	background:#006699;
	color:#fff;
	border-color:#fff;
	white-space: nowrap;
	display: block;
	height: 18px;
	width: 230px;
}
#nav :hover ul.sub li a.fly:hover {
	background:#006699 url(../image/d_arrow_over.gif) no-repeat 220px 6px;
	color:#fff;
	height: 18px;
	width: 230px;
}
#nav li b {
	display:block;
	font-size:11px;
	height:18px;
	width:230px;
	line-height:18px;
	margin-bottom:3px;
	text-indent:6px;
	color:#0;
	border-bottom:1px solid #CCCCCC;
	cursor:default;
}
#nav a:hover a:hover ul, #nav a:hover a:hover a:hover ul, #nav a:hover a:hover a:hover a:hover ul, #nav a:hover a:hover a:hover a:hover a:hover ul {
	left:230px;
	top:-4px;
	background: #50b5d0;
	padding:3px;
	white-space:nowrap;
	width:230px;
	z-index:400;
	height:18px;
	display: block;
}
#nav ul, #nav a:hover ul ul, #nav a:hover a:hover ul ul, #nav a:hover a:hover a:hover ul ul, #nav a:hover a:hover a:hover a:hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}
#nav li:hover li:hover > ul {
	left:230px;
	top:-4px;
	background: #336699;
	padding:3px;
	white-space:nowrap;
	width:230px;
	z-index:400;
	height:18px;
	display: block;
}
#nav li:hover > ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}
#nav li:hover li:hover > a.fly {
	background:#3f96a9 url(../image/d_arrow_over.gif) 220px 6px no-repeat;
	color:#fff;
	border-color:#fff;
	height: 18px;
	width: 230px;
}
#nav li:hover li:hover > li a.fly {
	background:#50b5d0 url(../image/d_arrow.gif) 220px 6px no-repeat;
	color:#000;
	height: 18px;
	width: 230px;
}


.preloadacc1 {
	background: url(../image/h_BKG_bt_a.gif);
}
.preloadnav1 {
	background: url(../image/d_BKG_MenuBt0a.jpg);
}

.preloadnav2 {
	background: url(../image/d_BKG_MenuBt1a.jpg);
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.oneColFixHdr #profil     {
	margin: 0px;
	padding: 0px 60px;
}
.oneColFixHdr #contacts {
	margin: 0px;
	padding-left: 320px;
	height: 150px;
	width: 400px;
}
.oneColFixHdr #bkgcontactcontainer {
	width: 980px;
	background: url(../image/c_BKG_MainContent.jpg) no-repeat bottom;
	margin: 0px auto;
	text-align: left;
	padding: 0px;
}
.oneColFixHdr #pointvente {
	padding: 0px 60px;
	width: 860px;
	text-align: left;
}


/* page d'accueil*/
.index #container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
} 


.index #mainContent  {
	margin: 0;
	padding: 0;
	height: 555px;
	width: 980px;
	position: static;
	background: url(../image/h_BKG_Main.jpg) no-repeat;
}
.index #prdmaison {
	margin: 20px 0px 0px 198px;
	float: left;
	width: 280px;
	position: static;
}
.index #prdindus {
	margin: 20px 198px 0px 0px;
	float: right;
	width: 280px;
	position: static;
}

.index #btaccueilm, .index #btaccueili,      {
	margin: 0px;
	padding: 0px;
}

.index #btaccueilm  a, .index #btaccueilm a:link, .index #btaccueili  a, .index #btaccueili a:link {
	text-decoration: none;
	color: #E6E6E6;
	background: url(../image/h_BKG_bt.gif) no-repeat center top;
	height: 35px;
	width: 280px;
	display: block;
	text-align: center;
	padding: 7px 0px 0px;
	margin: 0px;
}
.index #btaccueilm a:hover, .index #btaccueili a:hover {
	background: url(../image/h_BKG_bt_a.gif) no-repeat center top;
	text-decoration: none;
	color: #FFFFFF;
}

.index #footer  {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
} 
.index #footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


/* pages des produits*/


.thrColFixHdr  #sidemenu {
	float: left; /* since this element is floated, a width must be given */
	width: 215px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 0px 55px;
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0px;
	position: static;
}

.thrColFixHdr   #sidemenu  li {
	color: #99cc66;
	line-height: 100%;
	padding: 4px 0px;
}
.thrColFixHdr  #sidemenu  a, #sidemenu a:link  {
	color: #6699cc;
	text-decoration: none;
	font-weight: normal;
}
.thrColFixHdr  #sidemenu a:hover {
	color: #006699;
	font-weight: normal;
}
.thrColFixHdr #mainContent {
	margin: 0 0 0 280px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 50px 0 10px;
	position: static;
}

.thrColFixHdr #mainContent img {
	text-align: left;
	float: left;
	padding: 0px;
	border-bottom: 2px solid #CCCCCC;
	border-left: 1px dotted #CCCCCC;
	margin: 0px;
}
.thrColFixHdr #mainContent ul {
	margin-left: 300px;
}
.thrColFixHdr #mainContent li {
	padding: 6px 0px;
	list-style: url(../image/d_bullet_leaf.gif) outside;
	margin: 0;
}
.thrColFixHdr #imgprod {
	float: left;
	width: 280px;
	position: static;
	margin: 0px 5px;
	padding: 0px 5px 0px 5px;
	border-left: 1px solid #E6E6E6;
}
.thrColFixHdr #imgprod img {
	padding: 3px 0px 5px;
}
.thrColFixHdr #imgprod li {
	list-style: none;
	margin: 0px 0px 0px -10px;
	padding: 2px 5px 6px 0px;
}
.thrColFixHdr #descprod {
	margin: 0px 55px 0px 585px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px;
	position: static;
	font: 100% Arial, Helvetica, sans-serif;
	color: #003366;
}
.thrColFixHdr #descprod p {
	line-height: 120%;
	padding: 3px 0px;
}
.thrColFixHdr #fichesignal {
	width: 860px;
	margin: 0px 0px 0px 60px;
	font-size: 90%;
	text-align: center;
	padding: 0px 0px 200px;
}
.thrColFixHdr  #fichesignal  p {
	font-size: 70%;
	color: #999999;
	border-top: thin solid #666666;
}
.thrColFixHdr #certifie {
	margin: 0px 0px 0px 300px;
	padding: 27px 0px 0px 90px;
	background: url(../image/d_ecologo_sml.gif) no-repeat left top;
	height: 50px;
	position: relative;
	letter-spacing: 0.1em;
}
.thrColFixHdr #ecologo {
	padding: 5px 10px 5px 130px;
	width: 500px;
	color: #006600;
	line-height: 100%;
	border-top: 2px dotted #99cc66;
	background: url(../image/d_ecologo_L.gif) no-repeat left top;
	float: right;
	margin: 30px 0px;
}


.vertetvaillant {
	position: absolute;
	padding: 0px;
	top: 25px;
	left: 200px;
}

#rotatorm
{
	cursor: pointer;
	overflow: hidden;
	margin: 0px;
	position: relative;
	width: 280px;
	height: 250px;
}

#rotatorm img
{
	border: 0;
	cursor: pointer;
	width: 280px;
	height: 250px;
}
#rotatori
{
	cursor: pointer;
	overflow: hidden;
	margin: 0px;
	position: relative;
	width: 280px;
	height: 250px;
}

#rotatori img
{
	border: 0;
	cursor: pointer;
	width: 280px;
	height: 250px;
}
.certifieecologo {
	list-style: url(../image/bullet_ecologo.gif);
}
.oneColFixHdr #emplacement {
	border: 1px dotted #CCCCCC;
	padding: 10px 6px;
	width: 848px;
	text-align: center;
	background: #FFFFFF;
	margin: 0px;
}
.oneColFixHdr #emplacement td {
	text-align: center;
	vertical-align: middle;
}
