
/* Les Éléments Généraux
--------------------------------------------------------------------------------------- */

*{margin:0; padding:0;}

body {
	background: #4f3b25 url(/images/bg.gif);
	color: #fff;
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 30px 0;
}

img {border: 0;}

a, a:active, a:focus {outline:none;}
a:active {color: #ff0000;}

h1 {
	color: #a2b252;
	font: 35px/35px Georgia, "Times New Roman", Times, serif;
	padding: 265px 0 4px 172px;
}

h2 {
	color: #a2b252;
	font: 18px/18px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 5px 0;
}

h3 {
	font: bold 13px/13px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 3px 0;
}

h4 {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 3px 0;
}

.clear {clear: both;}

.fright {float: right;}

.fleft {float: left;}

.bordure {border: 2px solid #656f33;}

.img-left {
	float: left; 
	margin: 0 10px 10px 0; 
}

.img-right {
	float: right; 
	margin: 0 0 4px 10px;
}



/* Le Container
--------------------------------------------------------------------------------------- */

#page {
	width: 776px;
	background: #656f33 url(/images/bg-page.gif) repeat-y;
	margin: 0 auto 15px;
}

#main {
	width: 752px;
	background: #323719 url(/images/bg-main.gif) no-repeat bottom;
	margin: 0 0 60px 12px; 
	position: relative;
}



/* Le Header
--------------------------------------------------------------------------------------- */

#header {
	height: 307px;
	background: transparent url(/images/bg-header.jpg) no-repeat;
	position: relative;
}

#header a {}
#header a:hover {}



/* Le Contenu
--------------------------------------------------------------------------------------- */

#content {
	width: 388px;
	margin: 10px 0 0 0;
	float: right;
}

#content p {margin: 0 0 12px 0;}

#content a {color: #a2b252;}
#content a:hover {text-decoration: none;}

#content ul {margin: 0 0 12px 16px;}

#content ol {margin: 0 0 12px 22px;}

table {
	background: #656f33;
	margin: 0 0 12px 0;
}
#content th, #content td {padding: 3px 2px;}
#content th {
	color: #fff;
	text-align: left;
}
#content td {background: #323719;}

table ul {margin: 0;}



/* Les Teasers
--------------------------------------------------------------------------------------- */

#teaser {
	width: 180px;
	padding: 10px 10px 0 16px;
	float: right;
}

#teaser a {
	width: 180px;
	height: 121px;
	text-decoration: none;
	margin: 0 0 10px 0;
	display: block;
}

#teaser a.produits {background: url(/images/teaser-produits.jpg) 0 0 no-repeat;}
#teaser a.meubles {background: url(/images/teaser-meubles.jpg) 0 0 no-repeat;}
#teaser a:hover.produits, #teaser a:hover.meubles {background-position: -180px 0;}
	


/* La Sidebar
--------------------------------------------------------------------------------------- */

#sidebar {
	width: 132px; 
	z-index: 1;
	position: absolute;
	top: -61px;
	left: 10px;
}

#sidebar p {
	font: bold 15px Georgia, "Times New Roman", Times, serif;
	padding: 0 0 5px 20px;
}

#sidebar a {
	color: #fff;
	text-decoration: none;
}

#sidebar a:hover {color: #a6b654;}

#sidebar div {
	width: 132px;
	background: #fff url(/images/bg-menu.gif) no-repeat bottom;
	padding: 10px 0;
}

#sidebar ul {
	width: 112px;
	font: 12px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 0 10px;
	list-style: none;
}

#sidebar li {display: inline;}

#sidebar li#last a {background: #d8dbcc url(/images/bg-menu-last.gif) no-repeat bottom;}

#sidebar li#last a:hover {
	background: #a6b654 url(/images/bg-menu-last-o.gif) no-repeat bottom;
	color: #fff;
}

#sidebar li a {
	background: #d8dbcc;
	border-bottom: 2px solid #fff;
	color: #364013;
	padding: 6px 0 6px 10px;
	display: block;
}

#sidebar li a:hover {
	background: #a6b654;
	color: #fff;
}



/* Le Footer
--------------------------------------------------------------------------------------- */

#footer {
	height: 135px;
	background: transparent url(/images/bg-footer.gif) no-repeat bottom;
	clear: both;
}

#footer p.top {
	color: #9fa57f;
	font: 12px Georgia, "Times New Roman", Times, serif;
	padding: 83px 0 0 22px;
}

#footer p.top a {
	width: 132px;
	color: #fff;
	padding: 7px 0 8px 12px;
	display: block;
}

#footer p.top a:hover {
	background: url(/images/bg-top-o.gif) no-repeat;
	color: #323719;
	text-decoration: none;
}

#footer p.copyright {
	color: #9fa57f;
	font-size: 11px;
	padding: 91px 30px 0 0;
}

#footer a {
	color: #9fa57f;
	text-decoration: none;
}
#footer a:hover {text-decoration: underline;}



/* Le menu du bas
--------------------------------------------------------------------------------------- */

#menu {
	width: 520px;
	color: #a6b654;
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin: 0 auto;
}

#menu a {
	color: #fff;
	text-decoration: none;
}
#menu a:hover {text-decoration: underline;}

#menu ul {list-style: none;}
#menu li {display: inline;}
