/* CSS Document */
body {
	background-image: url(../images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-color: #e9d8be;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#header {
	background-image: url(../images/foyer.jpg);
	background-repeat: no-repeat;
	height: 382px;
}
.nav {
	position:absolute;
	left:484px;
	padding: 0;
}
#content {
	width: 709px;
	background-color:#FFFFFF;
	color: #333333;
	font-size: .8em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding: 20px;
}
#content a:link, #content a:visited{
	color: #e19540;
	text-decoration: none;
}
#content a:hover{
	color: #7da7d9;
	text-decoration: none;
}
.sectionName {
	font-size: 2em;
	font-weight: bold;
	color: #999999;
}
.col1 {
	background-color: #cccccc;
}
.colTitle {
	font-size: 1em;
	font-weight: bold;
	color: #7da7d9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;

}
#footer {
	padding-bottom: 10px;
	width: 739px;
	background-color:#7da7d9;
	color: #888888;
	font-size: .7em;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#footer a:link, #footer a:visited{
	color: #888888;
	text-decoration: none;
}
#footer a:hover{
	color: #ffffff;
	text-decoration: none;
}.logo-biz {
	vertical-align: top;
	border: 1px solid #666666;
	text-align: right;
	margin-left: 20px;
}
