/* Css 
*/
.header-sprite, .search-engine button[type=submit] {
  background: url('../../images/header.png') no-repeat;
}

.footer-sprite, .contactus .office span, .contactus .adress span.marker, .contactus .adress span, .contactus .phone span, .sociallinks .fb, .sociallinks .tw, .sociallinks .rss {
  background: url('../../images/footer.png') no-repeat;
}

body {
  color: #fff;
  background: url('../../images/common/bg-content.jpg?1367257078') 0 0 repeat;
  font: 80%/100% 'centurygothic', arial, sans-serif;
  font-size: 1.3em;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: 'centurygothic';
  src: url("../font/gothic.eot");
  src: url("../font/gothic.eot?#iefix") format("embedded-opentype"), url("../font/gothic.ttf") format("truetype");
  font-weight: normal !important;
}

@font-face {
  font-family: 'centurygothicbold';
  src: url("../font/gothicb.eot");
  src: url("../font/gothicb.eot?#iefix") format("embedded-opentype"), url("../font/gothicb.ttf") format("truetype");
  font-weight: normal !important;
}



h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    margin: 10px 0;
    text-rendering: optimizelegibility;
}
h1, h2, h3 {
    line-height: 40px;
}
.wysiwyg li{
    line-height: 20px;
}
.ohidden {
  overflow: hidden;
}

strong {
  font-weight: bold;
}

textarea:focus, input:focus, select:focus {
  outline: none;
  box-shadow: none !important;
}

a, a:focus {
  text-decoration: none;
  outline: none;
  color: #000000;
}

button,
textarea,
input[type="text"] {
  border-radius: 0;
  background-image: linear-gradient(bottom, rgba(255, 255, 255, 0.4) 5%, rgba(209, 209, 209, 0.6) 98%);
  background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.4) 5%, rgba(209, 209, 209, 0.6) 98%);
  background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.4) 5%, rgba(209, 209, 209, 0.6) 98%);
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.4) 5%, rgba(209, 209, 209, 0.6) 98%);
  background-image: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0.4) 5%, rgba(209, 209, 209, 0.6) 98%);
}

select {
  border-radius: 0;
}

.container {
  margin-right: auto;
  margin-left: auto;
  max-width: 990px;
  /* or 950px */
}

.galery-view img{
	width: 100%;
}


/*-------------------------
    CAROUSEL
------------------------*/
.carousel-caption {
  /*background: rgba(241, 241, 241, 0.6);*/
  background: none repeat scroll 0 0 #FFFFFF;
  opacity: 0.8;
  filter: alpha(opacity=80);
  /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4cffffff', endColorstr='#4cffffff'); /* IE */
  padding: 0px;
  padding-top:5px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  width:100%;
  margin:0;
  bottom:0px;
  left:0;
  right:0;
  top:190px;
  height:50px;
}
.carousel-caption h4 {
  margin: 0;
  color: #4e4d4d;
  font-size: 14px;
  font-weight: normal;
}
.carousel-caption strong {
  color: #095b6a;
}
#aboutus .carousel-inner {
	height:240px;
	background-color:#4e4d4d;
}
#aboutus .carousel-inner img{
  overflow:hidden;
}
.hand-cursor{
    cursor:pointer;
}
.carousel-control {
  /*background: url('../../images/common/carousel-arrows.png?1367255504') transparent 0 0 no-repeat;*/
  border: none;
  border-radius: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-indent: -9999px;
  width: 25px;
  height: 42px;
  top: 40%;
}
.carousel-control.right {
  background-position: 0 -28px;
  margin-right:10px;
  background: url('../../images/common/arrow-right.png') transparent 0 0 no-repeat;
}
.carousel-control.left {
	background: url('../../images/common/arrow-left.png') transparent 0 0 no-repeat;
  margin-left:10px;
}
/*-------------------------
    Fil d'ariane
------------------------*/
.breadcrumb {
  padding: 0;
  margin: 0 0 10px 10px;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}
.breadcrumb a {
  color: #095b6a;
}

.bggreen {
  background-color: #095b6a;
}

.btdoc, .btdoc:hover {
  background: url('../../images/common/btdoc.png?1367757046') no-repeat 0 0 #0a8ba3;
  color: #fff;
  padding: 22px 35px 22px 15px;
  font-size: 24px;
  display: inline-block;
  text-decoration: none;
  min-width: 165px;
}
.btdoc strong, .btdoc:hover strong {
  font-weight: bold;
  text-transform: uppercase;
}

.search-engine {
  border: none;
}
.search-engine form {
  margin-top: 0px;
}
.search-engine input[type=text] {
  border: none;
  padding: 1px 6px;
  font-size: 10px;
  color: #959595;
  float: left;
  width: 105px;
  height: 22px;
}
.search-engine button[type=submit] {
  background-position: 0 0;
  border: 0;
  width: 25px;
  height: 22px;
  float: left;
  text-indent: -9999px;
  border-radius: 0;
}

/*-------------------------
    Main nav
    ------------------------*/
