@charset "utf-8";
/* CSS Document */
html, body{
	background-color:#684a12;
	background-image:url(../images/main-bg.jpg);
	background-repeat:repeat-x;
}
body, td, th, form, a {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
}
body{
	padding:0px;
}
p{
	margin:0px;
	margin-bottom:8px;
	font-size:16px;
}
a{
	color:#000000;
}

/****************************************************************************************/
.template{
	width:1000px;
}
.template td.header-holder{
	height:152px;
	background-image:url(../images/header-bg.jpg);
	background-repeat:no-repeat;
}
.template td.content-holder{
	background-color:#090703;
	height:400px;
	background-image:url(../images/content-bg.jpg);
	background-repeat:no-repeat;
}
.content{
	margin:12px;
}

.content .corner-top,.content .corner-bottom{
	font-size:3px;
	height:12px;
	background-image:url(../images/corner-top.gif);
	background-repeat:no-repeat;
}
.content .corner-bottom{
	background-image:url(../images/corner-bottom.gif);
}
.main-content-holder{
	background-color:#ab8c52;
}
.main-content{
	margin:0px 12px;
}
.texte{
	color:#0e0a05;
	font-size:16px;
}

.menu a{
	position:relative;
	float:left;
	padding:3px;
	font-size:16px;
	color:#f5f0e9;
	text-decoration:none;
	width:194px;
	font-weight:normal;
	cursor:pointer;
	display:block;
}
.menu a.sub{
	position:relative;
	float:left;
	padding:3px;
	padding-left:20px;
	font-size:14px;
	color:#f5f0e9;
	text-decoration:none;
	width:177px;
}
.menu a:hover{
	color:#FFF;
	text-decoration:none;
}

.logo{
	width:177px;
	height:152px;
}
.logo a{
	position:relative;
	float:left;
	display:block;
}
.logo a img, .menu-top1 a img, .menu-top2 a img{
	border:none;
	cursor:pointer;
}
.menu-top1 a, .menu-top2 a{
	position:relative;
	float:left;
	display:block;
	width:181px;
	height:92px;
}
.element1{
	position:absolute;
	float:left;
	display:inline-block;
	z-index:1000;
	width:241px;
	height:199px;
	margin-left:-70px;
	margin-top:-150px;
}
.element2{
	position:absolute;
	float:left;
	display:inline-block;
	z-index:1000;
	width:241px;
	height:319px;
	margin-left:-70px;
	margin-top:-270px;
}

h1.titre-page{
	margin:0px;
	padding-bottom:4px;
	margin-bottom:8px;
	color:#FFF;
	font-size:20px;
	border-bottom:#836435 1px solid;
}
.texte-white{
	color:#ffffff;
}
.border-B-beige977843{
	border-bottom:#977843 1px solid;
}
img.separatorH{
	border-bottom:#977843 1px solid;
	margin-bottom:6px;
}
table td.hd{
	font-size:12px;
	background-color:#9a7e4a;
}
table td{
	font-size:12px;
}
table.product-table{
	border:#836435 1px solid;
}
table.product-table td.odd{
	background-color:#b0935c;
}
table.product-table td.sep{
	border-right:#9a7e4a 1px solid;
}
