@font-face {
	font-family: 'kreonbold';
		src: url('../fonts/kreon-bold-webfont.eot');
		src: url('../fonts/kreon-bold-webfont.eot?#iefix') format('embedded-opentype'),
			url('../fonts/kreon-bold-webfont.woff') format('woff'),
			url('../fonts/kreon-bold-webfont.ttf') format('truetype'),
			url('../fonts/kreon-bold-webfont.svg#kreonbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'kreonlight';
		src: url('../fonts/kreon-light-webfont.eot');
		src: url('../fonts/kreon-light-webfont.eot?#iefix') format('embedded-opentype'),
			url('../fonts/kreon-light-webfont.woff') format('woff'),
			url('../fonts/kreon-light-webfont.ttf') format('truetype'),
			url('../fonts/kreon-light-webfont.svg#kreonlight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'kreonregular';
		src: url('../fonts/kreon-regular-webfont.eot');
		src: url('../fonts/kreon-regular-webfont.eot?#iefix') format('embedded-opentype'),
			url('../fonts/kreon-regular-webfont.woff') format('woff'),
			url('../fonts/kreon-regular-webfont.ttf') format('truetype'),
			url('../fonts/kreon-regular-webfont.svg#kreonregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'signikaregular';
		src: url('../fonts/signika-regular-webfont.eot');
		src: url('../fonts/signika-regular-webfont.eot?#iefix') format('embedded-opentype'),
			url('../fonts/signika-regular-webfont.woff') format('woff'),
			url('../fonts/signika-regular-webfont.ttf') format('truetype'),
			url('../fonts/signika-regular-webfont.svg#signikaregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'signikalight';
		src: url('../fonts/signika-light-webfont.eot');
		src: url('../fonts/signika-light-webfont.eot?#iefix') format('embedded-opentype'),
			url('../fonts/signika-light-webfont.woff') format('woff'),
			url('../fonts/signika-light-webfont.ttf') format('truetype'),
			url('../fonts/signika-light-webfont.svg#signikalight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'signikabold';
		src: url('../fonts/signika-bold-webfont.eot');
		src: url('../fonts/signika-bold-webfont.eot?#iefix') format('embedded-opentype'),
			url('../fonts/signika-bold-webfont.woff') format('woff'),
			url('../fonts/signika-bold-webfont.ttf') format('truetype'),
			url('../fonts/signika-bold-webfont.svg#signikabold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'myriad_web_pro';
	src: url('../fonts/Myriad Web Pro.eot');
	src: url('../fonts/Myriad Web Pro.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Myriad Web Pro.woff') format('woff'),
		 url('../fonts/Myriad Web Pro.ttf') format('truetype'),
		 url('../fonts/Myriad Web Pro.svg#Myriad Web Pro') format('svg');
	font-weight: normal;
	font-style: normal;
}
img{border-style:none;}
input,
textarea,
select{
	color:#000;
	vertical-align:middle;
	font:100% Arial, Helvetica, sans-serif;    
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
blockquote, q{quotes: none;}
q:before,
q:after {content: '';}
a{
	color:#404040;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	color:#104e6d;
}
a:focus,
input:focus,
textarea:focus,
select:focus{outline:none;}
/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/
/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

/* sepcfics style for inputs */
input[type=submit]{
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #676767;
    background-image: -moz-linear-gradient(center top , #898986, #676767);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #898986;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    /*text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);*/
    vertical-align: middle;
}
input[type=submit]:hover, input[type=submit]:focus {
    background-color: #676767;
    background-image: -moz-linear-gradient(center top , #676767, #898986);
    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;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
input[type=submit].blue{
    background-color: #7ACCC8;
    background-image: -moz-linear-gradient(center top , #6AC2BE, #7ACCC8);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #6AC2BE;
    font-weight: bold;
}
input[type=submit].blue:hover, input[type=submit].blue:focus {
    background-color: #7ACCC8;
    background-image: -moz-linear-gradient(center top , #7ACCC8, #6AC2BE);
}

.btn-yellow{
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FAEE4A;
    background-image: -moz-linear-gradient(center top , #EDE254, #FAEE4A);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #EDE254;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    /*text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);*/
    vertical-align: middle;
    font-weight: bold;    
}
.btn-yellow:hover, .btn-yellow:focus {
    background-color: #FAEE4A;
    background-image: -moz-linear-gradient(center top , #FAEE4A, #EDE254);
    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;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    text-decoration: none;
}

body {
	min-width: 1080px;
	margin:0;
	color:#404040;
	font:14px/16px 'signikalight', sans-serif;
}
ul{
    list-style: none outside none;    
}

thead th {
background: #676767;
color: #FFF;
}
table {
margin-bottom: 1.4em;
width: 100%;
}
table, th, td {
vertical-align: middle;
}
table {
border-collapse: separate;
border-spacing: 0;
}
tfoot {
font-style: italic;
}
th, td, caption {
padding: 4px 10px 4px 5px;
text-align: left;
font-weight: normal;
float: none !important;
}

/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 1080px;
}
/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}
.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12 {position:relative;}
/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {margin-left: 0;}
.omega {margin-right: 0;}
/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .grid_1 {width:70px;}
.container_12 .grid_2 {width:160px;}
.container_12 .grid_3 {width:250px;}
.container_12 .grid_4 {width:340px;}
.container_12 .grid_5 {width:430px;}
.container_12 .grid_6 {width:520px;}
.container_12 .grid_7 {width:610px;}
.container_12 .grid_8 {width:700px;}
.container_12 .grid_9 {width:790px;}
.container_12 .grid_10 {width:880px;}
.container_12 .grid_11 {width:970px;}
.container_12 .grid_12 {width:1060px;}
/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .prefix_1 {padding-left:90px}
.container_12 .prefix_2 {padding-left:180px;}
.container_12 .prefix_3 {padding-left:270px;}
.container_12 .prefix_4 {padding-left:360px;}
.container_12 .prefix_5 {padding-left:450px;}
.container_12 .prefix_6 {padding-left:540px;}
.container_12 .prefix_7 {padding-left:630px;}
.container_12 .prefix_8 {padding-left:720px;}
.container_12 .prefix_9 {padding-left:810px;}
.container_12 .prefix_10 {padding-left:900px;}
.container_12 .prefix_11 {padding-left:990px;}
/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .suffix_1 {padding-right:90px;}
.container_12 .suffix_2 {padding-right:180px;}
.container_12 .suffix_3 {padding-right:270px;}
.container_12 .suffix_4 {padding-right:360px;}
.container_12 .suffix_5 {padding-right:450px;}
.container_12 .suffix_6 {padding-right:540px;}
.container_12 .suffix_7 {padding-right:630px;}
.container_12 .suffix_8 {padding-right:720px;}
.container_12 .suffix_9 {padding-right:810px;}
.container_12 .suffix_10 {padding-right:900px;}
.container_12 .suffix_11 {padding-right:990px;}
/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .push_1 {left:90px;}
.container_12 .push_2 {left:180px;}
.container_12 .push_3 {left:270px;}
.container_12 .push_4 {left:360px;}
.container_12 .push_5 {left:450px;}
.container_12 .push_6 {left:540px;}
.container_12 .push_7 {left:630px;}
.container_12 .push_8 {left:720px;}
.container_12 .push_9 {left:810px;}
.container_12 .push_10 {left:900px;}
.container_12 .push_11 {left:990px;}
/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .pull_1 {left:-90px;}
.container_12 .pull_2 {left:-180px;}
.container_12 .pull_3 {left:-270px;}
.container_12 .pull_4 {left:-360px;}
.container_12 .pull_5 {left:-450px;}
.container_12 .pull_6 {left:-540px;}
.container_12 .pull_7 {left:-630px;}
.container_12 .pull_8 {left:-720px;}
.container_12 .pull_9 {left:-810px;}
.container_12 .pull_10 {left:-900px;}
.container_12 .pull_11 {left:-990px;}
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {clear: both;}
/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/
/* #toolbar-links */
#toolbar-links{
    /*float: right;*/
    margin: 0;
    padding: 0;
    list-style: none;
    /*text-align: right;*/
    float: none;
    text-align: left;
}
#toolbar-links li{
    margin-left:15px;
    display: inline-block;
    font: 14px/29px 'signikaregular', sans-serif;
    color: #FFF;  
}
#toolbar-links.toolbar-alert{
    float: none;
    text-align: left;
}

#toolbar-links li a {
    color: #FFF;
    display:block;
}
#toolbar-links.toolbar-alert li{
  line-height: 30px;
  color: #FF6600;
  font: 14px/29px 'signikaregular', sans-serif;
}

/*#header*/
#header {
	background:#104e6d;
	overflow:hidden;
	padding-bottom:25px;
	margin-bottom:25px;
}
#header .top-bar {
	background:#404040;
	margin-bottom:25px;
}
#header .contact {
	float:right;
	margin:0;
	padding:0;
	list-style:none;
	text-align:right;
}
#header .contact li {
	display:inline-block;
	font:14px/29px 'signikaregular', sans-serif;
}
#header .contact li a {
	display:block;
	color:#fff;
}
#header .contact li:first-child a {
	background:url(../images/ico-01.png) no-repeat 0 9px;
	padding-left:27px;
}
#header .contact .phone{margin-left:16px;}
#header .contact .phone a {
	background:url(../images/ico-02.png) no-repeat 0 7px;
	padding-left:18px;
}
#header .contact .link {
	background:#faee4a;
	padding:0 13px 1px 18px;
	margin-left:19px;
}
#header .contact .link a {
	background:url(../images/ico-03.png) no-repeat 0 6px;
	color:#404040;
	padding-left:18px;
}
#header .contact .link a:hover {text-decoration:none;}
#header .logo {
	background:url(../images/logo.png) no-repeat;
	width:476px;
	height:110px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	margin-left:-8px;
}
#header .logo a {
	display:block;
	height:100%;
}
#header .panel {padding-top:15px;}
/*search-form*/
.search-form {
	background:#f4f4f4;
	overflow:hidden;
	position:relative;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:5px 5px 4px 8px;
	margin-bottom:10px;
}
.search-form .btn {
	float:left;
	background:url(../images/bg-search.png) no-repeat;
	width:17px;
	height:17px;
	text-indent:-9999px;
	margin:4px 7px 0 0;
	padding:0;
	border:0;
	cursor:pointer;
	line-height:0;
}
.search-form .txt {
	float:left;
	padding:5px 6px 4px;
	border:0;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	position:relative;
	-webkit-box-shadow:1px 1px 3px #aeadad inset;
	-moz-box-shadow:1px 1px 3px #aeadad inset;
	box-shadow:1px 2px 3px #aeadad inset;
	color:#404040;
	font:14px/17px 'signikaregular', sans-serif;
	height:17px;
	width:201px;
}
.form-search h3{
    text-align: center;
}

