body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
background: #e8d697 url(images-ensemble-rustique/decoupe.jpg) top left repeat-x;
}

#conteneur {
position:relative;
width: 800px;
height:650px;
margin: 0 auto; 
background: url(images-ensemble-rustique/background-index.jpg) top left no-repeat; 
}

#conteneur_meuble {
position:relative;
width: 800px;
height:650px;
margin: 0 auto; 
background: url(images-ensemble-rustique/background.jpg) top left no-repeat; 
}

#conteneur_contact {
position:relative;
width: 800px;
height:650px;
margin: 0 auto; 
background: url(images-ensemble-rustique/background-contact.jpg) top left no-repeat; 
}

#contact {
position:absolute;
top:230px;
left:90px;
width:280px;
padding:15px;
color:#6d071a;
text-align:center;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:1.5em;
border: #6d071a 1px solid;
}

#contact p {
margin-bottom:15px;
}

#contact a {
color:#6d071a;
text-decoration:none;
border-bottom:#6d071a 1px dashed;
}

#menu {
position:absolute;
top:130px;
left:110px;
z-index:4;
}

#header {
height: 100px;
}

#centre {
position:absolute;
z-index:3;
top:190px;
left:490px;
}

#centre2 {
position:absolute;
z-index:3;
top:190px;
left:490px;
padding:15px;
width:280px;
height:367px;
color:#6d071a;
z-index:2;
text-align:justify;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:1.5em;
}

#centre_meuble {
position:absolute;
z-index:3;
top:190px;
left:70px;
padding:15px;
width:630px;
height:330px;
color:#6d071a;
z-index:2;
text-align:justify;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:1.5em;
}

#centre2 p{
margin-bottom:5px;
}

#pied {
position:absolute;
top:620px;
left:0;
width:800px;
height: 30px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000C62;
text-align:center;
}

#pied a{
text-decoration:none;
color:#000C62;
}

#pied a:hover {
text-decoration:underline;
color:#000C62;
}

* {
margin: 0;
padding:0;
}

#dhtmlgoodies_scrolldiv{
		/* The total width of the scrolling div including scrollbar */
		position:absolute;

top:190px;
left:100px;
width:630px;
height:330px;
color:#6d071a;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
			/* The height of the scrolling div */
	}
	#scrolldiv_parentContainer{
		width:630px;	/* Width of the scrolling text */
		height:100%;
		overflow:hidden;
		float:left;
		position:relative;
	}
	
	/*
	CSS for the scrolling content 
	*/
	#scrolldiv_content{
		padding: 5px;
		position:relative;
		line-height:130%;
		color:#6d071a;
	}
	
	/*
	The scrollbar slider 
	*/
	#scrolldiv_slider{
		width:15px;
		margin-left:2px;
		height:330px;
		float:left;
	}
	
	/*
	The scrollbar (The bar between the up and down arrow )
	*/
	#scrolldiv_scrollbar{
		width:15px;
		height:330px;	/* Total height - 40 pixels */
		/* border:1px solid #010e5f; */
		position:relative;
		
	}
	/*
	The scrollbar handle
	*/
	#scrolldiv_theScroll{
		margin:1px;
		width:13px;
		height:13px;
		background-color:#6d071a;
		position:absolute;	
		top:0px;
		left:0px;
		cursor:pointer;
	}
	/*
	Scroll buttons(The up and down arrows)
	*/
	#scrolldiv_scrollUp,#scrolldiv_scrollDown{
		width:15px;
		height:16px;
		/*border:1px solid #010e5f;*/
		color: #BC8FBD;
		text-align:center;
		font-size:16px;
		line-height:16px;
		cursor:pointer;
	}
	#scrolldiv_scrollUp{
		margin-bottom:2px;
	}
	#scrolldiv_scrollDown{
		margin-top:2px;
	}
	#scrolldiv_scrollDown span,#scrolldiv_scrollUp span{
		font-family: Symbol;
	}

#cursor {
position:absolute;
visibility:hidden;
top:200px;
left:250px;
background-color: #FFFFCC;
border:#333333 1px solid;
padding:5px;
z-index:50;
}