/* Body: proprietà */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image:  url(../images/h_bg.png);
	background-repeat: repeat-x;
	margin: 0;
	height: 605px;
}

img {
	display: block;
	border: 0;
}

.hide {
	display: none;
}

/* Classi Homepage e elementi principali*/
#firstimage {
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 1;
	height: 300px;
	width: 700px;
	left: 10px;
	top: 130px;
}
#menudiv {
	margin: 0;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 1;
	left: 10px;
	top: 430px;
}

#footer {
	margin: 0 0 3px;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 2;
	bottom: 2px;
	font-size: 10.5px;
	color: #FF6600;
	border-bottom: 1px dotted #FF9900;
	width: 100%;
	text-indent: 7px;
	padding-bottom: 3px;
}

#langue {
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 2;
	font-size: 10.5px;
	color: #FF6600;
	width: 100%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FF9900;
	text-align: right;
	padding-top: 3px;
	margin-bottom: 3px;
	margin-top: 3px;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 12px;
	color: #FF9900;
	font-weight: normal;
  }
  
li {
	float: left;
	position: relative;
	width: 10em;
	text-align: center;
  }
  
li > ul {
	top: auto;
	left: auto;
	}

/* actions */
#footer a:link, a:visited {
	color: #FF0000;
	text-decoration: none;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-color: #FFCC00;
}

#langue a:link, a:visited {
	color: #FF0000;
	text-decoration: none;
	border-top-width: 3px;
	border-top-style: solid;
	border-color: #FFCC00;
}

#langue a:hover {
	color: #FF0000;
	text-decoration: none;
	border-top-width: 3px;
	border-top-style: solid;
	border-color: #FF6600;
}

#footer a:hover {
	color: #FF0000;
	text-decoration: none;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-color: #FF6600;
}

a:link {
	color: #FF3300;
	text-decoration: none;
}
a:hover {
	background-color: #FFFF66;
}