/* page produit */
select-box{
    width: 200px;
    float:left;
}

/* search page product */
#search-cols{
    background-color: #F2F3E3; 
    padding:15px;
    -webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
#search-cols .select-area{
    float:none;
}
#searchForm ul{
    list-style: none outside none;
    margin:0px;
    padding:0px;
}
#searchForm li{
    margin:20px 0px;
}
#searchForm input[type=submit]{
    margin-left:57px;
}
#search-elements ul{
    list-style: none outside none;
    color:#404040;
	font:16px/20px 'kreonregular', sans-serif;
    display: block;
    margin:0px;
    line-height: 50px;
}
#search-elements li{
    display: inline;
    background-color: #F2F3E3;
    padding:10px;
    margin-right:10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.delete-search-item{
    margin-left : 5px;
}
/* end search page product*/

/* search page shop */
#bloc-carto-form-shop{
    background-color: #F2F3E3;
    margin-bottom: 25px;
    padding:15px;
}
#shop-search form{
    margin-top: 0px;
    padding:15px
}
#shop-search select {
      display: block;
      margin : 15px;
     font: 14px/16px 'signikalight',sans-serif;

}
#shop-search .select-area{
    float:none;
    margin : 15px;
}
#shop-search fieldset {
    border:none;
}
#shops-map{
    background-color: #ffffff;
    padding:10px;
}
#shop-search input[type=submit]{
    display: block;
      margin : 15px;
}


/* end search page shop */

/* affichage shop inline */
.shop-inline{
    overflow: hidden;
    display: block;
    padding: 10px 0px; 
}
.shop-inline.even{
    background-color: #F4F4F4;
}
.shop-inline.odd{
    background-color: #FFFFFF;
}
.shop-inline .image{
    padding:10px;
    text-align: center;
}
.shop-inline .shop-description{
    padding:10px;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    min-height:130px;
}
.shop-inline .shop-description h3{
    font: 24px/26px 'kreonbold', sans-serif;
}
.shop-inline .shop-description .slogan{
    font: 16px/16px 'kreonbold', sans-serif;
}
.shop-inline .shop-infos{
    padding:10px;   
}
.shop-inline dl{
    border-right: 1px solid #CCCCCC;
}



/* // affichage shop inline */


