html,body {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

* {
	margin: 0;
	padding: 0;
}

img {
	border:none;
}

a {
	text-decoration: none;
}

hr {
width: 1px;
}

#skyScraper{
	display:none;
}


#zoneCenter{
	height: 50px;
	float:left;
}

<!-- Top barre -->

#topNav {
	display:none;
}

<!-- Colonne Droite -->

#columnRight{
	display:none;
}


<!-- bottom bar -->


#bottom {
	display:none;
}

#disclaimer {
	display: block;
	font-size: 10pt;
	color: black;
	clear: both;
	display : block;
	margin-top: 5px;
	width: 95%;
	text-align: center;
}