.navbar-default{
  background:none; 
  margin-top: 10px; 
}
.container-fluid{
	padding:0px;
}    
#main-nav {
	padding-left:0px;
	padding-right:0px;
  margin-top: 40px;
}
#main-nav .navbar-right .dropdown-menu{
	left:inherit;
	right:inherit;
}
#mainheader .navbar-nav > li {
    margin-top: 7px;
    margin-bottom: 7px;
    float:left;
}
#mainheader .navbar-nav {
    margin: 0;
}
#mainheader .navbar-nav > li > a {
    padding-bottom: 0px;
    padding-top: 0px;
}
#main-nav ul.menu {
  margin-right: 0;
  clear: both;
  overflow: visible;
  background: url('../../images/common/bg-mainnav.png?1365966056') center top no-repeat;
}
#main-nav #listmenu > li {
  text-transform: uppercase;
}
#main-nav #listmenu > li a {
  text-shadow: none;
  padding: 15px 22px;
  font: normal 13px/100% 'centurygothic', Arial, sans-serif;
  color: #fff;
  text-decoration: none;
  background: url('../../images/common/nav-sep.png?1367488722') right center no-repeat;
}
#main-nav #listmenu > li:hover a {
  color: #dadada;
}
#main-nav #listmenu > li:last-child a {
  border: none;
}
#main-nav #listmenu > li.active a {
  background: url('../../images/common/bg-dropdownnav.png?1367250790') #19a9c5 0 0 no-repeat;
}
#main-nav #listmenu .dropdown.open {
  background: url('../../images/common/bg-dropdownnav.png?1367250790') #19a9c5 0 0 no-repeat;
}
#main-nav #listmenu .dropdown.open a {
  border-color: transparent;
  background: transparent;
}
#main-nav #listmenu .dropdown-menu {
  margin-top: 8px;
  padding: 0;
  border: none;
  border-radius: 0;
}
#main-nav #listmenu .dropdown-menu > li {
  padding: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #0e5764;
  border-radius: 0;
  background: #166f81;
  text-transform: none;
  width: 100%;
}
#main-nav #listmenu .dropdown-menu > li a, #main-nav #listmenu .dropdown-menu > li a:hover {
  color: #fff;
  padding-left: 10px;
  /*font-size: 12px;*/
  filter: none !important;
}
#main-nav #listmenu .dropdown-menu > li a:hover {
  font-weight: bold;
}
#main-nav .navbar-nav > li > .dropdown-menu:after,
#main-nav .navbar-nav > li > .dropdown-menu:before {
  border-bottom: 7px solid #166f81;
}

#main-nav .navbar-nav > li > .dropdown-menu:before {
    border-bottom: 7px solid #166f81;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    left: 9px;
    position: absolute;
    top: -7px;
}

.wrapper-nav {
  max-width: 980px;
  padding: 0 !important;
}

.titleblue {
  color: #0f859b;
  font-size: 15px;
  line-height: 100%;
  font-weight: normal;
}

fieldset.submit {
  width: 100% !important;
  text-align: center;
}

.btsubmit {
  background: url('../../images/common/btsubmit.png?1366398988') 0 0 repeat-x;
  border: 0;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  font-weight: bold;
  text-transform: uppercase;
}

#page-header {
  overflow: hidden;
}
.row .row{
	padding-left:0px;
	padding-right:0px;
}
.row .row{
  margin-left:0px;
  margin-right:0px;
}
.row.cell{
  padding-left:0px;
  padding-right:0px;
  box-sizing:content-box;
  margin:0;
}

.row.cell .dpe{
	padding-left:5px;
}

#page-header > div.header-top {
  background: #dbd6cd;
  overflow: hidden;
}
#page-header > div.header-title {
  background: #0a323a;
  overflow: hidden;
  padding: 5px 0 5px 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
#page-header h2 {
  line-height: 140%;
  font-size: 13px;
  color: #fff;
  padding-left: 10px;
}
#page-header h2 strong {
  color: #0a323a;
  background-color: #fff;
  padding: 0 3px;
}

#pagetools {
  padding: 0 10px 10px 10px;
  margin: 15px auto 0 15px;
  float: left;
}
#pagetools li {
  display: inline;
}

/*-------------------------
    Content
    ------------------------*/
#content {
  position: relative;
  color: #7f7f7f;
  background: url('../../images/common/bg-content-inner.png?1366141824') center 0 repeat-y;
}

#content-inner {
  margin: 0px auto;
  padding: 1.5544% 0;
  /*max-width: 965px;*/
}

#content-header {
  width: 980px;
  position: relative;
  margin: 0 auto 20px auto;
}
#content-header h1 {
  width: 15.5102%;
  max-width: 152px;
  float: left;
  margin-top: 30px;
}

hr {
    border:0;
    margin-top:0;
    margin-bottom:20px;
}
.col-item .box-home .form-horizontal{
	border:0;
	background:none;
	padding:0;
}

.col-item .form-horizontal h4 {
  color: #0a323a;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 12px;
}
.col-item .form-horizontal hr.separate{
 border-top: 1px solid #dbd8d4;
 height: 0;
 width:100%;
 margin-top:30px;
 margin-bottom:30px;
}
.col-item .form-horizontal h3 {
  font-weight: bold;
}

.col-item .form-horizontal{
 background: none repeat scroll 0 0 #f1efeb;
    border: 1px solid #dbd8d4;
    color: #1b1b1b;
    font-size: 13px;
    font-weight: normal;
    padding: 10px 15px;
}
input[type=submit] {
    background: url("../../images/common/btsubmit.png?1366398988") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
    text-transform: uppercase;
}
#search-asset input[type=submit]{
	    margin-top:10px;
}
.inner-content .classic UL LI, .pourcent UL LI, .red UL LI, .gray UL LI {
    list-style: outside none square;
}
.col-item .form-horizontal .control-label label{
  font-weight:normal;
}
.col-item .form-horizontal img.required{
	display:none;
}
.widget-content .btsubmit{
	margin-bottom:10px;
}
.col-item .form-horizontal h3 {
    color: #0a323a;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.form-horizontal .form-noupdate{
	padding-top:5px;
}
/*
Bt discover
*/
.discover, .discover:hover {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 76px;
  height: 35px;
  text-align: center;
  background: url('../../images/common/bt-discover.png?1366059414') 0 0 no-repeat;
  color: #fff;
  font-size: 10px;
  padding-top: 39px;
  padding-left: 45px;
  text-transform: uppercase;
  text-decoration: none;
  z-index: 50;
  box-sizing:content-box;
}
.discover span, .discover:hover span {
  display: block;
}

