/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

.jcarousel-skin-tango .jcarousel-container {
    width: 622px;
    height:312px;
	z-index:1;
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 622px;
    height:312px;
}



.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 622px;
    height:315px;
}



.jcarousel-skin-tango .jcarousel-item {
    width: 622px;
    height:312px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}


.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(prev-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(next-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-control { position:absolute; right:0;  margin-top:250px; margin-right:20px; z-index:30; }
.jcarousel-control a div { background:url(content/design/bullet_off.png) no-repeat; width:27px; height:25px; float:left; margin:0px 5px; color:transparent; }

.jcarousel-control a:hover div, .jcarousel-control a div.over {
    background:url(content/design/bullet_on.png) no-repeat; width:27px;
}




/* EVENTS */

.jcarousel-skin-events .jcarousel-container {
    width: 800px;
    height:312px;
	z-index:1;
}

.jcarousel-skin-events .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-events .jcarousel-container-horizontal {
    width: 800px;
    height:312px;
}



.jcarousel-skin-events .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-events .jcarousel-clip-horizontal {
    width: 800px;
    height:315px;
}



.jcarousel-skin-events .jcarousel-item {
    width: 800px;
    height:312px;
}

.jcarousel-skin-events .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
}

.jcarousel-skin-events .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}


.jcarousel-skin-events .jcarousel-item-placeholder {
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-events .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-events .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(prev-horizontal.png);
}

.jcarousel-skin-events .jcarousel-next-horizontal:hover,
.jcarousel-skin-events .jcarousel-next-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-skin-events .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-events .jcarousel-next-disabled-horizontal,
.jcarousel-skin-events .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-events .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-events .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-events .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-events .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(next-horizontal.png);
}

.jcarousel-skin-events .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-events .jcarousel-prev-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-skin-events .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-events .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-events .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-events .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-events .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}


/* POSTS */

.jcarousel-skin-posts {
	
}

.jcarousel-skin-posts .jcarousel-container {
    width: 980px;
    height:912px;
	z-index:1;
	position:absolute;
}

.jcarousel-skin-posts .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-posts .jcarousel-container-horizontal {
    width: 980px;
    height:912px;
}

.jcarousel-skin-posts .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-posts .jcarousel-clip-horizontal {
    width: 980px;
    height:915px;
}



.jcarousel-skin-posts .jcarousel-item {
    width: 980px;
    height:912px;
}

.jcarousel-skin-posts .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
}

.jcarousel-skin-posts .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}


.jcarousel-skin-posts .jcarousel-item-placeholder {
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-posts .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-posts .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(prev-horizontal.png);
}

.jcarousel-skin-posts .jcarousel-next-horizontal:hover,
.jcarousel-skin-posts .jcarousel-next-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-skin-posts .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-posts .jcarousel-next-disabled-horizontal,
.jcarousel-skin-posts .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-posts .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-posts .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-posts .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-posts .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(next-horizontal.png);
}

.jcarousel-skin-posts .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-posts .jcarousel-prev-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-skin-posts .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-posts .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-posts .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-posts .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-posts .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}


.jcarousel-control-posts { width:150px; margin:auto; }
.jcarousel-control-posts a { background:url(content/design/posts/nav_off.gif) no-repeat; width:25px; height:25px; float:left; margin:0px 5px; color:transparent; }

.jcarousel-control-posts a:hover,
.jcarousel-control-posts a.over {
    background:url(content/design/posts/nav_on.gif) no-repeat;
}





/*  GALLERY  */


.jcarousel-skin-gallery {
	
}

.jcarousel-skin-gallery .jcarousel-container {
    width: 980px;
    height:562px;
	z-index:1;
	position:absolute;
}

.jcarousel-skin-gallery .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-gallery .jcarousel-container-horizontal {
    width: 980px;
    height:562px;
}

.jcarousel-skin-gallery .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-gallery .jcarousel-clip-horizontal {
    width: 980px;
    height:565px;
}



.jcarousel-skin-gallery .jcarousel-item {
    width: 980px;
    height:562px;
}

.jcarousel-skin-gallery .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
}

.jcarousel-skin-gallery .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}


.jcarousel-skin-gallery .jcarousel-item-placeholder {
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-gallery .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-gallery .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(prev-horizontal.png);
}

.jcarousel-skin-gallery .jcarousel-next-horizontal:hover,
.jcarousel-skin-gallery .jcarousel-next-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-skin-gallery .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-gallery .jcarousel-next-disabled-horizontal,
.jcarousel-skin-gallery .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-gallery .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-gallery .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-gallery .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-gallery .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(next-horizontal.png);
}

.jcarousel-skin-gallery .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-gallery .jcarousel-prev-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-skin-gallery .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-gallery .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-gallery .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-gallery .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-gallery .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}


.jcarousel-control-gallery { width:150px; margin:auto; }
.jcarousel-control-gallery a { background:url(content/design/jnav_off.png) no-repeat; width:25px; height:25px; float:left; margin:0px 5px; color:transparent; }

.jcarousel-control-gallery a:hover,
.jcarousel-control-gallery a.over {
    background:url(content/design/jnav_on.png) no-repeat;
}




/*  GALLERY DETAIL  */

