/* anchor styles */
a:link,
a:visited {
	color:#3b5d9a;
}
a:hover {
	color:#77b64b;
}
a:active {
	color:#23385e;
}
.flags li a:link, .flags li a:visited {
	color:#d3dae8!important;
}
.menu li a {
	font-size:1.1em;
}
.menu a:link,
.menu a:visited {
	color:#1E3256;
}
.menu a:hover {
	color:#f7f90d;
}
ul.projects a {
	color:#d3dae8!important;
}
ul.projects a:hover {
	color:#f7f90d!important;
	background: transparent url('/images/1px_medium.png') repeat;
}
div.section_title a:link,
div.section_title a:visited {
	color: #23385e;
}
div.section_title a:hover {
	color: #3b5d9a;
}
div.section_title a:active {
	color: #77b64b;
}
ul.sub_categories li a:link,
ul.sub_categories li a:visited {
	color:#000;
}
ul.sub_categories li a:hover {
	color:#77b64b;
}
ul.sub_categories li a:active {
	color:#23385e;
}
.project_more_news a {
	display:block;
	height:117px;
	width:30px;
}
a.reconnections_news {
	background: transparent url('../images/more_news_sprite.png') no-repeat 0 0;
}
a:hover.reconnections_news {
	background-position: -30px 0;
}
a.euro_mi_news {
	background: transparent url('../images/more_news_sprite.png') no-repeat -60px 0;
}
a:hover.euro_mi_news {
	background-position: -90px 0;
}
a.social_economy_centre_news {
	background: transparent url('../images/more_news_sprite.png') no-repeat -120px 0;
}
a:hover.social_economy_centre_news {
	background-position: -150px 0;
}

/* END anchor styles */
