﻿/*codes couleurs :

- texte : #33340a;
- vert clair: #dcf600;

- rubrique 1 : #fd1d96;
- rubrique 2 : #ff8a00;
- rubrique 3 : #e2001a;
- rubrique 4 : #0ec4a6;
- rubrique 5 : #9b0066;
- rubrique 6 : #007c96;
- rubrique 7 : #ff4200;
- rubrique 8 : #276613;

*/


/* ::::::::::::::::::::::::::: INITIALISATION DES STYLES */
body{
	font-family:verdana, arial, sans-serif;
	color:#33340a;
	padding:0;
	margin:0;
	font-size:100%;
}
body *{
	padding:0;
	margin:0;
	border:none;
}
.overflow{
	width:1000px;
	margin: 0 auto;
    overflow:hidden;
}
a{
	text-decoration:underline;
    color:#33340A;
}
a:hover, a:focus{
	text-decoration:none;
}
ul{
	list-style:none;
}
ol{
	list-style-type:decimal;
	list-style-position:inside
}
h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
}
.clear{
	clear:both;
}
.horschamp{
	position:absolute;
	left:-2000px;
}
.center{
	text-align:center;
}
.lien_vue{
	font-weight:bold;
    font-size:0.9em;
}
form .text input,
form input.text,
form textarea,
select{
	font-family:verdana, arial, sans-serif;
	font-size:1em;
	border:1px solid #276613;
    color:#33340a;
	background:#fff;
    text-align:center
}
select option,
textarea{
    text-align:left;
}
p{
    text-align:justify;
}
/* ::::::::::::::::::::::::::::::::::::::::  VISUEL */
#visu {
    height:auto;
    position:absolute;
    top:50px;
    left:0;
    width:100%;
    background:#dcf600;
}
#visu_container{
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
}
#visu img {
    height:auto;
    min-width:815px;
    width:100%;
    min-width:1000px;
    position:absolute;
}
/* ::::::::::::::::::::::::::::::::::::::::  TOP */
#top_container{
	position: absolute;
	width: 100%;
}
#top{
    color:#fff;
    position:absolute;
    font-size:0.70em;
    background:url(../images/bkgd/bkgd_top_ombre.png) repeat-x bottom;
    padding-bottom:18px;
    max-width: 1280px;
	margin: 0 auto;
	position: relative;
    z-index:10;
	min-width: 1000px;
}
#top .bkgd{
    background:#8eac0f url(../images/bkgd/bkgd_top.png) repeat-x top;
    overflow:hidden;
}
#top a{
    color:#fff;
}
#top .logo,
#top h1,
#top .satellites{
    float:left;
}
#top .logo{
    margin-top:7px;
}
#top h1{
    margin:10px 0 0 -20px;
}
#top .carte{
    float:right;
}
/* satellites */
#top .satellites{
    background:#8eac0f url(../images/bkgd/angle_satellites_tr.png) no-repeat top right;
    margin:30px 0 0 2em;
}
#top .satellites li{
    float:left;
    background:url(../images/bkgd/separateur_satellites.png) no-repeat top left;
}
#top .satellites li.first{
    background-image: url(../images/bkgd/angle_satellites_tl.png);
}
#top .satellites li a{
    padding:5px 12px 7px 12px;
    display:block;
}
#top .satellites li a:hover,
#top .satellites li a:focus,
#top .satellites li a.selected,
#top .satellites li:hover a{
    background:#fff;
    text-decoration:underline;
    color:#8cab0f;
    -moz-border-radius:3px 3px 0 0;
    -webkit-border-radius:3px 3px 0 0;
    border-radius:3px 3px 0 0;
}
#top .satellites li.first a:hover,
#top .satellites li.first a:focus,
#top .satellites li.first a.selected{
    background: #fff url(../images/bkgd/angle_satellites_tl_hover.png) no-repeat top left;
    -moz-border-radius:0 3px 0 0;
    -webkit-border-radius:0 3px 0 0;
    border-radius:0 3px 0 0;
}
#top .satellites li.last a:hover,
#top .satellites li.last a:focus,
#top .satellites li.last a.selected{
    background: #fff url(../images/bkgd/angle_satellites_tr_hover.png) no-repeat top right;
    -moz-border-radius:3px 0  0 0;
    -webkit-border-radius:3px 0 0 0;
    border-radius:3px 0 0 0;
}
/*  Sous rubriques déroulant  */
#top .satellites ul{
	position: absolute;
    width: auto;
    left: -999em;
    background:#8cab0f;
    border:1px solid #A8BE0E;
    padding:0;
}
#top .satellites ul li{
	float:none;
	padding:0
}
#top .satellites li ul li a,
#top .satellites li.last ul li a{
	color:#fff;
    background:#8cab0f;
    text-decoration:none;
}
#top .satellites ul li a:hover,
#top .satellites ul li a:focus,
#top .satellites li.last ul li a:hover,
#top .satellites li.last ul li a:focus{
	text-decoration:underline;
    background:none;
}
#top .satellites li:hover ul,
#top .satellites li.sfhover ul{
	left: auto;
}
#top .satellites li .label{
    cursor:default;
}
/* ::::::::::::::::::::::::::::::::::::::::  PAGE */
#page_container{
	position: absolute;
	width: 100%;
}
#page{
    color:#40403F;
    font-size:0.70em;
    background:url(../images/bkgd/gradient_page.png) repeat-x top;
    padding-top:2em;
	max-width: 1280px;
	margin: 300px auto 0 auto;
}
.accueil #page{
    background-image:url(../images/bkgd/gradient_page_accueil.png);
    margin-top:360px;
    padding-top:0;
}
/* |||||||||||||||||||||| NAVIGATION */
#navigation{
     overflow:hidden;
}
/* zone_chaude */
#navigation .zone_chaude{
     background:url(../images/bkgd/bkgd_zone_chaude.png) repeat-x top;
     clear:both;
     height:176px;
     overflow:hidden;
     color:#fff;
}
#navigation .zone_chaude a{
     color:#fff;
}
/* une */
#navigation .une{
    width:790px;
    float:left;
    margin:0;
}
#navigation .une h2{
    margin:0.3em 0.5em;
}
#navigation .une .vue{
    margin:15px 2em;
    border-left:5px solid #dcf600;
    padding:0 0 1em 0.5em;
    -moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
