html, body {height: 100%;}
body {
	margin: 0;
	color: #000;
	min-width: 800px;
	background: #bcb6a9;
	font: 12px/15px arial, helvetica, sans-serif;
}
/* General reset */
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
img {border-style: none;}
input, select, textarea {
	vertical-align: middle;
	font: 100% arial, sans-serif;
}
a {
	color: #4d3547;
	text-decoration: none;
}
a:hover {text-decoration: underline;}

/* General settings */
#wrapper {
	width: 100%;
	background: url(../images/bg-wrapper2.gif) no-repeat 50% 0;
}
.w1 {background: url(../images/bg-body2.gif) no-repeat 50% 100%;}
.w2{
	width: 906px;
	margin: 0 auto;
}
#header {
	width: 100%;
	/*height: 160px;*/
	height: 153px;
	background: url(../images/bg-header.png) no-repeat;
}
.logo{
	overflow: hidden;
	width: 483px;
	height: 114px;
	text-indent: -9999px;
	float: right;
	margin: 26px -15px 0 0;
	background: url(../images/logo.png) no-repeat;
}
.logo a{
	display: block;
	height: 100%;
	position: relative;




	cursor: pointer;
	background: url(../images/logo.png) no-repeat;
}
#main {
	width: 100%;
}
#main:after {
	content: "";
	display: block;
	clear: both;
}
.main-holder {
	padding: 0 14px;
	width: 877px;
	background: url(../images/bg-main.png) repeat-y;
	float: left;
}
.main-frame {
	width: 100%;
	position: relative;
	float: left;
	top: -7px;
	margin-bottom: -15px;
	/*background: url(../images/bg-main-holder.jpg) no-repeat 0 25px;*/
}
.container {
	width: 100%;
	overflow: hidden;
	margin: 0 0 ;/*60px;*/
	background:#EDE7D7;
}
#nav {
	height: 25px;
	overflow: hidden;
	line-height: 23px;
	letter-spacing: 1px;
	margin-left:-1px;
}
#nav a.extra {
	float: left;
	background: url(../images/bg-extra-a.gif) no-repeat;
	color: #ec008c;
	cursor: pointer;
}
#nav .alignright {float: right !important;}
#nav a.extra strong {
	float: left;
	background: url(../images/bg-extra-a-r.gif) no-repeat 100% 0;
	height: 25px;
	padding: 0 18px 0 21px;
}
#nav a:hover {
	text-decoration: none;
	color: #beb8a9;
}
.nav-holder {
	background: url(../images/bg-nav.gif) no-repeat;
	overflow: hidden;

}
* html .nav-holder {float: left;}
#nav ul {
	margin: 0;
	padding: 0 5px;
	list-style: none;
	overflow: hidden;
	background: url(../images/bg-nav-r.gif) no-repeat 100% 0;
}
* html #nav ul {float: left;}
#nav ul li {
	float: left;
	height: 25px;
	padding: 0 5px 0 13px;
}
#nav ul a {color: #fff;}
#nav ul a:hover,
#nav ul .active a {
	text-decoration: none;
	color: #b5aea0;
}
#sidebar {
	float: left;
	display: inline;
	margin: 92px 0 0 25px;
	background: url(../images/bg-sidebar.png) no-repeat;
	width: 243px;
	padding: 6px 0 0;
}
#sidebar ul {
	margin: 0 0 22px;
	padding: 0;
	list-style: none;
	font-weight: bold;
	line-height: 15px;
	position: relative;
}
#sidebar ul ul {margin: 1px 0 0 !important;}
#sidebar ul a {
	display: block;
	padding: 2px 18px;
	height: 1%;
}
#sidebar ul a:hover,
#sidebar ul .active a {
	background: #4a3143;
	color: #fff;
	text-decoration: none;
}
#sidebar ul ul a,
#sidebar ul .active ul a {
	padding-left: 26px;
	color: #4d3547;

	position: relative;
	background: url(../images/bull-sidebar.png) no-repeat;
}
#sidebar ul ul a:hover,
#sidebar ul ul .active a {
	background: #4a3143 url(../images/bull-sidebar-hover.png) no-repeat;
	color: #fff;
	height: 1%;
}
#content {
	width: 486px;
	float: right;
	display: inline;
	margin: 16px 49px 0 0;
}
#content h1 {
	margin: 0 0 14px 3px;
	color: #4a3244;
	font-size: 12px;
}
#content .items {
	width: 522px;
	overflow: hidden;
	margin: 0 -38px 0 0;
	position: relative;
}
#content .items .row {
	height: 1%;
	overflow: hidden;
}
#content .item {
	float: left;
	background: #4a3244;
	width: 223px;
	color: #fff;
	position: relative;
	margin: 0 38px 47px 0;
}
#content .item .image {
	width: 223px;
	height: 328px;
	overflow: hidden;
}
#content .item img {vertical-align: top;}
#content .item strong.title,
#content .item strong.title a {
	color: #ec008c;
	letter-spacing: 1px;
}
#content .item .text-holder {padding: 4px 10px 11px;text-align:left;}
#content .item p {margin: 0 0 13px;}
#content .item p span {display: block;}
#content .item .allow-price {display: block;}
#content .item .allow-price a {color: #fff;}
.item .add-cart {
	position: absolute;
	z-index: 2;
	width: 26px;
	height: 26px;
	overflow: hidden;
	top: 315px;
	right: 9px;
}
.item .add-cart a {
	display: block;
	background: url(../images/btn-add-cart.png) no-repeat;
	width: 26px;
	height: 52px;
	text-indent: -9999px;
	cursor: pointer;
}
.item .add-cart a:hover,
.item .add-cart a.active {margin: -26px 0 0;}
.paging {
	height: 1%;
	overflow: hidden;
	font-size: 11px;
	font-weight: bold;
	margin: -10px 0 0;
	padding: 0 34px 0 2px;
	min-height:30px;
}
.paging a.site {
	color: #ec008c;
	font-weight: bold;
	font-size: 12px;
}
.paging a:hover{
	text-decoration: none;
	color: #513747;
}
.paging a.next {
	float: right;
	letter-spacing: 1px;
	margin: 4px 0 0;
}

