/*
***********************************************************
*                        EASYFAIRS                        *
*                       version 1.0                       *
*                 last update : 03/06/2009                *
*       designed by Benoît Vrins {benoit@exibit.be}       *
***********************************************************
*/
@import url("top.css");
@import url("header.css");
@import url("content.css");
@import url("footer.css");
@import url("forms.css");
@import url("buttons.css");
/* */
* {margin:0;padding:0;}
body, html,table,textarea{font-size:82.5%;/*font-family: Arial, sans-serif;*/font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;color:#333333}
body {margin:0;background-color: #DEE4F2;}
img{border:none;}
form,fieldset,input,ol,ul, ol li,ul li{margin:margin:0;padding:0;border:none;}
a{color:#3F507F/*A7D226*/;text-decoration:none;}
a:hover{text-decoration:underline;}
/* */
#content:after,#header:after, #footer:after, footer-menu:after, #footer-legal:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#wrap{
	position:relative;
	background:transparent url('../images/bg_wrap.jpg') repeat-x left top;
}
.container{
	margin:0 auto;
	margin-top:40px;
	position:relative;
	width:966px;
}
#homepage,
#about,#default{
	margin-top:60px;
}
.clear{
	clear:both;
}
.more{
	display:block;
	position:absolute;
	right:0;
	top:0;
}
.last{
	border-bottom:none;
}

.printonly {
	display: none;
}


div.Module{
	position: absolute;


}

div.moduleName{
	font-family: Arial;
}
