@charset "utf-8";
body, div, p, ul, ul li, table, form, dl, h2, h3, h4, h5, h6, dl, dt, dd {
	margin:0;
	padding:0;/*
	outline:1px solid #ccc;*/
}
h1 {
color: #fff;
    font-family: "Encode Sans Expanded",sans-serif;
    font-size: 1.5em;
    font-weight: normal;
    margin-top: 5px;
    padding: 0;
    text-align: center;
}
h2 {
	color: #666;
    font-family: "Encode Sans Expanded",sans-serif;
    font-size: 2em;
    font-weight: normal;
    margin-top: 5px;
    padding: 0;
    text-align: center;
}
.catalogue-jardin-pre{
    border-bottom: 0 solid #9f9fa1;
    color: #666;
    font-family: "Encode Sans Expanded",sans-serif;
    font-size: 14px;
    line-height: 30px;
    margin: 0;
    padding: 1% 2%;
    text-align: center;
    width: 73%;
}
.txt-accueil h2 {}
.txt-accueil {
    border: 1px solid #fff;
    border-radius: 10px;
    color: #666;
    font-family: "Encode Sans Expanded",sans-serif;
    font-size: 14px;
    line-height: 30px;
    margin: 0 0 83px;
    padding: 2%;
    text-align: justify;
    width: 80%;
}
.distributeur-lacordeline {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    margin: 20px 0 0;
    text-align: center;
    width: 100%;
}
body {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	background-color:#cad401;
	color:#999;
}
a {
	color:#333333;
	text-decoration:none;
}
a:hover {
	color:#330099;
}
a img {
	border:none;
	text-decoration:none;
}
ul {
	list-style:none;
}
.clear {
	clear:both;
}
.hide {
	display:none;
}
.addtop {
	margin-top:10px;
}
#hint {
	display:none;
	position:absolute;
	left:0;
	top:0;
	padding:8px;
	color:#000;
	max-width:200px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background-image:url(w80.png);
	z-index:99999;
}
#hint a {
	color:#000;
}
#hint span.nr {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-color:#F18733;
	font-weight:bold;
	font-style:normal;
	padding:1px 3px;
	color:#fff;
}
#modal {
	display:none;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:99998;
	background-image:url(k80.png);
}
#modal .panel {
	margin:120px auto 0 auto;
	width:400px;
	padding:20px 15px 15px 15px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background: #CAD401;
	text-align:center;
	font-size:14px;
	color:#000;
}
#modal .panel h3 {
	margin-bottom:10px;
}
#modal .buttons {
	display:block;
	margin-top:10px;
	text-align:center;
	line-height:40px;
}
#modal .buttons a {
	padding:5px 10px;
	margin:5px;
	color:#000;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color:#eee;
	border:3px solid #999;
	white-space:nowrap;
}
#modal .buttons a.active {
	border-color:#444;
}
#modal .buttons a:hover {
	background-color:#fff;
	border-color:#000;
}

