/*
  MODULE DED_CONNAISSANCES
  espaces.css
*/


ul#espaces {
margin: 0;
padding: 0;
float: right;
}

ul#espaces li {
margin: 0;
padding: 0;
list-style: none;
width: 200px;
}

ul#espaces li a {
margin: 0 0 10px 0;
padding: 0;
display: block;
width: 200px;
background-color: transparent;
background-repeat: no-repeat;
background-position: top center;
}

ul#espaces li a:hover {
background-position: bottom center;
}

ul#espaces li a.active {
background-position: bottom center;
}

ul#espaces li.energie-et-developpement-durable a {
background-image: url(../img/espace-1.gif);
height: 44px;
}

ul#espaces li.espace-professionnels a {
background-image: url(../img/espace-2.gif);
height: 44px;
}

ul#espaces li.espace-particuliers a {
background-image: url(../img/espace-3.gif);
height: 44px;
}

ul#espaces li.parties-prenantes a {
background-image: url(../img/espace-4.gif);
height: 44px;
}
