/* CSS Document */

a.bouton_photovoltaique {
	position:absolute;
	display:block;
	width:180px; height:54px;
	background:url(images/bouton_menu_photovoltaique.png) no-repeat 0 0;
	margin-top: 160px; margin-left: 190px;
	z-index:5;
	}
a.bouton_photovoltaique:hover { background:url(images/bouton_menu_photovoltaique.png) no-repeat 0 -54px; }

a.bouton_chauffage {
	position:absolute;
	display:block;
	width:180px; height:54px;
	background:url(images/bouton_menu_chauffage.png) no-repeat 0 0;
	margin-top: 210px; margin-left: 190px;
	z-index:5;
	}
a.bouton_chauffage:hover { background:url(images/bouton_menu_chauffage.png) no-repeat 0 -54px; }

a.bouton_nrj_renouvelables {
	position:absolute;
	display:block;
	width:180px; height:54px;
	background:url(images/bouton_menu_nrj_renouvelables.png) no-repeat 0 0;
	margin-top: 260px; margin-left: 190px;
	z-index:5;
	}
a.bouton_nrj_renouvelables:hover { background:url(images/bouton_menu_nrj_renouvelables.png) no-repeat 0 -54px; }

a.bouton_traitement_eau {
	position:absolute;
	display:block;
	width:180px; height:54px;
	background:url(images/bouton_menu_traitement_eau.png) no-repeat 0 0;
	margin-top: 310px; margin-left: 190px;
	z-index:5;
	}
a.bouton_traitement_eau:hover { background:url(images/bouton_menu_traitement_eau.png) no-repeat 0 -54px; }

a.bouton_sanitaire {
	position:absolute;
	display:block;
	width:180px; height:54px;
	background:url(images/bouton_menu_sanitaire.png) no-repeat 0 0;
	margin-top: 360px; margin-left: 190px;
	z-index:5;
	}
a.bouton_sanitaire:hover { background:url(images/bouton_menu_sanitaire.png) no-repeat 0 -54px; }

a.bouton_entretien {
	position:absolute;
	display:block;
	width:180px; height:54px;
	background:url(images/bouton_menu_entretien.png) no-repeat 0 0;
	margin-top: 410px; margin-left: 190px;
	z-index:5;
	}
a.bouton_entretien:hover { background:url(images/bouton_menu_entretien.png) no-repeat 0 -54px; }

a.bouton_contact {
	position:absolute;
	display:block;
	width:180px; height:54px;
	background:url(images/bouton_menu_contact.png) no-repeat 0 0;
	margin-top: 470px; margin-left: 190px;
	z-index:5;
	}
a.bouton_contact:hover { background:url(images/bouton_menu_contact.png) no-repeat 0 -54px; }


