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

/*** Définition des éléments du menu ***/
#menu span{
	visibility:hidden;
}

#menu a{
	display: block;
	background-repeat: no-repeat;
	float:left;
	height: 21px;
	text-decoration:none;
}

a#menu-cheminees {
	background-image: url(../images/gabarit/menu-les-cheminees-fr.png);
	width: 134px;
}
a#menu-cheminees:hover, a#menu-cheminees.current {
	background-position: -134px 0px;
	cursor: pointer;
}

a#menu-foyers {
	background-image: url(../images/gabarit/menu-les-foyers-fermes-fr.png);
	width: 135px;
	margin-left:1px;
}
a#menu-foyers:hover, a#menu-foyers.current {
	background-position: -135px 0px;
	cursor: pointer;
}

a#menu-poeles {
	background-image: url(../images/gabarit/menu-les-poeles-fr.png);
	width: 135px;
	margin-left:1px;
}
a#menu-poeles:hover, a#menu-poeles.current {
	background-position: -135px 0px;
	cursor: pointer;
}

a#menu-contact {
	background-image: url(../images/gabarit/menu-contactez-nous-fr.png);
	width: 134px;
	margin-left:1px;
}
a#menu-contact:hover, a#menu-contact.current {
	background-position: -134px 0px;
	cursor: pointer;
}

a#menu-radiateurs {
	background-image: url(../images/gabarit/menu-les-radiateurs-fr.png);
	width: 134px;
	margin-top:1px;
}
a#menu-radiateurs:hover, a#menu-radiateurs.current {
	background-position: -134px 0px;
	cursor: pointer;
}

a#menu-recuperateurs {
	background-image: url(../images/gabarit/menu-les-recuperateurs-fr.png);
	width: 135px;
	margin-top:1px;
	margin-left:1px;
}
a#menu-recuperateurs:hover, a#menu-recuperateurs.current {
	background-position: -135px 0px;
	cursor: pointer;
}

a#menu-documentation {
	background-image: url(../images/gabarit/menu-la-documentation-fr.png);
	width: 135px;
	margin-top:1px;
	margin-left:1px;
}
a#menu-documentation:hover, a#menu-documentation.current {
	background-position: -135px 0px;
	cursor: pointer;
}

a#menu-entreprise {
	background-image: url(../images/gabarit/menu-entreprise-fr.png);
	width: 134px;
	margin-top:1px;
	margin-left:1px;
}
a#menu-entreprise:hover, a#menu-entreprise.current  {
	background-position: -134px 0px;
	cursor: pointer;
}

#sous-menu-radiateurs{
	position:absolute;
	width:134px;
	left:409px;
	top:80px;
	display:none;
}


#sous-menu-radiateurs a, #sous-menu-radiateurs a:link, #sous-menu-radiateurs a:visited{
	position:relative;
	z-index:20;
	display:block;
	height:20px;
	margin-bottom:1px;
	line-height:20px;
	padding-left:4px;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	background-color:#6abbb4;
}

#sous-menu-radiateurs a:hover{
	background-color:#a0e2dc;
	margin-bottom:1px;
}