#navigation .une .vue h3{
    color:#dcf600;
    font-size:1.60em;
}
#navigation .une .vue .desc{
    font-size:1.25em;
    margin:0.3em 0;
    font-style:italic;
}
#navigation .une .vue a{
    color:#dcf600;
}
/* toolsbox */
#navigation .toolsbox{
    width:160px;
    float:right;
    margin:30px 6px 0 0;
    padding:0 20px;
}
#navigation .toolsbox h3{
    color:#dcf600;
    font-size:1em;
    line-height:0.9em;
}
#navigation .toolsbox h3 span{
    color:#fff;
    font-weight:normal;
    display:block;
}
#navigation .toolsbox .newsletter{
    width:36%;
    margin:0 5%;
    float:right;
}
#navigation .toolsbox form{
    margin-top:0.5em;
}
#navigation .toolsbox input.text{
    background:#dcf600;
    border:1px solid #276613;
    vertical-align:top;
    width:80%;
    float:left;
}
#navigation .toolsbox input.image{
    float:right;
}
/* menu principal */
#navigation .main_nav{
    font-weight:bold;
    font-size:0.9em;
    text-align:center;
    height:50px;
    padding-bottom:8px;
    background:url(../images/bkgd/bkgd_main_nav_ul.png) no-repeat bottom;
}
#navigation .main_nav li{
	float:left;
    width:12.4%;
    background:#276613;
    height:40px;
    margin:7px 0;
    margin-left:1px;
    -moz-border-radius:7px 7px 0 0;
	-webkit-border-radius:7px 7px 0 0;
	border-radius:7px 7px 0 0;
}
#navigation .main_nav li.rub1{
    margin-right:0;
}
#navigation .main_nav li a{
	color:#fff;
    text-decoration:none;
    display:block;
    padding:7px;
    height:26px;
    background:url(../images/bkgd/bkgd_main_nav_right.png) no-repeat top right;
    -moz-border-radius:0 7px 0 0;
	-webkit-border-radius:0 7px 0 0;
	border-radius:0 7px 0 0;
}
#navigation .main_nav li.selected,
#navigation .main_nav li:hover{
    margin:0;
    margin-left:1px;
    height:54px;
    -moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
}
#navigation .main_nav li.selected a,
#navigation .main_nav li:hover a{
    background:none;
    padding:14px 7px;
    -moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;

}
/* |||||||||||||||||||||| CENTRAL */
#content{
	margin-top:1em;
}
/* ||||| CENTRAL => titre, intro, filtres */
/* fil d'ariane */
.fil{
	font-size:1.1em;
    background: url(../images/bkgd/filet_x_noir.png) repeat-x bottom;
    padding-bottom:0.4em;
    padding-right:40px;
}
.fil a{
    text-decoration:none;
}
.fil a:hover,
.fil a:focus{
    text-decoration:underline;
}
/* outils de la page */
.tools_page{
	float:right;
    margin-top:-1.7em;
}
.tools_page li{
	display:inline;
}
/* titre */
h2{
    font-size:2.15em;
    margin:0.3em 0 1em 0;
    color:#276613;
}
h2 span{
    font-size:0.7em;
    display:block;
}
/* menu web2 en page d'accueil */
.web2{
    width:648px;
    margin:0 auto 1em auto;
    overflow:hidden;
    background: #ccdc6c url(../images/bkgd/bkgd_web2.png) repeat-x bottom;
}
.web2 li{
    float:left;
    overflow:hidden;
    width:200px;
    height:29px;
    padding:3px 3px;
    border:5px solid #fff;
    border-width:0 5px;
    background: url(../images/bkgd/angle_web2.png) no-repeat;
}
.web2 img{
    float:left;
    margin-right:0.5em;
    display:block;
    vertical-align:
}
.web2 h3{
    font-size:1em;
    color:#276613;
}
.web2 li a{
    text-decoration:none;
}
.web2 p{
    font-size:0.9em;
}
/* intro de la page */
.intro_page{
    overflow:hidden;
    background: url(../images/bkgd/filet_x_ombre.png) no-repeat bottom;
    padding-bottom:2.5em;
    margin-bottom:1em;
}
.intro_page .desc{
    clear:both;
    border-left:6px solid #276613;
    padding-left:1.5em;
    margin-left:2em;
    font-size:1.1em;
    -moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
    overflow:hidden;
}
.intro_page .partage_largeur{
    float:left;
    width:58%;
}
.intro_page h3{
    font-size:1.47em;
    line-height:0.8em;
    margin-bottom:0.8em;
    color:#276613;
}
.intro_page h4{
    font-size:1.25em;
    margin-bottom:0.8em;
    color:#276613;
}
.intro_page .desc  p{
    line-height:1.5em;
}
/* affiner l'affichage */
.intro_page .affiner{
    width:30%;
    float:right;
    background: url(../images/bkgd/filet_y_ombre.png) no-repeat left;
    padding-left:3%;
    margin-left:3%;
}
.intro_page .affiner ul{
    width:auto;
    float:none;
    background: none;
    padding-left:0;
    margin-left:0;
}
.intro_page .affiner li{
    margin:0.5em 0;
}
.intro_page .affiner li *{
    vertical-align:middle;
}
.intro_page .affiner li.checkbox input{
    margin-right:0.5em;
}
.intro_page .affiner li.submit{
    float:right;
    margin-top:-2em;
    margin-right:2em;
}
/* trier les articles */
.trier{
    margin-bottom:1em;
    overflow:hidden;
}
.trier h3{
    font-size:1.25em;
    float:left;
    margin-right:1em;
    padding:0.15em 0;
    line-height:1.2em;
    color:#276613;
}
.trier form *{
    vertical-align:middle;
}
.trier label,
.trier select{
    margin-right:0.5em;
}
.trier select{
    width:20em;
    height:2em;
    line-height:2em;
}
/* Map agenda */
.map_agenda{
    height:300px;
    margin-bottom:10px;
    width:690px;
    font-size:0.9em;
}
.map_agenda .offre p{
    line-height: normal;
}
.map_agenda .offre .desc{
    border:none;
    clear:none;
    margin-left:0;
    overflow:visible;
    padding-left:0;
}
/* Map offre we */
.map_iframe{
    margin-bottom:1em;
}
/* trier les evenements */
.trier_evenement{
    margin-bottom:1em;
    background: #2b5410 url(../images/bkgd/angle_evenement_top.png) no-repeat top;
}
.trier_evenement h3{
    font-size:1.25em;
    margin-right:1em;
    padding:0.15em 0;
    line-height:1.2em;
    color:#276613;
    background:#fff;
    width:100%;
    padding-top:1em;
}
.trier_evenement form{
    background: url(../images/bkgd/angle_evenement_bottom.png) no-repeat bottom;
    padding:0.5em 1.5em;
    color:#fff;
    overflow:hidden;
}
.trier_evenement form h3{
    background:#2b5410;
    padding:0;
}
.trier_evenement form ul{
    float:left;
    width:46%;
}
.trier_evenement form li{
    margin-top:0.5em;
    overflow:hidden;
}
.trier_evenement form label{
    font-weight:bold;
    width:35%;
    float:left;
    padding-top:0.2em;
}
.trier_evenement form .first label{
    width:28%;
}
.trier_evenement form select,
.trier_evenement form .text input{
    height:22px;
    width:45%;
    float:left;
}
.trier_evenement form select{
    height:24px;
    width:63.5%;
}
.trier_evenement form .first .text input{
    width:63%;
}
.trier_evenement form .text img{
    float:left;
    margin:1px 0 0 -1px;
}
.trier_evenement form .submit{
    margin-top:1.5em;
}
/* recherche avancée */
.intro_page form ul{
    width:24.5%;
    background: url(../images/bkgd/filet_y_ombre.png) no-repeat left;
    padding-left:6.5%;
    margin-left:3%;
    float:left;
}
.intro_page form ul.first{
    background: none;
    padding-left:0;
}
.intro_page form li.text{
    margin-bottom:0.7em;
}
.intro_page form li.text input,
.intro_page form li.text select{
    width:212px;
}
/* bloc dans l'intro */
.intro_page .bloc{
    width:240px;
    float:right;
}
.intro_page .bloc h3{
    font-size:1.6em;
    margin:0;
    color:#276613;
    text-align:center;
}
/* compilation d'article dans l'intro */
.intro_page .compil_article{
    float:left;
    width:690px;
}
/* ||||| CENTRAL => contenu et colonne de droite */
#center{
	width:745px;
	float:left;
    margin-top:1em;
}
/* compilation d'articles */
.compil_article{
	margin-bottom:1em;
        list-style-position: outside;
}
.compil_article li{
	list-style-type:none;
}
/* ||||| OFFRES */
/* Offres => disposition */
#content .offre{
	overflow:hidden;
    margin-bottom:2em;
    position:relative;
}
/* Offres => titres */
#content .offre h3{
	font-size:1em;
    margin-bottom:0.3em;
}
#content .offre h3,
#content .offre h3 a{
	color:#276613;
}
#content .offre .article h3{
    font-size:1em;
}
#content .offre .meta{
	font-size:1.2em;
    padding-top:0.1em;
    font-weight:bold;
    margin-bottom:0.2em;
    margin-top:-0.1em;
}
#content .offre .meta span{
	color:#fff;
    padding:0 0.3em;
    background:#276613;
    border:1px solid #33340A;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    float:left;
    margin-right:0.3em;
}
#content .offre.fete .meta span{
	margin-top:0.5em;
}
#content .offre h4{
	font-size:1.43em;
    padding:0.3em 0 0.6em 0;
}
#content .offre h4 a{
	text-decoration:none;
}
#content .offre h4 a:hover,
#content .offre h4 a:focus{
	text-decoration:underline;
}
/* Offres => vignette et diaporama */
#content .offre .vignette{
	border-left:6px solid #276613;
    float:left;
    margin-right:10px;
}
#content .offre .legende{
	font-size:0.9em;
    padding-top:0.4em;
    clear:both;
}
#content .offre .slideshow{
    width:346px;
    float:left;
}
#content .offre .slideshow-images{
    border-left:6px solid #276613;
    margin-bottom:1px;
    height: 340px;
    width: 200px;
}
#content .offre .slideshow-captions{
    color: #276613;
    font-size:0.9em;
    height:28px;
    bottom:-68px;
    overflow:visible;
}
#content .offre .slideshow-captions .copy{
    position:absolute;
    left:6px;
    top:-55px;
    background: rgba(255,255,255,0.3);
    padding:1px 7px;
    color:#fff;
    font-size:0.9em;
    z-index:98;
}
#content .offre .slideshow-captions:before{
	content: "* ";
}
#content .offre .slideshow-thumbnails{
    width:346px;
}
#content .offre .slideshow-thumbnails,
#content .offre .slideshow-thumbnails ul{
    height: 40px;
}
#content .offre .slideshow-thumbnails li {
	margin:0 1px;
}
#content .offre .slideshow-thumbnails li:first-child{
    margin-left: 20px;
}
#content .offre .slideshow-thumbnails .prev,
#content .offre .slideshow-thumbnails .next{
    background: #000 url(../images/pictos/picto_prev.png) no-repeat center center;
    width:19px;
    height:40px;
    font-size:0.1em;
    border-right:1px solid #fff;
    position:absolute;
    z-index:99;
    left:0;
}
#content .offre .slideshow-thumbnails .next{
    background-image: url(../images/pictos/picto_next.png);
    border-left:1px solid #fff;
    left:326px;
}
#content .offre .container{
    display:block;
    float:right;
    width:285px;
}
#content .offre .container .notation p{
    float:left;
    margin-right:5px;
}
/* Offres => prix et réservation */
#content .offre .prix{
    background: url(../images/bkgd/bkgd_prix.png) no-repeat;
    width:70px;
    height:60px;
    padding:7px 5px 20px 5px;
    margin-right:10px;
    float:left;
    font-weight:bold;
    text-align:center;
    font-size:0.9em;
}
#content .offre .prix_we{
    background: url(../images/bkgd/bkgd_prix_we.png) no-repeat;
    height:90px;
}
#content .offre .prix b{
    display:block;
    font-size:1.29em;
}
#content .offre .prix strong{
    display:block;
    font-size:1.79em;
}
#content .offre .prix .gratuit{
    display:block;
    font-size:1.40em;
    margin-top:10px;
}
#content .offre .prix span{
	display:block;
    font-weight:normal;
}
/* Offres => description */
#content .offre .desc{
    margin-bottom:0.5em;
    font-weight:bold;
}
/* Offres => bonus */
#content .offre .bonus{
    margin:0.5em 0;
}
#content .offre .bonus h3{
    background: url(../images/pictos/picto_bonus.png) left center no-repeat;
    padding-left:15px;
}
#content .offre .bonus h3,
#content .offre .bonus ul{
    color:#276613;
}
#content .offre .appreciation{
    float:left;
    width:100%;
    margin-top:66px;
}
/* Offres => notation */
#content .offre .notation{
    float:left;
    margin-bottom:0.5em;
    overflow:hidden;
}
#content .offre .notation p {
    text-align:center;
}
#content .offre .notation .star-rating{
    margin:0.2em 0 0.2em 4px;
    width:80px;
    height:16px;
}
#content .offre .notation .star-rating,
#content .offre .notation .star-rating li a:hover,
#content .offre .notation .star-rating li a:active,
#content .offre .notation .star-rating li a:focus,
#content .offre .notation .star-rating li.current-rating{
    background-image:url(../images/pictos/picto_notation.png);
}
#content .offre .notation span{
	text-indent:-2000px;
    position:absolute;
}
#content .offre .notation ul{
	margin:0 1em;
}
#content .offre .notation li{
        height:16px;
        line-height:16px;
}
#content .offre .notation li a{
    height:16px;
    line-height:16px;
}
#content .offre .notation li.ok a{
	background-position: bottom;
}
#content .offre .notation li a:hover{
	background-position: center;
}
#content .offre .notation .info{
	color:#276613;
    font-size:0.8em;
}
#center .compil_article .offre .notation{
    width:300px;
}
#center .compil_article .offre .notation p{
    float:left;
    margin-top:3px;
}
#center .compil_article .offre .notation ul{
    float:left;
    margin-right:10px;
}
#center .compil_article .offre .lien_plus{
    text-align:right;
}
/* Offres => commentaires */
#content .offre.fiche .kezcomments .article{
    font-size:1em;
}
#content .offre .commentaire{
    float:right;
    margin-bottom:1.5em;
    margin-right:85px;
    width:220px;
}
#content .offre .col_right .commentaire,
#content .offre .col_right .notation{
    margin-top:10px;
}
#content .offre .col_right .commentaire{
    margin-right:0;
}
#content .offre .kezcomments h4{
    border-top:1px solid #C4C4C4;
}
#content .offre .kezcomments h5{
    float:left;
}
#content .offre .kezcomments .notation{
    float:none;
    padding-top:1.5em;
    margin-left:20px;
}
#content .offre .kezcomments cite{
    clear:both;
}
#content .offre .kezcomments_view{
    margin-left:15px;
}
#content .offre .kezcomments_view blockquote,
#content .offre .commentaire blockquote{
    background:#D6E1D1;
    margin:0.2em 0;
    padding:0.2em 0.5em 0.5em 0.5em;
    color:#276613;
    font-style:italic;
    -moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
