@charset "UTF-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: url(../images/template/background.jpg);
}
#container {
	width: 930px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#header {
	height: 165px;
	color: #A9845B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: lighter;
	text-align: center;
}
#header img {
	border: none;
	margin-left: 200px;
	margin-right: 200px;
	margin-bottom: 5px;
}
#navigation {
	height: 30px;
	text-align: center;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	padding-top: 10px;
}
#navigation li {
	list-style-type: none;
	display: inline;
}
#navigation a {
	color: #999999;
	text-decoration: none;
	margin-left: 40px;
	margin-right: 40px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: lighter;
}
#navigation a:hover {
	color: #FFFFFF;
}
#navigation .on {
	color: #FFFFFF;
}
#wrap {
	color: 000116;
}
#wrap .title {
	float: left;
}
#menu {
	width: 100px;
	float: left;
	padding-left: 10px;
	padding-top: 25px;
	padding-right: 10px;
}
#menu li {
	list-style-type: none;
	padding-left: 5px;
	line-height: 20px;
	margin-bottom: 5px;
}
#menu .on {
	background-color: #CCCCCC;
}
#menu a {
	color: #000116;
	text-decoration: none;
	font-size: 16px;
	display: block;
	padding-left: 5px;
	margin-left: -3px;
}
#menu a:hover {
	background-color: #CCCCCC;
}
#content {
	width: 520px;
	font-size: 14px;
	float: left;
	padding-top: 25px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
}
#content h2 {
	font-size: 14px;
	font-weight: bold;
}
#content a {
	color: #990000;
}
#content .diaporama {
	border: 1px solid #000116;
}
#content object {
	border: 1px solid #000116;
	width: 518px;
	height: 300px;
}
#content li {
	margin-left: 10px;
	line-height: 18px;
	list-style-type: square;
}
#content  #listing td {
	vertical-align: top;
	padding-bottom: 10px;
	line-height: 18px;
}
#content  #listing  .left {
	width: 150px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000016;
}
#content  #listing  .right {
	padding-left: 10px;
}
#Contact_form {
	padding-left: 60px;
}
#Contact_form td {
	padding-bottom: 10px;
	padding-right: 10px;
}
#twitter_div {
	width: 175px !important;
	-width:170px;
	/width:170px;
	float: left;
	padding-top: 25px;
	font-size: 12px;
	color: #4D4D4D;
	padding-left: 10px;
}
#twitter_div h2 {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 14px;
	margin-bottom: 20px;
	color: #333333;
}
#twitter_div ul {
	list-style-type: none;
}
#twitter_div li {
	margin-bottom: 20px;
}
#twitter_div a {
	color: #990000;
	text-decoration: none;
}
#twitter_div a:hover {
	color: #CC0000;
	text-decoration: underline;
}
#twitter_update_list {
}
#wrap .break {
	width: 930px;
	clear: left;
	height: 20px;
}
#footer {
	text-align: center;
	color: 000116;
	font-size: 12px;
}
#footer img {
	border: none;
	margin-bottom: 10px;
	margin-top: 10px;
}
