


#menu_6 {
	width: 111px;
	background-image: url(../img_css/menu-haut-06-restreint.gif);
	background-repeat: no-repeat;
}
#menu_5 {
	width: 192px;
	background-image: url(img_css/menu-haut-05-esthetique.gif);
	background-repeat: no-repeat;
}
#menu_4 {
	width: 183px;
	background-image: url(img_css/menu-haut-04-ecologique.gif);
	background-repeat: no-repeat;
}
#menu_3 {
	width: 169px;
	background-image: url(img_css/menu-haut-03-autonome.gif);
	background-repeat: no-repeat;
}
#menu_2 {
	width: 157px;
	background-image: url(img_css/menu-haut-02-durable.gif);
	background-repeat: no-repeat;
}
#menu_1{
	width: 155px;
	background-image: url(img_css/menu-haut-01-accueil.gif);
	background-repeat: no-repeat;
}

#menu_6 a:hover{
	background-image: url(../img_css/menu-haut-06-restreint-survol.gif);
	background-repeat: no-repeat;
}
#menu_5 a:hover{
	background-image: url(img_css/menu-haut-05-esthetique-survol.gif);
	background-repeat: no-repeat;
}
#menu_4 a:hover{
	background-image: url(img_css/menu-haut-04-ecologique-survol.gif);
	background-repeat: no-repeat;
}
#menu_3 a:hover{
	background-image: url(img_css/menu-haut-03-autonome-survol.gif);
	background-repeat: no-repeat;
}
#menu_2 a:hover{
	background-image: url(img_css/menu-haut-02-durable-survol.gif);
	background-repeat: no-repeat;
}
#menu_1 a:hover{
	background-image: url(img_css/menu-haut-01-accueil-survol.gif);
	background-repeat: no-repeat;
}




#plaquette
{
	height:81px;
	background-image: url(img_css/tel_plaquette.gif);
	background-repeat: no-repeat;
	background-position: center center;
	list-style-type: none;
	margin-bottom: 2px;
	line-height: 32px;
	margin-top: 25px;
}

#plaquette a
{
	display:block;
	width:100%;
	height:100%;
	font-size: 13px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
}

#plaquette a:hover
{
	background-image: url(img_css/tel_plaquette-rollover.gif);
	background-repeat: no-repeat;
	background-position: center center;
}



