/*****************************/
/*****************************/
/*          RESET            */
/*****************************/
* {
	margin:0;
	padding:0;
	border:0 none;
	outline:0 none;
	background:transparent;
}


/*****************************/
/*     STRUCTURE DU SITE     */
/*****************************/

/** Body **/
body {
	margin:0;
	padding:0;
	color:#8a8888;
	font-size:0.75em;
	text-align:center;
}
body, caption, th, td, input, textarea, select, option, legend, fieldset {
	font-family:Arial, Verdana;
}

#page, #header, #navbar, #main, #main-inner, #footer, #closure-blocks {
	width:100%;
	text-align:center;
}
#header-inner, #main-inner, #footer_links-inner, #footer-inner, #closure-blocks-inner {
	position:relative;
	text-align:left;
	margin:0 auto;
	width:960px; /* Taille du site */
	height:100%;
	background:#fff;
}


/** Prevent overflowing content **/
#header, #content, #content-actualite, #navbar, #sidebar-left, #sidebar-right, #footer, #closure-blocks {
	overflow:visible;
	word-wrap:break-word; /*  A very nice CSS3 property  */
}
#page {
	font-size:1.05em;
	line-height:1.333em;
}
.not-front #page {
	background: url("../images/bg_page_int.jpg") no-repeat center top;
}
#page-inner {
	width:100%;
	height:100%;
}


/* Main */
#main {
	position:relative;
}
#main-inner {
	margin-top: 51px;
	background: none;
}


/** Header **/
#logo-title {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background: #fff;
	padding: 19px 20px 19px 19px;
}
#logo {
	margin: 0;
}
.not-front #header {
	height: 91px;
}
#header-inner {
	background: none;
}
#header-blocks {
	position: absolute;
	top: 0;
	left: 192px;
	z-index: 10;
	width: 769px;
	height: 28px;
	border-bottom: 1px solid #dbdfe3;
	background-color: #fff;
}


/** Contenu **/
/* Mise en page sans colonne */
#content, #content-actualite {
	float:left;
	width:962px;
	margin-left:0;
}
.no-sidebars #content {
	float:left;
	width:926px;
	margin-left:36px;
}

/* Mise en page avec seulenemnt une colonne gauche */
.sidebar-left #content-actualite,
.sidebar-left #content {
	float:right;
	width:672px;
	margin-right:36px;
}
#sidebar-left {
	float:left;
	width:216px;
	margin-left:0;
}

/* Mise en page avec seulement une colonne droite */
.sidebar-right #content-actualite {
	float:left;
	width:672px;
	margin-left:36px;
}
.sidebar-right #content {
	float:left;
	width:672px;
	margin-left:36px;
}
#sidebar-right {
	float:right;
	width:216px;
	margin-right:0;
}

/* Mise en page avec 2 colonnes (gauche et droite) */
.two-sidebars #sidebar-left {
	float:left;
	width:180px;
	margin-left:0;
}
.two-sidebars #content-actualite,
.two-sidebars #content {
	float:left;
	width:530px;
	margin-left:36px;
}
.two-sidebars #sidebar-right {
	float:right;
	width:180px;
	margin-right:0;
}

#content-inner,
#sidebar-left-inner,
#sidebar-right-inner {
	margin:0;
	padding:0;
}
.not-front #sidebar-right-inner {
	margin: 0;
}
#content-header {
	position:relative;
	margin:15px 0 0;
}
#content-area {
	clear:both;
}
.not-front #content-area {
	margin-bottom: 30px;
}
#content-actualite #content-area {
	width:450px;
}
#toolbar {
	position: absolute;
	top: -34px;
	right: 6px;
	margin: 0;
}


/** footer **/
#footer_links {
	clear:both;
	background: url("../images/bg_footerlinks.png") repeat-x center top #fff;
	padding-bottom: 1px;
}
#footer_links2 {
	padding-top: 25px;
	background: url("../images/bg_footerlinks2.jpg") no-repeat center top;
}
#footer_links-inner {
	clear:both;
	overflow:hidden;
	background-color: transparent;
	margin-bottom: 19px;
}
#footer {
	height: 69px;
	background: #18385e;
}
#footer-inner {
	background: none;
	margin: 0 auto;
}



/*****************************/
/*      STYLES GENERAUX      */
/*****************************/
/** Fil Ariane **/
.breadcrumb {
	color: #878284;
	margin-bottom:3px;
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: 1px;
}
.breadcrumb a,
.breadcrumb a:hover {
	color: #878284;
}


