﻿/* disposition CSS */
#masthead {
	background-image: url('top_logo.jpg');
	background-repeat: no-repeat;
	width: 960px;
	height: 123px;
}
#top_nav {
	background-image: url('bg_top_nav2.jpg');
	background-repeat: no-repeat;
	width: 960px;
	height: 27px;
}
#container {
	position: relative;
	width: 960px;
	background-image: url('fond-gen.jpg');
}
#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url('left_nav_3.jpg');
	background-repeat: no-repeat;
}

#page_content {
	margin-right: 200px;
	margin-left: 200px;
}

#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#footer {
	background-image: url('fond-gen.jpg');
	width: 960px;
	height: 100px;
}