.jcarousel-skin-gallery-detail {
	background:#253334;
}

.jcarousel-skin-gallery-detail .jcarousel-container {
    width: 670px;
    height:450px;
	z-index:1;
	position:absolute;
}

.jcarousel-skin-gallery-detail .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-gallery-detail .jcarousel-container-horizontal {
    width: 670px;
    height:450px;
}

.jcarousel-skin-gallery-detail .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-gallery-detail .jcarousel-clip-horizontal {
    width: 670px;
    height:450px;
}



.jcarousel-skin-gallery-detail .jcarousel-item {
    width: 670px;
    height:450px;
}

.jcarousel-skin-gallery-detail .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
}

.jcarousel-skin-gallery-detail .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}


.jcarousel-skin-gallery-detail .jcarousel-item-placeholder {
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-gallery-detail .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-gallery-detail .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(prev-horizontal.png);
}

.jcarousel-skin-gallery-detail .jcarousel-next-horizontal:hover,
.jcarousel-skin-gallery-detail .jcarousel-next-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-skin-gallery-detail .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-gallery-detail .jcarousel-next-disabled-horizontal,
.jcarousel-skin-gallery-detail .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-gallery-detail .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-gallery-detail .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-gallery-detail .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-gallery-detail .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(next-horizontal.png);
}

.jcarousel-skin-gallery-detail .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-gallery-detail .jcarousel-prev-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-skin-gallery-detail .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-gallery-detail .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-gallery-detail .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-gallery-detail .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-gallery-detail .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}


.jcarousel-control-gallery-detail { width:150px; margin:auto; }
.jcarousel-control-gallery-detail a { background:url(content/design/jnav_off.png) no-repeat; width:25px; height:25px; float:left; margin:0px 5px; color:transparent; }

.jcarousel-control-gallery-detail a:hover,
.jcarousel-control-gallery-detail a.over {
    background:url(content/design/jnav_on.png) no-repeat;
}

.carousel-prev-button { position:absolute; z-index:99; top:180px; }
.carousel-next-button { position:absolute; z-index:99; right:0px; top:180px; }