.paging ul {
	margin: 4px 29px 0 0;
	padding: 0;
	list-style: none;
	float: right;
	display: inline;
	overflow: hidden;
}
.paging ul li {
	float: left;
	display: inline;
	background: url(../images/bull-paging.gif) no-repeat 0 7px;
	padding: 0 3px 0 6px;
	margin: 0 4px 0 -4px;
}
.paging ul span {
	display: block;
	padding: 0 1px;
}
.paging ul .active span {
	border-bottom: 8px solid #ec008c;
	color: #ec008c;
}
.form-holder {
	width: 100%;
	overflow: hidden;
	/*background: #4b3245;*/
	position: relative;
}
.form-holder .image {
	float: left;
	width: 444px;
	height: 698px;
}
.form-holder .image img {vertical-align: top;}

.form-holder a {
	color: #cc137d;
}

* html .form-holder .image {margin-right: -3px;}
.message-form {
	width: 391px;
	overflow: hidden;
	padding: 44px 19px 0 20px;
	font-size: 14px;
	line-height: 16px;
}
.message-form strong.title {
	color: #fff;
	font-weight: normal;
	margin: 0 0 23px;
	display: block;
}
.message-form .row {
	height: 1%;
	padding: 0 0 17px;
}
.message-form .row:after {
	content: "";
	display: block;
	clear: both;
}
.message-form label {
	display: block;
	color: #ec008c;
	padding: 0 3px;
	margin: 0 0 6px;
	overflow: hidden;
}
.message-form div.txt{
	overflow: hidden;
	background: url(../images/bg-input.gif) no-repeat;
	width: 381px;
	height: 25px;
	padding: 0 5px;
	margin: 0;
}
.message-form .textarea-holder {
	background: url(../images/bg-textarea.gif) no-repeat;
	width: 381px;
	height: 88px;
	padding: 5px;
	margin: 0 0 -10px;
	position: relative;
}
* html .message-form .textarea-holder {margin-bottom: -13px;}
.message-form  .big {
	background: url(../images/bg-textarea-big.gif) no-repeat;
	height: 116px;
}
.message-form .textarea-holder textarea {
	width: 381px;
	max-width: 381px;
	height: 88px;
	max-height: 88px;
	background: none;
	border: none;
	overflow: auto;
}
.message-form .big textarea {
	height: 116px;
	max-height: 116px;
}
.message-form .txt input{
	width: 381px;
	float: left;
	margin: 0;
	line-height: 16px;
	border: 0;
	background: none;
	padding: 5px 0;
}
.message-form span.note {
	font-size: 12px;
	color: #ec008c;
	display: block;
	margin: 19px 0 0;
}
.btn-envoyer {
	float: right;
	display: inline;
	margin: 21px 2px 0 0;
}
.address-box {
	position: absolute;
	bottom: 43px;
	left: 40px;
}
.address-box .holder {
	width: 306px;
	padding: 16px 28px 18px 28px;
	background: url(../images/bg-address.png);
}
.address-box .frame {
	position: relative;
	color: #4b3245;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
}
.address-box strong.title {
	font-size: 17px;
	line-height: 18px;
	margin: 0;
}
.address-box strong {
	display: block;
	margin: 20px 0 0;
}
.address-box ul {
	margin: 0 0 0 -4px;
	padding: 0;
	list-style: none;
	height: 1%;
	overflow: hidden;
	word-spacing: -2px;
}
.address-box ul li {
	float: left;
	background: url(../images/bull-address.gif) no-repeat 0 7px;
	padding: 0 5px 0 8px;
	margin: 0 4px 0 -4px;
}
.address-box address {font-style: normal;}
#footer {
	width: 906px;
	overflow: hidden;
	font-size: 11px;
	font-weight: bold;
	clear: both;
}
.footer-holder {
	background: url(../images/bg-footer.png) no-repeat;
	padding: 14px 15px 34px;
	/*margin-top:-6px;*/
	width: 876px;
	float: left;
}
#footer a.dates {
	float: right;
	color: #fff;
	position: relative;
	margin: 4px 10px 0 0;
}
#footer a.nos-partenaires{
	float: left;
	width: 254px;
	padding: 5px 20px;
	font-weight: normal;
	color: #ec008c;
	font-size: 12px;
	position: relative;
	background: #ebe7dc url(../images/bg-nos-partenaires.gif) repeat-x;
}
#footer a.nos-partenaires:hover{
	background: #ebe7dc url(../images/bg-nos-partenairesHover.gif) repeat-x;
	text-decoration:none;
	font-weight:bold;
}
#footer ul {
	margin: 4px 0 0 9px;
	padding: 0;
	list-style: none;
	float: left;
	display: inline;
	overflow: hidden;
	position: relative;
}
#footer ul li {
	float: left;
	display: inline;
	padding: 0 2px 0 6px;
	margin: 0 4px 0 -4px;
	background: url(../images/separator-footer.gif) no-repeat 0 4px;
	white-space: nowrap;
}
#footer ul li a {
	white-space: nowrap;
}