/** Titres **/
#titre {
	margin:0;
}
h1.title,
h1 {
	font-family: "Istok Web", Arial, Verdana, sans-serif;
	font-size: 2.6em;
	font-weight:normal;
	margin: 12px 0 10px;
	padding-bottom:0;
	color: #4caac3;
	font-variant: small-caps;
	line-height: 27px;
}
h2.title,
h2 {
	font-size:1.3em;
	color:#193b62;
	padding:0 0 0 30px;
	margin:0.5em 0;
	background:url("../images/ico/puce_h2.png") no-repeat;
	text-transform: uppercase;
}
h3.title,
h3 {
	font-size:1.2em;
	font-weight:bold;
	color:#398fa9;
	padding-left:28px;
	margin:0.5em 0;
	background:url("../images/ico/puce_h3.png") no-repeat 0 11px;
}
h4 {
	font-size:1em;
	font-weight:bold;
	color:#087394;
	padding-left:10px;
	margin:0.5em 0;
	background:url("../images/ico/puce_h4.png") no-repeat 0 7px;
}
h5 {
	font-size:0.8em;
	color:#18385e;
	border-left:2px solid #18385e;
	padding-left:5px;
	margin:0.5em 0;
}

/* Liens */
a {
	color:#087394;
	text-decoration:underline;
}
a:hover {
	color:#4CAAC3;
	text-decoration:none;
}
ul  li {
	background-image: url("../images/ico/ul_puce.png");
}
address {
	background: #f1f4f6;
	color: #8a8888;
	border: 0;
}
address a {
	color: #8a8888;
}
address.pratique {
	float: right;
	background-image: url("../images/bg_address.png");
	background-repeat: no-repeat;
	width: 251px;
	padding-top: 32px;
	margin: 5px 0 10px 10px;
}
.not-front #content-area .node .content img {
	padding: 6px;
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.not-front #content-area .node .content img.noborder {
	padding: 0;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}


/* Class Editeur de texte Wysiwyg - TinyMCE */
.table_avec_bordure{border-color:#cfd4d8;}
.table_avec_quadrillage td{border-color:#cfd4d8;}
.texte_bleu{color:#028fc9;}
.texte_rouge{color:#cd2c3e;}




/* Page envoi de mail */
#print-mail-form #edit-fld-send-option-wrapper,
#print-mail-form .grippie{
	display:none;
}
#print-mail-form label {
	float:left;
	width:175px;
}
#print-mail-form .resizable-textarea {
	width:65%;
}
#print-mail-form textarea {
	width:405px;
}
#print-mail-form .description {
	margin-left:175px;
}
#print-mail-form .form-submit {
	float:right;
	margin:0 0 0 4px;
}
#print-mail-form #edit-btn-submit {
	margin:0 57px 0 4px;
}




/*****************************/
/*      BLOCS / MODULES      */
/*****************************/
#sidebar-right h2 {
	border:none;
	padding:0;
	margin:0;
	color:#73818D;
}
#sidebar-right h2 a {
	text-decoration:none;
}
#sidebar-right h2 a:hover {
	text-decoration:underline;
}
#sidebar-right .block {
	clear:both;
}

/* Bandeau anime - Image sur page interieure */
#bandeau_anime, .field-field-img-bandeau, .masque_bandeau{
	width:672px; /* on indique la largeur de notre bandeau */
	height:224px; /* on indique la hauteur de notre bandeau */ /* a modifier également script.js */
}
#bandeau_anime {
	margin:0;
	padding:0;
	overflow:hidden;
}
#bandeau_anime li {
	list-style:none;
	background:none !important;
	margin:0;
	padding:0 !important;
}
.field-field-img-bandeau {
	position:relative;
	margin-bottom:15px;
}
.masque_bandeau {
	background:url("../images/masque_bandeau.png") no-repeat top left; /* lien de notre masque */
	position:absolute;
	top:0;
	left:0;
	z-index:50;
	display:block;
}
.field-field-img-bandeau .description {
	font-style:italic;
	font-size:0.9em;
	margin-left:20px;
}