#header .corf-box {
	overflow:hidden;
	width:251px;
}
#header .corf-box a {
	float:left;
	color:#104e6d;
	font:18px/35px 'kreonbold', sans-serif;
	background:#fff;
	position:relative;
	-webkit-border-radius:0 2px 2px 0;
	-moz-border-radius:0 2px 2px 0;
	border-radius:0 2px 2px 0;
	padding:0 20px 0 15px;
}
#header .corf-box .corf {
	background:url(../images/ico-04.png) no-repeat #7accc8 9px 8px;
	padding:0 14px 0 36px;
	color:#404040;
	-webkit-border-radius:2px 0 0 2px;
	-moz-border-radius:2px 0 0 2px;
	border-radius:2px 0 0 2px;
}
/*#nav*/
#nav{
	font:13px/16px 'kreonbold', sans-serif;
	position:relative;
	z-index:10;
	margin-bottom:25px;
}
#nav:after{
	clear:both;
	content:'';
	display:block;
}
#nav > ul {
	padding:0;
	margin:0 10px;
	background:#676767;
	position:relative;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	list-style:none;
}
#nav > ul:after{
	clear:both;
	content:'';
	display:block;
}
#nav > ul > .last{
	-webkit-border-radius:0 3px 3px 0;
	-moz-border-radius:0 3px 3px 0;
	border-radius:0 3px 3px 0;
}
#nav > ul > .first{
	-webkit-border-radius:3px 0 0 3px;
	-moz-border-radius:3px 0 0 3px;
	border-radius:3px 0 0 3px;
	background:none;
}
#nav > ul > li {
	float:left;
	text-align:center;
	text-transform:uppercase;
	background:url(../images/sep-01.gif) no-repeat 0 3px;
	margin-right:-1px;
	padding-right:1px;
	position:relative;
}
#nav > ul > li a{color:#fff;}
#nav > ul > li > a{
	display:table;
	height:45px;
}
#nav > ul > li > a span{
	display:table-cell;
	vertical-align:middle;
    padding:1px;
}
#nav > ul > li:hover{
	background-color:#404040;
	position:relative;
}
#nav > ul > li:hover > a{
	color:#fff;
	text-decoration:none;
}
#nav > ul > .active > a,
#nav > ul > .active:hover > a,
#nav > ul > .active:hover{
	color:#faee4a;
	background:url(../images/sep-01.gif) no-repeat 0 3px;
}
#nav > ul > li .drop {
	position:absolute;
	top:45px;
	left:-100px;
	width:350px;
	background:#f4f3e5;
	text-transform:capitalize;
	padding:17px 22px 5px 0;
	display:none;
    z-index: 50;
}
#nav > ul > li.first .drop {
	left:0px;
}
#nav > ul > li:hover .drop {display:block;}
#nav > ul > li .drop ul {
	margin:0 0 0 25px;
	padding:0;
	list-style:none;
	float:left;
	text-align:left;
	width:150px;
	font:12px/15px 'signikaregular', sans-serif;
}
#nav > ul > li .drop li {
	vertical-align:top;
	width:100%;
}
#nav > ul > li .drop li strong {
	font:14px/16px 'signikabold', sans-serif;
	color:#676767;
}
#nav > ul > li .drop li a {color:#676767;}
#nav > ul > li .drop li a:hover {
	color:#104e6d;
	text-decoration:none;
}
#nav > ul > li .drop ul li ul {
	padding:0 0 5px;
	margin:0;
}
#nav .drop-down {
	position:absolute;
	top:45px;
	left:0;
	width:176px;
	background:#fff;
	margin:0;
	padding:11px 0 9px;
	list-style:none;
	display:none;
}
#nav li:hover .drop-down {display:block;}
#nav .drop-down li {
	width:100%;
	vertical-align:top;
	font:12px/14px 'myriad_web_pro', sans-serif;
	color:#676767;
	text-align:left;
	text-transform:none;
	position:relative;
}
#nav .drop-down li a {
	display:block;
	color:#676767;
	width:134px !important;
	padding:4px 21px 2px;
}
#nav .drop-down > li >a:hover,
#nav .drop-down > li:hover > a {
	text-decoration:none;
	background:#ffea00;
}
#nav .drop-down ul {
	position:absolute;
	top:-11px;
	left:176px;
	width:176px;
	background:#fff;
	margin:0;
	padding:11px 0 9px;
	list-style:none;
	display:none;
}
#nav .drop-down li:hover ul {display:block;}
#nav .drop-down ul li {
	width:100%;
	vertical-align:top;
	font:12px/14px 'myriad_web_pro', sans-serif;
	color:#676767;
	text-align:left;
	text-transform:none;
}
#nav .drop-down ul li a{
	padding:4px 21px 2px;
}
#nav .drop-down ul li a:hover {
	text-decoration:none;
	background:#ffea00;
}



/*#shopnav*/
#shopnav{
	font:13px/16px 'kreonbold', sans-serif;
	position:relative;
	z-index:10;
	margin-bottom:25px;
    margin-top:25px;
}
#shopnav:after{
	clear:both;
	content:'';
	display:block;
}
#shopnav > ul {
	padding:0;
	margin:0 10px;
	background:#676767;
	position:relative;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	list-style:none;
}
#shopnav > ul:after{
	clear:both;
	content:'';
	display:block;
}
#shopnav > ul > .last{
	-webkit-border-radius:0 3px 3px 0;
	-moz-border-radius:0 3px 3px 0;
	border-radius:0 3px 3px 0;
}
#shopnav > ul > .first{
	-webkit-border-radius:3px 0 0 3px;
	-moz-border-radius:3px 0 0 3px;
	border-radius:3px 0 0 3px;
	background:none;
}
#shopnav > ul > li {
	float:left;
	text-align:center;
	text-transform:uppercase;
	background:url(../images/sep-01.gif) no-repeat 0 3px;
	margin-right:-1px;
	padding-right:1px;
	position:relative;
}
#shopnav > ul > li a{color:#fff;}
#shopnav > ul > li > a{
	display:table;
	height:45px;
}
#shopnav > ul > li > a span{
	display:table-cell;
	vertical-align:middle;
}
#shopnav > ul > li:hover{
	background-color:#404040;
	position:relative;
}
#shopnav > ul > li:hover > a{
	color:#fff;
	text-decoration:none;
}
#shopnav > ul > .active > a,
#shopnav > ul > .active:hover > a,
#shopnav > ul > .active:hover{
	color:#faee4a;
	background:url(../images/sep-01.gif) no-repeat 0 3px;
}
#shopnav > ul > li .drop {
	position:absolute;
	top:45px;
	left:0;
	width:450px;
	background:#f4f3e5;
	text-transform:capitalize;
	padding:17px 22px 5px 0;
	display:none;
}
#shopnav > ul > li:hover .drop {display:block;}
#shopnav > ul > li .drop ul {
	margin:0 0 0 25px;
	padding:0;
	list-style:none;
	float:left;
	text-align:left;
	width:125px;
	font:12px/15px 'signikaregular', sans-serif;
}
#shopnav > ul > li .drop li {
	vertical-align:top;
	width:100%;
}
#shopnav > ul > li .drop li strong {
	font:14px/16px 'signikabold', sans-serif;
	color:#676767;
}
#shopnav > ul > li .drop li a {color:#676767;}
#shopnav > ul > li .drop li a:hover {
	color:#104e6d;
	text-decoration:none;
}
#shopnav > ul > li .drop ul li ul {
	padding:0 0 5px;
	margin:0;
}
#shopnav .drop-down {
	position:absolute;
	top:45px;
	left:0;
	width:176px;
	background:#fff;
	margin:0;
	padding:11px 0 9px;
	list-style:none;
	display:none;
}
#shopnav li:hover .drop-down {display:block;}
#shopnav .drop-down li {
	width:100%;
	vertical-align:top;
	font:12px/14px 'myriad_web_pro', sans-serif;
	color:#676767;
	text-align:left;
	text-transform:none;
	position:relative;
}
#shopnav .drop-down li a {
	display:block;
	color:#676767;
	width:134px !important;
	padding:4px 21px 2px;
}
#shopnav .drop-down > li >a:hover,
#shopnav .drop-down > li:hover > a {
	text-decoration:none;
	background:#ffea00;
}
#shopnav .drop-down ul {
	position:absolute;
	top:-11px;
	left:176px;
	width:176px;
	background:#fff;
	margin:0;
	padding:11px 0 9px;
	list-style:none;
	display:none;
}
#shopnav .drop-down li:hover ul {display:block;}
#shopnav .drop-down ul li {
	width:100%;
	vertical-align:top;
	font:12px/14px 'myriad_web_pro', sans-serif;
	color:#676767;
	text-align:left;
	text-transform:none;
}
#shopnav .drop-down ul li a{
	padding:4px 21px 2px;
}
#shopnav .drop-down ul li a:hover {
	text-decoration:none;
	background:#ffea00;
}



/* search-nav */
#search-nav{
	font:13px/16px 'kreonbold', sans-serif;
	position:relative;
	/*z-index:10;*/
	margin-bottom:20px;
    margin-top:20px;
}
#search-nav:after{
	clear:both;
	content:'';
	display:block;
}
#search-nav > ul {
	padding:0;
	margin:0 10px 20px 10px;
	background:#676767;
	position:relative;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	list-style:none;
}
#search-nav > ul:after{
	clear:both;
	content:'';
	display:block;
}