.lightbrown, .lightbrown:hover {
  background-position: 0 -86px;
  box-sizing: content-box;
}
#mainheader .login {
  border-right: 1px solid #106c7d;
}
#mainheader .login a {
  text-decoration:none;
  color: #fff;
}
#mainheader .fb {
  text-align: center;
  width: 43px;
  border-right: 1px solid #106c7d;
}
#mainheader .tw {
  border-right: 1px solid #106C7D;
  width: 43px;
  margin-right: 14px;
  text-align: center;
}
/*-------------------------
    Main Footer
    ------------------------*/
#main-footer {
  background: #09323a;
  max-width: 980px;
  margin: auto;
  color: #fff;
}

.contactus span {
  display: block;
  height: 15px;
  width: 18px;
  float: left;
  box-sizing: content-box;
}
.contactus p {
  padding-left: 25px;
}
.contactus .office p {
  font-size: 11px;
  margin-right: 15px;
}
.contactus .office span {
  background-position: 0 -117px;
}
.contactus .adress p {
  padding: 5px 10px 5px 25px;
  position: relative;
}
.contactus .adress span.marker {
  position: absolute;
  right: 10px;
  bottom: 0;
  background-position: 0 -141px;
}
.contactus .adress span {
  padding-bottom: 3px;
  background-position: 0 -186px;
}
.contactus .phone span {
  background-position: 0 -167px;
}

.sociallinks {
  background: none !important;
}
.sociallinks li {
  text-indent: -9999px;
  float: left;
  display: block;
  width: 26px;
  height: 29px;
}
.sociallinks a {
  display: block;
  height: 30px;
  width: 26px;
}
.sociallinks .fb {
  background-position: 0 -78px;
}
.sociallinks .tw {
  margin: 0 25px;
  background-position: 0 -39px;
}
.sociallinks .rss {
  background-position: 0 0;
}
.sociallinks ul {
  margin-left: 0;
  padding-left: 0;
}

.newsletter input[type=text] {
  font-size: 11px;
  border: none;
  padding: 4px 0 4px 5px;
  width: 180px;
  float: left;
}
.newsletter input[type=submit] {
  background: url('../../images/common/bt-submit.png?1365976444') 0 0px no-repeat;
  float: left;
  text-indent: -9999px;
  padding: 7px 5px 7px 5px;
  border: 0;
  width: 90px;
  height: 30px;
}

#inner-footer {
  overflow: hidden;
  margin: 0 16px 0;
}
#inner-footer > div {
  float: left;
  min-height: 95px;
  background: url('../../images/common/footer-sep.png?1366047456') right 50px no-repeat;
  overflow: hidden;
}
#inner-footer h3 {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: bold;
}

/*-------------------------
    Nav footer
    ------------------------*/
#nav-footer {
  text-align: center;
  margin: 15px 0 8px 0px;
  padding-left: 0;
  padding-top: 10px;
  background: url('../../images/common/nav-footer-sep.png?1365974392') center 0 no-repeat;
}
#nav-footer li {
  font-size: 11px;
  margin: 0 10px 0 0;
  padding-left: 10px;
  border-left: 1px solid #fff;
  display: inline;
}
#nav-footer li:first-child {
  border: none;
}
#nav-footer a {
  color: #fff;
  text-decoration: none;
}

.btlightbrown, .btlightbrown:hover {
  float: right;
  display: block;
  color: #000000;
  font-size: 11px;
  text-decoration: none;
  background: #e5e5e5;
  text-transform: uppercase;
  padding: 3px 5px;
}

/*-------------------------
    HOME
------------------------*/
#home-insert {
  height: 199px;
  background: url('../../images/home/shadow-encart.png?1367316156') 6px bottom no-repeat;
  box-sizing: content-box;
}
#home-insert .inner {
  max-width: 980px;
  height: 179px;
  margin: auto;
  border: 3px solid white;
  position: relative;
  box-sizing: content-box;
}
#home-insert .title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 15px 0 0 25px;
  background: url('../../images/home/bg-encart.png?1366051384') 0 0 no-repeat;
}
#home-insert .bg {
  top: 0;
  right: 0;
  position: absolute;
}
#home-insert h2 {
  text-transform: uppercase;
  font-size: 23px;
  line-height: 100%;
}
#home-insert h2 strong {
  font-family: 'centurygothicbold', arial, sans-serif;
}
#home-insert p {
  margin-top: 15px;
}
/*-------------------------
    HOME GRIS
------------------------*/
#home-insert-gris {
  height: 199px;
  padding-left: 0;
  padding-right: 0;
  /*background: url('../../images/home/shadow-encart.png?1367316156') 6px bottom no-repeat;*/
}
#home-insert-gris .inner {
  max-width: 980px;
  height: 179px;
  margin: auto;
  border: 3px solid #E7E5E2;
  position: relative;
}
#home-insert-gris .title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 20px 0 0 20px;
  background: url('../../images/home/bg-encart-gris.png') 0 0 no-repeat;
}
#home-insert-gris .bg {
  top: 0;
  right: 0;
  position: absolute;
  max-height: 179px;  
}
#home-insert-gris h2 {
  text-transform: uppercase;
  font-size: 23px;
  line-height: 100%;
}
#home-insert-gris h2 strong {
  font-family: 'centurygothicbold', arial, sans-serif;
}
#home-insert-gris p {
  margin-top: 15px;
}

