#content {
	width: 700px;
	padding: 0px;
	position: absolute;
	top: 200px;
	left: 220px;
	height: 100%;
	visibility: visible;
}

#topic {
	width: 200px;
	padding: 0px;
	position: absolute;
	top: 202px;
	left: 10px;
	height: auto;
	cursor: default;
	z-index: 0;
	background-image: url(../images/bois_chauffage.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#news {
	width: 200px;
	padding: 0px;
	position: absolute;
	top: 323px;
	left: 10px;
	height: auto;
	cursor: default;
	z-index: 0;
	background-image: url(../images/bois_chauffage.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#logo {
	width: 100%;
	height: 140px;
	background-image: url(../images/title.jpg);
	background-repeat: no-repeat;
	background-position: LEFT;
	position: absolute;
	top: 1px;
}

#maintopic {
	width: 920px;
	margin: 0px;
	height: 31px;
	position: relative;
	top: 145px;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
	text-decoration: none;
	cursor: default;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
}

#maintopic ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}

#maintopic li {
	display: inline;
}

#maintopic a {
	display: block;
	float: left;
	margin: 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform : uppercase;
	height: 21px;
	text-align: center;
	vertical-align: middle;
	white-space: normal;
	background-position: center center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: groove;
	border-left-style: groove;
	border-right-color: #dedede;
	border-left-color: #fdfdfd;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 2px;
	padding-left: 16px;
	text-decoration: none;
}

#maintopic a:hover {
	background-color: #7BB000;
	font-size: 12px;
}

#maintopic a.sel {
	background-color: #DDFDAE;
	color: #128812;
	text-decoration: none;
	font-size: 12px;
}

#topic h3 {
	border-top: 1px solid #D2F9D2;
	border-bottom: 1px solid #D2F9D2;
	background-color: #A9D12E;
	color: #ffffff;
	padding: 4px 10px 4px 10px;
	font-size: 100%;
	font-weight: bold;
	text-transform : uppercase;
	margin: 20px 0px 0px 0px;
}

#topic p {
	padding: 4px 10px 4px 10px;
	border-bottom: 1px solid #D2F9D2;
	margin: 0px;	
}

#topic p a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

#topic p a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}

#ts {
	text-align: center;
}

#ts a {
	text-decoration: none;
	color: #444655;	
}
#news h3 {
	border-top: 1px solid #D2F9D2;
	border-bottom: 1px solid #D2F9D2;
	background-color: #A9D12E;
	color: #ffffff;
	padding: 4px 10px 4px 10px;
	font-size: 100%;
	font-weight: bold;
	text-transform : uppercase;
	margin: 20px 0px 0px 0px;
}
#news p {
	padding: 4px 10px 4px 10px;
	margin: 0px;
	color: #FFFFFF;
	font-weight: bold;