#content .offre .commentaire .lien_plus{
    font-size:0.9em;
    text-align:right;
}
#content .offre form .text label{
    margin-left:12%;
}
#center .kezcomments .article form .submit{
    margin-top:10px;
}
/* Offres => intro */
#content .offre .intro{
	clear:both;
        padding-top:10px;
}
#content .offre.fete .intro{
	clear:none;
}
#content .offre .intro .lien_plus{
	font-size:0.9em;
}
/* Offres => liens */
#content .offre .lien_plus a{
	font-weight:bold;
    text-decoration:underline;
}
#center .lien_vue{
    position:absolute;
    bottom:0;
    right:0;
}
#center .lien_vue a{
	color:#276613;
}
.lien_vue a:before{
	content:"+ ";
}
/* Offres => fiche dans la vue full */
#content .offre.fiche{
    overflow:hidden;
    /*background: url(../images/bkgd/filet_x_half_ombre.png) no-repeat bottom;
    padding-bottom:2.5em;*/
    margin-bottom:1.5em;
}
#content .offre .col_left{
    float:left;
    width:420px;
}
#content .offre.fiche .col_right{
    float:right;
    width:320px;
}
#content .offre.fiche .reservation{
    float:left;
    width:80px;
    margin:0 0 0 -20px;
    position:relative;
    z-index:40;
}
#content .offre.fiche .reservation .prix{
    float:none;
}
#content .offre.fiche .resa_btn{
    height:55px;
    width:312px;
    background:url(../images/pictos/btn_reserver.png) no-repeat left top;
    margin-top:40px;
    float:left;
}
#content .offre.fiche .resa_btn a{
    display:block;
    height:45px;
    width:100%;
}
#content .offre.fiche .resa_btn.contact{
    background:url(../images/pictos/btn_nous_contacter.png) no-repeat left top;
}
#content .offre.fiche .resa_btn_submit{
    background:url(../images/pictos/btn_nous_contacter.png) no-repeat left top;
    height:55px;
    width:312px;
    margin-top:40px;
    float:left;
    cursor:pointer;
}
#content .offre.fiche .desc{
    font-size:1.25em;
}
#content .offre.fiche .bonus{
    margin-top:1.5em;
    margin-bottom:1em;
}
#content .offre.fiche .bonus ul{
    margin-left:15px;
}
#content .offre.fiche .article{
    clear:both;
    font-size:1.2em;
}
/* Offres => par 3 */
#content .offre_x3{
	width:240px;
    float:left;
    margin-left:12px;
    padding-bottom:1.2em;
    height:320px;
}
#content .offre_x3.first{
    margin-left:0;
}
#center .coup_coeur h3{
	font-size:1.6em;
}
#content .offre_x3 .vignette{
	float:none;
    display:block;
}
#content .offre_x3.first .vignette,
#content .offre.coup_coeur .vignette{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
#content .offre_x3 h4{
	font-size:1.25em;
}
#content .offre.offre_x3 .desc{
    font-weight:normal;
    font-size:0.9em;
}
#content .offre_x3 p {
    text-align:left;
}
/* Offres => détail dans la vue full */
#content .offre.detail h3,
#content .offres_associes h3{
    border-bottom:1px solid #ccc;
    padding-bottom:0.2em;
    margin-bottom:0.5em;
    font-size:1.2em;
}
#content .offre.detail .video{
    float:left;
    margin-right:2em;
}
#content .offre.detail .infos.wide,
#content .offre.detail .video.wide{
    width:100%;
}
#content .offre.detail .infos{
    float:left;
    width:50%;
}
#content .offre.detail .infos .comprend{
    border-bottom:1px dotted #ccc;
    margin-bottom:0.5em;
}
#content .offre.detail .infos .comprend li{
    background:url(../images/puces/puce_tiret_noir.png) no-repeat left 0.5em;
    padding-left:7px;
    margin-bottom:0.3em;
}
#content .offre.detail .infos .comprend_pas{
    border-bottom:1px solid #ccc;
    padding-bottom:0.5em;
    font-size:0.9em;
}
#content .offre.detail .agenda{
    /*margin-top:1.5em;*/
}
#content .offre.detail .agenda li{
    margin-bottom:0.7em;
}
#content .offre.detail .agenda h4{
    font-size:1em;
    padding:0;
}
#content .offre.detail .agenda p{
    font-size:0.9em;
}
#content .offres_associes{
    clear:both;
}
#center .infobulle_vvf h3{
    margin-bottom:15px;
}
#center .infobulle_vvf p{
    float:left;
}
#center .infobulle_vvf div{
    float:left;
    margin-left:5px;
}
/* Formulaire */