.box-home {
  height: 169px;
  position: relative;
  border: 1px solid #e7e5e2;
  min-width: 284px;
  margin-bottom: 10px;
}
.box-home h2 {
  text-align: center;
  color: #0989a0;
  width: 80%;
  margin: 10px auto 5px auto;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #e9e5de;
  box-shadow: 0 1px 0 #fff;
  font-size: 15px;
  line-height: 100%;
}
.box-home p {
    background: url("../../images/home/quote-top.png?1366060438") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #000000;
    font-size: 11px;
    font-style: italic;
    padding: 15px 0 15px 30px;
    text-transform: uppercase;
    margin-left: 60px;
}
.box-home .quote {
    background: url("../../images/home/quote-bottom.png?1366060458") no-repeat scroll right bottom rgba(0, 0, 0, 0);
    margin-right: 50px;
    padding-top: 10px;
    position: absolute;
}
.box-home a:hover {
  color: #fff;
  text-decoration: none;
}

#rent {
  height: 171px;
  background: url('../../images/home/bg-rent.jpg?1366059078') 0 0 no-repeat;
}

#purchase {
  height: 171px;
  background: url('../../images/home/bg-purchase.jpg?1366058782') 0 0 no-repeat;
}

#search-asset {
  background: url('../../images/home/bg-search-asset.jpg?1366059152') 0 0 no-repeat;
}
#search-asset form {
  margin: auto;
}
#search-asset form > div {
  float: left;
}
#search-asset fieldset {
  margin: 0 5px;
  margin-bottom: 5px;
}
#search-asset .firstselect {
  width: 49%;
  padding-left: 1%;
}
#search-asset .sndselect {
  width: 49%;
  padding-left: 1%;
}
#search-asset label {
  color: #313131;
  font-size: 10px;
  font-weight: bold;
}
#search-asset fieldset.submit {
  margin: 0;
  clear: both;
}
#search-asset select {
  font-size: 12px;
  margin: 0;
  padding: 0;
  height: 20px;
  width: 100%;
}

/*---- About ---*/
#aboutus {
  margin: auto;
  color: #000;
  background: #f6f6f6;
  padding-bottom: 10px;  
}
#aboutus .wysiwyg ul{
	padding-left:30px;
}
#aboutus .wysiwyg ul li{
  list-style: square outside none;
}
.modal{
	color:#000;
}
#aboutus h2 {
	color: #4e4d4d;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #e9e5de;
  box-shadow: 0 1px 0 #fff;
  text-transform: uppercase;
  padding-bottom: 5px;
}
#aboutus .inner-about {
  padding: 0 2.564102564102564%;
  background: url('../../images/home/about-sep.png?1366143870') right 65% no-repeat;
}
#aboutus .inprogressproject {
  padding-right: 2.564102564102564%;
}
#aboutus > div {
  float: left;
  padding-bottom: 10px;
}
#aboutus p {
  color: #000000;
  text-align: justify;
  margin-bottom: 20px;
}

/*---- News ---*/
#news {
  margin: 25px 0 0 0;
  overflow: hidden;
  position: relative;
}
#news .news-inner {
  /*min-width:301px;*/
  position: relative;
  /*min-height: 260px;*/
}
#news .news-date {
  float: left;
  background: #097c91;
  font-size: 14px;
  padding: 3px 8px 2px 3px;
  width: 35px;
  margin-right: 10px;
  color: #fff;
  box-sizing: content-box;
}
.news-libelle-bandeau {
  float: left;
  background: #F09E34;
  font-size: 10px;
  padding: 3px 8px 2px 3px;
  width: 35px;
  margin-right: 10px;
  color: #fff;
  box-sizing: content-box;
}

#news .news-date span{
  display: block;
}
#detail-news-libelle-bandeau {
  float: right;
  background: #097c91;
  font-size: 14px;
  /*padding: 5px;*/
  text-align:center;
  width: 65px;
  margin-left: 10px;
  margin-top:10px;
  padding:10px;
  color: #fff;
  box-sizing: content-box;
}
.news-libelle-bandeau span, #detail-news-libelle-bandeau span {
  display: block;
  text-align:center;
}
#news .news-title {
  height: 60px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#news .news-title h3 {
  margin: 0;
  color: #000;
  font-size: 12px;
  line-height: 100%;
  font-weight: normal;
}
#news .news-title .news-type {
  display: block;
  margin-bottom: 4px;
  color: #24555e;
  font-weight: bold;
}
#news p {
  margin-top: 10px;
  color: #000000;
}

.readmore, a.readmore:hover, .readmore-libelle-bandeau, a.readmore-libelle-bandeau:hover {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  position: absolute;
  bottom: 0;
  right: 5px;
  color: #097c91;
}

.more-news {
  width: 925px;
  margin: auto;
  overflow: hidden;
  clear: both;
  padding: 15px 0;
  /*border-bottom: 1px solid #e1e0e0;*/
}

#homefootercarousel {
  border: 1px solid #e1e0e0;
  margin: 25px auto 0 auto;
}
#homefootercarousel .carousel-caption {
  position: static;
}

