@charset "utf-8";
body {
	background-color: #b6a299;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
h1, h2, h3, h4, h5, h6
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: inline;
	font-weight: normal;
}
a {
	color: #8b6050;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
* {
	margin: 0;
	padding: 0;
}
ul, li {
	list-style: none;
}
img {
	border: none;
}
.page {
	width: 800px;
	margin: 0 auto;
}
.header, .container, .footer {
	width: 100%;
	float: left;
}
.header {
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 221px;
}
.logo {
	float: left;
	height: 144px;
	width: 144px;
	display: block;
	padding-left: 26px;
	overflow: hidden;
}
.logo a {
	float: left;
	width: 144px;
	display: block;
	padding-top: 144px;
	height: 0px;
	overflow: hidden;
}
.nav {
	padding-left: 237px;
}
.nav li {
	float: left;
	height: 23px;
	width: 121px;
	display: inline;
	background-image: url(../images/nav_bg.gif);
	letter-spacing: 0.05em;
	text-align: center;
	line-height: 23px;
	margin-right: 9px;
	font-size: 12px;
	font-weight: bold;
}
.nav span {
	font-size: 15px;
}
.nav a {
	display: block;
	width: 100%;
	height: 23px;
	color: #FFF;
}
.nav #espace {
	margin-left: 12px;
	width: 151px;
	background-image: url(../images/nav_espace.gif);
}
.container {
	background-image: url(../images/left_sidebar.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFFFFF;
	position: relative;
}
.sidebar {
	float: left;
	width: 166px;
	padding: 5px 12px;
}
.sidebar div.titre {
	font-size: 13px;
	color: #736159;
	margin-bottom: 0px;
	margin-top: 7px;
}
.sidebar li {
	font-size: 11px;
	margin-left: 5px;
}
.sidebar a {
	color: #736159;
}
.sidebar ul {
	padding-bottom: 5px;
}
.content {
	padding-right: 13px;
	padding-top: 8px;
	width: 589px;
	float: right;
	padding-bottom: 20px;
}
.breadcrumbs {
	width: 100%;
	border-bottom: solid 2px #bfc0c0;
	padding: 4px 0 8px;
	line-height: 1em;
	color: #755946;
	font-size: 12px;
}
.breadcrumbs a {
	color: #a41538;
	font-size: 12px;
}
.tag, .collection_photo, .other_products {
	width: 100%;
	margin-top: 13px;
	float: left;
}
.collection_describe {
	background-image: url(../images/gradient_bg.gif);
	background-repeat: repeat-x;
	min-height: 100px;
	width: 100%;
	float: left;
}
.collection_describe p {
	padding: 4px 6px;
	line-height: 1.3em;
}
.other_products li {
	float: left;
	width: 155px;
	padding-bottom: 6px;
}
.img_frame {
	height: 100px;
	width: 145px;
	overflow: hidden;
	display: block;
}
.product-photo-border {
	padding: 4px;
	background-color: #FFF;
	border: solid 1px #CCC;
}
.product-photo {
	border: solid 1px #CCC;
}
.products-list-item
{
	cursor: pointer;
	border: solid 1px transparent;
	height: 100%;
	padding: 1px;
}
.products-list-item:hover
{
	border-color: #B6A299;
	background-color: #EAE2DE !important;
	/*border-color: #888;
	background-color: #ddd !important;*/
}
.product_texts {
	clear: both;
	text-align: center;
	padding: 6px 0;
	line-height: 1.3em;
	font-weight: bold;
}
.product_texts a {
	font-size: 11px;
}
li.margin {
	margin-right: 62px;
	display: inline;
}
.graphic {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.footer {
	font-size: 11px;
	text-align: center;
	color: #FFF;
	padding: 10px 0 15px;
}
.footer a
{
	color: White;
}

/*New added on 20th AUG*/
.product_title {
	height: 30px;
	line-height: 30px;
	color: #d1c27d;
	margin-top: 13px;
}
.bg01 {
	background-image: url(../images/title_bg.gif);
	background-repeat: repeat-x;
	float:left;
	padding-left: 7px;
}
.bg02 {
	background-image: url(../images/title_arrow.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	padding-right: 20px;
	font-weight: normal;
	font-size: 19px;
}
.thumbs 
{
	margin-right: 4px;
	float: left;
	/*width: 222px;
	height: 200px;
	overflow: hidden;*/
}
.bigPicture {
	float: right;
	width: 442px;
	margin-right: 2px;
	z-index:99;
	/*height: 204px;*/
}
.thumbs img {
	margin-bottom: 4px;
}
.collection_photo img {
	border: solid 1px #ccc;
}
.box, .twoColumns, .more, .picto {
	width: 100%;
	margin-top: 13px;
	float: left;
}
.left50 {
	float: left;
	width: 49.5%;
}
.right50 {
	float: right;
	width: 49.5%;
}
div.title {
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	background-position: center;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	margin-bottom: 5px;
}
.twoColumns div.title a {
	background-color: #FFFFFF;
	padding: 0 2px;
	color: #736159;
}
.twoColumns p {
	line-height: 1.4em;
	text-align: justify;
	padding: 0 5px;
}
.more {
	text-align: right;
	padding: 10px 0;
}
.loading
{
	min-height: 350px;
}
.table-options-title
{
	width: 100%;
	font-size: 16px;
	border-collapse: collapse;
}
.div-options
{
	float: none; 
	min-height: 500px;
}
.div-options ul
{
	margin-left: 50px;	
}
.div-options li
{
	list-style-type: square;
}
.div-options a
{
	color: #008;
	font-size: 12px;
}
.points-de-vente-libelle
{
	background-color: #e0e0e0;
	text-align: right;
	vertical-align: top;
	width: 150px;
}
.table-points-de-vente TD
{
	padding: 5px;
}
.contactDiv TD
{
	vertical-align: top;
}
.contactDiv .input {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666;
	padding: 3px;
	border: solid 1px gray;
	background-color: #fafafa;
	height: auto;
	width: 170px;
	margin-bottom: 15px;
}
.default-page img
{
	margin-bottom: -3px;
}
.default-page
{
	margin: 20px auto;
}
.actualites
{
	height: 203px;
	*height: 169px;
	border: solid 1px gray;
	padding: 2px;
}
.actualites marquee
{
	height: 100%;
	background-color: #eee;
}
.news-title
{
	font-size: 12px;
	font-weight: bold;
}
.news-body
{
	text-align: justify;
	font-size: 11px;
	margin-bottom: 20px;
	color: #444;
}
.table-points-de-vente-cadre
{
	height: auto;
	padding: 12px;
}
.galerie a 
{
	float: left;
	padding: 1px;
}
#recherche input[type=text]
{
	width: 124px;
}
#recherche input[type=button]
{
	font-size: 8pt;
}
.watermark
{
	color: #aaa;
}
#actus 
{
    margin-left:30px;
    font-size:12px;
    width:430px;
}
#actus li
{
    list-style-type:disc;
    padding-bottom: 10px;
}
.button-big
{
    display: block;
    background: url(/images/button-big.gif) no-repeat 0 0; 
    width: 121px; 
    height: 30px;
    color: White;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    padding-top: 15px;
    margin-bottom: 5px;
}