/* Menu footer */
#block-menu-menu-footer {
	clear: both;
	margin-right: 0 !important;
}
#block-menu-menu-footer.block {
	float: left;
	width: 100% !important;
	margin-top: 0 !important;
	background: url("../images/bg_footerlinks_inner.png") repeat-x scroll center top rgba(0, 0, 0, 0);
}
#block-menu-menu-footer ul {
	margin:0;
	padding:0;
	overflow:hidden;
}
#block-menu-menu-footer ul li {
	float:left;
	margin:8px 0 0;
	padding:0 7px 0 0;
	list-style:none;
	background:none;
	color:#0c4c73;
	border-right:1px solid #0c4c73;
	line-height:1em;
	opacity: .8;
}
#block-menu-menu-footer ul li + li {
	padding:0 7px;
}
#block-menu-menu-footer .last {
	border:0;
}
#block-menu-menu-footer .block-inner ul.menu li a {
	color:#0c4c73;
	font-family: "Istok Web", Arial, Verdana, sans-serif;
	font-size: 0.95em;
	font-weight: bold;
	text-decoration:none;
}
#block-menu-menu-footer .block-inner ul.menu li a:hover {
	text-decoration:underline;
}
/* Menu footer-links */
#footer_links .block {
	float:left;
	width:168px;
	margin-right:20px;
	overflow:hidden;
	margin-top:20px;
}
#footer_links .block ul {
	margin:0;
	padding:0;
}
#footer_links .block ul li,
#footer_links .leaf,
#footer_links .expanded {
	list-style:none outside none;
	background:none;
}
#footer_links .block ul li.expanded a,
#footer_links .block h2 {
	display:block;
	font-weight:bold;
	font-size:1.3em;
	border:none;
	margin:0 0 5px;
}
#footer_links .block h2 {
	margin:0;
	padding:0;
	background: none;
}
#footer_links .block h2 a {
	color: #0c2645;
	font-family: "Istok Web", Arial, Verdana, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}
#footer_links .block h2 a:hover {
	text-decoration:underline;
}
#footer_links .block ul li.expanded ul.menu li a,
#footer_links .block ul li a {
	display:inline;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-weight:normal;
	font-size:0.9em;
	color:#fff;
	text-decoration:none;
}
#footer_links .block ul li.expanded ul.menu li a:hover,
#footer_links .block ul li a:hover {
	text-decoration:underline;
}
#footer_links .block.region-count-3 {
	border:none;
}
#block-menu-book-menu-decouvrir,
#block-menu-book-menu-ou-dormir,
#block-menu-book-menu-ou-manger,
#block-menu-book-menu-pratique,
#block-block-7 {
	min-height: 130px;
}




/* Bloc de Recherche */
#block-search-0 {
	float: right;
	overflow:hidden;
	width: 127px;
	height: 28px;
	margin: 0;
	border: 1px solid #dbdfe3;
	border-width: 0 1px 1px 0;
	background: #fff;
}
#block-search-0 .content {
	float: right;
	position: relative;
	background:none !important;
	padding:0 !important;
	margin-top: 3px;
}
#block-search-0 .content form .form-item {
	margin:0;
}
#block-search-0 form {
	background:none;
	padding:0;
}
#block-search-0 input#edit-search-block-form-1 {
	float:left;
	width:90px;
	margin-right:5px;
	height: 20px;
	line-height: 20px;
	text-indent:3px;
	border: 0;
	background:#fff;
	padding: 0 25px 0 0;
	color: #64a6bd;
}
#block-search-0 input.form-submit {
	display: block;
	position: absolute;
	top: 1px;
	right: 0;
	border:none;
	margin:0;
	padding:0;
	width:23px;
	height:18px;
	text-indent: -9999px;
	font-size: 0;
	background: url("../images/bt_search.png") no-repeat 0 center;
}


/* Selecteur de langue
------------------------*/
.block-locale {
	float:right;
	margin:0;
	padding: 8px 2px;
	width: 57px;
	height: 12px;
	background: #fff;
	border: 1px solid #dbdfe3;
	border-width: 0 0 1px 1px;
}
.block-locale ul {
	margin: 0;
	padding: 0;
}
.block-locale li {
	display: block;
	float: left;
	padding: 0;
	list-style: none outside none;
	background: none;
}
.block-locale li + li {
	margin-left: 8px; /* réduire à 2px si 3 langues étrangères */
}
.block-locale .active {
	display: none;
}

/* temporaire */
.not-logged-in .block-locale li.es {
	display: none;
}



