/* less */
@backgroundColor:#d2d2d2;

@contentText:#383838;
@contentBg:#ffffff; /*Couleur de bg contenue*/
@borderContent:#ffffff;

@ColorLogo:#012d9e;
@ColorSlogan : #d5201e;


@bgSlide:#f6f5f5;

@bgInfoBar:#c3c9d2;
@txtInfobar:#383838;
@bgPhone:#d5201e;
@txtphone:#ffffff;

@bgInput:#ffffff;
@txtInput:#383838;

@AccroColor:#012d9e;
@sepAccro : #012d9e;

@bgFooter : #012d9e;
@txtFooter:#ffffff;
@txtFooterH:#fd0000;
@bgPhoneFooter : #fd0000;
@txtphoneFooter : #ffffff;


/* less */

/* Basics */

@import url(http://fonts.googleapis.com/css?family=Arial+Black);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);

@font-face {
    font-family: 'AvantGardeBkBTBook';
    src: url('/media/js/avgardn-webfont.eot');
    src: url('/media/js/avgardn-webfont.eot?#iefix') format('embedded-opentype'),
         url('/media/js/avgardn-webfont.woff') format('woff'),
         url('/media/js/avgardn-webfont.ttf') format('truetype'),
         url('/media/js/avgardn-webfont.svg#AvantGardeBkBTBook') format('svg');
    font-weight: normal;
    font-style:normal;
	

}
@font-face {
    font-family: 'yanone_kaffeesatzregular';
    src: url('/media/js/yanonekaffeesatz-regular-webfont.eot');
    src: url('/media/js/yanonekaffeesatz-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/media/js/yanonekaffeesatz-regular-webfont.woff') format('woff'),
         url('/media/js/yanonekaffeesatz-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
*{padding:0;margin:0;}
a{ text-decoration:underline; color:@AccroColor; outline:none;}
a:hover{ text-decoration:none;}

/* styling */
body {
	/*background-image:url(/media/images/bg.jpg);
	background-repeat:repeat;
	background-position: center top;*/
	background-color:@backgroundColor;
	font-size: .8em;
	color:@contentText;
	font-family: 'Open Sans', Trebuchet MS;
	font-weight:400;
}
#bgContainer{
	/*background-image:url(/media/images/bg-container.png);
	background-repeat:no-repeat;
	background-position: center top;*/
	min-height:100%;
	width:100%;
	position:relative;
}
#holder {
	width: 928px;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
	border:1px solid @borderContent;
	border-bottom:none;
	position: relative;
	min-height:750px;
	margin-top:15px;
	/*box-shadow: -1px 2px 31px 3px rgba(0, 0, 0, 0.3) inset;*/
	box-shadow: 0 0 8px #000;
	-moz-box-shadow: 0 0 8px #000;
	-webkit-box-shadow: 0 0 8px #000;
	background-color:@contentBg;
	
}
#holder #topbar{
	width: 928px;
	position: relative;
	min-height:90px;
	
}
#holder #topbar #logo {
	width:160px;
	
	float:left;
	padding:16px 80px 0px 70px;
	
}
#holder #topbar #logo a{
color:@ColorLogo; 
text-decoration:none;  
font-family: 'yanone_kaffeesatzregular';
font-size: 50px; 
font-weight:normal; 
outline:none;
}
#holder #topbar #slogan{
font-family: 'yanone_kaffeesatzregular', sans-serif;
font-size:24px;
color:@ColorSlogan  !important;
position:relative;
    text-align:right;
	margin-left:0px;
	width:543px;
	float:left;
	padding-top:27px;
}
#holder #topbar #nav {
    position:relative;
    text-align:left;
	margin-left:0px;
	width:588px;
	float:left;
	padding-top:25px;
	font-family: 'yanone_kaffeesatzregular', sans-serif;
	font-weight:normal;
	font-size:21px;
}
#holder #topbar #nav ul {
	list-style:none;
    position:relative;
	
  
}
#holder #topbar #nav li {
	float:left;position:relative;
	/*border-left:1px solid;
	line-height:12px;
	height:12px;*/
	margin-top:8px;
	height:33px;
	line-height:33px;
	background-image:url(/media/images/sep-menu.png);
	background-repeat:no-repeat;
	background-position:left top;
}
#holder #topbar #nav li:first-child {
  border-left: none;
  background-image:none;
}
#holder #topbar #nav li a{text-decoration:none;
    color:@ColorSlogan;
    padding:7px 9px;
    text-align:center;
    white-space:nowrap;}
	 #holder #topbar #nav li.selected a{outline:none; background-color:@bgFooter; color:@txtphone;}
