/* CSS Document */

#bandiere {
	width: 370px;
	text-align: center;
	height: 70px;
	margin: 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


a.en {
	width: 57px;
	height: 70px;
	color: #000000;
	display: inline-block;
	margin: 0px 8px;
	background: url(../images/bandiere/en-a.jpg) top center no-repeat;
	line-height: 100px;
	overflow: hidden;
	text-decoration: none;
	text-align: center;
	float: left;
	
}

a:hover.en {
	background: url(../images/bandiere/en-hover.jpg) top center no-repeat;
	color: #0000FF;
}

a.it {
	width: 57px;
	height: 70px;
	color: #000000;
	display: inline-block;
	margin: 0px 8px;
	background: url(../images/bandiere/ita-a.jpg) top center no-repeat;
	line-height: 100px;
	overflow: hidden;
	text-decoration: none;
	text-align: center;
	float: left;
	
}

a:hover.it {
	background: url(../images/bandiere/ita-hover.jpg) top center no-repeat;
	color: #0000FF;
}

a.de {
	width: 57px;
	height: 70px;
	color: #000000;
	display: inline-block;
	margin: 0px 8px;
	background: url(../images/bandiere/de-a.jpg) top center no-repeat;
	line-height: 100px;
	overflow: hidden;
	text-decoration: none;
	text-align: center;
	float: left;
	
}

a:hover.de {
	background: url(../images/bandiere/de-hover.jpg) top center no-repeat;
	color: #0000FF;
}


a.es {
	width: 57px;
	height: 70px;
	color: #000000;
	display: inline-block;
	margin: 0px 8px;
	background: url(../images/bandiere/es-a.jpg) top center no-repeat;
	line-height: 100px;
	overflow: hidden;
	text-decoration: none;
	text-align: center;
	float: left;
	
}

a:hover.es {
	background: url(../images/bandiere/es-hover.jpg) top center no-repeat;
	color: #0000FF;
}


a.fr {
	width: 57px;
	height: 70px;
	color: #000000;
	display: inline-block;
	margin: 0px 8px;
	background: url(../images/bandiere/fr-a.jpg) top center no-repeat;
	line-height: 100px;
	overflow: hidden;
	text-decoration: none;
	text-align: center;
	float: left;
	
}

a:hover.fr {
	background: url(../images/bandiere/fr-hover.jpg) top center no-repeat;
	color: #0000FF;
}