/*-------------------------
    CONTACT FORM
------------------------*/
#form-contactus {
  padding: 10px;
  background: #f1efeb;
  border: 1px solid #dbd8d4;
}
#form-contactus label {
  color: #1b1b1b;
  vertical-align: middle;
}
#form-contactus input[type=text], #form-contactus textarea {
  width: 90%;
  overflow: hidden;
  border: 1px solid #ccc;
}
#form-contactus .error input[type=text], #form-contactus .error textarea {
  border-color: #B94A48;
}
#form-contactus .submit {
  text-align: center;
}
#form-contactus .btsubmit {
  width: 140px;
}
#form-contactus .msg {
  display: none;
  color: #B94A48;
}

.inner-content {
  color: #000000;
  border: 1px solid #e2dfdf;
  padding: 0px 15px 10px 15px;
  line-height: 120%;
}
.inner-content h4 {
  color: #0a323a;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 12px;
}
.inner-content hr.separate{
 border-top: 1px solid #dbd8d4;
 height: 0;
 width:100%;
 margin-top:30px;
 margin-bottom:30px;
}
.inner-content h3 {
  font-weight: bold;
}

.office-info {
  margin: 15px 0;
  padding:0px;
}
.office-info li {
  padding-left: 12px;
  background: url('../../images/common/square-blue.gif?1366399920') 0 9px no-repeat;
  margin-bottom: 5px;
  list-style: none;
}

.doc > div {
  margin-top: 5px;
}

.more-content {
  margin-top: 10px;
  border: 1px solid #09839a;
  overflow: hidden;
}
.more-content .more-title {
  color: #fff;
  padding: 6px 0;
  text-transform: uppercase;
  font-weight: bold;
  background: url('../../images/common/bg-morecontent.png?1367079698') right 0 no-repeat;
}
.more-content .more-title h3 {
  margin-left: 10px;
}
.more-content ul {
  margin-top: 9px;
}
.more-content li {
  color: #000;
  font-size: 13px;
  font-weight: bold;
  list-style-type: none;
  line-height: 135%;
  padding-left: 12px;
  background: url('../../images/common/square-blue.gif?1366399920') 0 4px no-repeat;
}

/*-------------------------
    SIDEBAR
------------------------*/
.sb-box {
  background: url('../../images/common/bg-box-rl.png?1367066756') #eeeeee right 0 no-repeat;
  margin-bottom: 10px;
  border: 1px solid #e7e5e2;
  position: relative;
}

#sidebar h2 {
  width: 80%;
  font-size: 16px;
  text-transform: uppercase;
  color: #0989a0;
  text-align: center;
  font-weight: bold;
  margin: 0 auto 1px auto;
  border-bottom: 1px solid #e7e5e2;
  /*padding: 10px;*/
}
#sidebar img {
  width: 100%;
}
#sidebar #sb-partner,
#sidebar #sb-searchasset {
  border: 1px solid #e7e5e2;
  margin-bottom: 10px;
  background: #faf9f8;
}
#sidebar form {
  margin: 15px auto 10px auto;
}
#sidebar label {
  color: #000;
  margin-bottom: 1px;
  display: block;
  font-size: 12px;
  font-weight: bold;
}
#sidebar fieldset {
  margin-bottom: 8px;
}
#sidebar .btsubmit,
#sidebar select, #sidebar input[type=text], #sidebar input[type=password] {
  width: 100%;
}
#sidebar #sb-partner a {
  display: block;
  text-align: right;
  margin-bottom: 10px;
  font-size: 12px;
  color: #235661;
}

/*-------------------------
    FAQ
------------------------*/
#faq-accordion {
  margin-top: 15px;
}
#faq-accordion .btprint {
  display: block;
  background: url('../../images/common/print.png?1366406872') 25px 12px no-repeat;
  padding: 15px 0 15px 55px;
  color: #062b32;
  text-decoration: none;
}
#faq-accordion .accordion {
  margin-bottom: 0;
}
#faq-accordion .accordion-group {
  border-radius: 0;
  margin-bottom: 0;
}
#faq-accordion .level {
  border: none;
  border-radius: 0;
}
#faq-accordion .level a.accordion-toggle, #faq-accordion .level a.accordion-toggle:hover {
  padding: 20px 0 20px 40px;
  color: #098fa8;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  background: url('../../images/common/arrows.png?1366402140') 11px -32px #cfcecd no-repeat;
  display: block;
}
#faq-accordion .level a.accordion-toggle.collapsed, #faq-accordion .level a.accordion-toggle:hover.collapsed {
  background-position: 17px 15px;
}
#faq-accordion .sublevel a.accordion-toggle, #faq-accordion .sublevel a.accordion-toggle:hover {
  text-decoration: none;
  color: #434343;
  font-size: 13px;
  padding: 20px 0 20px 50px;
  border-top: 1px solid #e2dfdf;
  background: url('../../images/common/arrows.png?1366402140') 11px -32px no-repeat;
  display:block;
}
#faq-accordion .accordion-inner {
    border-top: 1px solid #e5e5e5;
    padding: 9px 15px;
}
#faq-accordion .sublevel a.accordion-toggle strong, #faq-accordion .sublevel a.accordion-toggle:hover strong {
  color: #098fa8;
  font-weight: bold;
}
#faq-accordion .sublevel a.accordion-toggle.collapsed, #faq-accordion .sublevel a.accordion-toggle:hover.collapsed {
  background-position: 17px 15px;
}
#faq-accordion .sublevel + div {
  background: #dcdcdc;
}
#faq-accordion .sublevel + div h5 {
  color: #098fa8;
  font-weight: bold;
  margin-bottom: 5px;
}
#faq-accordion .sublevel + div p {
  margin-bottom: 20px;
  color: #313131;
}