#holder #topbar #nav  a{ color:@ColorSlogan; outline:none;}
#holder #topbar #nav li a:hover{background-color:@bgFooter; color:@txtphone;}


#holder #slideshow{
position:relative;
z-index:50;
float:left;
height:378px;
width:928px;
z-index:100;
background-image: url(/media/images/bg-slide.png) !important;
background-color:@bgSlide;
padding-top:15px;
}
#holder #slideshow .camera_overlayer {
    
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}
#holder #infobar{
width:286px;
height:299px;
background-color:@bgInfoBar;
color:@txtInfobar;
float:left;
position:relative;
z-index:600;
margin-top:-332px;
margin-left:597px;
}
#phone{
background-image:url(/media/images/icon-tel.png);
background-repeat:no-repeat;
background-position:20px 10px;
background-color:@bgPhone;
height:45px;
width:236px;
font-size: 30px; 
font-family: 'yanone_kaffeesatzregular', sans-serif;
font-weight:normal;
position:relative;
z-index:700;
padding-left:50px;
color:@txtphone;
line-height:45px;
}
#phone .tel{
	color:@txtphone;
	font-family: 'yanone_kaffeesatzregular', sans-serif;
	font-weight: normal;
	font-size:34px;
	padding-left:8px;
}
#enveloppePhone{
width: 0px;
height: 0px;
border-style: solid inset;
border-width: 19px 143px 0 143px;
border-color: @bgPhone transparent transparent transparent;
}
#ombre-phone{
background-image:url(/media/images/ombre-phone.png);
background-repeat:no-repeat;
background-position:center top;
width:286px;
height:37px;
margin-top:-18px;
position:relative;
}
#infobar #form{
	width:245px;
	padding-top:11px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:11px;
}
#ombre-infobar{
background-image:url(/media/images/ombre-infobar.png);
background-repeat:no-repeat;
background-position:center top;
width:286px;
height:33px;
position:relative;
float:left;
margin-left: 597px;
margin-top: -32px;
z-index:600;

}
 #content {
	min-height:285px;
	padding:5px 47px 20px 47px;
	text-align: justify;
	margin:0;
	margin-top:-1px;
}
 #content #txt{
 width:834px;
min-height:285px;
float:left;
}

#content #txt h1 {

	font-size: 130%;
}
#content #txt h2 {
	font-size: 120%;
}
 #content #txt h3 {
	font-size: 110%;
}

#content #txt p,  #content #txt h1,  #content #txt h2,  #content #txt h3{margin-top:20px;}
 #content #txt li {margin-left:30px;}
 #content #txt ul {margin-top:10px;}

.accro{
color: @AccroColor;
font-size:28px;
font-weight:normal;
font-family: 'yanone_kaffeesatzregular', sans-serif;
border-bottom:1px solid @sepAccro;
display:block;
padding-bottom:15px;
margin-top:20px;
}

/** footer **/
#footer {
	
	color: @txtFooter;
	font-size: 12px;
	width: 890px;
	min-height:12px;
	margin:0px auto;
	position: relative;
	padding:20px;
	z-index:50;
	background-image:url(/media/images/ombre-footer.png);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:@bgFooter;
	overflow:hidden;
	clear:both;
	box-shadow: 0px 3px 8px #000;
	-moz-box-shadow: 0px 3px 8px #000;
	-webkit-box-shadow: 0px 3px 8px #000;
	
	/*border-left:1px solid @borderContent;
	border-right:1px solid @borderContent;*/
	
}
#footer  p{

margin-top:20px;
}