/* Bloc Visites virtuelles
----------------------------*/
#block-block-2,
#block-block-3 {
	position: relative;
	margin: 2px 0;
}
#block-block-2 a {
	display: block;
	width: 182px;
	height: 123px;
	background: url("../images/visites-360.png") no-repeat 50px 70px #087394;
	text-decoration: none;
	padding: 18px;
}
#block-block-2 a span,
#block-block-3 a span {
	display: block;
}
#block-block-2 a .title,
#block-block-3 a .title {
	color: #fff;
	font-family: "Istok Web", Arial, Verdana, sans-serif;
	font-size: 1.4em;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	padding: 2px 0 10px;
	border-bottom: 1px solid #096986;
}
#block-block-2 a .title {
	text-transform: capitalize;
}
#block-block-2 a:hover .title,
#block-block-3 a:hover .title {
	text-decoration: underline;
}
#block-block-2 a .undertitle,
#block-block-3 a .undertitle {
	position: absolute;
	top: 37px;
	left: 71px;
	color: #4caac3;
	font-family: "Droid Serif", Arial, Verdana, sans-serif;
	font-style: italic;
	font-size: 1.35em;
	background: #087394;
	padding: 0 15px;
}
#block-block-2 a .content,
#block-block-3 a .content {
	border-top: 1px solid #2a8fac;
	padding-top: 20px;
	color: #77cfe7;
	font-family: "Droid Serif", Arial, Verdana, sans-serif;
	font-style: italic;
	font-size: 1.05em;
	letter-spacing: 1px;
}
#block-block-2 a .content{
	padding-top: 40px;
}

/* Bloc Jeux concours
----------------------------*/
#block-block-3 a {
	display: block;
	width: 182px;
	height: 123px;
	background: #18385e;
	text-decoration: none;
	padding: 18px;
}
#block-block-3 a .title {
	border-color: #0f2642;
}
#block-block-3 a .undertitle {
	position: absolute;
	color: #557ba9;
	background: #18385e;
	left: 48px;
	padding: 0 5px;
	z-index: 105;
}
#block-block-3 a .content {
	position: relative;
	border-color: #20436e;
	width: 100px;
	z-index: 100;
}
#block-block-3 a .image {
	position: absolute;
	top: 0;
	right: -23px;
	width: 174px;
	height: 238px;
	text-indent: 0;
	font-size: 0;
	background: url("../images/bg_block_jeux.png") no-repeat;
	z-index: 10;
}


/* Bloc liens footer (photos, videos, etc)
-------------------------*/
#block-block-5 {
	margin: 0;
	overflow: hidden;
}
#block-block-5 ul,
#block-block-6 ul {
	margin: 0;
	padding: 0;
}
#block-block-5 ul li,
#block-block-6 ul li {
	display: block;
	float: left;
	background: none;
	list-style: none;
	padding: 0;
}
#block-block-5 ul li a,
#block-block-6 ul li a {
	display: block;
	float: left;
	text-decoration: none;
}

#block-block-5 ul li a {
	width: 117px;
	height: 69px;
	background-image: url("../images/icons_footer.png");
	background-repeat: no-repeat;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
#block-block-5 ul li a.default,
#block-block-5 ul li a:hover {
	width: 256px;
}
#block-block-5 ul li a .title {
	display: block;
	color: #51c3dd;
	text-transform: uppercase;
	font-family: "Istok Web", Arial, Verdana, sans-serif;
	font-size: 0.9em;
	padding: 9px 0 0 2px;
}
#block-block-5 ul li a.default .title,
#block-block-5 ul li a:hover .title {
	color: #fff;
}
#block-block-5 ul li a .desc {
	display: block;
	position: relative;
	bottom: -50px;
	height: 44px;
	width: 0;
	color: #15365e;
	font-family: "Istok Web", Arial, Verdana, sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 14px;
	-webkit-transition: bottom .2s ease;
	-moz-transition: bottom .2s ease;
	-o-transition: bottom .2s ease;
	transition: bottom .2s ease;
}
#block-block-5 ul li a.default .desc,
#block-block-5 ul li a:hover .desc {
	bottom: 0;
	background: url("../images/icons_footer.png") no-repeat #49a8c2;
	width: 232px;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
#block-block-5 ul li a .desc .content {
	display: block;
	float: left;
	padding: 12px 0 0 54px;
}
#block-block-5 ul li a .desc .more {
	display: block;
	float: right;
	margin-top: 6px;
	height: 39px;
	width: 47px;
	line-height: 43px;
	color: #307092;
	text-indent: -9999px;
}
#block-block-5 ul li a.default .desc .more,
#block-block-5 ul li a:hover .desc .more {
	border-left: 1px solid #2b849a;
	background: url("../images/icons_footer_more.png") no-repeat center center;
}
/* Icons */
#block-block-5 ul li.photos a {
	background-position: left 24px;
}
#block-block-5 ul li.videos a {
	background-position: left -48px;
}
#block-block-5 ul li.webcams a {
	background-position: left -337px; /*-120*/
}
#block-block-5 ul li.brochures a {
	background-position: left -193px;
}
#block-block-5 ul li.mobitour a {
	background-position: left -267px;
}
#block-block-5 ul li.photos a:hover .desc {
	background-position: -290px -2px;
}
#block-block-5 ul li.videos a:hover .desc {
	background-position: -290px -74px;
}
#block-block-5 ul li.webcams a:hover .desc {
	background-position: -289px -363px; /*-146*/
}
#block-block-5 ul li.brochures a:hover .desc {
	background-position: -290px -219px;
}
#block-block-5 ul li.mobitour a.default .desc,
#block-block-5 ul li.mobitour a:hover .desc {
	background-position: -290px -293px;
}


