/* Global Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
       background: transparent;
       border: 0;
       font-size: 100%;
       margin: 0;
       outline: 0;
       padding: 0;
       vertical-align: baseline;
}
blockquote, q {
       quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
       content: '';
       content: none;
}
ol, ul {
       list-style: none;
}
table {
       border-collapse: collapse;
       border-spacing: 0;
}
a {
	text-decoration: none;
    color: #000;
}

/* Website */
body{
    color: #000;
    font: normal 12px "Trebuchet MS",Verdana,"Lucida Grande",Tahoma,Helvetica,Sans-Serif;
    background: url(img/background-website.png) repeat #fff;
}
#website {
    width: 980px;
    margin: 0 auto;
}
.index #website {
	background: #FFF;
}
.inWebsite {
    background: url(img/menu-background.png) no-repeat 20px 123px;
    overflow: hidden;
}
.index .inWebsite {
    background: none;
}
.dashed {
    border-bottom: 1px dashed #ADD47C;
    height: 1px;
}
.clb {
    clear: both;
}
.i {
    font-style: italic;
    color: #339933;
}
.cg {
    color: #339933;
}
.b {
    font-weight: bold;
}
.bgcg {
    background-color: #244900;
}
.rnd2 {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.link {
	cursor: pointer;
    color: #244900;
}
.link:hover {
	text-decoration: underline;
}

/* Header */
.header {
    background: url(img/logo.png) no-repeat 20px 2px;
}
.index .header {
    background: url(img/logo-index.png) #bcbcbc no-repeat 20px 2px;
    height: 102px;
}
.header h1,  .header h5{
    font-size: 1.7em;
    font-weight: normal;
    width: 400px;
    float: left;
    margin: 0 0 0 20px;
}
.header h1 a,  .header h5 a {
    display: block;
    padding: 79px 0 0 0;
}
.index .header h1 a, .index .header h5 a {
    padding: 36px 0 0 200px;

}


.header h1 a span, .index .header h5 a span {
    color: #000;
}

.index .header h1, .index .header h5 {
    width: 980px;
    float: left;
}
.header h1 a, .header h5 a{
    color: #b1d683;
}
.index .header h1 a, .index .header h5 a{
    color: #fff;
}
.header .sep {
    background: url(img/sep-header.png) no-repeat top left;
    height: 21px;
    clear: both;
}
.header .menu-head {
    float: right;
    width: 540px;
    margin: 49px 10px 0 0;
}
.header .inMenu-head {
    text-align: right;
    color: #355025;
    font-size: 1.1em;
}
.header .inMenu-head a.selected {
    color: #339933;
}

.index .header .menu-head {
    display: none;
}

/* Content Page */
.page {
	width: 760px;
	float: right;
}

.inPage {
    padding: 0 0 0 8px;
}
.index .inPage {
    padding: 0;
}

.index .page {
	width: 980px;
    height: 500px;
    background: url(img/background-index.png) no-repeat bottom left;
}
.page .container {
    width: 364px;
    float: left;
}
.page .image {
    width: 360px;
    float: right;
}
.page .image img.big {
    width: 360px;
}
.page ul li {
    padding-left: 30px;
}
.index .dashed {
    display: none;
}
.page h2, .page h1 {
    color: #339933;
    font-size: 1.6em;
    font-weight: normal;
    margin-top: 10px;
}
.page h3 {
    color: #244900;
    font-size: 1.3em;
    font-weight: normal;
}
.page h4, .page h2 {
    color: #339933;
    margin-top: 20px;
    font-size: 1.2em;
}
.page p {
    margin: 10px 0;
}

.concepts .page .sep-title {
    /*background: url(img/sep-title-concepts.png) no-repeat top left;
    width: 279px;
    height: 11px;*/
    display: none;
}

/* Slides */
.slideshow {
	width: 360px;
	position: relative;
}
.slideshow .holder {
	width: 292px;
	position: relative;
	overflow: hidden;
	z-index: 2;
    margin: 0 auto;
}
.slideshow .holder ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 30000px;
}
.slideshow .holder ul li {
	float: left;
	padding: 0 0 1px 0;
}
.slideshow .holder ul li img {
    display: block;
    height: 80px;
    cursor: pointer;
}
/* fade */
.slideshow-fade { width: 240px; }
.slideshow-fade .holder ul {
	width: 100%;
    height: 80px;
}
.slideshow-fade .holder ul li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: 80px;
}
.paging {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 100;
}
.paging li {
	padding: 0 10px 0 0;
	float: left;
}
.paging li a {
	width: 14px;
	height: 14px;
	display: block;
	background-color: red;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
.paging li a.active {
	background-color: yellow;
	color: red;
}
.next, .prev {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
	width: 16px;
	height: 22px;
	background: url(img/slide-btn-next.png) no-repeat;
	z-index: 20;
	overflow: hidden;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
}
.next-disable { display: none; }
.prev {
	background: url(img/slide-btn-prev.png) no-repeat;
	right: auto;
	left: 0;
}
.prev-disable { display: none; }
.control {
	font-size: 18px;
	line-height: 21px;
}

/* Footer */
.footer {
    height: 100px;
	clear: both;
}
.index .footer {
    background: url(img/background_footer.png) no-repeat;
    height: 86px;
}

.footer .sep {
    background: url(img/sep-footer.png) no-repeat top left;
    height: 22px;
}

.footer .content .top {
    font-size: 10px;
}
.footer .content {
    padding-top: 10px;
    font-size: 9px;
    color: #000;
    text-align: center;
}

.footer .content a {
    color: #000;
    text-decoration: none;
}

/* Menu */
.menu {
	width: 220px;
	float: left;
}
.inMenuTop {
    background: url(img/menu-background-top.png) no-repeat 20px 0px;
    width: 220px;
    height: 123px;
}
.menu .cat-title {
	font-size: 2.1em;
}
.menu .cat-title .subtitle {
	font-size: 0.5em;
}
.menu .bien_etre {
    color: #579acf;
    margin-top: 10px;
}
.menu .nature {
    color: #7ab680;
}
.menu .terroir {
    color: #982222;
    margin-top: 10px;
}
.menu .divertissement {
    color: #e38564;
    margin-top: 10px;
}
.menu .sep-title {
    width: 200px;
    height: 9px;
    margin-bottom: 10px;
}
.menu .bien_etre .sep-title {
    background: url(img/sep-menu-title-bien_etre.png) no-repeat 10px 0px;
}
.menu .nature .sep-title {
    background: url(img/sep-menu-title-nature.png) no-repeat 10px 0px;
}
.menu .terroir .sep-title {
    background: url(img/sep-menu-title-terroir.png) no-repeat 10px 0px;
}
.menu .divertissement .sep-title {
    background: url(img/sep-menu-title-divertissement.png) no-repeat 10px 0px;
}
.menu .cat-content {
	color: #000;
}
.menu li {
	margin: 0 0 0 24px;
}
.menu .subcat-title {
	cursor: pointer;
	text-decoration: none;
}
.menu .bien_etre .subcat-title:hover, .menu .bien_etre .subcat-title a:hover, .menu .bien_etre .subcat-content a:hover, .menu .bien_etre .selected a, .menu .bien_etre .selected {
    color: #579acf;
	text-decoration: underline;
}
.menu .nature .subcat-title:hover, .menu .nature .subcat-title a:hover, .menu .nature .subcat-content a:hover, .menu .nature .selected a, .menu .nature .selected {
    color: #7ab680;
	text-decoration: underline;
}
.menu .terroir .subcat-title:hover, .menu .terroir .subcat-title a:hover, .menu .terroir .subcat-content a:hover, .menu .terroir .selected a, .menu .terroir .selected {
    color: #982222;
	text-decoration: underline;
}
.menu .divertissement .subcat-title:hover, .menu .divertissement .subcat-title a:hover, .menu .divertissement .subcat-content a:hover, .menu .divertissement .selected a, .menu .divertissement .selected {
    color: #e38564;
	text-decoration: underline;
}

/* Footer menu */
.page .menu-foot {
    margin: 10px 0;
}
.page .menu-foot a {
    color: #244900;
}
.page .inMenu-foot {
    text-align: right;
    color: #355025;
}
.index .page .menu-foot {
    display: none;
}

/* Index menu */
.index .sub-menu {
    margin: 0 auto;
    opacity: 0;
}

.index .sub-menu .normal div {
    display: block;
    margin: 70px 10px 0 22px;
    width: 200px;
    height: 204px;
    float: left;
	cursor: pointer;
}
.index .sub-menu .normal .bien_etre { background: url(img/bien_etre.png) no-repeat; }
.index .sub-menu .normal .nature { background: url(img/nature.png) no-repeat; margin-top: 200px; }
.index .sub-menu .normal .terroir { background: url(img/terroir.png) no-repeat; margin-top: 110px; }
.index .sub-menu .normal .divertissement { background: url(img/divertissement.png) no-repeat; margin-top: 190px; }

.index .sub-menu .minimaxi {
    overflow: hidden;
    display: none;
}
.index .sub-menu .mini {
    width: 490px;
    float: left;
}
.index .sub-menu .maxi {
    width: 490px;
    float: left;
}

.index .sub-menu .mini div {
    display: block;
    width: 170px;
    height: 134px;
	cursor: pointer;
}
.index .sub-menu .mini .bien_etre { background: url(img/mini_bien_etre.png) no-repeat; }
.index .sub-menu .mini .nature { background: url(img/mini_nature.png) no-repeat; }
.index .sub-menu .mini .terroir { background: url(img/mini_terroir.png) no-repeat; }
.index .sub-menu .mini .divertissement { background: url(img/mini_divertissement.png) no-repeat; }

.index .sub-menu .maxi div {
    display: block;
    width: 490px;
    height: 420px;
}
.index .sub-menu .maxi a {
	color: #FFF;
	font-size: 1.5em;
	display: block;
}

.index .sub-menu .maxi .bien_etre { background: url(img/maxi_bien_etre.png) no-repeat; padding: 222px 0 0 150px; }
.index .sub-menu .maxi .nature { background: url(img/maxi_nature.png) no-repeat; padding: 172px 0 0 0; }
.index .sub-menu .maxi .terroir { background: url(img/maxi_terroir.png) no-repeat; padding: 200px 0 0 220px; }
.index .sub-menu .maxi .divertissement { background: url(img/maxi_divertissement.png) no-repeat; padding: 190px 0 0 0;  }

.index .sub-menu .maxi .nature .inNature { width: 260px; text-align: right; }
.index .sub-menu .maxi .divertissement .inDivertissement { width: 234px; text-align: right; }

.index .sub-menu .maxi .bien_etre a:hover { color: #579acf; text-decoration:underline; }
.index .sub-menu .maxi .nature a:hover { color: #7ab680; text-decoration:underline; }
.index .sub-menu .maxi .terroir a:hover { color: #982222; text-decoration:underline; }
.index .sub-menu .maxi .divertissement a:hover { color: #e38564; text-decoration:underline; }

.index .sub-menu .concepts {
    float: left;
}
.index .sub-menu .ateliers {
    float: right;
}
.index .sub-menu .item .title {
    font-size: 2.1em;
}
.index .sub-menu .item .underline {
    width: 260px;
    height: 12px;
}
.index .sub-menu #maxi-concepts .underline {
    margin-left: 210px;
}
.index .sub-menu .concepts {
    text-align: right;
    padding: 60px 20px 58px 0;
    background-position: top right;
}
.index .sub-menu .concepts .underline {
    background: url(img/sep-index-concepts.png) no-repeat top left;
    margin-left: 40px;
}
.index .sub-menu .ateliers {
    text-align: left;
    padding: 60px 0 58px 20px;
    background-position: top left;
}
.index .sub-menu .ateliers .underline {
    background: url(img/sep-index-ateliers.png) no-repeat top left;
}
.index .sub-menu #maxi-concepts {
    background: url(img/background-index-concepts.png) no-repeat top left;
}
.index .sub-menu #maxi-ateliers {
    background: url(img/background-index-ateliers.png) no-repeat top right;
}
.index .subcat-title a:hover {
	text-decoration: underline;
}

/* Formulaires */
fieldset {
    border: 1px solid #A4D07C;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 4px;
}
fieldset legend {
    color: #244900;
    font-size: 1.1em;
    font-weight: bold;
    padding: 4px;
}
.field-title {
    width: 172px;
    float: left;
}
.field-value {
    width: 540px;
    float: left;
}
.field {
    clear: left;
    padding: 4px 0;
}
.field input, .field textarea, .field select {
    border: 1px solid #244900;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: url(img/background-input.png) repeat-x top left;
}
.actions {
    text-align: right;
    margin: 8px 0;
    clear: both;
}
.actions input {
    border: none;
    background: #A4D07C;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    padding: 4px;
    cursor: pointer;
    font-weight: bold;
}
fieldset.left {
    width: 365px;
    float: left;
}
fieldset.right {
    width: 365px;
    float: right;
}
fieldset.left .field-value, fieldset.right .field-value {
    width: 245px;
}
fieldset.left .field-title, fieldset.right .field-title {
    width: 120px;
}
.error {
    color: red;
}

/* Documentation */
.doc-link {
    width: 376px;
    float: left;
    text-align: center;
    margin: 30px 0;
}
.doc-link div {
    text-align: center;
}
