* {padding: 0; margin: 0;}
html, body {
	height: 100%;
	background-color: #b7b7b7;
	background-image: url(/media/bg.png);
	background-repeat: repeat;
	font: 16px 'bitstream vera sans', sans-serif;
}
img {
	border: none;
}
div#corps {
	height: auto !important;
	background: #FFFFFF url(/media/leaf.png) no-repeat left top;
	height: 100%;
	min-height: 100%;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #8e7d6d;
	border-right-color: #8e7d6d;
	border-bottom-color: #8e7d6d;
	border-left-color: #8e7d6d;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
div#entete {
	height: 200px;
	background-image: url(/media/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
div#write {
	width: 880px;
	padding: 40px;
	margin-top: 10px;
}
div#droite {
	width: 460px;
	padding-left: 280px;
	margin-bottom: 10px;
}
div#milieu {
	padding-left: 68px;
	padding-right: 68px;
}
span#logo {
	position: relative;
	left: 33px;
	top: 28px;
	height: 158px;
	width: 180px;
}
span#accueil {
	position: relative;
	left: 96px;
	top: -50px;
	height: 85px;
	width: 114px;
}
span#bio {
	position: relative;
	left: 45px;
	top: 10px;
	height: 58px;
	width: 95px;
}
span#vente {
	position: relative;
	left: 44px;
	top: 38px;
	height: 96px;
	width: 132px;
}
span#boutique {
	position: relative;
	left: 44px;
	top: 15px;
	height: 75px;
	width: 129px;
}
span#contact {
	position: relative;
	left: 44px;
	top: 32px;
	height: 59px;
	width: 104px;
}
span#slide {
	position: relative;
	left: 770px;
	top: 30px;
	height: 113px;
	width: 151px;
}
span#slidepos {
	position: relative;
	left: 0px;
	top: 0px;
	height: 113px;
	width: 151px;
}
span#slideposstatic {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 113px;
	width: 151px;
}
span#language {
	position: relative;
	left: -76px;
	top: -74px;
	height: 40px;
	width: 23px;
	font-size: 11px;
	color: #FFFFFF;
}
span#language A:link {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
span#language A:hover {
	font-size: 11px;
	color: #F0F0F0;
	text-decoration: underline;
}
span#colleft {
	float: left;
	padding-right: 40px;
	width: 372px;
}
span#colright {
	float:left;
	width: 332px;
}
span#error {
	color: #ff0000;
	font-size: 12px;
	text-decoration: blink;
}

div#infolettre {
	position: relative;
	height: 90px;
	width: 250px;
	border: 1px dotted #8e7d6d;
	padding: 15px;
	
}
.inner{
	margin:0;
	padding:0;
}

strong {
	color: #932b30;
}
h1 {
	position: relative;
	color: #8e7d6d;
	margin-bottom: 10px;
}
h1 span {
  background: url(/media/gradient.png) repeat-x;
  position: absolute;
  display: block;
  width: 100%;
  height: 31px;
}
h2 {
	color: #932b30;
	font-size: 18px;
}
h3 {
	color: #932b30;
	font-size: 16px;
	margin-top: 2px;
	margin-right: 0px;
	margin-left: 0px;
}
hr {
	border: none 0;
	border-top: 1px dotted  #932b30;
	width: 100%;
	height: 1px;
	margin-bottom: 20px;
	margin-top: 20px;
} 

.textinput{
	border:1px solid #8e7d6d;
	background-color: #FFFFFF;
	color: #333333;
	font: 14px 'bitstream vera sans', sans-serif;
	height: 18px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.submit{
	border:1px solid #8e7d6d;
	background-color: #8e7d6d;
	color: #FFFFFF;
	font: 14px 'bitstream vera sans', sans-serif;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.payer {
	border:1px solid #932b30;
	background-color: #932b30;
	color: #FFFFFF;
	font: 14px 'bitstream vera sans', sans-serif;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
}



#JT_arrow_left{
	//background-image: url(/media/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	//background-image: url(/media/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;

	background-color: #fff;
	filter:alpha(opacity=95);
	opacity: 0.95;
	-moz-opacity:0.95;
	border:1px solid #ccc;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(/media/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #932b30;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
	color: #FFFFFF;
}

#JT_close_right{
	background-color: #932b30;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
	color: #FFFFFF;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}

div.scrollable { 
    position:relative; 
    overflow:hidden; 
    width: 660px; 
    height: 120px; 
} 
  
div.scrollable div.items { 
    width:20000em; 
    position:absolute; 
} 
 
div.scrollable div.items div { 
    float:left; 
} 
 
/* you may want to setup some decorations to active the item */ 
div.items div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}

