@import url("ie.css");


body {
	margin: 0;
	padding: 0;
	background: url(../images/body_bg.jpg) left top repeat-x #fdebec;
}

p, td {
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #000;
}

h2 {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #000;
	border-bottom: 1px solid #000;
}

a {
	color: #ff0066;
}
a:hover {
	text-decoration: none;
}

#container {
	margin: 5px auto 0 auto;
	padding: 0;
	width: 850px;
	height: 526px;
	background: url(../images/content_bg.gif) top left repeat-y #fff;
}

#header {
	margin: 0;
	padding: 0;
	width: 850px;
	height: 156px;
	background: url(../images/header_bg.jpg) 0 0 no-repeat #fff;
}

#header h1 {
	margin: 34px 0 0 20px;
	font-size: 1px;
	color: #000;
	float: left;
}

#header h1 a {
	width: 200px;
	height: 0;
	padding: 86px 0 0 0;
	margin: 0 0;
	color: #000;
	display: block;
	background: url(../images/idylle_logo.jpg) 0 0 no-repeat;
	overflow: hidden;
	cursor: pointer;
}

#lang {
	margin: 10px 10px;
	padding: 0;
	width: 88px;
	height: 31px;
	background: url(../images/lang_bg.jpg) 0 0 no-repeat;
	float: right;
}

#lang img {
	margin-top: 10px;
	margin-left: 10px;
}

#nav {
	margin: 0 1px 0 1px;
	padding: 0;
	width: 173px;
	float: left;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav ul li {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fdeff0;
	width: 173px;
	border-bottom: 1px solid #fff;
}

#nav ul li a {
	display: block;
	width: 142px;
	height: 16px;
	margin: 0;
	padding: 3px 0 2px 31px;
	font: bold 13px Arial, Helvetica, sans-serif;
	background: url(../images/li_bg.gif) 9px 60% no-repeat;
	text-decoration: none;
	color: #000;
	cursor: pointer;
}

#nav ul li a:hover {
	background: url(../images/li_bg.gif) 9px 60% no-repeat #fcd4c9;
	color: #000;
}

#dropmenudiv {
	position:absolute;
	margin-left: 174px;
	margin-top: -22px;
	width: 196px;
	text-decoration: none;
	z-index:100;
	border-top: 1px solid #cec8b2;
	border-right: 1px solid #cec8b2;
	border-bottom: 1px solid #cec8b2;
}

#dropmenudiv a {
	display: block;
	width: 165px;
	padding: 3px 0 2px 31px;
	text-decoration: none;
	background: url(../images/li_bg.gif) 9px 60% no-repeat #fdeff0;
	text-align: left;
	border-bottom: 1px solid #fff;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #000;
}

#dropmenudiv a:hover {
	background: url(../images/li_bg.gif) 9px 60% no-repeat #fcd4c9;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #000;
}

#content {
	margin: 0;
	padding: 0;
	width: 673px;
	height: 360px;
	float: left;
}

#bottom {
	margin: 0;
	padding: 0;
	width: 850px;
	height: 10px;
	background: url(../images/bottom_bg.gif) 0 0 no-repeat;
	clear: both;
}

#footer {
	margin: 4px auto 0 auto;
	width: 850px;
	height: 90px;
	background: url(../images/footer_bg.gif) 0 0 no-repeat;
}
#footer table {
	margin-top: 6px;
}

#footer td {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #999;
	vertical-align: middle;
	padding-right: 30px;
	padding-left: 30px;
	white-space: nowrap;
}
#footer a {
	color: #999;
}
#footer a:hover {
	text-decoration: none;
}
