html {
	font: 10px Georgia, "Times New Roman", Times, serif;
	}
body {
	margin: 20px 0 20px;
	padding: 0;
	font-size: 100%;
	background: url(../images/bg-body.gif) repeat-x;
	
}
img {
	border: none;
}
#page{
position:relative;
	margin: 0 auto;
	width: 825px;
}
#header {
	position:relative;
	width: 825px;
	height: 185px;
	overflow: hidden;
	background: #898b8e url(../images/header2.gif) repeat-y;
	z-index:10;
}
#header ul {
	list-style: none;
	display: block;
	margin: 171px 0 0;
	padding: 0 0 0 80px;
	/*background: url(../images/bg2-menu2.gif) no-repeat;*/
	width: 825px;
	height: 24px;
}
* html #header ul li {
	padding: 0 18px 0 0;
}
* html #header ul li a {
	padding-left: 20px;
}
* + html #header ul li {
	padding: 0 15px 0 0;
}
* + html #header ul li a {
	padding-left: 20px;
}
#header ul li {
	margin: 0;
	padding: 0 22px 0 0;
	float: left;
}
#header ul li a {
	text-decoration: none;
	font-size: 12px;
	color: #1A0500;
	padding-left: 17px;
	background: url(../images/menu-i.gif) no-repeat;
}
#header ul li a:hover {
	color: #702F13;
	background: url(../images/menu-a.gif) no-repeat;
}
#main {
position:relative;
	overflow: hidden;
	width: 825px;
	min-height: 340px;
	background: #030000 url(../images/middle.gif) no-repeat;
}
#maincontact {
	position:relative;
	overflow: auto;
	width: 825px;
	height: 340px;
	background: #030000 url(../images/middlecontact2.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center;

	
}
#mainselle {
	overflow: hidden;
	width: 825px;
	min-height: 340px;
	background: #030000 url(../images/middleselle.gif) repeat-y;
	
}
#content{
	float: left;
	width: 462px;
}
#content h1 {
	display: block;
	height: 35px;
	width: 24px;
	margin: 10px 0 0 22px;
	padding: 0;
}
#content em {
	display: block;
	margin: 30px 0 0 25px;
	padding: 0;
	font-size: 14px;
	font-style: normal;
	color: #884F3B;
	text-transform:uppercase;
}
#content p {
	display: block;
	margin: 18px 20px 0 25px;
	padding: 0;
	font-size: 13px;
	line-height: 16px;
	color: #9D9FA1;
}
#links {
	width: 57px;
	float: left;
}
#links ul {
	display: block;
	margin: 21px 0 0;
	padding: 0;
	list-style: none;
}
#links ul li {
	margin: 3px 0 0;
	padding: 0;
}
#links ul li a {
	display: block;
	margin: 0;
	padding: 40px 0 0;
	width: 50px;
	height: 43px;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #717174;
	text-align: center;
	text-decoration: none;
}
#links ul li a:hover {
	text-decoration: underline;
}
#links ul li.caramel a {
	background: url(../images/caramel.gif) no-repeat 6px 0;
}
#links ul li.siege a {
	background: url(../images/siege.gif) no-repeat 6px 0;
}
#links ul li.quartier a  {
	background: url(../images/quartier.gif) no-repeat 6px 0;
}
#links ul li a span {
	display: block;
	margin: 0 0 0 0;
	padding: 0;
}
#img {
	width: 300px;
	float: right;
}
#image {
	margin: 50px 0 0 0;
	width: 825px;
	float: left;
}
#img img {
	margin: 24px 0 0 18px;
}
#footer {

	clear: both;
	margin: 0 0 0 0;
	padding: 0 0 0 125px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	line-height: 46px;
	color: #2D1F15;
	height: 77px;
	width: 825px;
	background: url(../images/bg-footer.gif) no-repeat;
	z-index:50;
}