.numbers { color:#fff; float:left; font-family:'SegoePrintRegular'; font-size:25px; margin-right:15px;}
.captions-detail { color:#fff; float:left; font-family:'SegoePrintRegular'; font-size:15px; padding-top:5px; }
span.red { color:#ff2f2f; font-family:'SegoePrintRegular'; font-size:25px; }



/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #253334;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #253334;;
	background:#253334;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:#253334;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: 15px;
	right: 0px;
	width: 30px;
	height: 30px;
	background: url(content/design/fancy_close.png) no-repeat;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-close:before { content: color:#fff; font-size:16px; font-weight:lighter; }

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #253334;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }

/* reset */

* {
  margin:0;
  padding:0;  
}

@font-face {
    font-family: 'SegoePrintRegular';
    src: url('specific/front/css/font-face/segoepr-webfont.eot');
    src: url('specific/front/css/font-face/segoepr-webfont.eot?#iefix') format('embedded-opentype'),
         url('specific/front/css/font-face/segoepr-webfont.woff') format('woff'),
         url('specific/front/css/font-face/segoepr-webfont.ttf') format('truetype'),
         url('specific/front/css/font-face/segoepr-webfont.svg#SegoePrintRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SegoePrintBold';
    src: url('specific/front/css/font-face/segoeprb-webfont.eot');
    src: url('specific/front/css/font-face/segoeprb-webfont.eot?#iefix') format('embedded-opentype'),
         url('specific/front/css/font-face/segoeprb-webfont.woff') format('woff'),
         url('specific/front/css/font-face/segoeprb-webfont.ttf') format('truetype'),
         url('specific/front/css/font-face/segoeprb-webfont.svg#SegoePrintBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BritannicBoldRegular';
    src: url('specific/front/css/font-face/britanic-webfont.eot');
    src: url('specific/front/css/font-face/britanic-webfont.eot?#iefix') format('embedded-opentype'),
         url('specific/front/css/font-face/britanic-webfont.woff') format('woff'),
         url('specific/front/css/font-face/britanic-webfont.ttf') format('truetype'),
         url('specific/front/css/font-face/britanic-webfont.svg#BritannicBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SabrinaATRegular';
    src: url('specific/front/css/font-face/sabrina_at-webfont.eot');
    src: url('specific/front/css/font-face/sabrina_at-webfont.eot?#iefix') format('embedded-opentype'),
         url('specific/front/css/font-face/sabrina_at-webfont.woff') format('woff'),
         url('specific/front/css/font-face/sabrina_at-webfont.ttf') format('truetype'),
         url('specific/front/css/font-face/sabrina_at-webfont.svg#SabrinaATRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TheOnlyException';
    src: url('specific/front/css/font-face/theonlyexception-webfont.eot');
    src: url('specific/front/css/font-face/theonlyexception-webfont.eot?#iefix') format('embedded-opentype'),
         url('specific/front/css/font-face/theonlyexception-webfont.woff') format('woff'),
         url('specific/front/css/font-face/theonlyexception-webfont.ttf') format('truetype'),
         url('specific/front/css/font-face/theonlyexception-webfont.svg#TheOnlyException') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* GENERAL  */

a,a:hover {
  text-decoration:none;
}

img,form,fieldset,a { 
  border:none;
  outline:none;
}

ul li,ol li {
  list-style:none;
}

/* common simple classes */

.uppercase {
  text-transform:uppercase;
}

.clear {
  clear:both;
}

.left {
  float:left;
}

.right {
  float:right;
}

.hidden {
  display:none;
}

img,a {
  border:none;
  outline:none;
}

.spam_check {
  display:none;
}

/* common */

* {
  font-family:Arial,Verdana,Helvetica,sans-serif;
  font-size:13px;
}

#main {
	width:100%;
  margin:0 auto;
  padding:0;
  position:relative;
}

.table_centered,.table_centered td {
  vertical-align:middle;
  text-align:center;
}

.gallery table {
  border-spacing:5px;
}

.gallery table td {
  width:120px;
  height:120px;
  background:#EEE;
}

html,body {
	padding:0; margin:0;
}

#sidebar {
  background:#D9D9D9;
  width:300px;
  float:left;
  padding:5px;
}

#content {
  width:600px;
  float:left;
  padding:10px;
}

#content p {
  padding:.5em 0;
}

h1,h1 a {
  font-size:2em;
  color:#000;
}

h2 {
  font-size:1.6em;
}

h3 {
  font-size:1.2em;
}

ul {
  margin-left:20px;
}

li.active {
  font-weight:bold;
}

li.inactive {
  font-weight:normal;
}

.breadcrumbs li {
  float:left;
}


#logged_overlay {
  position:absolute;
  position:fixed;
  z-index:1000;
  background:#FFF;
  opacity:.8;
  width:100%;
  height:10px;
  padding:5px 10px 10px 10px;
  border-bottom:1px solid #424242;
}

#logged_logout {
  position:absolute;
  right:30px;
  display:block;
  width:200px;
  text-align:right;
  top:0px;
  padding:5px;
}

input {
  border:1px solid #000;
}

input.required {
  border:2px solid #000;
}


/* CUSTOM */

div.link { position:absolute; margin-top:-65px; }

#top { width:100%; background:url(content/design/back_top.gif) repeat-x; height:408px; }
#top-night { width:100%; background:url(content/design/back_top_night.gif) repeat-x; height:408px; }

#logo { float:left; margin:46px 0px 0px 20px; }
#visit { float:left; margin:104px 0px 0px 95px; }
#social-like { float:left; margin:104px 0px 0px 70px; background:url(content/design/social_like.gif); width:123px; height:66px; padding:15px 0px 0px 15px; }





.twitter-share-button { margin-top:10px; }

#lac { width:100%; background:url(content/design/back_lac.jpg) repeat-x center; height:1314px; }
#lac h1 { font-family:'BritannicBoldRegular'; font-size:50px; color:#253334; font-weight:lighter; letter-spacing:-1px; }
#lac span.white { font-family:'BritannicBoldRegular'; color:#fff; font-size:50px; }

#lac-night { width:100%; background:url(content/design/back_lac_night.jpg) repeat-x center; height:1314px; }
#lac-night h1 { font-family:'BritannicBoldRegular'; font-size:50px; color:#253334; font-weight:lighter; letter-spacing:-1px; }
#lac-night span.white { font-family:'BritannicBoldRegular'; color:#fff; font-size:50px; }

#menu { width:100%; background:url(content/design/back_vagues.gif) repeat-x top #a9d0ee; height:1700px; }
#menu-night { width:100%; background:url(content/design/back_vagues_night.gif) repeat-x top #a9d0ee; height:1700px; }


#posts { width:100%; background:#1469a9; height:1330px; }
#events { width:100%; background:#1497a7; height:640px; }
#galleries { width:100%; background:#729562; height:940px; }
#buvette { width:100%; background:#ffc200; height:1330px; }
#welcome { width:100%; background:url(content/design/back_pool.gif) no-repeat bottom #a9d0ee; height:810px; }
#footer { width:100%; background:#1469a9; height:343px; }
#scale { background:url(content/design/scale.png) no-repeat; width:151px; height:372px; position:absolute; margin-top:-29px; }

div.container { width:980px; margin:auto; }


/* Navigation principale */
ul.main-menu {  padding:0; clear:both; margin:0; }
ul.main-menu li { width:191px; height:44px; float:left; border-left:1px solid #175e94; cursor:pointer; font-family:'SegoePrintRegular'; color:#fff; text-align:center; padding-top:80px; font-size:20px; } 
ul.main-menu li a { font-family:'SegoePrintRegular'; color:#fff; font-size:20px; text-decoration:none; }
ul.main-menu li#li-carte { background:url(content/design/menu/carte.gif) no-repeat top;  }
ul.main-menu li#li-evenements { background:url(content/design/menu/evenements.gif) no-repeat top;  }
ul.main-menu li#li-breves { background:url(content/design/menu/breves.gif) no-repeat top; }
ul.main-menu li#li-galerie { background:url(content/design/menu/galerie.gif) no-repeat top; }
ul.main-menu li#li-buvette { background:url(content/design/menu/buvette.gif) no-repeat top; border-right:1px solid #175e94;  }



/* Mini Navigation */
#mini-nav { height:68px; width:100%; position:fixed; top:-68px; background:url(content/design/back_mini_nav.gif) repeat-x; z-index:999; }

#mini-nav #mini-logo { float:left; padding:15px 5px 0px 0px; }

ul.mini-main-menu li { width:107px; height:43px; float:left; border-left:1px solid #175e94; cursor:pointer; font-family:'SegoePrintRegular'; color:#fff; text-align:left; padding-top:25px; padding-left:60px; font-size:14px; } 
ul.mini-main-menu li a { font-family:'SegoePrintRegular'; color:#fff; font-size:14px; text-decoration:none; }
ul.mini-main-menu li#li-mini-carte { background:url(content/design/menu/mini_carte.gif) no-repeat 5px 12px;  }
ul.mini-main-menu li#li-mini-evenements { background:url(content/design/menu/mini_evenements.gif) no-repeat 5px 12px; padding-left:50px; width:120px;  }
ul.mini-main-menu li#li-mini-breves { background:url(content/design/menu/mini_breves.gif) no-repeat 5px 12px; }
ul.mini-main-menu li#li-mini-galerie { background:url(content/design/menu/mini_galerie.gif) no-repeat 5px 12px; }
ul.mini-main-menu li#li-mini-buvette { background:url(content/design/menu/mini_buvette.gif) no-repeat 5px 12px; border-right:1px solid #175e94;  }


div.sep { clear:both; }


/* LAC */


#fondue-top { 
	width:205px; 
	height:75px;
	background:url(content/design/back_fondue_top.gif) repeat-x;
	font-family:'SegoePrintRegular';
	color:#fff;
	float:left;
	margin-top:30px;
	font-size:18px;
	line-height:20px;
	padding:10px 0px 0px 100px;
}
#fondue-top a { color:#fff; font-family:'SegoePrintRegular'; font-size:18px; }

#fondue-top span.big { font-family:'SegoePrintRegular'; font-size:25px; }


#next-event {  
		background:url(content/design/next_event.png) no-repeat;
		width:263px;
		height:108px;
		float:right;
		margin-top:-48px;
		padding:60px 20px 0px 20px;
}
#next-event a { color:#000; } 
#next-event div.numbers { float:left; margin:0px 10px; }
#next-event div.numbers img { margin-right:-7px; }
#next-event div.captions { float:left; font-family: 'SegoePrintBold'; font-size:26px; }
#next-event div.description { font-family: 'SegoePrintRegular'; font-size:18px; font-weight:bold; margin-top:40px; position:absolute; width:200px; min-height:60px; padding-left:65px; }

#daily-menu { height:40px; padding:15px; background:#526466; border:5px solid #86adcd; width:960px; clear:both; margin-top:35px;
 -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
}
#daily-menu h2 { color:#a9d0ee; font-family: 'SegoePrintRegular'; font-size:28px; font-weight:lighter; float:left; margin-right:50px;  }
div.plat_jour { font-family:'TheOnlyException'; float:left; color:#fff; font-size:24px; padding:4px; font-weight:lighter; }  
span.plat_jour_prix { font-family: 'SegoePrintRegular'; font-size:24px; }

#weather { font-family: 'SegoePrintRegular';
font-size:18px;
width:380px;
height:40px;
float:left;
clear:both;
line-height:18px;
position:absolute;
margin:20px 0px 0px 300px;
}
#weather img { margin-top:-8px; }

#weather-night { font-family: 'SegoePrintRegular';
font-size:18px;
width:380px;
height:40px;
float:left;
clear:both;
line-height:18px;
position:absolute;
margin:20px 0px 0px 300px;
color:#fff;
}
#weather-night img { margin-top:-8px; }

#avis-jour { background:url(content/design/avis_jour.png) no-repeat; float:left; width:262px; height:196px; clear:left; margin-top:20px; font-family:'SegoePrintBold'; color:#fff; font-size:19px; padding:0px 20px; }
#avis-jour p { font-family:'SegoePrintBold'; color:#fff; font-size:19px; line-height:20px; }

#avis-jour h1 { font-size:20px; text-align:center; font-family:'SegoePrintBold'; margin:3px 0px 10px -7px; }

#gallery-lac { width:622px; height:314px; float:right; margin-top:40px;  }
#gallery-lac .mask { width:622px; height:314px; position:absolute; background:url(content/design/gallery_mask.png) no-repeat; z-index:2; }
#gallery-lac .mask-night { width:622px; height:314px; position:absolute; background:url(content/design/gallery_mask_night.png) no-repeat; z-index:2; }




#clouds { position:absolute; background:url(content/design/masque_sun.png) no-repeat; width:595px; height:256px; margin-top:648px; margin-left:545px; z-index:599;  }
#lights { position:absolute; background:url(content/design/sun.png) no-repeat; width:528px; height:499px;  z-index:598; top:1100px; margin-left:600px;  }

#clouds-night {position:absolute; background:url(content/design/masque_moon.png) no-repeat; width:595px; height:256px; margin-top:645px; margin-left:545px; z-index:599; }
#lights-night { position:absolute; background:url(content/design/moon.png) no-repeat; width:528px; height:499px;  z-index:598; top:1300px; margin-left:700px; }



#boat { width:397px; height:101px; z-index:99; margin-top:950px; position:absolute; right:0px; background:url(content/design/boat.png); }
#boat-night { width:397px; height:101px; z-index:99; margin-top:950px; position:absolute; right:0px; background:none; }


/* CARTE */

#vague-front { position:absolute; z-index:1;  background:url(content/design/vague_back.png) repeat-x 20px 0px; height:25px; width:100%;  margin-top:155px;  }
#vague-back { position:absolute; z-index:2;   background:url(content/design/vague_front.png) repeat-x; height:40px; width:100%; margin-top:160px;  }

#menu-header-hiver { 
	width:850px; 
	height:183px; 
	background:url(content/design/hiver.png) no-repeat; 
	margin:auto; 
	z-index:998; 
	position:absolute;
	color:#212d2d;
	font-family: 'SegoePrintRegular';
	font-size:60px;
	text-shadow: 1px 1px 1px #fff;
	text-align:center;
}

div.header-container { width:850px; margin:auto; position:relative; }

#carte  { position:absolute; height:950px;  }

div.carte-class { 
	width:935px; 
	min-height:860px; 
	background:url(content/design/back_carte.gif) repeat-x; 
	margin:0 auto;  
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;
	box-shadow: -3px -5px 8px #333;
	padding:80px 15px 30px 15px;
	z-index:3;
}

div.carte-class div.content {
	float:left;
	width:420px;
	margin:10px 15px;
	font-family:'SegoePrintRegular';
	color:#fff;
	font-size:20px;
}

div.carte-class div.carte-icon { float:right; }

.light_blue { color:#a9d0ee; font-family:'SegoePrintRegular'; font-size:20px; }

div.carte-class div.content h1.petit-dej {  
	font-family:'SegoePrintRegular';
	font-size:32px;
	color:#a9d0ee;
	background:url(content/design/carte/petit_dej.png) right no-repeat;
	height:90px;
}

div.carte-class div.content h1.froide {  
	font-family:'SegoePrintRegular';
	font-size:32px;
	color:#a9d0ee;
	background:url(content/design/carte/froide.png) right no-repeat;
	height:90px;
}

div.carte-class div.content h1.chaud-devant {  
	font-family:'SegoePrintRegular';
	font-size:32px;
	color:#a9d0ee;
	background:url(content/design/carte/chaud_devant.png) right no-repeat;
	height:90px;
}

div.carte-class div.content h1 {  
	font-family:'SegoePrintRegular';
	font-size:32px;
	color:#a9d0ee;
}


div.carte-class div.content h2 {
	font-family:'SegoePrintRegular';
	color:#a9d0ee;
	font-weight:lighter;
	font-size:22px;
	margin-top:-40px;
}

div.carte-class div.content span.bold_white {
	font-family:'SegoePrintRegular';
	color:#fff;
	font-weight:bold;
	font-size:22px;
	text-decoration:underline;
}

div.carte-class div.line { clear:both; width:100%; height:50px; background:url(content/design/carte/back_line.png) center repeat-x; }

div.carte-class div.content ul { margin:0; }
div.carte-class div.content ul li { margin:5px 0px; clear:both; padding:5px 0px; background:url(content/design/carte/dotted.gif) bottom repeat-x; }
div.carte-class div.content ul li div { font-family:Georgia, "Times New Roman", Times, serif; color:#fff; font-size:18px; text-shadow: 1px 1px 1px #000 }
div.carte-class div.content ul li div.menu-content { float:left; width:300px; }
div.carte-class div.content ul li div.menu-price { float:right; clear:left; margin-top:-20px; }

div.carte-class div.content div.menu_jour { font-family:'TheOnlyException'; color:#fff; font-size:25px;  }
div.carte-class div.content div.menu_jour span.price { font-family:'SegoePrintRegular'; color:#fff; font-size:25px;  }


#label-top { width:73px; height:91px; position:absolute; background:url(content/design/label/small_fondue_miam.png) no-repeat center; margin-left:-90px;  }
#label-top-soldout {  width:73px; height:91px; position:absolute; background:url(content/design/label/small_fondue_complet.png) no-repeat center;margin-left:-90px;}
#label-top div.day-label { margin-top:15px; font-size:12px; }
#label-top-soldout div.day-label { margin-top:15px; font-size:12px; }
#label-top div.month-label { font-size:35px; margin-top:-18px; }
#label-top-soldout div.month-label { font-size:35px; margin-top:-18px; }

#label-1 { width:131px; height:161px; position:absolute; background:url(content/design/label/label_01_on.png) no-repeat center; margin-top:270px; }
#label-1-soldout {  width:131px; height:161px; position:absolute; background:url(content/design/label/label_01_off.png) no-repeat center; margin-top:270px; }
#label-1 div.day-label { margin-top:35px; }
#label-1-soldout div.day-label { margin-top:35px; }

#label-2 { width:131px; height:161px; position:absolute; background:url(content/design/label/label_02_on.png) no-repeat center; margin-top:270px; margin-left:130px;  }
#label-2-soldout { width:131px; height:161px; position:absolute; background:url(content/design/label/label_02_off.png) no-repeat center; margin-top:270px; margin-left:130px; }
#label-2 div.day-label { margin-top:40px; }
#label-2-soldout div.day-label { margin-top:40px; }

#label-3 { width:131px; height:161px; position:absolute; background:url(content/design/label/label_03_on.png) no-repeat center; margin-top:270px; margin-left:260px;  }
#label-3-soldout { width:131px; height:161px; position:absolute; background:url(content/design/label/label_03_off.png) no-repeat center; margin-top:270px; margin-left:260px; }
#label-3 div.day-label { margin-top:40px; }
#label-3-soldout div.day-label { margin-top:40px; }

#label-4 { width:131px; height:161px; position:absolute; background:url(content/design/label/label_04_on.png) no-repeat center; margin-top:270px; margin-left:390px; }
#label-4-soldout { width:131px; height:161px; position:absolute; background:url(content/design/label/label_04_off.png) no-repeat center; margin-top:270px; margin-left:390px; }
#label-4 div.day-label { margin-top:45px; }
#label-4-soldout div.day-label { margin-top:45px; }

#label-5 { width:131px; height:161px; position:absolute; background:url(content/design/label/label_06_on.png) no-repeat center; margin-top:270px; margin-left:520px; }
#label-5-soldout { width:131px; height:161px; position:absolute; background:url(content/design/label/label_05_off.png) no-repeat center; margin-top:270px; margin-left:520px; }
#label-5 div.day-label { margin-top:40px; }
#label-5-soldout div.day-label { margin-top:40px; }

#label-6 { width:131px; height:161px; position:absolute; background:url(content/design/label/label_06_on.png) no-repeat center; margin-top:270px; margin-left:650px; }
#label-6-soldout { width:131px; height:161px; position:absolute; background:url(content/design/label/label_06_off.png) no-repeat center; margin-top:270px; margin-left:650px; }
#label-6 div.day-label { margin-top:40px; }
#label-6-soldout div.day-label { margin-top:40px; }

#label-7 { width:131px; height:161px; position:absolute; background:url(content/design/label/label_07_on.png) no-repeat center; margin-top:270px; margin-left:780px; }
#label-7-soldout { width:131px; height:161px; position:absolute; background:url(content/design/label/label_07_off.png) no-repeat center; margin-top:270px; margin-left:780px; }
#label-7 div.day-label { margin-top:35px; }
#label-7-soldout div.day-label { margin-top:35px; }

div.day-label { font-family: 'BritannicBoldRegular'; font-size:18px; text-align:center; color:#423e3e; }
div.month-label { font-family: 'BritannicBoldRegular'; font-size:48px; text-align:center; color:#423e3e; line-height:20px; }



/* BREVES */

#posts h1 { 
	background:url(content/design/coffee.png) no-repeat; 
	height:145px; 
	padding:80px 0px 0px 340px;
	color:#212d2d;
	font-family:'SegoePrintRegular';
	font-size:70px;
	font-weight:lighter;
	text-shadow: 1px 1px 1px #619ac5;
}

#box-post { width:544px; height:191px; position:absolute; background:url(content/design/posts/box.gif) no-repeat; padding:50px 20px 15px 20px;  }

#box-post textarea { 
	width:302px; 
	height:105px; 
	border:none; 
	resize:none; 
	padding:25px; 
	font-family:'SegoePrintBold'; 
	font-size:20px;
	line-height:22px;
	color:#fff; 
	position:absolute;
	z-index:3;
	overflow:hidden;
}

#box-post textarea.bleu { background:url(content/design/posts/form_bleu.png) no-repeat;  }
#box-post textarea.brun { background:url(content/design/posts/form_brun.png) no-repeat;  }
#box-post textarea.gris { background:url(content/design/posts/form_gris.png) no-repeat;  }
#box-post textarea.orange { background:url(content/design/posts/form_orange.png) no-repeat;  }
#box-post textarea.rose { background:url(content/design/posts/form_rose.png) no-repeat;  }
#box-post textarea.rouge { background:url(content/design/posts/form_rouge.png) no-repeat;  }
#box-post textarea.turquoise { background:url(content/design/posts/form_turquoise.png) no-repeat;  }
#box-post textarea.vert { background:url(content/design/posts/form_vert.png) no-repeat;  }

#box-post input[type=text] { 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
	padding:5px;
	font-family:'SegoePrintBold';
	color:#000;
	font-size:14px;
	float:right;
	position:absolute;
	margin-left:350px;
	border:none;
	z-index:80;
}

#box-post input[type=button] { 
	background:url(content/design/posts/btn_publier) no-repeat;
	border:none;
	width:143px;
	height:28px;
	float:right;
	cursor:pointer;
	margin-top:10px;
	clear:right;
	position:absolute;
	margin:80px 0px 0px 350px;
	z-index:80;
}


#box-post div.color-orange { cursor:pointer; width:30px;height:80px;background:#fc8e52; position:absolute; z-index:2; margin-top:95px; margin-left:5px;  }
#box-post div.color-vert { cursor:pointer; width:30px;height:80px;background:#a7d24a; position:absolute; z-index:2; margin-top:95px; margin-left:45px;  }
#box-post div.color-rose { cursor:pointer; width:30px;height:80px;background:#fc52a6; position:absolute; z-index:2; margin-top:95px; margin-left:85px;  }
#box-post div.color-bleu { cursor:pointer; width:30px;height:80px;background:#3fcadb; position:absolute; z-index:2; margin-top:95px; margin-left:125px;  }
#box-post div.color-rouge { cursor:pointer; width:30px;height:80px;background:#d24a4a; position:absolute; z-index:2; margin-top:95px; margin-left:165px;  }
#box-post div.color-turquoise { cursor:pointer; width:30px;height:80px;background:#33d399; position:absolute; z-index:2; margin-top:95px; margin-left:205px;  }
#box-post div.color-gris { cursor:pointer; width:30px;height:80px;background:#929082; position:absolute; z-index:2; margin-top:95px; margin-left:245px;  }
#box-post div.color-brun { cursor:pointer; width:30px;height:80px;background:#af9355; position:absolute; z-index:2; margin-top:95px; margin-left:285px;  }

#box-post div.down { padding-bottom:20px; }

div.p-orange { background:url(content/design/posts/postit_orange.png) no-repeat;}
div.p-brun { background:url(content/design/posts/postit_brun.png) no-repeat;}
div.p-vert { background:url(content/design/posts/postit_vert.png) no-repeat;}
div.p-rouge { background:url(content/design/posts/postit_rouge.png) no-repeat;}
div.p-turquoise { background:url(content/design/posts/postit_turquoise.png) no-repeat;}
div.p-gris { background:url(content/design/posts/postit_gris.png) no-repeat; }
div.p-bleu { background:url(content/design/posts/postit_bleu.png) no-repeat;}
div.p-rose { background:url(content/design/posts/postit_rose.png) no-repeat; }

div.postit {
	width:205px; 
	height:112px; 
	padding:40px 15px 15px 15px; 
	font-family:'SegoePrintBold'; 
	font-size:16px; 
	color:#fff; 
	float:left; 
	margin:30px;
	line-height:20px;
	word-wrap:break-word;
} 


#ajax-post { margin-top:40px; }


/* EVENTS */


#date-today { position:absolute; width:120px; margin:30px 0px 0px 100px; }
#day-today { text-align:center; width:120px; font-family:'SegoePrintRegular'; font-size:50px;}
#month-today { text-align:center; width:120px; padding-top:5px; color:#fff; font-size:16px; font-family:'SegoePrintRegular'; }


#events h1 { 
	background:url(content/design/evenements.png) no-repeat 0px 10px; 
	height:185px; 
	padding:40px 0px 0px 340px;
	color:#212d2d;
	font-family:'SegoePrintRegular';
	font-size:70px;
	font-weight:lighter;
	text-shadow: 1px 1px 1px #75c2cb;
}

#events div.events-content { width:785px; height:245px; background:#1fbdcb; padding: 25px 20px; float:left; margin-left:35px; }
#events div.events-content span.title { background:#fff; padding:5px 10px; font-family: 'BritannicBoldRegular'; color:#212d2d; font-size:25px;   }

#events-back { width:50px; height:295px; float:left; background:url(content/design/events_back.png) center no-repeat; cursor:pointer; }
#events-next { width:50px; height:295px; float:right; background:url(content/design/event_next.png) center no-repeat; cursor:pointer; }


#events div.description { float:left; width:560px; font-family:Georgia, "Times New Roman", Times, serif; text-shadow: 1px 1px 1px #b7eff4; 	font-size:18px; line-height:24px; margin-top:40px;  }
#events div.description a { text-decoration:underline; color:#000;  }
#events div.description a, #events div.description p { font-family:Georgia, "Times New Roman", Times, serif; }
#events div.description-img { float:left; padding:10px; width:125px; margin-top:20px;  }
#events div.description h2 { 
	font-size:30px; 
	background:none; 
	padding:0; 
	margin:0px 0px 10px 0px; 
	text-shadow: 1px 1px 1px #b7eff4;
	font-family:'SegoePrintRegular';
	font-weight:lighter;
	line-height:32px;
}



/* GALLERY */

#galleries h1 { 
	background:url(content/design/gallery.png) no-repeat 0px 10px; 
	height:185px; 
	padding:50px 0px 0px 340px;
	color:#212d2d;
	font-family:'SegoePrintRegular';
	font-size:70px;
	font-weight:lighter;
	text-shadow: 1px 1px 1px #fff;
	margin-bottom:10px;
}



#galleries div.pics { 
	float:left; 
	margin:5px; 
	width:212px; 
	height:210px; 
	background:url(content/design/gallery_pic.png) no-repeat;
	padding:10px;

}

