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

* {
	margin:0px;
	padding:0px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.clearfloat {
	margin:0;
	padding:0;
	clear:both;
}
body {
	background-color:#000000;
}
h1 {
	font-family:"Trebuchet MS", "Times New Roman", serif;
	font-size:24px;
	color:#F7F7F7;
	opacity:1;
}
h2 {
	font-family:"Trebuchet MS", "Times New Roman", serif;
	font-size:18px;
	color:#F5F5F5;
	display:inline;
}
h2.big {
	font-size:24px;
}
a.big {
	font-family:"Trebuchet MS", "Times New Roman", serif;
	font-weight:bold;
	color:#F5F5F5;
	display:inline;
	font-size:24px;
}
a.doclink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	display:block;
	color:#FFFFFF;
	height:22px;
	padding-top:12px;
	padding-left:20px;
	background-image:url(../imgs/bg_dl.jpg);
	background-repeat:no-repeat;
}
dd {
	display:inline;
}
dt {
	margin-top:10px;
}
a {
	color:#b4a834;
	text-decoration:none;
}
a:hover, .pari:hover, .impari:hover {
	color:#e4dc9a;
	text-decoration:none;
}


#container {
	display:block;
}
#header {
	display:block;
	width:828px;
	height:124px;
	background-image:url(../imgs/hd_home.jpg);
	background-repeat:no-repeat;
	text-align:left;
}

#main {
	display:block;
	color: #666666;
	width:828px;
	text-align:justify;
	background-color:#000000;
	background-image:url(../imgs/bg_cont2.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
#contenuti {
	display:block;
	padding:10px;
	color:#CCCCCC;
	float:left;
	width: 808px;
	background-image:url(../imgs/bg_cont.jpg);
	background-repeat:no-repeat;
	text-align:justify;
}
#cont_inner {
	display:block;
	padding:10px;
	color:#CCCCCC;
	float:left;
	width: 808px;
	background-image:url(../imgs/bg_cont_inner.jpg);
	background-repeat:no-repeat;
	text-align:justify;
}
#menu {
	padding:2px 0px 2px 30px;
	display:block;
	color:#CCCCCC;
	height:36px;
	background-image:url(../imgs/bg_menuBar.jpg);
	background-repeat:no-repeat;
}
.submenu {
	padding:4px;
	display:block;
	height:11px;
	background-image:url(../imgs/submenu.gif);
	background-repeat:repeat-x;
	text-transform:uppercase;
	font-size:10px;
	color:#333333;
	font-weight:bold;
	cursor:pointer;
}
.submenu:hover {
	background-image:url(../imgs/submenu_hover.gif);
	color:#000000;
}
#mnagenda, #mngallery {
	display:none;
	width:96px;
	padding-top:2px;
	position:absolute;
}
.onglet, .onglet_sel {
	display:inline-block;
	width:92px;
	min-width:92px;
	height:16px;
	padding:10px 2px 10px 2px;
	font-weight:bold;
	cursor:pointer;
	color:#FFFFFF;
	text-align:center;
	text-transform:uppercase;
}
.onglet:hover, .onglet_sel {
	opacity:0.8;
	background-image:url(../imgs/menu_hover.png);
	background-repeat:repeat-x;
	background-position:bottom;
	color:#666666;
}
.onglet_sel:hover {
	cursor:default;
	color:#666666;
}
#agenda {
	display:block;
	height:145px;
	background-image:url(../imgs/bg_agenda.jpg);
	background-repeat:no-repeat;
	clear:both;
	width:805px;
	padding:52px 0px 0px 23px;
}
.day {
	display:inline-block;
	width:101px;
	height:72px;
	float:left;
	margin-right:3px;
	padding:35px 4px 4px 4px;
	color:#FFFFFF;
	overflow:hidden;
	font-family:'Lucida Grande',Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}
.pari {
	color:white;
	font-size:10px;
}
.impari {
	color:#E9E9E9;
	font-size:10px;
}
#footer {
	clear:both;
	display:block;
	width:828px;
	background-image:url(../imgs/bg_footer.gif);
	background-repeat:no-repeat;
	padding-top:10px;
}
#descr {
	width:798px;
	padding:4px;
	color:#000000;
	font-weight:bold;
	color:#FFFFFF;
}
.infos {
	color:white;
	float:left;
	margin-right:50px;
	padding:6px 0px 0px 10px;
	background-image:url(../imgs/bg_infos.gif);
	background-repeat:no-repeat;
	width:280px;
	max-width:280px;
	text-align:left;
}