#splash {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0px;
	background-color:#cad401;
	overflow:auto;
	z-index:10;
	font-family: 'Encode Sans Expanded', sans-serif;
}
#splash #header {
    background-position: center 0;
    background-repeat: no-repeat;
    border-radius: 0 0 12px 12px;
    height: 148px;
    margin: 0 auto;
    position: relative;
    width: 92%;
	-moz-border-radius:0 0 12px 12px;
	-webkit-border-bottom-right-radius:12px;
	-webkit-border-bottom-left-radius:12px;
}
#splash #header #title {
    background-image: transparent;
    color: #fff;
    padding: 13px;
    text-align: left;
	height: 11em;
}
#splash #header #title #parent {
	float:left;
	display:inline;
	width:40px;
	height:40px;
	margin:0 20px 20px 0;
	background-image:url(parent.png);
	background-repeat:no-repeat;
	background-position:center 0;
	cursor:pointer;
}
#splash #header #title #parent:hover {
	background-position:center -40px;
}
#splash #header #title #parent a {
	line-height:40px;
	display:block;
}
#splash #header #title .texts {
	float:left;
	display:inline;
	width:80%;
}
#splash #header #title h2 {
	font-size:40px;
	font-weight:normal;
	color: #cad401;
}
#splash #header #title h6 {
	display:none;
	font-size:14px;
	font-weight:normal;
}
#splash #header:hover #title h6 {
	display:block;
}
#tweetTwitter,
#likeFacebook {
	float:right;
	display:inline;
	height:20px;
	margin-top:10px;
}
#likeFacebook {
	width:100px;
}
#tweetTwitter {
	width:55px;
	margin-right:10px;
}
#share {
	position:relative;
	float:right;
	display:inline;
	margin: 0;
}
#share a {
    border-radius: 3px;
    padding: 3px 5px;
    width: 74px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#share a:hover, #shares {
	background:#CAD401;
}
#share a img {
	vertical-align:bottom;
}
#shares {
    border-radius: 3px;
    margin: 0;
    padding: 2px;
    position: absolute;
    right: 102px;
    top: 13px;
    z-index: 888;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	display:none;
}
#shares a {
	padding:2px 4px;
}
#shares a:hover {
	background-color:#d5df22;
}
#share a, #shares a {
    border: 1px solid #666;
    color: #333;
    display: block;
    font-size: 10px;
    line-height: 13px;
}
#shares a img {
	vertical-align:middle;
}
#splash #header #starttext {
	position:absolute;
	display:none;
	bottom:13px;
	right:120px;
	height:90px;
	line-height:90px;
	font-size:1.6em;
	color:#ccc;
}
#splash #header #startbtn {
	position:absolute;
	bottom:12px;
	right:12px;
	width:90px;
	height:90px;
	background-image:url(startshow.png);
	background-repeat:no-repeat;
	background-position:center 0;
	cursor:pointer;
}
#splash #header #startbtn:hover {
	background-position:center -90px;
}
#splash #galleries {
display: inline;
    margin: 0;
	/*overflow:hidden;*/
}
.scrup,
.scrdn {
	position:absolute;
	right:0;
	width:20px;
	height:20px;
	line-height:20px;
	background-repeat:no-repeat;
	background-position:0 center;
	cursor:pointer;
}
.scrup:hover,
.scrdn:hover {
	background-position:-20px center;
}
.scrup {
	top:0;
	background-image:url(up.png);
	z-index:990;
}
.scrdn {
	bottom:0;
	background-image:url(down.png);
	z-index:991;
}
.scrbar {
	position:absolute;
	right:3px;
	width:14px;
	top:20px;
	bottom:20px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-image:url(w80.png);
	cursor:pointer;
	display: none;
}
.scrbar div {
	position:absolute;
	top:1px;
	left:1px;
	right:1px;
	height:5px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color:#cad401;
}
.scrbar div img {
	width:100%;
	height:100%;
}