#galleries div.pics div.captions { font-family:'SegoePrintRegular'; font-size:14px; padding:5px; }
#galleries div.pics div.captions span.numbers { font-family:'SegoePrintRegular'; font-size:16px; color:#0779a8; }


/* BUVETTE */

#buvette h1 { 
	background:url(content/design/buvette.png) no-repeat 0px 10px; 
	height:145px; 
	padding:80px 0px 0px 360px;
	color:#212d2d;
	font-family:'SegoePrintRegular';
	font-size:70px;
	font-weight:lighter;
	text-shadow: 1px 1px 1px #ffd759;
	margin-bottom:20px;
}

#buvette div.buvette-content a { font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; }

#buvette div.buvette-content, #buvette div.buvette-content p { 
	font-family:Georgia, "Times New Roman", Times, serif; 
	text-shadow: 1px 1px 1px #fff; 
	font-size:16px;
	width:460px;
	margin:10px;
	text-shadow: 1px 1px 1px #ffe9a4;
	line-height:24px;
}

#buvette div.buvette-content { float:left; }

#buvette div.buvette-content p { margin:30px 0px 0px 0px; }
#buvette div.buvette-content p a { text-decoration:underline; color:#000; }


#buvette div.buvette-content span.title { 
	background:#212d2d; 
	padding:2px 10px; 
	color:#fff; 
	text-shadow:0px 0px 0px; 
	font-family:'SegoePrintRegular';
	font-size:22px;
	font-weight:lighter;
}