#search-nav > ul > li {
	float:left;
	text-align:center;
	text-transform:uppercase;
	background:url(../images/sep-01.gif) no-repeat 0 3px;
	margin-right:-1px;
	padding:0px 10px;
	position:relative;
}
#search-nav > ul > li a{color:#fff;}
#search-nav > ul > li > a{
	display:table;
	height:45px;
}
#search-nav > ul > li > a span{
	display:table-cell;
	vertical-align:middle;
}
#search-nav > ul > li:hover{
	background-color:#404040;
	position:relative;
}
#search-nav > ul > li:hover > a{
	color:#fff;
	text-decoration:none;
}
#search-nav > ul > .active > a,
#search-nav > ul > .active:hover > a,
#search-nav > ul > .active:hover{
	color:#faee4a;
	background:url(../images/sep-01.gif) no-repeat 0 3px;
}
#search-nav.gallery-box .slides li{
    margin: 10px;
    padding: 15px;
}

#search-nav .slides li {
    margin: 10px;
    padding: 15px;
}
#Rangeprice{
    padding:15px;
}


/*main*/
#main {
	overflow:hidden;
	padding-bottom:95px;
}
/*breadcrumbs*/
.breadcrumbs {
	margin-top:0;
	margin-bottom:19px;
	padding:0;
	list-style:none;
	overflow:hidden;
	border: solid #ccc;
	border-width: 1px 0;
}
.breadcrumbs li {
	float:left;
	color:#104e6d;
	font:14px/30px 'signikaregular', sans-serif;
	background:url(../images/arrow-01.png) no-repeat 0 11px;
	padding:0 7px 0 12px;
	margin-bottom:-1px;
}
.breadcrumbs li:first-child {
	padding-left:0;
	background:none;
}
.breadcrumbs li a {
	display:block;
	color:#404040;
}
.breadcrumbs li a:hover {
	text-decoration:none;
	color:#104e6d;
}
.breadcrumbs .home a {
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/ico-home.png) no-repeat;
	width:12px;
	height:11px;
	margin-top:9px;
}

/* bloc-link-top */
#bloc-link-top{
    margin: 20px 0;    
}
#bloc-link-top a{
	display:block;
	cursor:pointer;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background:#0F4E6D;
	padding:14px 10px 15px 80px;
	min-height:1px;;
	color:#FFFFFF;
    font: 13px/18px 'kreonbold',sans-serif;    
}
#bloc-link-top a:hover{
    text-decoration: none;
}
#bloc-link-top .title{
    color:#73C4C2;
    text-transform:uppercase;
    font: 20px/26px 'kreonbold',sans-serif;
    /*line-height: 20px;*/
}

#bloc-link-top .link img{
	float:left;
	margin:-3px 0 0 -60px;
}


/*info-form*/
.info-form {
	position:relative;
	margin-bottom:5px;
	overflow:hidden;
}
.info-form .list {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:19px;
	left:19px;
	/*z-index:10;*/
}
.info-form .list li {
	vertical-align:top;
	width:100%;
	padding-bottom:10px;
}
.info-form .list li img {
	vertical-align:top;
	border:1px solid #ccc;
}
.info-form .select-form .holder {
	overflow:hidden;
	padding-bottom:6px;
}
.info-form fieldset {
    padding:0!important;
    margin:0!important;
    border:none!important;}