#footer #nav {
    position:relative;
    text-align:left;
	margin-left:-11px;
	margin-top:-15px;
}
#footer #nav ul {
	list-style:none;
    position:relative;
  
}
#footer  #nav li {
	float:left;position:relative;
	border-right:1px solid;
	line-height:12px;
	height:12px;
	margin-top:15px;
}
#footer  #nav li:first-child {
  border-left: none;
}
#footer  #nav li a{text-decoration:none;
    margin:7px;
    
    color:@txtFooter;
    padding:2px 0px;
    text-align:center;
    white-space:nowrap;}
#footer #nav li.selected a{color:@txtFooterH; outline:none;}
#footer  a{ color:@txtFooter; outline:none;}
#footer #nav li a:hover{color:@txtFooterH;}
#footer a:hover{color:@txtFooterH;}
#ombreFooter {
	width: 928;
	height:70px;
	margin:0px auto;
	position: relative;
	background-image:url(/media/images/shadow.png);
	background-position:center top;
	background-repeat:no-repeat;
	z-index:10;
	
}
/* classes */

.hide {
	display: none;
}
.clear {
	clear: both;
}

.roundcorners{-moz-border-radius:4px;-webkit-border-radius:4px;-khtml-border-radius:4px;border-radius:4px;}
        
/* form */       
.formItem{margin:3px 0;}                                    
label, input {display:inline-block;vertical-align:top; font-family: 'AvantGardeBkBTBook';}
label{width:98px;padding:5px 0 0; }
fieldset{border:none;}
legend {/*display:block;margin-bottom:20px;font-size:150%;*/ display:none;}
input[type=text], textarea {width:139px; padding:3px; font-family:inherit;font-size:inherit; border:0; background-color:@bgInput; color: @txtInput;
}
textarea{
height:50px;
}
submitButton{text-align:right;line-height:120%;}
input[type=submit]{
 font-family: 'Open Sans', sans-serif; font-weight:400; text-transform:uppercase; color:@txtphone;
background-color:@bgPhone;height:31px;font-size:14px;width:88px;cursor:pointer;margin: 0 0 0 155px;padding:0 10px auto; border:none;}
input[type=submit]:hover{background-color:@bgPhone/2;}
.private_policy{font-size:70%; margin:5px 0 0 0px; text-align:right;}
.private_policy a{color:@bgPhone; outline:none;}
.private_policy a:hover{color:@bgPhone/2;}
    

#phonefix{
 background-color:@bgPhone;
  color: @txtphone;
  font-family: 'yanone_kaffeesatzregular', sans-serif;
	font-weight:normal;
  height: 40px;
  font-size: 23px;
  right:0px;
  line-height:42px;
  position:fixed;
  text-align:center;
  bottom:0px;
  width:235px;
  z-index:400;
  border-radius:4px 0px 0px 0px;
}
#phonefix .tel{
	font-size: 25px;
	padding-left:7px;
}
.box_googlemaps{
border:1px solid @sepAccro;
}
.projekktor{margin:0 auto !important; margin-top:15px !important;}
.fb-like{
width:900px !important;
/*height:90px !important;*/
margin:0 auto !important;
margin-bottom:60px !important;
display:block !important;
margin-top:-50px !important;
z-index:100;
/*background-color:@contentBg;*/
padding:0px 0px;
position:relative;
}
.highslide img {
  border: 1px solid @contentText !important;
}
.highslideContainer {
  float: left;
  height: 100px;
  margin-left: 10px;
  margin-top: 10px;
  width: 268px !important;
}
.highslide-text{
display:block;
text-align:center;
}
.highslide-gallery{
margin-left:-5px;
position:relative;
}
#toggle-view{
width: 235px !important;
}
#toggle-view .panel, #toggle-view .panel iframe{
width: 235px !important;
}
.chatRefStyle{
width: 240px !important;
}
#craftysyntax_673{border: 0px solid #ccc;background-color:none; margin-bottom:-4px; width:235px !important;}
.chatpos{position: fixed;bottom: 0;margin: 0 auto;}
.panel {border:2px solid #949494;}