/* Bloc partenaires
---------------------------*/
#block-block-6 {
	float: right !important;
	margin-right: 0 !important;
	margin-top: 0 !important;
	width: auto !important;
}
#block-block-6 li.partner a {
	margin-left: 10px;
}
#block-block-6 ul li.partner a {
	background: none;
	width: auto;
	height: auto;
}
#block-block-6 ul li.partner a img {
	display: block;
}


/* Bloc adresse office de tourisme
-----------------------------------*/
#block-block-7 {
	margin-right: 0 !important;
}
#block-block-7 .content p {
	color: #fff;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 0.9em;
	line-height: 14px;
	margin: 3px 0 8px;
}
#block-block-7 .content p a {
	color: #fff;
}


/* Bloc Carte interactive int
------------------------------*/
#block-block-8 {
	margin: 75px 0 0;
	width: 218px;
	height: 193px;
	background: url("../images/bg_block_map_int.jpg") no-repeat;
}
#block-block-8 span {
	display: block;
}
#block-block-8 h2 {
	padding: 0;
	margin: 0;
	font-weight: normal;
	background: none;
}
#block-block-8 h2 a {
	display: block;
	font-family: "Istok Web", Arial, Verdana, sans-serif;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 10px 0 140px 25px;
}
#block-block-8 h2 a:hover {
	text-decoration: none;
}
#block-block-8 h2 a .first {
	color: #58b7ca;
	font-size: 2em;
	height: 22px;
}
.i18n-en #block-block-8 h2 a .first {
	font-size: 1.6em;
}
#block-block-8 h2 a .last {
	color: #2a7f90;
	font-size: 1.15em;
	text-transform: uppercase;
}
#block-block-8,
#block-ad-11,
#block-ad-13 {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
#block-block-8:hover,
#block-ad-11:hover,
#block-ad-13:hover {
	opacity: .9;
}


/* Img agglo */
.not-front #content-area #aggloimg {
	margin-left: 111px;
}

#block-ad-11,
#block-ad-13 {
	margin-top: 20px;
}
#block-ad-11 img,
#block-ad-13 img {
	width: 218px !important;
}

/* Bloc reseaux sociaux header
---------------------------------*/
.social-icons--top {
	float: left;
	height: 28px;
	margin: 0;
	background-color: #fff;
	border-style: solid;
	border-color: #dbdfe3;
	border-width: 0 1px 1px 1px;
}
.social-icons--top ul {
	margin: 0;
	padding: 0 10px 0 0;
	list-style: none;
}
.social-icons--top li {
	float: left;
	padding-left: 0;
	background-image: none;
}
.social-icons--top li a {
	display: block;
	margin-left: 10px;
	text-indent: -9999px;
	margin-top: 2px;
	width: 22px;
	height: 22px;
	overflow: hidden;
	background: url("../images/sprite/social-icons-sprite-22x22.png") no-repeat;
}
/* twitter */
.social-icons--top ul li.twitter a {
	background-position: 0 0;
}
.social-icons--top ul li.twitter a:hover {
	background-position: 0 -22px;
}
/* facebook */
.social-icons--top ul li.facebook a {
	background-position: -22px 0;
}
.social-icons--top ul li.facebook a:hover {
	background-position: -22px -22px;
}
/* pinterest */
.social-icons--top ul li.pinterest a {
	background-position: -44px 0;
}
.social-icons--top ul li.pinterest a:hover {
	background-position: -44px -22px;
}
/* insta */
.social-icons--top ul li.instagram a {
	background-position: -68px 0;
}
.social-icons--top ul li.instagram a:hover {
	background-position: -68px -22px;
}


/* Quizz
--------------*/
.quizz_question_number {
	color: #4caac3;
}
.numero_question .text-question,
.numero_question .num-question,
.quizz_statement {
	color: #18385e;
}
#quizz_form input[type="submit"] {
	background: url("../images/quizz/bg_next.png") no-repeat right 0;
}
#quizz_form input[type="submit"]:hover {
	background-position: right -31px;
}