.gallery {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	position:relative;
	border:1px solid #ccc;
	padding:19px 0 18px;
	height:271px;
}
.slideset {
	border:1px solid #ccc;
	margin-right:19px;
	overflow:hidden;
	width:408px;
	float:right;
}
.slideset img{vertical-align:top;}
.slideset .label {
   background: url("../images/ico-label.png") no-repeat scroll 0 0 transparent;
    font: 17px/50px 'kreonbold',sans-serif;
    height: 50px;
    overflow: hidden;
    position: absolute;
    right: 8px;
    text-align: center;
    top: 7px;
    width: 50px;
}
.info-form .text {float:right;}
.info-form .text .heading {
	overflow:hidden;
	font:16px/32px 'kreonregular', sans-serif;
	color:#404040;
	padding:0 10px 16px 2px;
}
.info-form .text .heading span {
	float:right;
	background:url(../images/ico-star.png) no-repeat 100% 17px;
	padding:8px 19px 0 0;
}
.info-form .text h1 {
	margin:0;
	font:36px/38px 'kreonbold', sans-serif;
	color:#104e6d;
}
.info-form .text-holder {
	padding:0 8px 8px 2px;
	font-size:14px;
	line-height:17px;
}
.info-form .text p {margin:0 0 7px;}
.info-form .text .select-box {
	overflow:hidden;
	margin-bottom:-11px;
}
.info-form .text select {
	/*width:110px;*/
	float:left;
}
.info-panel{
margin-top: 15px;    
}
.info-form .text .info-panel .heading {
	overflow:hidden;
	font:12px/14px 'signikalight', sans-serif;
	text-align:right;
	border-bottom:1px solid #ccc;
	padding:0 10px 7px;
	margin-bottom:10px;
}
.info-form .text .info-panel .heading a {
	background:url(../images/arrow-02.png) no-repeat 0 4px;
	padding:0 0 0 14px;
	color:#104e6d;
}
.info-form .text .info-panel ul {
	margin:0;
	padding:0 0 1px;
	list-style:none;
	overflow:hidden;
}
.info-form .text .info-panel li {
	float:left;
	font:16px/20px 'kreonregular', sans-serif;
	background:url(../images/sep-02.gif) no-repeat;
	padding:10px 0 11px 13px;
}
.info-form .text .info-panel li:first-child {
	padding:6px 17px 11px 0;
	background:none;
}
.info-form .text .info-panel .cross {
	float:left;
	position:relative;
	color:#404040;
	font:24px/26px 'kreonregular', sans-serif;
	padding:3px 12px 0 5px;
}
.info-form .text .info-panel .cross .line {
	background:url(../images/line.png) no-repeat 50% 50% ;
	width:100%;
	height:100%;
	text-indent:-9999px;
	position:absolute;
	top:0;
	left:0;
}
.info-form .text .info-panel .label {
	background: url("../images/ico-label-mini.png") no-repeat scroll 0 0 transparent;
    float: left;
    font: 13px/34px 'kreonbold',sans-serif;
    height: 34px;
    margin: -1px 12px 0 0;
    text-align: center;
    width: 34px;
}
.info-form .text .info-panel .total {
	float:left;
	color:#104e6d;
	font:30px/32px 'kreonregular', sans-serif;
}
.info-form .text .info-panel .stock {padding:10px 15px 11px 14px;}
.info-form .text .info-panel .stock span {
	background:url(../images/arrow-03.png) no-repeat 100% 6px;
	padding-right:23px;
}
.info-form .text .info-panel .comment {
	background:url(../images/ico-05.png) no-repeat 100% 6px;
	padding-right:24px;
	color:#404040;
}
.info-form .text .info-panel .comment span {color:#104e6d;}
.info-form .text .info-panel .add {
	display:block;
	text-align:center;
	background:#faee4a;
	position:relative;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	color:#404040;
	font:20px/46px 'kreonbold', sans-serif;
	border:0;
	padding:0;
	margin:0;
	width:520px;
	height:46px;
	cursor:pointer;
}
.info-form .panel {
	overflow:hidden;
	border-bottom:1px solid #ccc;
	padding:0 0 5px 2px;
}
.info-form .social {
	float:right;
	font:14px/18px 'kreonregular', sans-serif;
	margin:0;
	padding:10px 0 0;
}
.info-form .social span {float:left;}
.info-form .social .share {
	float:left;
	margin:-4px 0 0 8px;
	padding:0;
	list-style:none;
}
.info-form .social .share li {
	float:left;
	margin-left:3px;
}
.info-form .social .share li a {
	text-indent:-9999px;
	background:url(../images/bg-social.gif) no-repeat;
	height:28px;
	overflow:hidden;
	display:block;
}
.info-form .social .share .facebook a {
	width:19px;
	background-position:-9px 0;
}
.info-form .social .share .mail a {
	width:20px;
	background-position:-31px 0;
}
.info-form .social .share .twitter a {
	width:20px;
	background-position:-54px 0;
}
.info-form .social .share .google a {
	width:65px;
	background-position:-77px 0;
}
.info-form .social .share img {vertical-align:top;}
.info-form .radio-area , .info-form .delivery-methode ul{
	overflow:hidden;
	background:url(../images/ico-06.png) no-repeat 2px 12px;
	padding:8px 0 0 36px;
}

.info-form  label {
	/*float:left;*/
	color:#404040;
	font:16px/20px 'kreonregular', sans-serif;
	margin:1px 6px 0 0;
}
.info-form .delivery-methode ul{
    list-style: none outside none;
    color:#404040;
	font:16px/20px 'kreonregular', sans-serif;
    display: block;
}
.info-form .delivery-methode li{    
    background: url("../images/arrow-03.png") no-repeat scroll 100% 6px transparent;
    padding-right: 23px;
    display: inline;
    margin-right: 10px;
}
/*twocolumns*/
.twocolumns {
	overflow:hidden;
	border: solid #ccc;
	border-width:1px 0;
	padding:14px 0 30px;
	margin-bottom:15px;
}
.twocolumns h3 {
	margin:0 0 15px;
	font:16px/20px 'kreonbold', sans-serif;
	text-transform:uppercase;
}
.twocolumns dl {
	margin:-3px 0 0;
	font:14px/17px 'signikalight', sans-serif;
	padding-bottom:7px;
}
.twocolumns dt {
	float:left;
	margin-right:4px;
}
.twocolumns dd {
	overflow:hidden;
	margin:0;
	color:#104e6d;
}
.twocolumns .specification {
	margin:0;
	padding:0 0 19px;
	list-style:none;
	font:14px/17px 'signikalight', sans-serif;
}
.twocolumns .specification li {
	width:100%;
	vertical-align:top;
}
.twocolumns .ttl {
	border-bottom:1px solid #ccc;
	font:12px/14px 'signikalight', sans-serif;
	padding-bottom:20px;
	margin-bottom:5px;
}
.twocolumns .ttl a {
	background:url(../images/arrow-02.png) no-repeat 0 4px;
	padding-left:14px;
	color:#104e6d;
}
.twocolumns .brands {
	margin:0 0 0 -12px;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.twocolumns .brands li {
	float:left;
	margin-left:15px;
}
.twocolumns .brands img {vertical-align:top;}

#product-labels{
    border: solid #ccc;
    border-width: 1px 0 0 0;
    padding-top: 20px;
    margin-top: 20px
}

.twocolumns .box-address {
	overflow:hidden;
	position:relative;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background:#f4f3e5;
	padding:17px 20px 0 22px;
}
.twocolumns .visual {
	float:right;
	width:230px;
	margin:3px 0 0 10px;
}
.twocolumns .visual img {vertical-align:top;}
.twocolumns .visual .map {
	background:#fff;
	padding:5px 5px 1px;
	margin-top:	44px;
}
.twocolumns .box-address .holder {
	overflow:hidden;
	color:#404040;
	font:16px/20px 'signikalight', sans-serif;
}
.twocolumns .box-address h3 {
	margin:0;
	font:18px/22px 'signikabold', sans-serif;
	color:#104e6d;
	text-transform:none;
}
.twocolumns .box-address strong {
	display:block;
	margin-bottom:4px;
}
address {
	font:14px/17px 'signikalight', sans-serif;
	padding-bottom:14px;
}
address span {
	display:block;
	padding-bottom:4px;
}
address span a:hover {color:#404040;}
address .home {
	background:url(../images/ico-07.png) no-repeat 0 2px;
	text-indent:16px;
}
address .mail {
	background:url(../images/ico-08.png) no-repeat 1px 5px;
	text-indent:19px;
}
address .phone {
	background:url(../images/ico-09.png) no-repeat 1px 1px;
	text-indent:19px;
}
address .site {
	background:url(../images/ico-10.png) no-repeat 2px 3px;
	text-indent:19px;
	margin-top:-4px;
}
.twocolumns .award {
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.twocolumns .award li {
	float:left;
	margin-right:10px;
}
.twocolumns .award img {vertical-align:top;}
/*gallery-box*/
.gallery-box.homepage{
    padding-top: 20px;
    border-top: 1px solid #CCCCCC;
}
.homepage .flexslider{
    margin: 0 0 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #CCCCCC;
}
.gallery-box h2 {
 	margin:0 0 11px;
	text-transform:uppercase;
	font:24px/28px 'kreonbold', sans-serif;
}
.gallery-box .flexslider {
	overflow:hidden;
	position:relative;    
}
.gallery-box .flex-viewport{margin:0 -10px;}
.gallery-box .slides {
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.gallery-box .slides li {
	float:left;
	position:relative;
	border:1px solid #ccc;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	margin:0 10px;
	padding:15px 15px;
}

.gallery-box .slides li .holder {
	width:210px;
	margin:0 auto;
	position:relative;
    border:1px solid #ccc;
    -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.gallery-box .slides li img {
	vertical-align:top;
	/*border:1px solid #cecece;*/
}

.gallery-box .slides .text {
	position:relative;
	background:#104e6d;
	color:#7accc8;
	font:12px/16px 'signikaregular', sans-serif;
	padding:7px 10px;
    min-height: 55px;
}
.gallery-box .slides .text h4{
	
	color:#faee4a;
	font: 13px/13px 'signikabold',sans-serif;
margin-top: 5px;
margin-bottom: 5px;
}
.gallery-box .slides .text h4 a{
    color:#faee4a;
}
.gallery-box .slides .text span a{
    text-transform:uppercase;
    color: #7ACCC8;
    font: 12px/16px 'signikaregular',sans-serif;
    margin-right:20px;
}
.gallery-box .slides .text a.details {
	position:absolute;
	bottom:8px;
	right:9px;
	color:#fff;
	font:12px/14px 'signikalight', sans-serif;
}
.gallery-box .slides .price-box {
	position:absolute;
	top:0;
	right:0;
	width:85px;
	text-align:center;
}
.gallery-box .slides .price {
	background:#73c4c2;
	color:#404040;
	font:16px/30px 'kreonbold', sans-serif;
	text-transform:uppercase;
	display:block;
	position:relative;
	height:30px;
}
.gallery-box .slides .price.new {background:#faee4a;}
.gallery-box .slides .price.old {
	line-height:20px;
	font-size:12px;
	height:20px;
}
.gallery-box .slides .line {
	position:absolute;
	top:50%;
	left:50%;
	background:url(../images/line-black.png) no-repeat;
	width:52px;
	height:9px;
	text-indent:-9999px;
	margin:-4px 0 0 -26px;
}
.gallery-box .slides .label {
	background: url("../images/label.png") no-repeat scroll 0 0 transparent;
    font: 13px/40px 'kreonbold',sans-serif;
    height: 40px;
    left: 10px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 40px;
}
/*
.flex-control-nav,
.flex-direction-nav{display:none;}
*/
.flex-control-nav{
    bottom: -30px;
    display:none;
}
#home-slider{    
}
#home-slider.flexslider{
    /*margin: 0 0 30px;*/ /* if flex-control is enable*/
    margin: 0;
}
#home-slider-countainer{
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    margin: 0 10px;
}


#search-nav .slides li{
    margin: 9px;
    padding: 15px;
}
/*#footer*/
#footer {
	width:100%;
	background:#f4f4f4;
	overflow:hidden;
	padding-bottom:66px;
}
#footer .footer-top{
	background:#333;
	padding:30px 0 31px;
}
#footer .footer-top .link{
	display:block;
	cursor:pointer;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background:#faee4a;
	padding:14px 10px 15px 80px;
	min-height:1px;
	font:15px/20px 'kreonbold', sans-serif;
	text-transform:uppercase;
	color:#104e6d;
}
#footer .footer-top .grid_4:first-child .link {padding-left:128px;} 
#footer .footer-top .link img{
	float:left;
	margin:-3px 0 0 -80px;
}
.footer-holder {
	background:#404040;
	width:100%;
	overflow:hidden;
	padding:30px 0 20px;
	margin-bottom:27px;
}
.letter-form {padding-bottom:13px;}
.letter-form .row {
	overflow:hidden;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	position:relative;
	background:#f4f4f4;
	padding:6px 0 0;
	margin-bottom:20px;
}
.letter-form .row .btn {
	float:left;
	background:#7accc8;
	text-transform:uppercase;
	padding:0;
	margin:-6px 6px 0 0;
	border:0;
	cursor:pointer;
	color:#404040;
	font:16px/30px 'kreonregular', sans-serif;
	height:40px;
	width:112px;
	text-align:center;
}
.letter-form .row .txt {
	float:left;
	padding:5px 6px 4px;
	border:0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	position:relative;
	-webkit-box-shadow:1px 1px 3px #bababa inset;
	-moz-box-shadow:1px 1px 3px #bababa inset;
	box-shadow:1px 2px 3px #bababa inset;
	color:#404040;
	font:14px/17px 'signikaregular', sans-serif;
	height:17px;
	width:201px;
}
.reseaux-ras-form .select-box {overflow:hidden;}
.reseaux-ras-form select {
	width:280px;
	float:left;
}
.reseaux-ras-form {
    margin-bottom: 20px;
}
.footer-holder .list {
	margin:0;
	padding:0;
	list-style:none;
	font-size:14px;
	line-height:17px;
}
.footer-holder .list li {
	width:100%;
	vertical-align:top;
}
.footer-holder .list a {color:#fff;}
.footer-holder .list a:hover {color:#fff;}
.footer-holder .links {
	margin:0;
	padding:0;
	list-style:none;
}
.footer-holder .links li {
	width:100%;
	vertical-align:top;
	padding-bottom:20px;
}
.footer-holder .links a {
	display:block;
	background:#676767;
	color:#faee4a;
	font:24px/32px 'kreonregular', sans-serif;
	text-transform:uppercase;
	position:relative;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	text-align:center;
	padding:7px 0 2px;
}
.footer-holder .links.left a {
	color:#FFFFFF;
}
.footer-holder .links a:hover {text-decoration:none;}
.footer-holder .links .logo01 a {padding:12px 0 8px;}
.footer-holder .links .logo02 a {padding:0;}
.footer-holder .links img {vertical-align:top;}
.footer-holder .social {
	text-transform:uppercase;
	position:relative;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background:#676767;
	color:#7accc8;
	font:24px/30px 'kreonregular', sans-serif;
	overflow:hidden;
	padding:8px 8px 3px 17px;
	margin-bottom:19px;
}
.footer-holder .social ul {
	float:right;
	margin:2px 0 0 0;
	padding:0;
	list-style:none;
}
.footer-holder .social ul li {
	float:left;
	margin-right:15px;
}
.footer-holder .social ul li a {
	display:block;
	text-indent:-9999px;
	background:url(../images/bg-social-01.png) no-repeat;
	width:21px;
	height:21px;
}
.footer-holder .social ul .twitter a {background-position:0 0;}
.footer-holder .social ul .facebook a {background-position:-35px 0;}
.footer-holder .social ul .google a {background-position:-71px 0;}
.footer-holder .social ul .rrs a {background-position:-107px 0;}
.facebook-plugin {
	position:relative;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:1px solid #676767;
	padding:4px 0 0;
}
.facebook-plugin img {
	vertical-align:top;
	position:relative;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.pay {
	color:#999;
	font-size:12px;
	line-height:16px;
	overflow:hidden;
	border: solid #676767;
	border-width: 1px 0;
	padding:10px 0 11px;
	margin-top:19px;
}
.pay span {
	float:left;
	padding:3px 21px 0 0;
}
.pay ul {
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.pay ul li {
	float:left;
	margin-right:14px;
}
.pay ul li a {
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	background:url(../images/bg-card.png) no-repeat;
	width:33px;
	height:20px;
}
.pay ul .card01 a {background-position:0 0;}
.pay ul .card02 a {background-position:-47px 0;}
.pay ul .card03 a {background-position:-93px 0;}
.pay ul .card04 a {background-position:-141px 0;}
.pay ul .card05 a {background-position:-187px 0;}
#footer h5 {
	margin:0 0 8px;
	color:#999;
	font:12px/14px 'signikalight', sans-serif;
}
/*partners*/
.partners {
	background:#fff;
	position:relative;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	overflow:hidden;
	width:100%;
	padding:16px 0 14px;
}
.partners ul {
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	float:left;
	left:50%;
}
.partners ul li {
	float:left;
	position:relative;
	left:-50%;
	margin:0 15px;
}
.partners ul li img {vertical-align:top;}

.read-more a{
    background: url("../images/arrow-02.png") no-repeat scroll 0 4px transparent;
    color: #104E6D;
    padding: 0 0 0 14px;
    font: 12px/14px 'signikalight',sans-serif;
    text-align: right;
    float: right;
    margin-top : 15px;
}
.read-less a{
    background: url("../images/arrow-04.png") no-repeat scroll 0 4px transparent;
    color: #104E6D;
    padding: 0 0 0 14px;
    font: 12px/14px 'signikalight',sans-serif;
    text-align: right;
    float: right;
    margin-top : 15px;
}

/* A LA UNE */
.bloc-a-la-une a{
    color: #FFFFFF;
}
.bloc-a-la-une a:hover{
    text-decoration: none;    
}
.bloc-a-la-une h4{
    -webkit-border-radius:4px 4px 0px 0px;
	-moz-border-radius:4px 4px 0px 0px;
    border-radius:4px 4px 0px 0px;
    font: 15px/16px 'signikabold',sans-serif;
    text-transform:uppercase;
    padding:10px 0px 10px 40px;
    margin: 0px;
}


#shop.bloc-a-la-une h4{        
    background: url("../images/etoile-boutique-une.png") no-repeat scroll 4px 7px transparent;
    background-color: #7ACCC6;
    overflow: hidden;
}
#actu.bloc-a-la-une h4{    
    background: url("../images/actu-une.png") no-repeat scroll 4px 7px transparent;
    background-color: #0F4E6D;
    overflow: hidden;
}
.bloc-a-la-une img{
    display:block;
    margin: 0px;
}
.bloc-a-la-une-footer{
    background-color: #404040;    
    font: 15px/18px 'signikabold',sans-serif;
    padding:10px;
    height: 45px;
    margin:0px;
    -webkit-border-radius:0px 0px 4px 4px;
	-moz-border-radius:0px 0px 4px 4px;
    border-radius:0px 0px 4px 4px;
}
#pub.bloc-a-la-une img{
    -webkit-border-radius:4px;
	-moz-border-radius:4px;
    border-radius:4px;
}
/* END A LA UNE */

