                                                /* less */
@accent:#5a73b1;
@accent2:#4965aa;

@backgroundColor:#002c6d;

@contentText:#454649;
@contentBg:#fff; /*Couleur de bg contenue*/
@borderContent:#dcdada;

@ColorNameLogo:#00296b;
@ColorActivity:#00296b;
@ColorSlogan:#00296b;

@bgSlide:#dedede;

@bgPhone1:#002e73 ;
@bgPhone2:#114899;

@txtInfobar:#fff;
@bgInput:#fff;
@bgSubmit:#e3e3e3;

@AccroColor:#00296b;

@txtFooter:#fff;
@txtFooterH:#001636;

/* less */

/* Basics */

@import url(http://fonts.googleapis.com/css?family=Arial+Black);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:800,400,600);

@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: 'league_gothicregular';
    src: url('/media/js/leaguegothic-regular-webfont.eot');
    src: url('/media/js/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/media/js/leaguegothic-regular-webfont.woff') format('woff'),
         url('/media/js/leaguegothic-regular-webfont.ttf') format('truetype'),
         url('/media/js/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
*{padding:0;margin:0;}
a{text-decoration:underline; outline:none; color:@contentText;}
a:hover{text-decoration:none;}

/* styling */
body {
	background-image:url(/media/images/dropOfWater.png);
	background-repeat:repeat;
	background-position: center top;
	background-color:@backgroundColor;
	font-size: .8em;
	color:@contentText;
	font-family:"Trebuchet MS";
	
}
#dropWater{
	background-image:url(../images/bgholder.png);
	background-repeat:no-repeat;
	background-position: center top;
	min-height:100%;
	width:100%;
	position:relative;
	padding-top:45px;
	
}
#holder {
	width: 889px;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
	border:1px solid @borderContent;
	border-bottom:none;
	background-color:@contentBg;
	position: relative;
	min-height:750px;
	/*margin-top:35px;*/
	-moz-border-radius:3px 3px 0 0px;
	-webkit-border-radius:3px 3px 0 0px;
	-khtml-border-radius:3px 3px 0 0px;
	border-radius:3px 3px 0 0px;
}
#holder #topbar{
	width: 889px;
	position: relative;
	min-height:112px;
	z-index:300;
		
}
#holder #topbar #logo {
	float: left;
    height: 97px;
    padding-left: 35px;
    padding-top: 5px;
    text-align: left;
    width: 287px;
	z-index:999;
	position: relative;
}
#holder #topbar #logo a{
color:@ColorNameLogo; 
text-decoration:none;  
font-family: 'league_gothicregular';
font-size: 45px; 
font-weight:normal; 
outline:none;
text-transform:uppercase;
letter-spacing:1px;
}
#holder #topbar #Slogan {
	width:535px;
	height:48px;
	float:left;
	padding-top:24px;
	color:@ColorSlogan;
	font-family: 'league_gothicregular';
	text-transform:uppercase;
	font-size:26px;
	text-align:right;
	z-index:999;
	position: relative;
	
}

#holder #slideshow{
position:relative;
z-index:50;
float:left;
height:312px;
width:889px;
/*border:1px solid rgba(255, 255, 255, .20);*/
z-index:100;
background-color:@bgSlide;
}
#holder #slideshow #pict-header{
background-image:url(/media/images/pict-header.png);
background-repeat:no-repeat;
background-position:center top;
height:312px;
width:889px;
/*margin-top:-70px;
*margin-top:-70px;*/
position:relative;
}