/* Formulaire general */
#center .formulaire fieldset {
    margin:20px 0 30px 0;
    padding:10px;
    border:2px solid #e2e1e1;
    background:#eee url(../images/bkgd/bkgd_gradient_fieldset.png) repeat-x left bottom;
    -moz-border-radius: 0 0 7px 7px;
}
#center .formulaire legend {
    width:250px;
    margin:-19px 0 0 -2px;
    padding:3px 0 3px 30px;
    background:#e2e1e1 url(../images/pictos/btn_legend_moins.png) no-repeat 10px center;
    font-weight:bold;
    text-transform:uppercase;
    color:#e5007c;
    -moz-border-radius:5px 5px 0 0;
    cursor:pointer;
}
#center .formulaire .collapse legend {
    background-image:url(../images/pictos/btn_legend_plus.png);
}
#center .formulaire.advanced_search fieldset {
    padding:0;
}
#center .formulaire.advanced_search fieldset.collapse ul {
    display:none;
}
#center .formulaire.advanced_search fieldset ul {
    margin:10px;
}
#center .formulaire .field {
    margin-bottom:0.5em;
}
#center .formulaire .field.checkbox label {
    overflow:hidden;
    display:block;
}
#center .formulaire .field.checkbox input {
    float:left;
    margin-right:7px;
}
#center .formulaire .field.inline {
    float:left;
    width:50%;
}