/* PANIER */
/*@ basket*/

#cart{

    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    border: 1px solid #CCCCCC;
}
#cart a{
    color:#104E6D;
}
#cart table {
 border-collapse: collapse;
}
#cart tfoot{
    border-top: 1px solid #CCCCCC;
    padding-top: 20px;
}
tr.basket-header th {
      background: #676767;
      color: #FFF;
      font-weight: bold;
      text-align: center;
      padding:10px;
      font: 16px/16px 'kreonbold',sans-serif;
}
#cart table{

}
h1.cart{
    color:#104E6D;
}
tr.shop-header th {
      background: #FFF;
      color: #7ACCC8;
      font-weight: bold;
      text-align: left;
      padding:10px;
}
#cart td {
    vertical-align: middle;
    padding:5px;
}

#cart td.delete-product {
      width: 100px;
}
#cart td.delete-product a{
      color: #FF7519;
}
td.unit-price{
    text-align: center;
}
#cart_plus_moins a{
      font-size:16px;
      font-weight: bold;
      text-decoration: none;
      padding: 0px 5px 0px 5px;
}

#cart_plus_moins .quantity-more{
      position: relative;
      top: 2px;
}

td.basket-product {

}

td.basket-product-price {

}

td.basket-product-quantity {

}

.product.basket .img-factice {
      float: left;
      border: solid 1px #DDD;
      text-align: center;
      background: #FFF;
}