.ombreHeader{
background-image:url(/media/images/ombre-header.png);
background-repeat:no-repeat;
background-position:center top;
width:908px;
height:17px;
/*margin-left:-9px;
margin-top:-8px;*/
position:relative;

}
#bg-phone{
background-color:@bgPhone1;
background-image: -moz-linear-gradient(top, @bgPhone1, @bgPhone2); 
background-image: -ms-linear-gradient(top, @bgPhone1, @bgPhone2); 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, @bgPhone1), color-stop(1, @bgPhone2));
width:356px;
height:90px;
margin-left:33px;
margin-top:-206px;
/*border:1px solid #fff;*/
.roundcorners;

}
#phone{
font-size: 32px; 
font-family: 'league_gothicregular';
position:relative;
z-index:700;
padding-top:8px;
padding-left:17px;
color:#fff;
line-height:38px;
}
#phone .tel{
	color:#fff;
	font-family: 'league_gothicregular';
	font-size:40px;
	padding-left:35px;
}
#ombre-phone{
background-image:url(/media/images/ombre-phone.png);
background-repeat:no-repeat;
background-position:center top;
width:358px;
height:25px;
margin-left:33px;
margin-top:1px;
}
#holder #infobar{
width:294px;
height:276px;
background-color:@accent;
color:@txtInfobar;
float:left;
position:relative;
z-index:600;
background-color:@accent;
background-image: -moz-linear-gradient(top, @accent, @accent2); 
background-image: -ms-linear-gradient(top, @accent, @accent2); 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, @accent), color-stop(1, @accent2));
.roundcorners;
margin-top:-297px;
margin-left:567px;
}

#infobar #form{
	width:255px;
	padding-top:24px;
	padding-left:17px;
	padding-right:17px;
	padding-bottom:24px;
}

 #content {
	min-height:285px;
	padding:5px 28px 28px 28px;
	/*background-image:url(/media/images/pict-service.png);
	background-repeat:no-repeat;
	background-position:25px bottom;*/
	text-align: justify;
	margin:0;
}
 #content #txt{
 width:831px;
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:29px;
font-weight:300;
font-family: 'league_gothicregular';
border-bottom:1px solid #ecebeb;
display:block;
padding-bottom:15px;
margin-top:20px;
}

/** footer **/
#footer {
	
	color: @txtFooter;
	font-size: 11px;
	width: 851px;
	min-height:11px;
	margin:0px auto;
	background-color:@accent;
	position: relative;
	padding:20px;
	background-image: -moz-linear-gradient(top, @accent, @accent2); 
	background-image: -ms-linear-gradient(top, @accent, @accent2); 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, @accent), color-stop(1, @accent2));
	z-index:50;
	
}
#footer p{

margin-top:20px;
}
#footer  #nav {
    position:relative;
    text-align:left;
	margin-left:-15px;
	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:10px;
    
    color:@txtFooter;
    padding:2px 2px;
    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: 100%;
	height:113px;
	margin:-27px 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:6px 0;}                                    
label, input {display:inline-block;vertical-align:top; font-family: 'AvantGardeBkBTBook';}
label{width:95px;padding:5px 0 0; }
fieldset{border:none;}
legend {/*display:block;margin-bottom:20px;font-size:150%;*/ display:none;}
input[type=text], textarea {width:148px; padding:5px; font-family:inherit;font-size:inherit; border:0;.roundcorners; background-color:@bgInput;
 -moz-box-shadow:    0 0  2px #d5d1d1;
   -webkit-box-shadow:  0 0  2px #d5d1d1;
   box-shadow:         0 0  2px #d5d1d1;
   border: 1px solid  #fff;
}
textarea{
height:50px;
}
submitButton{text-align:right;line-height:120%;}
input[type=submit]{
 font-family: 'league_gothicregular';  border:1px solid rgba(230, 230, 230, .4); color:@ColorSlogan;
background-color:@bgSubmit;height:36px;font-size:26px;width:161px;cursor:pointer;margin: 0 0 0 95px;padding:0 10px auto;.roundcorners;}
input[type=submit]:hover{color:@ColorSlogan/2;}
.private_policy{font-size:70%; margin:5px 0 0 102px;}
.private_policy a{color:@txtFooter; outline:none;}
.private_policy a:hover{color:@txtFooterH;}

#phonefix{
 background-color:@accent;
background-image: -moz-linear-gradient(top, @accent2, @accent); 
background-image: -ms-linear-gradient(top, @accent2, @accent); 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, @accent2), color-stop(1, @accent));
  color: @txtInfobar;
  font-family: 'league_gothicregular',serif;
  height: 120px;
  font-size: 33px;
  left:45px;
  line-height:60px;
  position:fixed;
  text-align:center;
  top:270px;
  width:180px;
  .roundcorners
}
#phonefix .tel{
	font-size: 36px; 
}    

#craftysyntax_101 {border: 0px;background-color: none; margin-bottom:-4px}
.chatpos{position: fixed;bottom: 0;margin: 0 auto;}
.panel {border: 4px solid #949494;}


        
        
        
        