#elections {
  display: block;
  position: relative;
  background-color: #fff;
  margin: -6px 6px 6px -6px;
  padding: 1px;
  width:650px;
  height:150px;
}

#elections ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#elections li {
	float:right;
}

.elect_regio a {
	background: url(img/ban_elec_regio_nb.jpg) no-repeat;
	display:block;
	height:150px;
	width:325px;
}

.elect_regio a:hover {
	background: url(img/ban_elec_regio_coul.jpg) no-repeat;
	display:block;
	height:150px;
	width:325px;
}

.elect_regio a.active {
	background: url(img/ban_elec_regio_coul.jpg) no-repeat;
	display:block;
	height:150px;
	width:325px;
}

.elect_euro a {
	background: url(img/ban_elec_euro_nb.jpg) no-repeat;
	display:block;
	height:150px;
	width:325px;
}

.elect_euro a:hover {
	background: url(img/ban_elec_euro_coul.jpg) no-repeat;
	display:block;
	height:150px;
	width:325px;
}

.elect_euro a.active {
	background: url(img/ban_elec_euro_coul.jpg) no-repeat;
	display:block;
	height:150px;
	width:325px;
}

.liste_eff {
	float:left;
	border: 2px solid #FFF;
	
}

.liste_supp {
  margin-left: 50%;
  border: 2px solid #FFF;

}