/* Formulaire commande */
#center .formulaire.commande form .checkbox{
    float:left;
}
#center .formulaire.commande .bloc{
    background:none;
}
#center .formulaire.commande .photo{
    float:right;
}
#center .formulaire.commande .resume{
    float:left;
    margin-top:10px;
}
#center .formulaire.commande .resume .photo img{
    width:120px;
}
#center .formulaire.commande form{
    margin:auto;
    width:50%;
}
#center .formulaire.commande input.text,
#center .formulaire.commande textarea,
#center .formulaire.commande select{
    width:70%;
    float:right;
    text-align:left;
}
#center .formulaire.commande .consigne{
    text-align:right;
}
/* landing agenda => evenements jardins */
.vue_agenda{
    margin:0.2em 0;
    position:relative;
    padding:1em 0;
}
.intro_page .vue_agenda{
    font-size:0.9em;
    padding:0.3em 0;
    margin-left:2em;
}
.vue_agenda.dark{
    background:#E9EEE7;
}
.vue_agenda .meta{
    padding-top:0.1em;
    font-weight:bold;
    margin-bottom:0.2em;
    margin-top:-0.1em;
    color:#276613;
}
.vue_agenda .meta span{
	color:#fff;
    font-size:1.1em;
    padding:0 0.3em;
    background:#276613;
    border:1px solid #33340A;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    position:absolute;
    left:-2.4em;
    margin-top:0.5em;
}
.vue_agenda h4{
    font-size:1.1em;
    display:inline;
}
.vue_agenda h4 a{
    text-decoration:none;
}
.vue_agenda .lien_plus{
    display:inline;
    font-size:0.9em;
    font-weight:bold;
}
.vue_agenda .infos{
    padding-left:15px;
}
.vue_agenda .infos div{
    float:left;
    width:100%;
}
.vue_agenda .infos div .horaire{
    float:left;
    margin-right:100px;
}
/* pagination */
#center .pagination{
	clear:both;
	margin:0 0 1em 0;
    border:1px solid #33340A;
    border-width:1px 0;
	text-align:center;
	padding:1px 0;
    font-size:0.9em;
}
#center .pagination li{
	display:inline;
	margin:0 0.2em;
	padding:0;
	background-color:#fff;
}
#center .pagination li a,
#center .pagination li strong{
	font-weight:bold;
	text-decoration:none;
    padding:0 0.3em;
}
#center .pagination li a:hover,
#center .pagination li a:focus,
#center .pagination li strong{
	color:#fff;
    background:#33340A;
}
/* Rubrique video */
#center .video-une{
    margin-bottom:2em;
}
#center .video-une .meta{
    color:#fff;
    padding:0 0.3em;
    background:#276613;
    border:1px solid #33340A;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    float:left;
    margin-right:0.3em;
    margin-top:5px;
}
#center .video-une p{
    margin:0.5em 0 0.5em 0;
}
#center .video-une .desc p{
    font-size:1.25em;
}
#center .video-une .copyright{
    width:100%;
    text-align:right;
    margin-bottom:1em;
}
/* Vues video */
#center .video{
    margin-bottom:3em;
    overflow:hidden;
}
#center .player_video{
    position:relative;
}
#center .player_video .play{
    display:block;
    position:absolute;
    z-index:66;
    left:0;
    top:0;
    width:330px;
    height:179px;
    line-height:220px;
    text-align:center;
}
.video h3{
    color:#276613;
    font-size:1.25em;
}
.video h3 a{
    text-decoration:none;
    color:#276613;
}
#center .coup_coeur .player_video{
    float:left;
    margin-right:2em;
}
#center .compil_article .video{
    float:left;
    width:234px;
    margin-left:21px;
}
#center .compil_article .video.first{
    margin-left:0;
}
#center .compil_article .player_video .play{
    width:234px;
    height:127px;
    line-height:150px;
}
/* cartographie */
#center .carto{
    margin-bottom:2em;
    height:400px;
}
/* article */
#center .article h3{
	font-size:1.42em;
	margin:1.5em 0 1em 0;
    border-bottom:1px solid #CCC;
    color:#276613;
    clear:both;
}
#center .article h3 a{
	text-decoration:none;
    color:#276613;
}
#center .kezcomments h4,
#center .article h4{
	font-size:1.2em;
    color:#276613;
	margin:1.5em 0 1em 0;
}
#center .kezcomments h5,
#center .article h5{
	font-size:1.08em;
	margin:1.5em 0 1em 0;
}
#center .article h6{
	font-size:1.08em;
	margin:1em 0 0.5em 0;
}
#center .article p,
#center .article ul,
#center .article ol{
	margin-bottom:1em;
}
#center .article ul,
#center .article ol{
	margin-left:1.5em;
}
#center .article ul li{
	background: url(../images/puces/puce_tiret_noir.png) no-repeat left 0.6em;
	padding-left:10px;
	overflow:hidden;
}
#center .article li{
	margin-bottom:0.5em;
}
#center .article a{
	font-weight:bold;
}
#center .newsletter_iframe{
    overflow:hidden;
    width:745px;
    height:500px;
}
/* images */
.object-left{
	float:left;
	margin:0;
	margin-right:1.5em;
}
.object-right{
	float:right;
	margin:0;
	margin-left:1.5em;
}
.object-center{
	margin:0;
	text-align:center;
}
/* tableaux dans les articles */
#center .article table{
	width:100%;
	border-collapse:collapse;
	margin:1em 0 2em 0;
}
#center .article table caption{
	font-size:1.08em;
	text-align:left;
}
#center .article table th{
	background:#ccc;
	color:#fff;
	font-weight:normal;
	text-align:center;
	vertical-align:top;
	border:1px solid #ccc;
	padding:0.4em;
}
#center .article table td{
	vertical-align:top;
	*border:1px solid #ccc;
	padding:0.4em;
}
#center .article table tfoot td{
	border:0;
	color: #ccc;
	font-style:italic;
	text-align:right;
	font-size:0.92em;
}
/* formulaires dans les articles */
#center .article form ul{
	margin:0;
}
#center .article form li{
	background:none;
    padding:0;
    margin:0.5em 0;
}
#center .article form input,
#center .article form textarea{
	text-align:left;
    background:#FDFFEF;
    border-color:#ccc;
    padding:1px 0;
}
#center .article form select{
	text-align:left;
    background:#FDFFEF;
    border-color:#ccc;
}
#center .article form .x2{
	width:50%;
    float:left;
    overflow:hidden;
}
#center .article form legend{
	font-weight:bold;
    margin-bottom:1em;
}
#center .article form .info{
	text-align:right;
    font-style:italic;
    margin-bottom:2em;
}
#center .article form .text label{
	width:23%;
    float:left;
    margin-right:1em;
}
#center .article form .x2 .text label{
	width:10%;
}
#center .article form .text input,
#center .article form .text textarea{
	width:50%;
    float:left;
}
#center .article form .text textarea{
	height:10em;
}
#center .article form .text img{
	margin:0.1em 0.3em;
}
#center .article form .submit{
    margin: 4em 0;
    text-align:center;
}
#center .commande form .submit,
#center .article form .submit input{
    background-color:#276613;
    border:1px black solid;
    color:white;
    font-weight:bold;
    padding:2px 10px;
}
#center .map_landing{
    width: 100%;
    height: 400px;
    margin-bottom: 10px;
}
#center .map_landing_it{
    width: 470px;
    height: 400px;
    margin-bottom: 10px;
    float: left;
}
#center .map_landing_it_directions{
    width: 250px;
    height: 390px;
    margin-bottom: 10px;
    float: left;
    overflow: auto;
}
#content .offre_we_it_form{
    color:#8C8C8C;
    padding-bottom:2px;
    margin-bottom:10px;
    border-bottom:1px solid #8C8C8C;
}
#content .offre_we_it_form input{
    border:1px solid #8C8C8C;
}
.calendar, .calendar table{
	border:1px solid #555566;
}
div.calendar,
div.calendar td.today,
div.calendar th,
div.calendar td.active,
div.calendar div{
    border-color:#276613;
}
div.calendar{
	background: none;
	border: none;
}
button.calendar{
	height: 0;
	border: none;
	width: 0;
}
div.calendar td.hilite,
div.calendar td.active{
    background-color:#ebe6e6;
}
div.calendar caption{
    background-color:#276613;
}
div.calendar th,
div.calendar td.valid,
div.calendar td.active{
    color:#276613;
}
/* |||||||||||||||||||||||||||||||||||| RIGHT */
#right{
	width:240px;
	float:right;
    margin-top:1em;
}
/* recommander le site */
#right .recommander{
	margin-bottom:1em;
}
/* blocs => général */
.bloc{
	background: #b1c40e url(../images/bkgd/bkgd_right_bloc_top.png) no-repeat top;
    margin-bottom:1.5em;
    padding-top:8px;;
}
.bloc .content{
	background: url(../images/bkgd/bkgd_right_bloc_bottom.png) no-repeat bottom;
    padding:0.3em 1em 1em 1em;
}
/* blocs => titre */
.bloc h2{
	font-size:1.6em;
    margin:0;
    color:#276613;
    text-align:center;
}
.bloc h2.left{
	text-align:left;
    color:#fff;
    background: url(../images/bkgd/bkgd_right_bloc_titre.png) no-repeat left;
    position:relative;
    z-index:20;
    padding:4px 5px;
    margin-left:-4px;
}
.bloc form{
    padding:0 0.4em;
}
/* blocs => vue */
.bloc .vue{
    background: url(../images/bkgd/filet_x_noir.png) repeat-x top;
    padding-top:0.7em;
    margin-top:1em;
}
.bloc .vue h3{
    font-size:1em;
    margin-bottom:0.2em;
    color:#33340a;
}
#right .bloc .vue h3{
    color:#33340a;
}
.bloc .vue.validite{
    background:none;
    border-top:1px solid #fff;
    width:229px;
    margin-left:-11px;
    padding-left:11px
}
/* blocs => carto */
.bloc .lien_carto{
    font-size:0.9em;
    margin:0.5em 0 0 0;
    min-height:24px;
}
.bloc .lien_carto a{
    font-weight:bold;
    text-decoration:none;
    background: url(../images/pictos/picto_carto.png) no-repeat left center;
    padding-left:35px;
    display:block;
    min-height:24px;
}
/* blocs => rechercher */
.bloc form .checkbox{
    overflow:hidden;
}
.bloc form .checkbox input{
    float:left;
    width:15px;
    height:15px;
    margin:0.3em 5px 0.3em 0;
}
.bloc form .checkbox label{
	background: url(../images/bkgd/filet_x_noir.png) repeat-x top;
    padding-top:0.4em;
    font-weight:bold;
    display:block;
    width:90%;
    float:left;
}
.bloc form .checkbox.first label{
	background:none;
}
.bloc form .text{
	margin:0.5em 0;
    width:100%;
}
.bloc form .text input,
.bloc form .text select{
    width:100%;
}
/* blocs => campagnes de com */
.bloc.com{
    padding:0;
}
.bloc.com img{
    display:block;
}
.bloc.com img.left{
    margin-left:-3px;
}

