@charset "UTF-8";
/* CSS Document */

.rosso_bk {
	color:#FFFFFF;
	background-color: #Fb1f1f;
}
.rosso {
	color: #fb1f1f;
}
.grigio_bk {
	color:#FFFFFF;
	background-color: #CDCDC9;
	width: 159px;
}

.nero {color: #F19000;}
.nero_bk {
	color:#FFFFFF;
	background-color: #000000;
}

.nero_bk a{margin-left:10px;
	color:#FFFFFF;
	background-color: #000000;
}
.nero_bk a :hover {color:#FFFFFF;}
.aranciochiaro {color: #FEE5c6;}
.aranciochiaro_bk {
	background-color: #FEE5c6;
}
.with_minheight {
	min-height: 700px;
}
.menu_minheight {
	min-height: 650px;
}

hr
{
	color: #cccccc;
	height: 1px;
	padding: 0;
	border-color: #cccccc;
	border-width: 1px 0 0 0;
	border-style: solid;
	margin: 20px 0 10px 0;
	clear: both;
}
body
{
	background-color: white;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Arial;
	font-size: 0.65em;
	color: #000000;
	margin: 0;
	padding: 0;
	line-height: 15px;
}
.medium {
	font-size: 0.75em;
	line-height: 22px;
}
.large {
	font-size: 1em;
	line-height: 26px;
}
.medium h1 {
	font-size: 14px;
	line-height: 110%;
}
.large h1 {
	font-size: 18px;
	line-height: 130%;
}
.medium h2 {
	font-size: 14px;
	line-height: 110%;
}
.large h2 {
	font-size: 18px;
	line-height: 120%;
}
.medium h3 {
	font-size: 14px;
	line-height: 110%;
}
.large h3 {
	font-size: 18px;
	line-height: 120%;
}

td
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Arial;
}

a, a.extern
{
	outline: none;
	color: #fb1f1f; /*#c4c5c6;*/
	text-decoration: none;
}
.a:hover, a.extern:hover, div a:hover
{
	color: #6A51a3;
}

/*menu semplice*/

#menusemplice
{
	width: 124px;
}

#menusemplice a
{
	display: block;
	color: #F19000;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F19000;
	padding-left: 10px;
	padding-top: 4px;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
}

#menusemplice a:hover, #menusemplice a.selected, #menusemplice a.firstselected
{
	text-decoration: none;
	color: #fb1f1f;
}


#menusemplice ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menusemplice ul li {}

#menusemplice li
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	line-height: 15px; /* IE braucht das ? */
}
#indirizzi
{
	width: 100px;
	padding-top: 260px;
}

#indirizzi a
{
	display: block;
	color: #FFFFFF;
	padding-bottom: 10px;
	position: relative;
	padding-left: 0px;
	padding-top: 4px;
	font-weight: bold;
	font-size: 120%;
}

#indirizzi a:hover, #indirizzi a.selected, #indirizzi a.firstselected
{
	color: #381383;
}


#indirizzi ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#indirizzi ul li {
	list-style-image: none;
	list-style-type: none;
}

#indirizzi li
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	line-height: 15px; /* IE braucht das ? */
}
.box {
	margin-bottom:10px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 10px;
	background-position: left top;
	background-repeat: no-repeat;
}
.boxn {
	margin-bottom:10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	background-position: left top;
	background-repeat: no-repeat;
}
.boxmenu {
	margin-bottom:0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 17px;
}
p {
}
h1 /* titel website */
{
	font-size: 11px;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h2 /* maintitle news/presse */
{
	font-size: 10px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

h3, h5, h6
{
	font-size: 10px;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h4
{
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	font-weight: bold;
	margin-left: 2px;
}

div.p
{
	padding-top: 10px;
	padding-left: 3px;
	padding-right: 10px;
	line-height: 15px;
}

#searchform {
	position:relative;
	width:126px;
}

#searchform #recherche {
	width:112px;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Arial;
	background-color: #FFFFFF;
	border-right-width: 1;
	border-left-width: 1;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

#searchform #searchsubmit {
	position:absolute;
	right:0;
	top:3px;
}

/* main menu */

#menusu {
	z-index: 999;
	background-color: #000000;
	width: 319px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: -2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



ul#nav, ul#nav li, ul#nav ul {
margin:0;
padding:0;
list-style:none;
}

ul#nav{
	margin: 0;
}



ul#nav a.servizi {
	display:block;
	text-decoration:none;
	text-decoration:none;
	color: #FFFFFF;
	padding-left: 5px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Arial;
	padding-top: 3px;
	padding-bottom: 2px;
}
ul#nav>li:hover,ul#nav  a:hover {
	background-color: #FFFFFF;
	color: #000000;
}
ul#nav li{
}


	
ul#nav div#cale{
	position: absolute;
	top: -9999px;
	width: 1000px;
	overflow:hidden;
	
	padding-top: 20px;
	padding-bottom: 50px;
	padding-left: 0px;
	left: 0px;
	height: 150px;
	background-image: url(../imm/bg_grande.jpg);
	background-position: left top;
	}
	
	