.product.basket .img-factice span {
      width: 48px;
      height: 48px;
}

.product.basket .img-factice a {
      display: block;
      width: 48px;
      height: 48px;
}

.product.basket .desc {
      margin-left: 60px;
}
td.quantity-input {
      text-align: right;
}
.quantity-input input{
      width: 25px !important;
}
td.stock {
      text-align: center;
}
.cart-total{
    font-weight: bold;
}
#code-promo{    
    padding:15px;
     
}
#checkout{
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    border: 1px solid #ccc;
    padding:5px;
}
#checkout h3{
    color:#104E6D;
    font:20px/24px 'kreonbold', sans-serif;
    text-align: center;
}
#checkout a{
    color:#104E6D;
    display: block;
}

#checkout .sum {
      font-weight: bold;
      margin-left:20px;
}

#checkout li {
      margin-bottom: 10px;
}

#recap-commande{
    margin-top: 5px;
    width: 100%;
    text-align: right;
}
#recap-commande p{
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
#recap-commande input{
    margin-top: 5px;
}
#recap-bottom p{
    text-align: center;
}

/* // PANIER */
.modal{
      display: none;
}
/* side context*/
#side-context ul, ol {
    margin: 0 0 9px 25px;
    padding: 0;
}
#side-context li {
    line-height: 18px;
}
/* // side context */

/* PAGE SHOP */
.shop-show-bloc-brown{
    background: none repeat scroll 0 0 #F4F3E5;
    border-radius: 3px 3px 3px 3px;
    overflow: hidden;
    padding-top:15px;
    margin-bottom: 20px;
}
.shop-show-bloc-brown .text-holder{
    border-bottom: solid 1px #DDD;
}
.shop-show-bloc-brown .comment{
    background: url("../images/ico-05.png") no-repeat scroll 100% 6px transparent;
    color: #404040;
    padding-right: 24px;
    font: 16px/20px 'kreonregular',sans-serif;
    margin: 15px;
    text-align: right;
}
.shop-show-bloc-brown h1{
    color: #104E6D;
    font: 18px/22px 'signikabold',sans-serif;
    margin: 0;
    text-transform: none;
}
.shop-show-bloc-brown h3{
    color: #104E6D;
    font: 18px/22px 'signikabold',sans-serif;
    margin: 0;
    /*text-transform: capitalize;*/
}
.shop-show-bloc-brown dt{
    float: left;
    margin-right: 4px;
}
.shop-show-bloc-brown dl.dl-horizontal dt{
    float: none;
    margin-right: none;
}
.shop-show-bloc-brown dd{
    font-weight: bold;
}
.shop-show-bloc-brown strong {
    display: block;
    margin-bottom: 4px;
}
.shop-show-bloc-brown ul{
    list-style:none;
    margin-left:0;
	padding:0;
}
.shop-show-bloc-brown .award {    
	margin:10px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	list-style:none;
	overflow:hidden;
}
.shop-show-bloc-brown .award li {
	float:left;
	margin-right:10px;
}
.shop-show-bloc-brown .award img {vertical-align:top;}

.shop-show-bloc-brown .social{
  float: right;
    font: 14px/18px 'kreonregular',sans-serif;
    margin: 0;
    padding: 10px 0 0;
}
#shop-show-bloc-white{
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    border: 1px solid #CCCCCC;
    padding:10px;
}
.opening-hours{
    background-color: #F4F3E5;
    padding:10px;
}
#shop-cgv {
    float: right;
    margin-right: 10px;
    margin-top:10px;
}

#donate-inline{
    margin: 25px 0px 5px 0px;
}
.paypaldonateimage{
    background: none repeat scroll 0 0 #FAEE4A;
    border-radius: 4px 4px 4px 4px;
    color: #104E6D;
    cursor: pointer;
    display: block;
    font: 16px/20px 'kreonbold',sans-serif;
    min-height: 1px;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}
.download-file{
    background: none repeat scroll 0 0 #676767;
    border-radius: 4px 4px 4px 4px;
    color: #FFF;
    cursor: pointer;
    display: block;
    font: 16px/20px 'kreonbold',sans-serif;
    min-height: 1px;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}
.shop-show-bloc-brown .bookmark{
    background: url("../images/ico-star.png") no-repeat scroll 100% 8px transparent;
    padding: 0px 19px 0 68px;
    font: 16px/32px 'kreonregular',sans-serif;
    margin-right: 15px;
}
#shop-actu h4{
  background: url("../images/actu-une.png") no-repeat scroll 4px 7px transparent;
    background-color: #0F4E6D;
    overflow: hidden;
    color: #FFF;
    -webkit-border-radius:4px 4px 0px 0px;
    -moz-border-radius:4px 4px 0px 0px;
    border-radius:4px 4px 0px 0px;
    font: 15px/16px 'signikabold',sans-serif;
    text-transform:uppercase;
    padding:10px 0px 10px 40px;
    margin: 0px;
}
.shop-actu-body{
  color:#FFF;
  background-color:  #676767;
  padding:15px;  
}
.shop-actu-body a {
   color:#FFF; 
}
#shop-products ul {
    padding:10px;
}
#shop-products li {
    margin: 10px;
    padding: 12px;
}


/* @comments */
#customers-comments{    
    margin-top: 20px;
}
a.comment-anchor {
      display: block;
      float: left;
      width: 30px;
      text-align: right;
      color: #666;
      font-weight: bold;
      font-size: 13px;
      line-height: 24px;
}

