@charset "utf-8";
body {
	background-color: #8d8d85;
	background-image: url(../images/bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	overflow: -moz-scrollbars-vertical;
}
img     {
	border-width: 0px;
	float: left;
}

#site {
	background-color: #bdf458;
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	border-style: none solid;
	border-width: 0px 1px;
}
#header {
	width: 800px;
	height: 120px;
	border-style: none none double none;
	border-bottom-width: 3px;
}
#menu {
	width: 800px;
	height: 110px;
	border-bottom-style: none;
}


#menu   ul  {
	list-style-type: none;
	float: left;
	margin: 0px;
	line-height: 0px;
	padding: 0px;
}
#menu li {
	line-height: 0px;
	float: left;
}
#contenu {
	width: 750px;
	margin-top: -15px;
	padding: 0px 25px;
}
#croquis {
	float: right;

}

#signature {
	border-style: solid none;
	width: 800px;
	border-width: 1px;
	height: 50px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 80px;
}
#signature  img {
	float: none;
}