/*-------------------------
    PAGE
------------------------*/
#page .inner-col h3 {
  margin-bottom: 10px;
}
#page .inner-col p {
  margin-bottom: 10px;
}

/*-------------------------
    DETAILS
------------------------*/
#details {
  margin-top: 10px;
}

.label {
  background-color: transparent;
  text-shadow: none;
  color: #434343;
  text-align: left;
  font-size:13px;
}

.data {
  text-align: left;
  padding-left: 20px;
}

.cell {
  background-color: #f6f6f6;
  border: 1px solid #eae6e6;
  margin-bottom: 10px;
  padding: 5px;
  overflow: hidden;
}
.cell h3 {
  color: #0a323a;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9e5de;
}

.energetic {
  clear: both;
}
.energetic > div {
  float: left;
  width: 22%;
  margin-left: 3%;
  font-weight: bold;
}
.energetic li {
  padding-left: 15px;
  background: url('../../images/pictos-details-o.png?1367095102') 0 3px no-repeat;
  font-size: 12px;
}

.energetic li.disabled {
  background: url('../../images/pictos-details-n.png?1367095102') 0 3px no-repeat;
}
.energetic ul {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: normal;
}

.details {
  min-height: 198px;
}

.galery .galery-view {
  margin-bottom: 10px;
}
.galery .thumbnails > li {
  margin-bottom: 0;
  cursor: pointer;
}
.galery .carousel {
  margin-bottom: 0;
}

#map, #map-canvas {
  margin: 0;
  padding: 0;
  height: 150px;
}

.dpe {
  clear: both;
}
.dpe h4 {
  font-size: 13px;
  font-weight: bold;
  line-height: 100%;
  min-height: 26px;
}
.dpe > div > div {
  float: left;
  width: 33.3333%;
}

.infos {
  min-height: 263px;
}
.infos table {
  margin-top: 10px;
}
.infos tr {
  height: 40px;
}
.infos td {
  vertical-align: top;
}

/*-------------------------
    SEARCH RESULT
------------------------*/
.result {
  clear: both;
  overflow: hidden;
  border-bottom: 1px solid #cfcecd;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.result h3 {
  font-weight: normal;
  line-height: 100%;
  font-size: 13px;
}
.result h3 span {
  color: #098fa8;
}
.result strong {
  font-weight: normal;
  background: #c5e1de;
}
.result p {
  margin: 10px 0;
  line-height: 135%;
}
.result .btlightbrown {
  float: left;
  margin-top: 15px;
}

.appt-price {
  float: right;
  margin-right: 5px;
}

.new-search {
  padding: 10px 0 5px 20px;
  background: url('../../images/search/bgnewsearch.png?1366412136') #09879f 0 0 repeat-y;
}
.new-search form {
  margin: 0;
}
.new-search form label {
  padding-top: 4px;
  padding-bottom: 2px;
  min-height: auto !important;
}
.new-search input[type=text] {
  padding: 3px 4px;
}
.new-search input[type=submit] {
  border: 0;
  color: #fff;
  font-size: 12px;
  padding: 4px 12px;
  font-weight: bold;
  text-transform: uppercase;
  background: url('../../images/common/btsubmitgrey.png?1366412372') 0 0 no-repeat;
}
.new-search label {
  color: #fff;
  display: inline;
}

#search-counter {
  color: #313131;
  margin-top: 6px;
  margin-bottom: 9px;
  padding: 10px 10px 0px 10px;
  border: 1px solid #cfcecd;
  position: relative;
  font-size: 12px;
  background: #eeeeee;
}
#search-counter span {
  margin-left: 24px;
  position: absolute;
  bottom: -11px;
  left: 0;
  z-index: 50;
  display: block;
  width: 28px;
  height: 13px;
  background: url('../../images/common/arrow-search.png?1367489954') 0 0 no-repeat;
}

.wrapper-result {
  margin-top: 0;
}

#searchfooter {
  padding: 10px 0 0 0;
  background: url('../../images/search/bgsearchfooter.png?1367240052') #098fa8 0 0 repeat-y;
  color: #fff;
}
#searchfooter a {
  color: #000;
  text-decoration: none;
}
#searchfooter .pagination {
  margin: 0;
}
#searchfooter .pagination ul,
#searchfooter .pagination ul > li > a,
#searchfooter .pagination ul > li > a > span {
  border: none;
  border-radius: 0;
  background-color: transparent;
  color: #fff;
  box-shadow: none;
}
#searchfooter .pagination{
  text-align: center;
}
#searchfooter .pagination ul > li {
    display: inline;
    font-size: 10.5px;
    padding: 1px 6px;
}
#searchfooter .pagination .btn-group .btn-mini {
    font-size: 11px;
}
#searchfooter .paginatorstate span {
  margin-left: 5px;
  margin-top: 0px;
  display: block;
  font-size: 11px;
}
#searchfooter .dropdown-menu,
#searchfooter .btn {
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  color: #fff;
  font-size: 11px;
  padding-top:0px;
  padding-right:0px;
}
#searchfooter .btn-group > .btn:first-child {
  border: none;
  border-radius: 0;
}
#searchfooter .btn-group > .btn + .dropdown-toggle {
  border: none;
  border-radius: 0;
}
#searchfooter .caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-radius: 0;
  border-top: 4px solid #fff;
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-left: 4px solid rgba(0, 0, 0, 0);
  content: "";
  margin-top:7px;
}
#searchfooter .dropdown-menu {
  background-color: #098fa8;
}
#searchfooter .dropdown-menu a {
  color: #fff;
}
#searchfooter .dropdown-menu li > a:hover {
  background-color: #095b6a;
  background-image: none;
}