.comment {
      margin-bottom: 10px;
      border-bottom: dotted 1px #CCC;
      padding-bottom: 10px;
}

.comment h4 {
      font-size: 13px;
      /*line-height: 20px;*/
      margin-bottom: 0;
      font-weight: bold;
}

.comment .poll-rate {
      font-size: 13px;
}

.comment-top {
      display: block;
      margin-bottom: 20px;
}

.comment .content {
      margin-left: 35px;
      font-size: 15px;
}

.comment-tools {
      float: right;
      line-height: 20px;
      margin-left: 20px;
}

p.submitter {
      margin-bottom: 5px;
}

/* @comment form */
#comment-form {

}

#comment-form th {
      text-align: right;
}

.tr_body th,.tr_reason th {
      vertical-align: top;
      padding-top: 10px;
}

.tr_reason textarea {
      height: 100px;
}

#reportComment fieldset,#reportComment table {
      margin: 0;
}

.tr_reply_author,.tr_reply_author_delete {
      display: none;
}

/* @comment stars */
.stars {
      background-image: url(../images/stars.gif);
      background-repeat: repeat-x;
      height: 15px;
      background-position: top left;
}

.stars-wrapper {
      width: 83px;
      float: left;
}

.stars-value {
      background-position: 0 -18px;
      text-indent: -9999em;
}

.poll-rate {
      min-height: 20px;
}

.poll-rate .rate {
      float: left;
      padding: 0 4px;
      background: #666;
      color: #FFF;
      font-size: 11px;
      line-height: 15px;
      margin-left: 3px;
      -moz-border-radius: 0.2em;
}

.comment .poll-rate {
      display: inline-block;
      height: 15px;
      min-height: 15px;
      margin-top: 1px;
      margin-right: 5px;
}

/* pagination */
.pagination {
  margin: 20px 0;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 3px;
          border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
          border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
}

.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
          border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
          border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}

/* article page */
#article_show{
    background-color: #F2F3E3;
    margin-bottom: 25px;
    padding: 15px;
}
#article_show .visual img{
    padding:5px;
    background-color: #FFF;
    display: block;
}

.date-article{
    font: 16px/32px 'kreonregular', sans-serif;
    color: #104e6d;
}
#article_show .comment {
background: url(../images/ico-05.png) no-repeat 100% 6px;
padding-right: 24px;
font: 16px/32px 'kreonregular', sans-serif;
}
.bookmark span a {
background: url(../images/ico-star.png) no-repeat 100% 17px;
padding: 14px 19px 0 0;
font: 16px/32px 'kreonregular', sans-serif;
}
#article_show .social{
    margin-top: 15px;    
}
.show-all-article{
margin-top: 30px;

}
.show-all-article a{
background: url("../images/actu-une.png") no-repeat scroll 5px 5px transparent;
background-color: #0F4E6D;
padding: 8px 10px 8px 45px;
color: #FFF;
font: 15px/20px 'kreonregular', sans-serif;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
text-transform: uppercase;
}

#article_show h1{
    color: #104E6D;
    text-transform: uppercase;
    font: 24px/26px 'signikabold',sans-serif;
    margin: 0;
}
#article_show .attachment_file{
    margin: 20px 0px;
}
#article-chapeau{
    font: 16px/18px 'signikalight', sans-serif;
    font-weight: bold;
    margin:15px;
}
#article-body{
    font: 16px/18px 'signikalight', sans-serif;
    margin:15px;
    text-align:justify;
}
.article-inline.even{
    background-color : #F2F3E3;    
}
.article-inline{
    margin-bottom: 10px;
    padding:10px;
}
.article-inline .visual img{
    padding:5px;
    background-color: #FFF;
    display: block;
}
.article-inline .description{
    border-left: 1px solid #CCCCCC;
    padding-left: 15px;
}
.article-inline .summuary{
    font: 14px/14px 'signikalight', sans-serif;
    font-weight: bold;
}
.article-inline .body{
    font: 14px/14px 'signikalight', sans-serif;
}
.article-inline .read-more{
    float:right;
    margin-right: 15px;
}

/*@ signin form */
#signin-form th,
#signin-backend-form th {
      text-align: right;
}


/* formulaire de connexion */

#form-signin #customer, #form-signin #seller{
      margin: 40px;
      padding:10px;      
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      border:1px solid #CCCCCC;
}

#form-signin h3{
    font: 28px 'kreonbold', sans-serif;
    text-align: center;
}

#form-signin #customer{
      background-color: #7ACCC8;
      color: #404040;
}

#customer h3{
      color: #404040;      
}

#customer label{
      color: #404040;
}

#form-signin #seller{
      background-color: #104E6D;
      color:#FFFFFF;
}
#seller h3{
      color: #FFFFFF;
}
#form-signin #seller a{
    color: #FFFFFF;
}

/* adresses Book*/
.adresse-book li{
   width: 350px;
   display: block-inline;
}

.adresse-book li input{
   margin-left:200px;
   text-align:right;
}

/* order */
.block-labels label {
      display: block;
      color:#666666;
      font-size:14px;
      font-weight:bold !important;
      text-align:left;
      width: 100%;
      margin-bottom: 10px;
}
#order-form .radio-group input{
      float: left;
}

#order-form address{
      float: left;
      margin-left: 10px;
      margin-right: 40px;
}

#order-form .button{
      margin-right: 20px;
}

/* registration seller page */
#register-link {

      text-align: right;
      margin-top: 10px;
}
#register-link a{
      background-color: #104E6D;
      font-weight: bold;
      font-size: 14px;
      color : #FFF;
      padding : 10px;
      -moz-border-radius:4px;
}

.expander a {
    color: #104e6d;
}

/* user-dashboard */
#user-dashboard ul{
    margin-top: 50px;
}
#user-dashboard li{        
    padding: 10px;
    display: inline;
}
#user-dashboard a{            
    color:#104E6D;
}
#my-adress li,
#sf_apply_apply_form li
{
    list-style: none;
}
#my-adress label, 
#sf_apply_settings_form label,
#sf_apply_apply_form label
{
    margin-top: 7px;
    display: block;
}
.ui-dialog-hide{
    margin: 10px 0;
}
#my-adress input[type=text], #my-adress input[type=password],
#sf_apply_settings_form input[type=text], #sf_apply_settings_form input[type=password],
#sf_apply_apply_form input[type=text], #sf_apply_apply_form input[type=password],
#contact_email
{
    height: 20px;
}
#my-adress select, 
#sf_apply_settings_form select,
#sf_apply_apply_form select
{
    height: 25px;
    border: 1px solid #bbb;
}

#new-account-form{
    width: 360px;
    margin: auto;
    padding: 0px 20px 20px 20px;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}
.error_list {
      margin: 0;
      color: red;
      font-size: 0.917em;
      float:right;
}

.error_list li {
      list-style-type: circle;
}

.quote label{
    display: block;
}

.page ul, article-chapeau ul, #article-body ul{
    list-style-type: disc;
}

.select-search{
    width: 100%;
    min-height: 30px;
    height: 30px;
    line-height: 30px;        
    background-color: #ffffff;
    border: 1px solid #cccccc;
    font: 16px/18px 'signikalight',sans-serif;
    /*font-size: 14px;*/
    margin-bottom: 3px;
}

/* tabs */
#tabs ul, #tabs_container, #tabs_container div{
    padding-left: 5px!important;
}
#tabs_container div{
    top: 20px!important;
}

.text-holder li:before {
    content: "• "; /* caractère UTF-8 */
}

