body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(images/layout/maing_bg.jpg);
	background-repeat: repeat-x;
	margin-top:-80px;
}
a:link {
	color:#666666;
	text-decoration:none;
	}
a:visited {
	color:#666666;
	text-decoration:none;
	}
a:hover{
	color:#666666;
	text-decoration:underline;
	}
#page {
	width:800px;
	margin:auto;
	display:table;
	}
#logo {
	height:114px;
	width:359px;
	position:relative;
	top:90px;
	left:434px;
	}
#container {
	width:800px;
	margin:auto;
	background-image: url(images/layout/bg_main.jpg);
	background-repeat: repeat-y;
	background-color: #999999;
	display:table;
	}

#top {
	background-image: url(images/layout/haut.jpg);
	background-repeat: repeat-x;
	height:17px;
	width:800px;
	display:table;
	z-index:0;
	}
#body {
	background-image:url(images/layout/body_bg.jpg);
	background-repeat:no-repeat;
	display:table;
	width:800px;
	}
#footer {
	margin:auto;
	width:800px;
	background-image: url(images/layout/bg_main.jpg);
	background-repeat: repeat-y;
	background-color:#999999;
	color:#FFFFFF;
	margin-top:3px;
	font-size:10px;
	text-align:center;
	display:table;
	}
#menu_bar {
	margin:auto;
	margin-top:10px;
	width:786px;
	background-color:#666666;
	color:#FF0000;
	z-index:1;
	font-size:12px;
	}
#menu_bar p {
	margin-left:10px;
	margin-top:0px;
	margin-bottom:0px;
	}
#menu_bar a:link {
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
	}
#menu_bar a:visited {
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
	}
#menu_bar a:hover {
	color:#ffffff;
	font-size:12px;
	text-decoration:underline;
	}
#head .img {
	margin:auto;
	margin-top:12px;
	width:786px;
	z-index:0;
	}
#content {
	width:774px;
	margin:auto;
	margin-top:6px;
	display:table;
	background-image:url(images/layout/content_bg.jpg);
	background-repeat:repeat-y;
	}
#content_top {
	background-image:url(images/layout/content_top_bg.jpg);
	width:774px;
	height:10px;
	display:table;
	}
#content_bot {
	background-image:url(images/layout/content_bot_bg.jpg);
	width:774px;
	height:10px;
	display:table;
	background-color:#999999;
	margin-bottom:-1px;
	}
#text {
	margin-top:0px;
	margin-left:10px;
	margin-right:10px;
	display:table;
	}
#bottom {
	background-image:url(images/layout/bottom.jpg);
	height:17px;
	width:800px;
	display:table;
	}
.sub-menu {
	margin-top:0px;
	text-align:right;
	color:#999999;
	}
h1 {
	font-size:22px;
	margin-top:5px;
	}
h2{
	font-size:18px;
	color:#666666;
	}
#footer a:link {
	color:#eeeeee;
	text-decoration:none
	}
#footer a:visited {
	color:#eeeeee;
	text-decoration:none;
	}
#footer a:hover {
	color:#eeeeee;
	text-decoration:underline;
	}