/*-------------------------
    ADVANCED SEARCH
------------------------*/
#result-content h4 {
  color: #09869e;
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 10px 0;
}
#result-content ul.house-details li {
  background: url('../../images/picto-advancedsearch.png?1367226220') 0 2px no-repeat;
  padding-left: 23px;
  color: #09869e;
  margin-right: 10px;
  font-weight: bold;
}
#result-content ul.house-details li.surface {
  background-position: 0 2px;
}
#result-content ul.house-details li.room {
  background-position: 0 -27px;
}
#result-content ul.house-details li.parking {
  background-position: 0 -62px;
}
#result-content .city {
  margin: 0 0 10px 0;
  color: #073c46;
  font-weight: normal;
}
#result-content .price {
  color: #073c46;
}
#result-content > .row{
  margin: 10px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #d8d6da;
}

.advancedsearch {
  border-color: #095b6a;
}
.advancedsearch #map-canvas {
  height: 250px;
  width: 100%;
}

#search-tab {
  margin-bottom: 0;
  border: 0;
}
#search-tab li.active a {
  background: #07404b;
  color: #fff;
  border-radius: 0;
  border-bottom: 0;
}
#search-tab li a {
  text-transform: uppercase;
  color: #042e36;
  border-radius: 0;
  font-weight: bold;
  border-left: 1px solid #095b6a;
  border-right: 1px solid #095b6a;
  border-top: 1px solid #095b6a;
  border-top: 1px solid #095b6a;
}
#search-tab li a:hover {
  border-color: #095b6a;
}

#customsearch {
  background: url('../../images/common/customsearch-bg.png?1367238956') 0 0 repeat-y;
  color: #fff;
  padding:15px;
  padding-top:0px;
  margin-bottom:30px;
}
#customsearch .header-search {
  border-bottom: solid #118ba2 1px;
  overflow: hidden;
  margin-bottom: 10px;
}
#customsearch h3 {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}
#customsearch select {
  padding: 0;
  margin: 0;
  height: auto;
}
#customsearch .countresult {
  line-height: 22px;
  margin: 10px 10px 0 10px;
}
#customsearch .pagination {
  margin: 10px 0 0 10px;
}
#customsearch .pagination ul {
  box-shadow: none;
}
#customsearch .pagination a {
  background: transparent;
  border: none;
  color: #fff;
  border-radius: 0;
  text-shadow: none;
}
#customsearch .select-city {
  width: 90% !important;
}
#customsearch .orderby form {
  margin-bottom: 0;
}
#customsearch .orderby form label {
  font-weight: normal;
  display: inline;
}
#customsearch .orderby, #customsearch .countresult {
  margin-top: 10px;
}
#customsearch .form-wrapper {
  margin-bottom: 25px;
}
#customsearch .form-wrapper select {
	color:#000;
  width: 90%;
}
#customsearch form label, #customsearch form .form-label {
  font-weight: bold;
  color: #fff;
 /* margin-bottom: 15px;*/
}
#customsearch form > div {
  min-height: 205px;
  /*background: url('../../images/common/customsearch-sep.png?1367508530') right 30px no-repeat;*/
}
#customsearch form > div:last-child {
  background: none;
}
#customsearch .btsubmit {
  width: 70%;
}
#customsearch .tooltip {
  /*opacity: 1 !important;
  filter: alpha(opacity=1) !important;*/
  z-index: 0;
}
#customsearch .tooltip.in {
    opacity: 1;
}
#customsearch .tooltip-inner {
  background: #fff;
  color: #000;
  padding-top: 4px;
  padding-bottom: 4px;
}
#customsearch .tooltip.top .tooltip-arrow {
  border-top-color: #fff;
}
#customsearch .slider.slider-horizontal {
  margin-top: 15px;
}
#customsearch .slider-handle {
	background: url('../../images/round.png') 0 0px no-repeat;
  width: 21px;
  height: 21px;
  /*border-radius: 15px;*/
  /*border: 3px solid #eee;*/
  opacity: 1;
  /*background: #095b6a;*/
}
.slider-handle.round {
 /* -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;*/
}

#customsearch .slider-selection {
  background: #095b6a;
  border: 2px solid #eee;
}
#customsearch .city-selected {
  margin-top: 10px;
}
#customsearch .city-selected span {
  margin-right: 15px;
}
#customsearch .city-selected a {
  margin-right: 27px;
}
#customsearch .submit {
  margin-bottom: 10px;
}

/*
 * Slider for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.slider.slider-horizontal {
  width: 285px;
  height: 20px;
}

.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}

.slider.slider-horizontal .slider-selection {
  /*height: 100%;*/
  top: 0;
  bottom: 0;
}

.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
  margin-top: -5px;
}

.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}

.slider.slider-vertical {
  height: 210px;
  width: 20px;
}

.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  margin-left: -5px;
  left: 50%;
  top: 0;
}

.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

.slider.slider-vertical .slider-handle {
  margin-left: -5px;
  margin-top: -10px;
}

.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}

.slider input {
  display: none;
}

.slider .tooltip-inner {
  white-space: nowrap;
}

.slider-track {
  position: absolute;
  cursor: pointer;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, whitesmoke, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(whitesmoke), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, whitesmoke, #f9f9f9);
  background-image: -o-linear-gradient(top, whitesmoke, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;*/
}

.slider-selection {
  position: absolute;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f9f9f9, whitesmoke);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(whitesmoke));
  background-image: -webkit-linear-gradient(top, #f9f9f9, whitesmoke);
  background-image: -o-linear-gradient(top, #f9f9f9, whitesmoke);
  background-image: linear-gradient(to bottom, #f9f9f9, #f5f5f5);
  background-repeat: repeat-x;
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;*/
}

.slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);*/
  opacity: 1;
  border: 0px solid transparent;
}