#right .bloc.video div{
    height:381px;
    background-color:white;
    border:1px silver solid;
    overflow-y:scroll;
}
#right .bloc.video div a{
    text-decoration:none;
}
#OSRecherche {
    margin-bottom:20px;
}
#OsBarreOnglet{
    width:97%;
}
/* ::::::::::::::::::::::::::::::::::::::::::::  FOOTER */
#sites_groupe{
    color:#276613;
    background:#B0C30F;
    clear:both;
    font-size:0.9em;
	margin:2em auto 0 auto;
	max-width: 1280px;
}
#sites_groupe .overflow{
    overflow:visible;
    position:relative;
}
#sites_groupe a{
    color:#276613;
    text-decoration:none;
}
#sites_groupe a:hover,
#sites_groupe a:focus{
    text-decoration:underline;
}
#sites_groupe ul{
    padding:1.5em 0;
    font-weight:bold;
    width:745px;
}
#sites_groupe li{
	display:inline;
    border-left:1px solid #276613;
    padding:0 1em;
}
#sites_groupe li.first{
    border-left:0;
    padding-left:0;
}
#sites_groupe .rss{
    float:right;
    position:absolute;
    right:225px;
    top:7px;
    z-index:80;
}
#sites_groupe .actualite{
    background: #276613 url(../images/bkgd/bkgd_right_bloc_bottom.png) no-repeat top;
    float:right;
    width:200px;
    padding:0.5em 20px 1.1em 20px;
    text-align:center;
    font-style:italic;
    color:#fff;
    position:absolute;
    z-index:4px;
    top:-3px;
    right:0;
}
#sites_groupe .actualite a{
    font-style:normal;
    font-weight:bold;
    font-size:1.4em;
}
#sites_groupe .actualite a{
    color:#fff;
}
#ferme_liens{
    background:#ebf0c3;
	margin:0 auto;
	max-width: 1280px;
}
#ferme_liens ul{
    padding:1em 0
}
#ferme_liens li{
    display:inline;
    background: url(../images/puces/puce_tiret_y_noir.png) no-repeat left;
    padding:0 1em 0 1.2em;
}
#ferme_liens li.first{
    background: none;
    padding-left:0;
}
#ferme_liens li a{
    text-decoration:none;
}
#ferme_liens li a:hover,
#ferme_liens li a:focus{
    text-decoration:underline;
}