ul#nav li:hover div#cale,ul#nav li div#cale.open{
	top: 21px;
	z-index: 100;
}

	
	.testoart {font-family: “Lucida Grande”, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em;}

.resizer img {
	padding-right:5px;
	padding-left: 5px;
}
#cap .spip_documents {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: left;
}


h1 {
	font-family: “Lucida Grande”, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 1.5em;
}
.notes {font-family: “Lucida Grande”, sans-serif;
font-size: 10.4px;
font-style: italic;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em;}


.soustitre{
	font-family: “Lucida Sans Unicode”, sans-serif;
	font-size: 10.4px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.8em;
}
.published{font-family: “Lucida Grande”, sans-serif;
font-size: 10.4px;
font-style: italic;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em;
 }
h2{font-family: “Lucida Grande”, sans-serif;
font-size: 10.4px;
font-style: normal;
font-weight: bold;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em;}

.texte {
	font-size: 1.2em;
	font-family: Georgia, Times, "Times New Roman", serif;
	line-height: 150%;
}

.texte p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align: left;
}	

.texte p+p {
}

.texte .spip_documents_center,
.texte .spip_documents_left {
	margin-left: -2em;
}


.texte h3 {
	text-align: left;
	margin-top: 2em;
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 1em;
	letter-spacing: 0.15em;
	font-family: "Lucida Grande", sans-serif;
}
.grid_8 {
	font-size: 100%;}
.texte  .spip li    {
	list-style-type: disc;
	margin-left: 20px;
	padding-left: 0px;
	margin-top: 7px;
}
.texte ul .spip     {
	padding-bottom: 20px;
}


/*menu correlato*/

#menucorrelato
{
}

#menucorrelato a
{
	display: block;
	color: #fb1f1f;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-left: 0px;
	padding-top: 2px;
	font-weight: bold;
}

#menucorrelato a:hover
{
	color: #381383;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}


#menucorrelato ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menucorrelato ul li {}
#menucorrelato li
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	line-height: 15px; /* IE braucht das ? */
}
#menucorrelato  .on {color: #381383;}
.on{color: #381383;}
 #briciole a, #piede a {
	color:#000000;
}
  #briciole a:hover,  #piede a:hover {color: #381383;}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	}
	/******************************************************************* 

Tavole

*/

table {
	margin-bottom: 12px;
	padding-bottom: 1px;
	font-family: "Lucida Grande", sans-serif;
	margin-top: 12px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999;
	}

table th {
	text-align: left;
	font-size: 0.8em;
	color: #000 !important;
	background-color: #FFF;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-transform: capitalize;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	}

table td {
	font-size: 0.8em;
	line-height: 1.3em;
	padding: 5px 5px 5px 3px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cdcdc9;
	}
table.spip tr.row_odd {
	margin-bottom: 1px;
	background-image: url(../imm/bg.gif);
	background-repeat: repeat;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cdcdc9;
	border-bottom-color: #cdcdc9;
	}
table.spip tr.row_even  {

	}

#rubrica .container_12 {
	background-image: url(../imm/rub_def.jpg);
	background-repeat: no-repeat;
	background-position: left top;
} 
#decoupe_bas, #decoupe_haut{clear:right;
	text-align:right;
	font-family: "Lucida Grande", sans-serif;
	word-spacing: 1px;
}
.cs_pagination_off {}
.pagination {
	color: #999999;
}
.testo_rubrica {
	font-family: Georgia, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	background-image: url(../imm/bg.gif);
	margin-bottom: 10px;
	margin-top: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
dt 


	{
	margin: 1em 0 0.3em 0;
	padding: 0;
	}
	
dt a span
	{
	color: #999999;
	font-weight: normal;
	}
	
dt a:hover span
	{
	color: #545452;
	}
	
dd
	{
	padding: 0;
	margin: 0 0 0 96px;
	border-bottom: 1px dotted #999999;
	}
	
dd.date
	{
	clear: both;
	color: #999999;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 96px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
	}
	
dt a img
	{
	padding: 3px;
	border:1px solid #fff;
	float: left;
	margin-right: 10px;
	clear: both;
	}
	
dt a:hover img
	{
	border: 1px solid #999;
	}
	
dl.home_dl dt,
dl.home_dl dd
	{
	margin: 0;
	margin-left: 0;
	}
	
dl.home_dl dd
	{
	padding-bottom: 0.5em;
	margin: 0.5em 0;
	
	}

	
strong {
  font-weight: bold;
}

em {
  font-style: italic;
}
.with_minheight {
	min-height: 700px;
}
.spip_mail {
	background-image: url(../imm/mailo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
}
#siti ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#siti ul li ul {
	list-style-type: circle;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 0px;
}
#area {
	height: 27px;
	width: 126px;
	position: absolute;
	visibility: visible;
	top: 672px;
	display: block;
	left: 30px;
}
.texte h4 {
	color: #212121;
	font-family: Georgia, serif;
	font-size: 11.2px;
	letter-spacing: 0px;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	font-weight: bold;
}
