@charset "utf-8";
/* CSS Document */
/* Remove unwanted elements */
body{
font-size:15px;
}

#tabarea,#whitebox_t,#leftcolumn_border,#whitebox_b,#shortcuts,#logo{
	display: none;
	border:none;
}
.sectiontableheader{
	background-color:#999999;	
}
#wk_flash_b{
	display:none;
}

#wk_bloglist,.blog {
	width:100%;
	border:solid;
	height:500px;
}

.nopad{
	/*border:solid;*/
	overflow:visible;
}


#maincolumn{
	margin-left:0px;
	margin-top:0px;
	/*border:solid;*/
	width:100%;
	font-size:17px;
	
}
#adresse{
	border-top:solid;
}

#blockrandom{
	min-height:850px;
}

div#logoPrint {
	display: block;
	margin-top:0px;
	margin-left:-350px;
	position:absolute;
}
/* Change text colour to black (useful for light text on a dark background) */
.lighttext{
	color: #000
}

/* Improve colour contrast of links */
a:link, a:visited{
	color: #781351
}