/* ====================================== Miscallenous stuff ================================================ */
* {
	margin: 0;
	padding: 0;
}

body {
	background:url(../img/body_bg.jpg) center top no-repeat fixed; 
	background-color:#5d5d5d;	
	font-family: Tahoma, Georgia,  Arial, Verdana, Garamond;
	font-size: 9pt;
	height: 100%;
}

.table {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}


#pfest_copy{
	height:193px;
	width:100%;
	margin-top:20px;
	background:url(../img/headerbg.png) no-repeat 25% 10px;

}

#flash_menu{
	text-align:center;
	height:120px;
	background-color:#000;
	margin-top:50px;
	width:100%;
}



#bottom{
	height:120px;
	background-color:#000;
	width:100%;
	color:#fff;
	margin-top:20px;
}


#bottom_menu1{
	font-size:12px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}


#bottom_menu2 a{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#494949;
	text-decoration:none;
}

#bottom_menu2 a:hover{
	text-decoration:underline;
}

#bottom_table{
		table-layout: fixed;
}
.info{
	font-family:Trebuchet MS;
	font-size:12pt;
}
.upf{
	font-family:Georgia;
	font-size:16pt;
}


.prog{
	font-family:Georgia;
	font-size:14pt;
}

.titup{
	font-family:Georgia;
	font-size:14pt;
}
.texte{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.texte a{
	color:#990000;
	text-decoration:underline;
}
.texte a:hover{
	text-decoration:none;
}

div.bottom{
  margin-bottom:40px;
  height:250px;
  background-image:url(../img/bg_bottom.png);
}
div.bottom div.container{
  margin:auto;
  width:900px;
  text-align:left;
}
div.bottom div.box{
  float:left;
  margin-top:60px;
}
div.bottom div.separator{
  margin-left:20px;
  margin-right:20px;
  width:1px;
  height:10px;
  background-color:#FFFFFF;
  float:left;
  margin-top:62px;
}
div.bottom div.copyright{
  font-size:11px;
  color:#FFFFFF;
  float:right;
  margin-top:60px;
}
div.bottom a.big{
  font-size:12px;
  color:#FFFFFF;
  text-decoration:none;
  display:block;
  margin-bottom:3px;
}
div.bottom a.small{
  font-size:11px;
  color:#494949;
  text-decoration:none;
}
div.bottom a.big:hover,
div.bottom a.small:hover{
  text-decoration:underline;
}

}
.height-20px{
  height:20px;
}
.height-35px{
  height:35px;
}
.width-40px{
  width:40px;
}
.clear{
  clear:both;
  height:0px;
  width:0px;
}