/* CSS Document */
/* RESET CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th{
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* EOF RESET CSS */

html, body {
	width:100%;
	height:100%;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#global {
	position:relative;
	width:799px;
	height:600px;
	background-color:#000000;
	text-align:left;
	scrollbar-face-color: #666666;
    scrollbar-shadow-color: #666666;
    scrollbar-highlight-color: #666666;
    scrollbar-3dlight-color: #666666;
    scrollbar-darkshadow-color: #666666;
    scrollbar-track-color: #B8B3AD;
    scrollbar-arrow-color: #FFFFFF;
	z-index:1;
}

#colonneGauche {
	position:relative;
	width:508px;
	height:600px;
	float:left;
	background-image:url('images/site/gauche_meublevert.jpg');
	z-index:11;
}


#colonneDroite {
	position:relative;
	float:left;
	width:291px;
	height:600px;
	
	background-image:url('images/site/droite_trans.png');
	_background: none; 
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/site/droite_trans.png',sizingMethod='scale');
	background-color:#C0C0C0;
}

#couleurs{
	position:relative;
	z-index:0;
	width:843px;
	text-align:right;
	margin-top:-580px
}

#couleurs div {
	margin-left:821px;
}

#logo {
	width:208px;
	height:64px;
	position:absolute;
	top:50px;
	left:18px;
}

#menu {
	position:absolute;
	left:0px;
	top:150px;
}

#menu a {
	color:#000000;
	font-weight:bold;
	font-size:14px;
	padding-left:18px;
	text-decoration:none;
}

#menu a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-image:url('images/site/petite_fleche_trans.png');

	_background: none; 
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/site/petite_fleche_trans.png',sizingMethod='scale');

	background-repeat:no-repeat;
	background-position:left;
}

.menuHover {
	color:#FFFFFF;
	text-decoration:none;
	background-image:url('images/site/petite_fleche_trans.png');
	background-repeat:no-repeat;
	background-position:left;
	_background: none; 
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/site/petite_fleche_trans.png',sizingMethod='scale');
}

#ssMenuCollections {
	display:block;
	margin-left:18px;
	margin-top:10px;
	margin-bottom:10px;
}

#ssMenuCouleurs {
	display:none;
	margin-left:18px;
	margin-top:10px;
	margin-bottom:10px;
}

#ssMenuCollections a {
	color:#626262;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	padding-left:0px;
}

#ssMenuCouleurs a {
	color:#626262;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	padding-left:0px;
}

#ssMenuCollections a:hover{
	color:#FFFFFF;
	background:none;
}

#ssMenuCouleurs a:hover{
	color:#FFFFFF;
	background:none;
}

.ligneMenuCollections {
	height:15px;
}

.ligneMenuCollections:hover {
	background:none;
}

#actualites {
	width:443px;
	height:426px;
	position:absolute;
	top:155px;
	left:34px;
}

#actualites h1 {
	color:#FFFFFF;
	font-size:16px;
	margin-left:10px;
	font-weight:bold;
	margin-bottom:5px;
}

#contenuActualites {
	width:400px;
	position:relative;
	margin-left:15px;
	top:30px;
	height:345px;
	overflow:auto;
}

#contenuContact {
	width:420px;
	position:relative;
	margin-left:15px;
	top:30px;
	height:360px;
	overflow:auto;
}

#cadreActualites {
	width:443px;
	height:400px;
	background-image:url('images/site/fond_actu.png');
	_background: none; 
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/site/fond_actu.png',sizingMethod='scale')
}

.ligneActualites {
	margin-bottom:15px;
}

.ligneActualites h2 {
	font-size:13px;
	font-weight:bold;
}

#collections {
	width:443px;
	height:480px;
	position:relative;
	top:96px;
	left:34px;
	z-index:0;
	background-image:url('images/site/fond_col.png');
	_background: none; 
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/site/fond_col.png',sizingMethod='scale');
}

.fondGaucheTitre {
	background-image:url('images/site/titre_col_gauche.png');
	_background: none; 
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/site/titre_col_gauche.png',sizingMethod='scale')
}

.fondDroiteTitre {
	background-image:url('images/site/titre_col_droite.png');
	_background: none; 
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/site/titre_col_droite.png',sizingMethod='scale')
}

.fondCentreTitre {
	background-image:url('images/site/titre_col_fond.png');
	_background: none; 
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/site/titre_col_fond.png',sizingMethod='scale')
}



#contenuCollections {
	width:420px;
	position:relative;
	margin-left:15px;
	top:10px;
	height:460px;
	overflow:auto;
	z-index:0;
}

#titreCollections {
	position:absolute;
	height:50px;
	top:0px;
	left:34px;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
}

#infosMeubles {
	position:relative;
	float:left;
	width:295px;
}

#infosMeubles h3 {
	font-size:15px;
	font-weight:bold;
	height:20px;
}

#listingMeubles{
	position:relative;
	float:right;
	width:105px;
	margin-top:20px;
	margin-right:5px;
	padding-left:5px;
	height:435px;
	overflow:auto;
	border-left:#000000 1px solid;
}

.thumbMeuble {
	width:75px;
	height:75px;
	overflow:hidden;
	margin-bottom:5px;
	cursor:pointer;
	border:#FFFFFF 1px solid;
}

.thumbMeuble:hover{
	border:#000000 1px solid;
}

.thumbMeubleO {
	width:75px;
	height:75px;
	overflow:hidden;
	margin-bottom:5px;
	cursor:pointer;
	border:#000000 1px solid;
}

#petitsMeubles {
	height:35px;
	width:100%;
	overflow:hidden;
	text-align:right;
	margin-top:-35px;
	position:relative;
	z-index:50;
}

.miniMiniMeuble {
	width:35px;
	height:35px;
	float:right;
	overflow:hidden;
	margin-left:3px;	
}

#text_meuble {
	margin-top:10px;
	width:300px;
	height:120px;
	overflow:auto;
}

#cadreNavi{
	text-align:center;
	padding:5px;
	color:#FFFFFF;
	border:1px solid #FFFFFF;
	width:410px;
	background-color:#000000;
}

.divChiffonnier {
	position:absolute;
	bottom:0px;
	right:4px;
	width:200px;
}