#ferme_liens .mention_legale_footer {
	color: #8c8c8c;
	font-size: 0.85em;
}

#footer{
	margin:0 auto;
	max-width: 1280px;
}
#footer ul{
    padding:1em 0;
    text-align:center;
}
#footer li{
    display:inline;
    border-left:1px solid #276613;
    padding:0 1em;
}
#footer li.first{
    border-left:0;
    padding-left:0;
}
#page_highslide h1{
    font-size:1.05em;
    color:#8C8C8C;
    font-weight:normal;
}
#page_highslide .highslide_img{
    text-align:center;
}
#page_highslide .copyright{
    font-style:italic;
    font-size:0.7em;
    color:#8C8C8C;
}
/* :::::::::::::::::::::::::::::::::::::::::  COULEURS */
/* menu principal => couleurs */
/* rubrique 1 */
#page .rub0 h2,
#page .rub0 h3,
#page .rub0 h3 a,
#page .rub0 .intro_page h4,
#page .rub0 .meta,
#page .rub0 .prix,
#page .rub0 .lien_vue a,
#page .rub0 .slideshow-captions{
	color:#8cab0f;
}
#page .rub0 .vignette,
#page .rub0 .intro_page .desc,
#page .rub0 .slideshow-images,
#page .rub0 .article h3{
	border-color:#8cab0f;
}
#page .rub0 .meta span,
#page .rub0 .slideshow-thumbnails .prev,
#page .rub0 .slideshow-thumbnails .next{
	background-color:#8cab0f;
}
#navigation .main_nav li.rub0{
    background:url(../images/bkgd/bkgd_main_nav_1.png) no-repeat left top;
}
/* rubrique 1 */
#page .rub1 h2,
#page .rub1 h3,
#page .rub1 h3 a,
#page .rub1 .intro_page h4,
#page .rub1 .meta,
#page .rub1 .prix,
#page .rub1 .lien_vue a,
#page .rub1 .slideshow-captions{
	color:#fd1d96;
}
#page .rub1 .vignette,
#page .rub1 .intro_page .desc,
#page .rub1 .slideshow-images,
#page .rub1 .article h3{
	border-color:#fd1d96;
}
#page .rub1 .meta span,
#page .rub1 .slideshow-thumbnails .prev,
#page .rub1 .slideshow-thumbnails .next{
	background-color:#fd1d96;
}
#navigation .main_nav li.rub1{
    background:url(../images/bkgd/bkgd_main_nav_1.png) no-repeat left top;
}
/* rubrique 2 */
#page .rub2 h2,
#page .rub2 h3,
#page .rub2 h3 a,
#page .rub2 .intro_page h4,
#page .rub2 .meta,
#page .rub2 .prix,
#page .rub2 .lien_vue a,
#page .rub2 .slideshow-captions{
	color:#ff8a00;
}
#page .rub2 .vignette,
#page .rub2 .intro_page .desc,
#page .rub2 .slideshow-images{
	border-color:#ff8a00;
}
#page .rub2 .meta span,
#page .rub2 .slideshow-thumbnails .prev,
#page .rub2 .slideshow-thumbnails .next{
	background-color:#ff8a00;
}
#navigation .main_nav li.rub2{
    background:url(../images/bkgd/bkgd_main_nav_2.png) no-repeat left top;
}
/* rubrique 3 */
#page .rub3 h2,
#page .rub3 h3,
#page .rub3 h3 a,
#page .rub3 .intro_page h4,
#page .rub3 .meta,
#page .rub3 .prix,
#page .rub3 .lien_vue a,
#page .rub3 .slideshow-captions{
	color:#e2001a;
}
#page .rub3 .vignette,
#page .rub3 .intro_page .desc,
#page .rub3 .slideshow-images{
	border-color:#e2001a;
}
#page .rub3 .meta span,
#page .rub3 .slideshow-thumbnails .prev,
#page .rub3 .slideshow-thumbnails .next{
	background-color:#e2001a;
}
#navigation .main_nav li.rub3{
    background:url(../images/bkgd/bkgd_main_nav_3.png) no-repeat left top;
}
/* rubrique 4 */
#page .rub4 h2,
#page .rub4 h3,
#page .rub4 h3 a,
#page .rub4 .intro_page h4,
#page .rub4 .meta,
#page .rub4 .prix,
#page .rub4 .lien_vue a,
#page .rub4 .slideshow-captions{
	color:#0ec4a6;
}
#page .rub4 .vignette,
#page .rub4 .intro_page .desc,
#page .rub4 .slideshow-images{
	border-color:#0ec4a6;
}
#page .rub4 .meta span,
#page .rub4 .slideshow-thumbnails .prev,
#page .rub4 .slideshow-thumbnails .next{
	background-color:#0ec4a6;
}
#navigation .main_nav li.rub4{
    background:url(../images/bkgd/bkgd_main_nav_4.png) no-repeat left top;
}
/* rubrique 5 */
#page .rub5 h2,
#page .rub5 h3,
#page .rub5 h3 a,
#page .rub5 .intro_page h4,
#page .rub5 .meta,
#page .rub5 .prix,
#page .rub5 .lien_vue a,
#page .rub5 .slideshow-captions{
	color:#9b0066;
}
#page .rub5 .vignette,
#page .rub5 .intro_page .desc,
#page .rub5 .slideshow-images{
	border-color:#9b0066;
}
#page .rub5 .meta span,
#page .rub5 .slideshow-thumbnails .prev,
#page .rub5 .slideshow-thumbnails .next{
	background-color:#9b0066;
}
#navigation .main_nav li.rub5{
    background:url(../images/bkgd/bkgd_main_nav_5.png) no-repeat left top;
}
/* rubrique 6 */
#page .rub6 h2,
#page .rub6 h3,
#page .rub6 h3 a,
#page .rub6 .intro_page h4,
#page .rub6 .meta,
#page .rub6 .prix,
#page .rub6 .lien_vue a,
#page .rub6 .slideshow-captions{
	color:#007c96;
}
#page .rub6 .vignette,
#page .rub6 .intro_page .desc,
#page .rub6 .slideshow-images{
	border-color:#007c96;
}
#page .rub6 .meta span,
#page .rub6 .slideshow-thumbnails .prev,
#page .rub6 .slideshow-thumbnails .next{
	background-color:#007c96;
}
#navigation .main_nav li.rub6{
    background:url(../images/bkgd/bkgd_main_nav_6.png) no-repeat left top;
}
/* rubrique 7 */
#page .rub7 h2,
#page .rub7 h3,
#page .rub7 h3 a,
#page .rub7 .intro_page h4,
#page .rub7 .meta,
#page .rub7 .prix,
#page .rub7 .lien_vue a,
#page .rub7 .slideshow-captions{
	color:#ff4200;
}
#page .rub7 .vignette,
#page .rub7 .intro_page .desc,
#page .rub7 .slideshow-images{
	border-color:#ff4200;
}
#page .rub7 .meta span,
#page .rub7 .slideshow-thumbnails .prev,
#page .rub7 .slideshow-thumbnails .next{
	background-color:#ff4200;
}
#navigation .main_nav li.rub7{
    background:url(../images/bkgd/bkgd_main_nav_7.png) no-repeat left top;
}
/* rubrique 8 */
#page .rub8 h2,
#page .rub8 h3,
#page .rub8 h3 a,
#page .rub8 .intro_page h4,
#page .rub8 .meta,
#page .rub8 .prix,
#page .rub8 .lien_vue a,
#page .rub8 .slideshow-captions{
	color:#580f8b;
}
#page .rub8 .vignette,
#page .rub8 .intro_page .desc,
#page .rub8 .slideshow-images{
	border-color:#580f8b;
}
#page .rub8 .meta span,
#page .rub8 .slideshow-thumbnails .prev,
#page .rub8 .slideshow-thumbnails .next{
	background-color:#580f8b;
}
#navigation .main_nav li.rub8{
    background:url(../images/bkgd/bkgd_main_nav_8.png) no-repeat left top;
}
#navigation .main_nav li.rub8 a{
    /*color:#ff9bca;*/
}

