/* @override 
	http://dev.forestier-delchet.fr/default.css
	http://dev.forestier-delchet.fr/full.css
*/

body {
	margin: 0;
	padding: 0;
	background: #FEEDB9 url(images/img01.jpg) repeat-x left top;
	font-family: "Trebuchet MS", Trebuchet, Tahoma, Arial;;
	font-size: 13px;
	color: #2F4600;
}

#wrapper {
	width: 100%;
	background: #5C8400;
}

h1, h2 {
	font-weight: normal;
	color: #5F8700;
}

h1 a, h2 a, h3 a{
	text-decoration: none;
}

.blockbg {
	background: #D9D785;
}

blockquote {
	font-style: italic;
	border: #D9D785 1px dashed;
	margin: 0;
	padding: 0px 20px;
	font-size: 16px;
	color: #A1B635;
	background-color: #ECE29F;
}

a {
	color: #4E7301;
}

a:hover {
	text-decoration: none;
}

#content .doc img {
	border: 1px dashed silver;
	margin: 0 15px 0 0;
	padding: 7px;
}

.rhm1 {
	margin: 0 auto;
	position: absolute;
	top: 30px;
	right: 1px;
	z-index: 2000;
}

/* @group adxmenu */
/* remove all list stylings */
.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	border: 0;
	display: block;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;
	padding: 0;
	float: left;
}

.menu li img.plus{
	position: absolute;
	top: 9px;
	float: left;
	right: .6em;
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu li li {
	float: none;/* items of the nested menus are kept on separate lines */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 100;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
}

.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(/images/empty.gif);
	margin: -10px 0 0 -30px;
	padding: 10px 30px 30px;
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* -- sticky.submenu.END -- */


/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */

.menu, .menu ul li {
	color: #eee;
	background: #4a6e00;
}

.menu ul {
	width: 18em;
}

.menu a {
	text-decoration: none;
	color: #eee;
	display: block;
	position: relative;
	font-size: 14px;
	letter-spacing: 0;
	text-align: left;
	padding: .4em 1.3em .4em 1em;
}

.menu a:hover, .menu li:hover>a {
	color: #fc3;
}

.menu li li {	/* create borders around each item */
	border: 1px solid #ccc;
}
.menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts */
.menu>li:first-child>a, .menu li + li + li li:first-child>a {
	color: #ffcc36;
}


/* @end */

/* @group header */

#header {
	width: 920px;
	height: 155px;
	margin: 0 auto;
	letter-spacing: -1px;
	position: relative;
	z-index: 3000;
}

#header img#logo{
	display: inline;
	position: absolute;
	top: 0;
	left: 0;
}

#header h1 {

	font-size: 36px;
	display: inline;
	position: absolute;
	font-style: italic;
	font-weight: bold;
	margin: 0;
	padding: 0;
	left: 10px;
	top: 94px;
}

#header h2{
	position: absolute;
	color: #FEEDB9;
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
	text-align: right;
	padding: 0;
	margin: 0;
	display: inline;
	left: 0;
	right: 5px;
	top: 102px;
}

#header h1 a {
	color: #FEEDB9;
}



/* @end */

#page {
	width: 920px;
	margin: 0 auto;
	padding-top: 20px;
	min-height: 410px;
	z-index: 10;
	position: relative;
}

#content_wrapper{
	position: relative;
}

#content h2{
	margin-top: 10px;
	margin-bottom: 10px;
}

h3.title{
	margin-top: 20px;
	margin-bottom: 20px;
}

#content {
	float: left;
	width: 590px;
	padding: 0px 20px 0px 20px;
	line-height: 25px;
	font-size: 16px;
}

#promo_div {
	width: 250px;
	padding: 0px 20px 20px 20px;
	line-height: 25px;
	font-size: 16px;
	background: url(/images/promofond.png) no-repeat;
	min-height: 410px;
	position: absolute;
	display: block;
	right: 0;
	top: 0;
}


#promo_div .more {
	background: url(images/img04.gif) no-repeat left 50%;
	padding-left: 20px;
	float: right;
	font-size: 14px;
	margin-top: 5px;
}

.promo_img{
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-right: 10px;
	border: 4px solid #c58b21;
}

.promo{
	font-size: 13px;
	line-height: 15px;
}

.promo b{
	font-size: 18px;
	line-height: 27px;
	color: #99180f;
}

.product{
	width: 140px;
}

.product_image img{
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 4px solid #c58b21;
}

.product_name a{
	font-weight: bold;
	text-decoration: none;
}

.product_price{
	font-style: italic;
	font-size: 14px;
}

/* Footer */

#footer {
	width: 920px;
	height: 100px;
	margin: 0 auto;
	padding-top: 20px;
	background: #f4e29e;
	text-align: center;
}

#footer p {
	margin: 0;
	padding: 15px;
}

#infowin{
	line-height: 18px;
	font-size: 14px;
}

