body {
	margin: 0px;
}
img {
	border: 0px;
}
#main_container {
	width: 100%;
	min-width: 780px;
}
#header_top {
	height: 120px;
	background-image: url('../images/bg_header_top.png');
}
#header_top #logo {
	margin-top: 19px;
	margin-left: 42px;
}
#header_bottom {
	height: 25px;
	background-image: url('../images/bg_header_bottom.png');
}
#header_boutons {
	position: absolute;
	margin-left: 42px;
	min-width: 738px;
	margin-top: -55px;
	font-size: 0px;
}
#pub {
	float: right;
	width: 120px;
	height: 600px;
	border-style: solid;
	border-width: 1px;
	border-color: #c8c8c8;
	margin-top: 5px;
	margin-bottom: 5px;
}
#central_container {
	min-height: 590px;
	height: auto !important;
	height: 590px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 125px;
}
#footer {
	clear: both;
	text-align: center;
}
#footer #top {
	height: 7px;
	font-size: 0px;
	background-image: url('../images/bg_footer_top.png');
}
#footer ul {
	background-image: url('../images/bg_footer_middle.png');
	margin: 0px;
	padding: 0px;
}
#footer li {
	display: inline;
}
#footer a {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
#footer #bottom {
	height: 7px;
	font-size: 0px;
	background-image: url('../images/bg_footer_bottom.png');
}
