div {
	margin: 0;
}

p:last {
	margin-bottom: 0;
}

body {
	padding-bottom: 72px;
	margin-left: 0;
	margin-right: 0;
	padding-top: 144px;
	font-family: Century Gothic;
}

#bgindex {
	background-image: url("../img/bodybgindex.png");
	background-repeat: no-repeat;
	background-position: right top 140px;
	background-color: #ffffff;
	background-attachment: fixed;
	background-size: auto 100%;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 141px;
}

#top {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 110px;
	background-image: url("../img/top_bg.png");
	background-repeat: repeat-x;
	background-color: transparent;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2000;
}

#topmenu {
	position: fixed;
	top: 110px;
	left: 0;
	right: 0;
	height: 31px;
	background-image: url("../img/menu_bg.png");
	background-repeat: repeat-x;
	background-color: transparent;
	border: 0px none;
	padding-top: 2px;
}

#topmenu a {
	color: #ffffff;
	font-size: 15pt;
	padding: 5px 15px;
}

#topmenu a:hover,#topmenu a:focus {
	background-color: #8c8d84;
	color: #ffffff;
}

#topmenu .active a {
	background-color: #797975;
	color: #ffffff;
}

#topmenu .active a:hover,#topmenu .active a:focus {
	background-color: #9d9d92;
	color: #ffffff;
}

@media ( min-width : 480px) {
	.navbar .nav-collapse>.nav {
		background-color: #9d9d92;
	}
}

#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 70px;
	background-color: #003b88;
	z-index: 2000;
}

#footer p {
	padding-top: 10px;
	color: #9d9d92;
}

#footer p a {
	color: white;
}

#footer p a:hover {
	color: #9d9d92;
	text-decoration: none;
}

#footer p a:focus {
	color: #9d9d92;
	text-decoration: none;
}

#footer h4 {
	color: white;
	font-weight: bolder;
}

#footer h4 a {
	color: white;
}

#footer h4 a:hover,#footer h4 a:focus {
	color: #9d9d92;
	text-decoration: none;
}

legend {
	font-weight: bold;
	color: #84867c;
	font-size: 25px;
}



/** index */
.bikinis {
	background-color: #9d9d92;
	margin-top: 30px;
	height: 286px;
	padding: 14px 14px 14px 14px;
}

.idx_produits {
	top: 0px;
	height: 258px;
	margin: 0 auto;
	padding: 0 -80px 30px -80px;
	margin-left: 20px;
	margin-right: -70px;
	float: left;
	position: relative;
	width: 100%;
	overflow: hidden;
}

#idxnext {
	display: block;
	background-image: url("../img/next.png");
	background-repeat: no-repeat;
	width: 50px;
	height: 258px;
	opacity: 0.7;
}


#idxnext:hover,#idxnext:focus {
	opacity: 1;
}

#idxprev {
	display: block;
	background-image: url("../img/prev.png");
	background-repeat: no-repeat;
	width: 50px;
	height: 258px;
	opacity: 0.7;
}


#idxprev:hover,#idxprev:focus {
	opacity: 1;
}

#idxprev.disabled, #idxnext.disabled {
	opacity: 0.3;
	cursor: default;
}


.leader {
	background-image: url("../img/leader.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
	height: 86px;
	margin-top: -25px;
}

.leader span {
	display: none;
}

#prod_carousel {
	overflow: hidden;
	width: 100%;
}

#prod_carousel a {
	margin-left: 5px;
	margin-right: 5px;
}

/** presentation */
.bgpresentation {
	background-image: url("../img/bodypresentation.png");
	background-repeat: no-repeat;
	background-position: center top -10px;
	background-color: #ffffff;
	background-attachment: scroll;
	background-size: auto 100%;
}

.bgpresentation span {
	display: none;
}

/** usine */
.usinecnt {
	margin-top: 20px;
	height: 300px;
}

#tabcnt {
	background-color: #f8f8f8;
	padding: 20px;
}

.sidebar-nav li {
	line-height: 50px;
}