#buvette div.buvette-content div.bains-title { 
	width:290px; 
	height:29px; 
	background:url(content/design/back_title_buvette.png) no-repeat;
	font-family:'SegoePrintRegular';
	font-size:22px;
	color:#fff;
	padding:45px 0px 0px 5px;
	text-shadow:0px 0px 0px;
	margin:-10px 0px -10px 0px;
}

#buvette div.buvette-content div.fourchette-title { 
	width:292px; 
	height:56px; 
	background:url(content/design/back_fourchette_verte.png) no-repeat;
	font-family:'SegoePrintRegular';
	font-size:22px;
	color:#fff;
	padding:50px 0px 0px 85px;
	text-shadow:0px 0px 0px;
	margin:-10px 0px -20px 0px;
	
}

#buvette div.buvette-content div.developpement-title { 
	width:338px; 
	height:28px; 
	background:url(content/design/back_developpement.png) no-repeat;
	font-family:'SegoePrintRegular';
	font-size:22px;
	color:#fff;
	padding:38px 0px 0px 5px;
	text-shadow:0px 0px 0px;
	margin-top:-20px;
}


/* ENGLISH */

#welcome h1 { 
	background:url(content/design/english_title.png) 15px no-repeat; 
	height:165px; 
	padding:20px 0px 0px 250px;
	color:#212d2d;
	font-family:'SegoePrintRegular';
	font-size:50px;
	font-weight:lighter;
	text-shadow: 1px 1px 1px #fff;
	margin-bottom:40px;
	width:500px;
}


