/**
 * 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;	
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    display: inline-block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}

.clear {clear: both;}


body {
  background-color: #ddd;
  color: #484848;
  font-size: 14px;
}


h1 {
  font-size: 25px;
  font-weight: normal;
  color: #BD463B;
  margin: 0 0 20px 0;
}

h3 {
  font-size: 20px;
  font-weight: normal;
  color: #BD463B;
  margin: 0 0 20px 0;
}

p {
  margin: 0 0 20px 0;
}

a {
  color: #BD463B;
}

a:hover {
  color: #000;
}

#center ul {
  padding: 0 0 0 20px;
}

#main {
  width: 960px;
  margin: 0 auto;
  background-color: #fff;
}

#header {
  position: relative;
}

#langs {
  position: absolute;
  top:0;
  right: 0;

}

#langs li {
  float: left;
}

#langs li a {
  display: block;
  padding: 15px 25px 5px 25px; 
  
  color: #BD463B;
  text-decoration: none;
  font-size: 12px;
}

#langs li a:hover, #langs li a.active {
  background-color: #BD463B;
  color: #fff;
}

#banner {
  background-image: url(content/design/website-image.jpg);
  height: 250px;
}

#navigation {
  height: 45px;
  background-color: #BD463B;
  padding: 15px 0 0 40px;
}

#menu {padding: 0;}

#menu li {float: left; margin: 0 20px 0 0;}
#menu li a {color: #fff; text-decoration: none; padding: 5px 10px; display: block; font-size: 15px; font-weight: 600; border-radius: 4px;}
#menu li a:hover, #menu li a.active {color: #BD463B; background-color: #fff;}

#content {
  padding: 0px 0 0px 0px;
}

#center ul li {
  list-style-image: url(content/design/bullet.png);
}

#center {
  width: 610px;
  float: left;
  padding: 20px 50px 40px 40px;
  border-right: 1px solid #dedede;
}

#sidebar {
  float: right;
  width: 259px;
}

#sidemenu {}
#sidemenu li {border-bottom: 1px solid #dedede;}
#sidemenu li a {color: #BD463B; font-size: 14px; text-decoration: none; display: block; padding: 20px 20px 20px 60px; background-color: #fff; background-repeat: no-repeat; background-position: 10px 4px;}
#sidemenu li a:hover, #sidemenu li a.active {background-color: #BD463B; color: #fff;}


#sidemenu li a.form {background-image: url(content/design/btn_form.png);}
#sidemenu li a.form:hover, #sidemenu li a.form.active {background-image: url(content/design/btn_form_over.png);}
#sidemenu li a.conditions {background-image: url(content/design/btn_arrow.png);}
#sidemenu li a.conditions:hover, #sidemenu li a.conditions.active {background-image: url(content/design/btn_arrow_over.png);}
#sidemenu li a.zone {background-image: url(content/design/btn_suisse.png);}
#sidemenu li a.zone:hover, #sidemenu li a.zone.active {background-image: url(content/design/btn_suisse_over.png);}

#infoblock {
  background-image: url(content/design/small-logo.png);
  background-repeat: no-repeat;
  padding: 75px 30px 30px 30px;
  font-size: 12px;
}

#contact_table {
  margin: 20px 0 0 0;
}

#contact_table a {
  color: #484848;
}

#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;
}

input.input-text {
  padding: 4px;
  width: 300px;
  border: 1px solid #c2c2c2;
}

.myarea {
  width: 300px;
  height: 200px;
  border: 1px solid #c2c2c2;
}

label.error {
  display: block;
  color: #f00;
}

.spam_check {
  display: none;
}

.submit_validate {
  color: #BD463B;
  text-decoration: none;
}

/*		to be used in both front and ckeditor !!	*/



  