#splash #galleries table {
	display:block;
	position:relative;
}
#splash #galleries td.folder {
	vertical-align:top;
	width:220px;
	min-height:166px;
	padding:10px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background-image:url(w10.png);
	overflow:hidden;
}
#splash #galleries td.folder:hover {
	background-image:url(w20.png);
}
#splash #galleries td.folder .thumb {
	position:relative;
	margin:0 auto;
	height:152px;
	text-align:center;
	width:220px;
	overflow:hidden;
}
#splash #galleries td.folder .thumb a img {
	max-width:220px;
	max-height:152px;
	border:none;
}
#splash #galleries .data {

	text-align:center;
	margin-top:10px;
}
#splash #galleries h4 {
	margin-bottom:10px;
}
#splash #galleries p {
	margin-top:10px;
}
#grid {
	position:relative;
	width:100%;
	/*overflow:hidden;*/
}
#grid ul.thmb {
	margin-left:0;
}
#splash #footer {
    background: rgba(0, 0, 0, 0) url("k60.png") repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    font-size: 16px;
    height: 24px;
    line-height: 20px;
    margin: 0 auto;
    padding: 10px 0;
    position: fixed;
    text-align: center;
    width: 100%
}
#images {
	position:absolute;
	left:0;
	right:0;

}
#images a {
	color:#fff;
	text-decoration:none;
	outline:none;
}
#navigation {
	position:absolute;
	top:-0px;
	left:0;
	right:0;
	margin:0;
	z-index:999;
}
#controls {
	margin:0 auto;
	width:340px;
	height:auto;
	top: 0;
	-moz-border-radius:0 0 12px 12px;
	-webkit-border-bottom-right-radius:12px;
	-webkit-border-bottom-left-radius:12px;
	border-radius:0 0 12px 12px;
	background-image:url(k50.png);
	z-index:999;
}
#controls a {
	display:block;
}
#controls ul {
	margin:0;
}
#controls ul li {
	float:left;
	display:inline;
	width:40px;
	height:60px;
	line-height:60px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:center 0;
	margin-top: -8px;
}
#controls ul li:hover {
	background-position:center -60px;
}	
#controls ul li#prev {
	width:60px;
	background-image:url(prev.png);	
}
#controls ul li#up {
	background-image:url(upbtn.png);	
}
#controls ul li#resize {
	background-image:url(window-full.png);	
}
#controls ul li#noresize {
	display:none;
	background-image:url(window-sml.png);	
}
#controls ul li#index {
	background-image:url(thumbs-show.png);	
}
#controls ul li#noindex {
	display:none;
	background-image:url(thumbs-hide.png);	
}
#controls ul li#info {
	background-image:url(info-show.png);	
}
#controls ul li#noinfo {
	display:none;
	background-image:url(info-hide.png);	
}
#controls ul li#play {
	width:60px;
	background-image:url(play.png);	
}
#controls ul li#pause {
	display:none;
	width:60px;
	background-image:url(pause.png);	
}
#controls ul li#next {
	width:60px;
	background-image:url(next.png);	
}
#pics {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	overflow:hidden;
}
#thumbs {
	-moz-border-radius:0 0 12px 12px;
	-webkit-border-bottom-right-radius:12px;
	-webkit-border-bottom-left-radius:12px;
	border-radius:0 0 12px 12px;
	background-image:url(k50.png);
    display: block;
    height: 133px;
    margin: -11px auto 0;
    overflow: hidden;
    position: relative;
    width: 82%;
    z-index: 998;
}
#thumbs #thumbcnt {
	position:relative;
	top:10px;
	margin:0 40px;
	height:176px;
	overflow:hidden;
}
#thumbs #thumbcnt ul.thmb {
	position:absolute;
	left:0;
	top:0;
	height:176px;
}
ul.thmb li {
    border-radius: 4px;
    display: inline;
    float: left;
    margin: 10px;
    overflow: hidden;
    position: relative;
    text-align: center;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#galleries ul.thmb li {
    height: auto;
    margin: 3em 35%;
    min-width: auto;
    text-align: center;
    width: 30%;
}
#thumbs ul.thmb li {
	width:140px;
}
ul.thmb li:hover {
	background-color:transparent;
}
ul.thmb li.active {
	background-color:transparent;
}
ul.thmb li a {
	display:table-cell;
	vertical-align:middle;
	position:relative;
	padding:0;
	overflow:hidden;
	text-align:center;
	background-image:url(load.gif);
	background-repeat:no-repeat;
	background-position:center center;

}
#galleries ul.thmb li a {
    height: auto;
    width: 400px;
}
#thumbs ul.thmb li a {
    height: auto;
    width: 140px;
}
ul.thmb li a img {
	vertical-align:middle;
	border:0;
	outline:none;
	width: 100%;
}
#thumbs ul.thmb li a img {
	max-width:140px;
}
ul.thmb li a b {
	vertical-align:middle;
	display:inline-block;
	height:100%;
	font-size:10px;
}
td.folder .thumb a span,
ul.thmb li span {
	position:absolute;
	z-index:99;
	width:15px;
	height:15px;
	background-image:url(new.png);
	background-repeat:no-repeat;
}
td.folder .thumb a span {
	top:0;
	right:0;
}
ul.thmb li span {
	top:5px;
	right:5px;
}
ul.thmb li a b {
	font-size:10px;
}
#thumbs #scroll-left {
	position:absolute;
	left:10px;
	top:10px;
	width:24px;
	height:100px;
	background-image:url(left.png);
	background-repeat:no-repeat;
	background-position:0 center;
}
#thumbs #scroll-left:hover {
	background-position:-24px center;
	cursor:pointer;
}
#thumbs #scroll-right {
	position:absolute;
	right:10px;
	top:10px;
	width:24px;
	height:100px;
	background-image:url(right.png);
	background-repeat:no-repeat;
	background-position:0 center;
}
#thumbs #scroll-right:hover {
	background-position:-24px center;
	cursor:pointer;
}
#thumbs #close {
	position:absolute;
	right:6px;
	top:190px;
	width:20px;
	height:20px;
	background-image:url(close.png);
	background-repeat:no-repeat;
	background-position:0 center;
}
#thumbs #close:hover {
	background-position:-20px center;
	cursor:pointer;
}
#images {
	background-color:#cad401;
	height: 100%;
}
#images .current,
#images .swap {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	overflow:hidden;
}
#images .current {
	z-index:1;
}
#images .swap {
	display:none;
	z-index:2;
}
#images .current img,
#images .swap img {
	position: absolute;
	-ms-interpolation-mode:bicubic;
	border:0px solid #ffffff;
	border-radius: 5px;
	text-align: center;
}
#images .wait {
	display:none;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0px;
	background-image:url(wait.gif);
	background-position:center center;
	background-repeat:no-repeat;
	z-index:3;
}
#images .bottom {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	z-index:99;
}
#images .caption {
	position:relative;
	width:80%;
	margin:0 auto;
	padding:5px 15px 10px 15px;
	text-align:left;
	color:#fff;
	-moz-border-radius:12px 12px 0 0;
	-webkit-border-top-left-radius:12px;
	-webkit-border-top-right-radius:12px;
	border-radius:12px 12px 0 0;
	background-image:url(k50.png);
	z-index:997;
}
#images .caption h2 {
	margin-top:10px;
	font-size:18px;
}
#images .caption .comment {
	margin-top: 14px;
    text-align: left;
	text-shadow: 0 0 8px #000;
}
#images .caption .comment a {
	color:#333333;
}
#images .caption .comment a:hover {
	color:#330099;
}
#images .caption .menu {
	float:right;
	display:inline;
	margin:10px 0 10px 15px;
	height:20px;
	line-height:20px;
}
#images .caption .menu a.btn,
#images .caption .menu div.shares {
	float:left;
	display:inline-block;
	height:20px;
	margin-left:5px;
	padding:2px 5px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-color:#cad401;
	border:1px solid #333;
	color:#000;
}
#images .caption .menu a.btn {
	line-height:20px;
	padding:2px 5px 2px 28px;
	background-position:4px 2px;
	background-repeat:no-repeat;	
}
#images .caption .menu div.shares:hover,
#images .caption .menu a.btn:hover {
	border:1px solid #666;
}
#images .caption .menu a.active {
	border:1px solid #ccc;
	color:#fff;
}
#images .caption .menu div.shares a {
	display:inline-block;
}
#images .caption .menu div.shares a img {
	vertical-align:middle;
	border:none;
}
#images .caption .menu span.nr {
	float:left;
	display:inline-block;
	line-height:20px;
	margin-left:5px;
	padding:3px 6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background-image:url(w10.png);
	color:#fff;
}
#images .caption .menu span.nr b {
	color:#fff;
}
.shop-icon {background-image:url(shop.png);}
.meta-icon {background-image:url(meta.png);}
.download-icon {background-image:url(download.png);}
.map-icon {background-image:url(map.png);}
.print-icon {background-image:url(print.png);}