h3 {
	color:#cc137d;
	padding-bottom:0px;
	margin-bottom:0;
}

.breadcrumbs{
	color: #4D3547;
}

/*  Landing page  */
.landingPage a{
	color:#FFF;
	cursor:pointer;
	text-decoration:none;
	font-weight:bold;
}

.landingPage a:hover{
color:#513747;
text-decoration:none;
}
/*  page evenements  */

.eventlist{
	background: url(/images/bg-event.gif) repeat-y;
	width:877px;
}

.eventlistRight{
	width: 385px;
	padding: 5px 10px 0 20px;
	font-size: 14px;
	line-height: 16px;
	float: right;
	color:#4b3245;
	font-weight:bold;
}

.eventlistRight strong{
	font-size:1.1em;
}

.eventlistRight ul{
	padding-left: 15px;
}
.eventlistRight li{
	font-size: 13px;
}

.eventlistRight h1{
	color: #4a3244;
	font-size: 18px;
}

.eventlistRight h4{
	font-weight:bold;
	font-size: 14px;
	color:#cc137d;
	padding-bottom:0px;
	margin-bottom:-10px;
}

.eventlistLeft{
	width: 425px;
	padding: 5px 10px 0 20px;
	color:white;
	font-weight:bold;
}

.eventlistLeft h1{
	color: #FFF;
	line-height: 25px;
	font-size: 18px;
}

.eventlistLeft strong{
	font-size:1.1em;
}

.contact{
	width: 100%;
	overflow: hidden;
	background:#4b3245 url(/images/bg-contact-form.jpg) repeat-y 100% 0;
}