.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 680px;
	height:120px;
	margin-left: 6px;

}

.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:20px 5px 20px 21px;
	background-color:#fff;
	padding:2px;
	cursor:pointer;
	width:100px;
	height:63px;
	border:1px solid #ccc;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(/media/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 

/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(/media/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	





div#category {
	width: 747px;
	margin-left: 68px;
}
div#category img {
	border:1px solid #ccc;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding: 3px;
}
div#category a {
	color: #932b30;
	text-decoration: none;
}

span#categorytitle {
	font: 32px 'bitstream vera sans', sans-serif;
	color: #932b30;
	letter-spacing: -2px;
}

span#category1 {
	float: left;
	width: 325px;
	height: 200px;
}
span#category2 {
	float: left;
	width: 325px;
	height: 200px;
	padding-left: 82px;
}
span#category3 {
	float: left;
	width: 325px;
	height: 200px;
	padding-top: 66px;
}
span#category4 {
	float: left;
	width: 325px;
	height: 200px;
	padding-left: 82px;
	padding-top: 66px;
}
span#information {
	float: left;
	width: 325px;
	height: 200px;
	border:1px solid #ccc;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding: 3px;
}

.overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#ffffff; 
     
    width:675px;     
    min-height:300px; 
    border:1px solid #666; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
}

.overlay .close { 
    background-image:url(/media/close.gif); 
    position:absolute; 
    right:0px; 
    top:-0px; 
    cursor:pointer; 
    height: 26px; 
    width: 26px; 
}

.productoverlay { 
  
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:100000; 
     
    /* styling */ 
    background-color:#000000; 
     
    width:919px;   
    height:689px; 
    border:1px solid #666; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
}

.productoverlay .close { 
    background-image:url(/media/close.gif); 
    position:absolute; 
    right:0px; 
    top:-0px; 
    cursor:pointer; 
    height: 26px; 
    width: 26px; 
}

.creationoverlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#ffffff; 
     
    width:675px;     
    min-height:300px; 
    border:1px solid #666; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
}

.creationoverlay .close { 
    background-image:url(/media/close.gif); 
    position:absolute; 
    right:0px; 
    top:-0px; 
    cursor:pointer; 
    height:26px; 
    width:26px; 
}
.creationoverlaytext {
	margin: 35px;
}


.autooverlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#ffffff; 
     
    width: auto;
    height: 600px;
    padding: 0px;
    margin: 0px;
    border:1px solid #666; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
}

.autooverlay .close { 
    background-image:url(/media/close.gif); 
    position:absolute; 
    right:0px; 
    top:-0px; 
    cursor:pointer; 
    height:26px; 
    width:26px; 
}

a {
	text-decoration: underline;
	color: #932b30;
}
div#choose {
	width: 812px;
	margin-left: 68px;
}
span#chooseitem {
	float: left;
	width: 319px;
	height: 239px;
	margin-right: 79px;
	margin-top: 30px;
	border: 1px solid #ccc;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}

#image_wrap {
	width:753px;
	margin-left: 68px;
	color: #443322;
	font-weight: lighter;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
	font: 14px 'bitstream vera sans', sans-serif;
}

#iw_photo {
	float: left;
	width: 475px;
	border: 1px solid #ccc;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
}

#iw_info {
	padding-left: 20px;
	float: left;
	width: 240px;
	font-size: 10px;
	font-weight: lighter;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
	font: 14px 'bitstream vera sans', sans-serif;
}


span#productphoto {
	float: left;
	width: 359px;
	margin-top: 30px;
}
span#productphoto img {
	border: 1px solid #ccc;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding: 3px;
}

span#biographie img {
	border: 1px solid #ccc;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding: 3px;
}

span#productinfo {
	float: left;
	width: 385px;
	margin-top: 30px;
}

span#acheterleft {
	float: left;
	width: 100px;
	padding-top: 4px;
}
span#acheterright {
	float: right;
	width: 285px;
}