#images .caption .meta {
	display:none;
	margin-top:10px;
	font-size:10px;
	color:#ccc;
	overflow:hidden;
}
#images .caption .meta b {
	color:#fff;
}
#images .caption .map {
	display:none;
	clear:both;
	width:100%;
	height:auto;
	margin-top:10px;
	overflow:hidden;
}
#images .caption .shop {
	display:none;
	clear:both;
	margin-top:10px;
	line-height:30px;
	overflow:hidden;
}
#images .caption .shop form {
	float:left;
	display:inline;
	line-height:30px;
}
#images .caption .shop form input {
	vertical-align:middle;
	margin:0 10px;
}
#images .caption .shop form.view {
	margin-top:5px;
}
#images .caption .shop form #shopSelect,
#images .caption .shop form #shopQuantity,
#images .caption .shop form #shopAmount {
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #333;
	padding:3px 6px;
}
#images .caption .shop form #shopAmount {
	background-color:#000;
	font-weight:bold;
	text-align:right;
	color:#fff;
}
#help {
	display:none;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	overflow:hidden;
	z-index:9999;
}
#help .window {
	position:relative;
	width:640px;
	min-height:280px;
	max-height:80%;
	margin:40px auto 0 auto;
	padding:20px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	border:3px solid #444;
	background-color:#000;
	background-repeat:no-repeat;
	background-position:20px 64px;
}
#help .window .close {
	position:absolute;
	right:4px;
	top:4px;
	width:20px;
	height:20px;
}
#help .window .close a {
	display:block;
	line-height:20px;
	background-image:url(close.png);
	background-repeat:no-repeat;
	background-position:-20px 0;
}
#help .window img.main {
	position:absolute;
	left:20px;
	top:20px;
}
#help .window h2 {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #666;
	text-align:center;
	color:#fff;
}
#help .window h2 a {
	color:#999;
}
#help .window h2 a:hover {
	color:#ddd;
}
#help .window p,
#help .window ol {
	padding-left:360px;
}
#help .window ol li {
	margin:10px 10px 10px 0;
}
#help .window em {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding:2px 5px;
	margin-left:10px;
	background-color:#333;
	font-style:normal;
	color:#fff;
	font-size:10px;
	white-space:nowrap;
}
#help .window b {
	font-weight:normal;
	color:#fff;
}
#helpsplash {
	display:none;
	background-image:url(help-splash.png);
}
#helpimage {
	display:none;
	background-image:url(help-img.png);
}

#mp3player {
	position:fixed;
	right:5px;
	top:5px;
	width:60px;
	height:20px;
	z-index:9999;
}

.player {
	position:absolute;
	width:640px;
	height:480px;
}
.qtplayer {
	height:496px;
}
.wmplayer {
	height:544px;
}
.flvplayer {
	height:515px;
}

#noscript {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:999;
	overflow:auto;
	background-color:#cad401;
}
#noscript div.head {
	width:1000px;
	margin:20px auto;
}
#noscript div.head p {
	margin:10px 0;
}
#noscript div.oneimg {
	width:1000px;
	margin:20px auto;
	outline:1px solid #999;
	text-align:center;
}
#noscript div.oneimg a img {
	outline:none;
	border:none;
}
#noscript div.caption {
	text-align:left;
	padding:10px 20px;
}
.edito-den {
width: 59%;
text-align: justify;
padding: 2rem;
font-size: 1rem;
background: #fff;
font-weight: normal;
border-radius: 12px;}