.slider-handle.triangle {
  background: transparent none;
}

.energie img,
.details img.energie {
	width: 180px;
}

.DISPLAY-none{
	display:none;
}

.tooltip.top {
    margin-top:-8px;
}

.col-item .number-result .form-horizontal{
    background: none;
    border: 0px;
    color: #1b1b1b;
    font-size: 13px;
    font-weight: normal;
    margin-top: 0px;
    padding: 0;
}
.map{
	height:300px;
}
.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

#sidebar .box-home h2{
	line-height: 40px;
}
/* ------------------------------------------ */
/*  LESS AUTOMATICALLY GENERATED              */
/* ------------------------------------------ */
/*  Default Wysiwyg Styles   */
.classic CODE,
.encadre CODE,
.publication CODE {
  background: #F7F7F7;
}
.classic PRE,
.encadre PRE,
.publication PRE {
  font-family: monospace;
}
.classic UL LI,
.encadre UL LI,
.publication UL LI {
  list-style: square inside;
}
.classic OL LI,
.encadre OL LI,
.publication OL LI {
  list-style-position: inside;
}
.classic THEAD TD,
.encadre THEAD TD,
.publication THEAD TD,
.classic TFOOT TD,
.encadre TFOOT TD,
.publication TFOOT TD {
  background: #E0E0E0;
}
.classic .special,
.encadre .special,
.publication .special {
  font-size: 12px;
}
.classic .legend,
.encadre .legend,
.publication .legend {
  font-style: oblique;
}
.classic a,
.encadre a,
.publication a,
.classic a:hover,
.encadre a:hover,
.publication a:hover,
.classic a:focus,
.encadre a:focus,
.publication a:focus {
  color: #0F859B;
  text-decoration: underline;
}
.classic .bouton,
.encadre .bouton,
.publication .bouton {
  background: url("../plugins/FDLHTemplatesPlugin/images/bg_bouton_right.png") no-repeat scroll right bottom #266876;
  color: #FFFFFF;
  display: inline-block;
  font-size: 14pt;
  padding: 20px;
  margin: 10px;
  text-align: center;
  text-decoration: underline;
}
.classic td,
.encadre td,
.publication td {
  padding: 5px;
  min-width: 5px;
  border: 1px solid #0A323A;
}
.classic th,
.encadre th,
.publication th {
  color: #0F859B;
  text-align: center;
  background-color: #EEEEEE;
  padding: 5px;
  min-width: 5px;
  border: 1px solid #0A323A;
}
.classic .bouton a,
.encadre .bouton a,
.publication .bouton a,
.classic .bouton a:hover,
.encadre .bouton a:hover,
.publication .bouton a:hover,
.classic .bouton a:focus,
.encadre .bouton a:focus,
.publication .bouton a:focus {
  color: #fff;
}
.classic .quotation,
.encadre .quotation,
.publication .quotation {
  border-left: 4px solid #D2D2D2;
  float: left;
  background: #efefef url(../images/jalios/layout/bg_quote_right.gif) no-repeat right bottom;
  text-align: justify;
  padding: 10px 40px 10px 10px;
  font-size: 14px;
  line-height: 20px;
}
.classic TABLE.tablelayout,
.encadre TABLE.tablelayout,
.publication TABLE.tablelayout {
  border-collapse: collapse;
}
.classic TD .tablelayout,
.encadre TD .tablelayout,
.publication TD .tablelayout {
  border: 1px;
  padding: 2px;
}
.encadre {
  border: 1px solid #E2DFDF;
  color: #1B1B1B;
  line-height: 120%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.encadre h4 {
  color: #0F859B;
  font-size: 15px;
  font-weight: normal;
  line-height: 100%;
  font-weight: bold;
  text-transform: none;
  padding-left: 10px;
}
.publication h4 {
  color: #0F859B;
  font-size: 15px;
  font-weight: normal;
  line-height: 100%;
  font-weight: bold;
  text-transform: none;
  padding-left: 0px;
}
.encadre h3 {
  background: url("../plugins/FDLHTemplatesPlugin/images/min-fdlh.png") no-repeat scroll 0 15px transparent;
  color: #0F859B;
  font-size: 20px;
  font-weight: normal;
  line-height: 100%;
  text-transform: none;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-top: 15px;
}
.publication h3 {
  background: url("../plugins/FDLHTemplatesPlugin/images/min-fdlh.png") no-repeat scroll 0 15px transparent;
  color: #0F859B;
  font-size: 20px;
  font-weight: normal;
  line-height: 100%;
  padding-bottom: 15px;
  text-transform: none;
  padding-left: 0px;
  padding-top: 15px;
}
.encadre h2 {
  background: none repeat scroll 0 0 #0A323A;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  text-transform: none;
  padding-top: 0px;
  padding-left: 10px;
  margin: 0;
  color: #fff;
}
.publication h2 {
  background: none repeat scroll 0 0 #0A323A;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  text-transform: none;
  padding-top: 0px;
  padding-left: 0px;
  margin: 0;
  color: #fff;
}
.encadre p {
  padding-left: 10px;
  padding-right: 10px;
}
.portlet-sidebar{
	margin:15px;
}
#sidebar .col-item .form-horizontal {
    background: none;
    border: 0px;
}
.hidden-field{
	display:none;
}