html,body
{
margin: 0;
height:100%;
width:100%;
text-align:left;
background-image:url("");
background-repeat:repeat;
overflow:hidden;

}


div.container
{
width:auto;
height:100%;
margin:2px;
/* border: 1px solid black; */
/*background: url('img/bordo.png') top right no-repeat;*/
position:relative;
text-align:center;


}

div.logo
{
width:auto;
height:120px;
position:relative;
text-align:center;
/* border:2px solid magenta; */
}

div.aggiorna
{
position:absolute;
top:0;
left:0;
}
/*div.content
{
text-align:left;
margin-top:36px;
margin-left:20%;
margin-right:20%;
height:65%;
width:auto;
border: 1px dashed blue; 
position:relative;
overflow:auto;
}*/

div.content
{
text-align:center;
border-left: 1px dashed blue; 
border-top:1px dashed blue;
position:relative;
margin-top:36px;
overflow:auto;
height:62%;
 width:auto; 
/*width:72%;*/
margin-left:14%;
margin-right:14%;
padding-top:0.5em;
padding-left:0.5em;
padding-right:0.5em;
}

.footer {
font-size: 90%;
margin-top: 1em;
width:100%;
text-align: center;
position:absolute;
left:0;
bottom:0;
border-top:1px dashed blue;
}


div.footer img
{
border:none;
}
.content h1
{
font-family:MS Sans Serif, sans-serif, Verdana, Arial;
color:#6B6B6B;
font-size:large;
text-align:center;
}

.content h2
{
font-family:MS Sans Serif, sans-serif, Verdana, Arial;
color:#FF7F73;
font-size:medium;
text-decoration:underline;
text-align:left;
}

.content h3
{
font-family:MS Sans Serif, sans-serif, Verdana, Arial;
color:#000;
font-size:small;
text-align:left;
}


.content p
{
color: #000;
font-family:MS Sans Serif, sans-serif, Verdana, Arial;
font-size:12px;
font-weight:normal;
text-align:left;
}

.aggiorna p
{
color: #000;
font-family:MS Sans Serif, sans-serif, Verdana, Arial;
font-size:11px;
font-weight:normal;
text-align:left;
}

p.welcome
{
color: #000;
font-family:MS Sans Serif, sans-serif, Verdana, Arial;
font-size:13px;
font-weight:normal;
text-align:center;
}
.content a, .content a:visited
{
font-family:MS Sans Serif, sans-serif, Verdana, Arial;
/* color:#788AFF; */
color:#747474;
text-decoration:none;
font-weight: bold;
}

.content a:hover, .content a:focus
{
/*background-color:#DCF9FF; /*#BEF prima */
background-color:#E1CFCF;
color:#788AFF;
font-weight: bold
}

.content ul
{
list-style-type:disc;
color:#747474;
}
/*#miethumb
{
margin:0.5px;
} */

/*sezione thumbnail

Hack per far funzionare l'hover sui bordi sia in IE che negli altri browser...
http://atomsurfer.altervista.org/xhtml_e_css/link_css_immagini/gestione_link_immagini_bordi.php */

img#miethumb
{
width:90px;
height:68px;
border:#fff solid 10px !important;
border:0;
}

img#miethumb:hover
{
width:90px;
height:68px;
border:solid #E1CFCF 10px !important;
}

a#miethumb
{
width:90px;
height:68px;
border: 0 !important;
border:solid #fff 10px ;
}

a#miethumb:hover
{
border:solid #E1CFCF 10px ;
}
/*Fine sezione thumbnail */




/***** menu CSS *****/
@media print {
/*A l'impression on cache le menu, marche au moins pour IE, Moz et Opéra.*/
	.menu, .ssmenu {
		visibility:hidden;
	}
}

.menu, .ssmenu {
/* Il est important de laisser une largeur, au cas où le Javascript soit désactivé.
margin aussi */
	background-color:#AA8922;
	font-size:10px;
	font-weight:bold;
	border:1px solid #EFB;
	color:white;
	width:150px;
	padding:1px;
	margin:1em;
}
.menu {
	font-size:10px;
	text-align:center;
	background:#789ABC;
	border-color:#004455;
	/*filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;*/
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ABCDEF,endColorStr=#789ABC);
}
.ssmenu {
	font-size:10px;
/* 	background:#004455; */
	background:#789ABC;
	border-color:#ABCDEF;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8; 
}

.menu span, .ssmenu span {
/* pour cacher les ; en fin de <li>, ce qui permet aux synthèse vocales de prendre une
	pause dans l'élocution */
	display:none;
}

.ssmenu ul, .ssmenu li {
/* Les items (les <li>) des sous-menus, notamment pour enlever les puces des liste */
	padding:0;
	margin:0;
	list-style-type:none;
}

.menu a, .ssmenu a, .menu a:visited, .ssmenu a:visited {
/* Les liens qui ne sont pas sous le curseur. */
	font-family:MS Sans Serif, sans-serif, Verdana, Arial;
	font-size:10px;
	text-decoration:none;
	color:#FEB;
	padding:2px 1px;
/* Ne pas modifier le block */
	display:block;
/*	Un width:100% fait planter Mozilla, sans le width:100% c'est IE et Opera... La combinaison
	aucun width et height:100% marche sur tous, donc ne pas toucher ces 2 lignes */
/*	height:100%;
	margin:0px;*/
	margin:0px;
	width:100%;
	voice-family: "\"}\"";
	voice-family:inherit;
}
html>body .menu a, html>body .menu a:visited, html>body .menu a:hover, html>body .menu a:active,
html>body .ssmenu a, html>body .ssmenu a:visited, html>body .ssmenu a:hover, html>body .ssmenu a:active {
	width :auto;
}

.ssmenu ul:hover, .ssmenu a:hover, .ssmenu a:focus, .menu a:hover, .menu a:focus {
/* Les liens sous le curseur.
	On change les couleurs du texte et de fond, et on enlève le soulignement.
	*/
	background-color:#BEF;
	color:#034;
	text-decoration:none;
}

/*
Bref... pour résumer, ce qu'il y a à modifier à la base, c'est :
- couleurs, police, bordure et largeur des menu et ssmenu.
- l'effet spécial IE pour les ssmenu
- police et couleurs des liens "non survolés" et "survolés".
*/