.sidebar-nav a {
	font-family: Century Gothic;
	font-size: 14pt;
	color: #58585b;
}

.sidebar-nav .active a {
	font-size: 14pt;
	font-weight: bold;
	color: #58585b;
	background-color: white;
}

.sidebar-nav .active a:hover,.sidebar-nav .active a:focus {
	font-size: 14pt;
	font-weight: bold;
	color: #58585b;
	background-color: #eeeeee;
}

/**
 *  Horizontal Buttons
 */
.list_carousel {
	top: 0px;
	height: 100%;
	max-width: 440px;
	margin: 0 auto;
}

.list_carousel ul {
	margin: 0;
	list-style: none;
	display: block;
	max-width: 440px;
	text-align: center !important;
	overflow: hidden;
}

.list_carousel li {
	height: 295px;
	padding: 0;
	margin: 6px;
	display: block;
}

.list_carousel img {
	height: 285px;
	text-align: center;
}

.prev {
	background: transparent url("../img/btn_prev.png") no-repeat 0px 80px;
	display: block;
	width: 37px;
	height: 258px;
	float: left;
	position: absolute;
	z-index: 1000;
	opacity: 0.7;
	color: transparent;
	text-align: center;
	margin-top: 10px;
	margin-left: 15px;
}

.next {
	background: transparent url("../img/btn_next.png") no-repeat 0px 80px;
	display: block;
	width: 37px;
	height: 258px;
	float: right;
	position: absolute;
	z-index: 1000;
	opacity: 0.7;
	color: transparent;
	text-align: center;
	margin-top: 10px;
}

.prev:hover,.prev:focus {
	color: transparent;
	opacity: 1;
}

.next:hover,.next:focus {
	opacity: 1;
	color: transparent;
}

.next.disabled, .prev.disabled {
	cursor: default;
	opacity: 0;
}

/** contact */
.btn-send {
	border-radius: 2px 2px 2px 2px;
	border-style: solid;
	border-width: 1px;
	background-color: #787a71;
	background-image: linear-gradient(to bottom, #84867c, #9a9c92);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-send:hover,.btn-send:focus {
	color: #FFFFFF;
	background-color: #9a9c92;
}

.adresse {
	font-size: 10pt;
	color: #84867c;
}

.txtadresse {
	/*border: 1px solid blue;*/
}

#txtadresse {
	background: transparent url("../img/contactadresse.png") no-repeat 0 0;
	min-height: 100%;
	height: 119px;
	width: 250px;
	margin-top: 165px;
}

.controls.controls-row {
	height: 40px;
}

textarea {
	height: 113px;
}

#txtadresse span {
	display: none;
}

/** produits */
#carousel_inner {
	float: left; /* important for inline positioning */
	width: 100%; /* important (this width = width of list item(including margin) * items shown */
	overflow: hidden; /* important (hide the items outside the div) */
	/* non-important styling bellow */
}

#carousel_ul {
	position: relative;
	left: -210px; /* important (this should be negative number of list items width(including margin) */
	list-style-type: none; /* removing the default styling for unordered list items */
	margin: 0px;
	padding: 0px;
	width: 9999px; /* important */
	/* non-important styling bellow */
	padding-bottom: 10px;
	max-height: 100%;
}

#carousel_ul li {
	float: left; /* important for inline positioning of the list items */
	/* just styling bellow*/
	padding: 0px;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

#carousel_ul li img { .
	margin-bottom: -4px;
	/* IE is making a 4px gap bellow an image inside of an anchor (<a href...>) so this is to fix that*/
	/* styling */
	cursor: pointer;
	border: 0px;
	
}

#left_scroll,#right_scroll {
	float: left;
}

#left_scroll,#right_scroll {
	float: left;
	height: 89px;
	width: 37px;
	margin-top: 50px;
	background: transparent;
	cursor: pointer;
}

#left_scroll img,#right_scroll img {
	/*styling*/
	cursor: pointer;
}

.bodymxh {
	padding-bottom: 72px;
	margin-left: 0;
	margin-right: 0;
	padding-top: 144px;
	height: 100%;
	overflow: hidden;
}