/* @group general */
body {
	text-align: center;
	background-color: #715D6C;
	font: 13px Verdana, "Bitstream Vera Sans", "Vera Sans", Tahoma, Geneva, sans-serif;
}
* {
	padding: 0;
	margin: 0;
}
.left {
	float: left;
}
.right {
	text-align: right;
}
a {
	text-decoration: none;
	color: #8f0c70;
}
a.arrow {
	background: url(../images/arrow.png) no-repeat 0 2px;
	padding-left: 18px;
}
a:hover {
	border-bottom: 1px dotted #8f0c70;
}
a img {
	border: none;
}
p {
	margin-bottom: 14px;
	position: relative;
	text-align: justify;
}
sup {
	display: inline;
	font-size: 9px;
	position: relative;
	top: 2px;
	left: 0;
}
/* @end */
/* @group Layout */
#container {
	position: absolute;
	left: 50%;
	width: 883px;
	margin-left: -440px;
	min-height: 100%;
	background-color: white;
}
#leftbar {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 230px;
	text-align: left;
	overflow: auto;
	background: #b6b6b6 url(../images/bkg.jpg) no-repeat;
}
/* @end */
/* @group Menu */
#navcontainer {
	position: relative;
	left: 230px;
	*left: 115px;
	top: 0;
	height: 137px;
	width: 653px;
	font-size: 14px;
	background: #aaaaaa;
	z-index: 20;
}
#navcontainer ul {
	list-style: none;
	text-align: left;
}
#navcontainer ul li {
	display: inline;
}
#navcontainer a {
	display: inline-block;
	float: left;
	width: 108px;
	height: 34px;
	padding-top: 102px;
	text-decoration: none;
	color: white;
	text-align: center;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#navcontainer ul li:last-child a {
	border-right: none;
}
#navcontainer a:hover {
	background: #555555;
}
#navcontainer .currentAncenstor, #navcontainer .active {
	background: #555555;
}
/* @end */
/* @group #content */
#content {
	position: relative;
	left: 231px;
	*left: 116px;
	width: 604px;
	padding: 24px 30px 20px;
	text-align: left;
	overflow-x: hidden;
}
#content h2 {
	position: relative;
	left: -4px;
	width: 601px;
	height: 133px;
	background: url(../images/home_staging_big.png) no-repeat;
	margin-top: 10px;
}
#content h2 span {
	display: none;
}
#content h4 {
	font: 26px georgia;
	color: #363636;
	margin-bottom: 20px;
}
#content h5 {
	font: 18px georgia;
	color: #363636;
}
#content h3 {
	font: 24px georgia;
	color: #930d74;
	margin-bottom: 4px;
	margin-top: 10px;
}
#content ul li {
	margin-bottom: 4px;
	font-size: 13px;
}
#content ol li {
	margin-bottom: 0.8em;
}
ul.homeList  {
	margin: 0 0 20px 30px;
}
/* @end */
/* @group #footer */
#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 210px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 11px;
	text-align: right;
	color: #717171;
}
/* @end */
/* @group .prix */
div.prix {
	position: relative;
	margin-bottom: 30px;
	margin-top: 6px;
}
div.prix p {
	position: relative;
	margin-bottom: 0;
	border-bottom: 1px solid #ebd0e4;
	padding-bottom: 2px;
	padding-top: 2px;
}
i.comment {
	color: gray;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}
/* @end */
/* @group .contact */
form.contact {
	margin-top: 20px;
}
div.label {
	margin-bottom: 15px;
}
div.label label {
	width: 150px;
	float: left;
	font-size: 12px;
	text-align: right;
	display: block;
	color: #555;
}
div.label input, div.label textarea {
	position: relative;
	top: -2px;
	*top: -3px;
	display: block;
	width: 230px;
	margin-left: 156px;
	font-size: 11px;
	border: 1px solid #ebd0e4;
}
div.label textarea {
	padding-top: 2px;
	padding-left: 1px;
	padding-right: 1px;
}
div.label input {
	height: 18px;
	padding-left: 2px;
	padding-right: 2px;
	*height: 16px;
	*padding-top: 2px;
}
div.label#sendButton input {
	position: relative;
	left: -3px;
	width: 120px;
	height: 28px;
	font-size: 12px;
	color: white;
	text-shadow: #4f073e 1px 1px 0;
	border-style: none;
	background: transparent url(../images/button.jpg) no-repeat;
	cursor: pointer;
}
div.label#sending {
	margin-top: -12px;
	margin-left: 26px;
}
div.label#sending label img {
	margin-right: 5px;
}
div.label i {
	display: block;
	color: gray;
	font-size: 11px;
	padding-left: 156px;
	font-weight: normal;
	font-style: normal;
}
/* @end */
/* @group #slideshow */
.slideshow {
	position: relative;
	height: 364px;
	width: 499px;
	margin-left: 70px;
	background: url(../images/cadre.jpg) no-repeat;
}
.slideshow img {
	position: absolute;
	top: 17px;
	left: 17px;
	z-index: 8;
}
.slideshow img.active {
	z-index: 10;
}
.slideshow img.last-active {
	z-index: 9;
}
/* @end */
/* @group faq */
.qa {
	margin-bottom: 20px;
}
a.question.closed {
	background: url(../images/arrow.png) no-repeat 0 2px;
	padding-left: 18px;
}
a.question.opened {
	background: url(../images/arrow2.png) no-repeat 0 2px;
	padding-left: 18px;
	font-weight: bold;
}
.answer {
	/*margin: 10px 10px 0 20px;*/
	margin: 5px 0 0 5px;
	padding: 10px;
	border: 1px dotted #8f0c70;
	background-color: #eee;
}