#welcome div.english-content a { font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; }

#welcome div.english-content, #welcome div.english-content p { 
	font-family:Georgia, "Times New Roman", Times, serif; 
	text-shadow: 1px 1px 1px #fff; 
	font-size:16px;
	width:460px;
	margin:10px;
	text-shadow: 1px 1px 1px #fff;
	line-height:24px;
}

#welcome div.english-content { float:left; }

#welcome div.english-content p { margin:20px 0px 40px 0px; }

#welcome div.english-content span.title { 
	background:#1d78bd; 
	padding:2px 10px; 
	color:#fff; 
	text-shadow:0px 0px 0px; 
	font-family:'SegoePrintRegular';
	font-size:22px;
	font-weight:lighter;
}


/* FOOTER */

#scale { background:url(content/design/scale.png) no-repeat; width:151px; height:372px; position:absolute; margin-top:-29px; }
#infos { 
	float:left;
	margin:50px 0px 0px 170px;
	width:260px;
}

#other-infos { font-family:'SegoePrintBold'; font-size:16px; margin:10px 0px; text-shadow: 1px 1px 1px #6ba0c9; }

#cash { float:left; font-family:'SegoePrintBold'; font-size:19px; line-height:20px; margin:60px 0px 0px 60px; }
#cash .big { font-size:45px; font-family:'SegoePrintBold'; }
#follow-us { float:left; font-family:'SegoePrintBold'; font-size:19px; margin:60px 0px 0px 100px; }



#infos p { font-family:'SegoePrintBold'; font-size:16px; margin:10px 0px; text-shadow: 1px 1px 1px #6ba0c9; }

#contact-form { width:550px; float:right; }
#contact-form h1 { font-family:'SegoePrintBold'; font-size:19px; margin:10px 20px; text-shadow: 1px 1px 1px #6ba0c9; }

#contact-form fieldset { width:530px; float:right; }

#contact-form label.error { color:#ff2f2f; position:absolute; margin-left:-140px; margin-top:-10px; }

#contact-form input { 
	border:5px solid #235982; 	
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
	background:#efe9dc;
	height:12px;
	width:140px;
	padding:8px;
	margin:10px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;

}
#contact-form textarea {
	border:5px solid #235982; 	
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
	background:#efe9dc;
	height:50px;
	width:320px;
	padding:10px;
	font-family:Georgia, "Times New Roman", Times, serif;

}

div.submit { float:right; margin:20px 45px 0px 0px; }
#contact-form a.submit_validate { font-family: 'SegoePrintRegular'; font-size:24px; color:#fff; }



/*		to be used in both front and ckeditor !!	*/

.orange {
  color:#FF9933;
}

h3 {
  color:blue;
}

h4 {
  color:green;
}

  
