#sidebar_left.sidebar-light .sidebar-menu .sidebar-label {
  color: #3BAFDA;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
  margin-top: 8px;
}
.sidebar-menu > li > a {
  line-height: 25px;
  height: 25px;
  padding-left: 30px;
}
.sidebar-menu > li.active{
	text-align: right;
	padding-right: 15px;
	background: #EEEEEE;
	margin-right: -1px;
	font-weight: bold;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.sidebar-menu > li > a > span:nth-child(1) {
	line-height: 25px;
	padding-left: 0;
	padding-right: 13px;
}
#sidebar_left {
	width: 230px !important;
}
#content_wrapper {
	margin-left: 230px !important;
	left: 0 !important;
}
.clickabletable tr[rel]:not([rel=""]) {
	cursor: pointer;
}
#signal{
	position: fixed;
	top: 10%;
	left: 50%;
	margin-left: -250px;
	width: 500px;
	background: #fff;
	z-index: 500;
	display: none;
	border-radius: 5px;
	border: 1px solid #026FA1;
}
#signalmask{
	position: fixed;
	background: #000;
	opacity: 0.4;
	filter: alpha(opacity=40); 
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 400;
	display: none;
}
#signal > div {
  background: url("/images/coach_silouhette.png") no-repeat 20px 20px  transparent;
  min-height: 90px;
  padding: 10px 0 0 70px;
}
#signal > div p {
  background: url("/images/coach_bulle.png") no-repeat scroll left center transparent;
  font-size: 13px;
  padding-left: 25px;
  margin-top: 25px;
  padding-top: 7px;
  padding-bottom: 7px;
}
#signal a {
	color: #fff;
	display: block;
	width: 50px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 5px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
	background: #026FA1; /* Old browsers */
	background: -moz-linear-gradient(top, #279FD5 0%, #026FA1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#279FD5), color-stop(100%,#026FA1)); 	
	background: -webkit-linear-gradient(top, #279FD5 0%,#026FA1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #279FD5 0%,#026FA1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #279FD5 0%,#026FA1 100%); /* IE10+ */
	background: linear-gradient(to bottom, #279FD5 0%,#026FA1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#279FD5', endColorstr='#026FA1',GradientType=0 ); /* IE6-9 */
}
#signal a:hover {
	text-decoration: none;
}
td.minibulleinfo {
	position: relative;
}
span.minibulleinfo {
	max-height: 26px;
	max-width: 85px;
	cursor: help;
}
div.minibulleinfo {
	display: none;
	width: 250px;
	border: 1px solid gray;
	background-color: white;
	color: gray;
	position: absolute;
	left: 25px;
	top: 25px;
	z-index: 2;
	padding: 5px;
}
.statut_noselect, .statut_select, .statut_lu, .statut_done, .statut_arelancer {
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 4px;
    margin-top: 4px;
    padding-bottom: 4px;
    padding-top: 4px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    display: block;
}
.statut_lu {
    background: #a0a0a0 none repeat scroll 0 0;
}
.statut_select {
    background: #8edd48 none repeat scroll 0 0;
}
.statut_noselect {
    background: #c61700 none repeat scroll 0 0;
}
.statut_done {
    background: #4a83de none repeat scroll 0 0;
}
.statut_arelancer {
    background: #ffa313 none repeat scroll 0 0;
}
.notify {
	border: 1px solid;
	margin: 10px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	border-radius: 5px;
}
.notify.notify-success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('/images/success.png');
}
.notify.notify-error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('/images/error.png');
}
.notify.notify-info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('/images/info.png');
}
.notify.notify-warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('/images/warning.png');
}
.navbar-branding {
	width: 500px;
}
#CoteLoyer {
	white-space: nowrap;
}
#CoteLoyer >div:last-child {
	border-left:1px dashed #ccc;
}
#CoteLoyer h1 {
	font-size: 16px;
	color: #469db5;
	font-weight: normal;
	padding: 15px 0 25px 0;
}
#CoteLoyer h2 {
	font-size: 12px;
	color: #469db5;
	font-weight: normal;
	padding: 0 0 5px 0;
	text-align: center;
	font-weight: bold;
}
#CoteLoyer #compare {
	text-align: center;
	padding: 30px;
}
#CoteLoyer #compare a {
	display: block;
	padding-left:35px;
	line-height:35px;
	height: 35px;
	background: transparent url(/images/cote/comparer.jpg) no-repeat left center;
	width:250px;
	margin:0 auto;
	font-size: 14px;
}
#CoteLoyer #comparaison {
	margin-left: 5px;
}
#CoteLoyer form.CoteGraph {
	height: 60px;
}
#CoteLoyer form p {
	padding: 15px 0 0 0;
}
#CoteLoyer form p.title {
	padding: 19px 0 10px 0;
}
#CoteLoyer form label {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: baseline;
	line-height: 16px;
	width: 150px;
	padding-right: 10px;
	text-align: right;
}
#CoteLoyer form input[type="text"] {
	width: 192px;
}
#CoteLoyer #result0, #CoteLoyer #result1 {
	position: relative;
	margin-top: 20px;
	min-height: 220px;
}
#CoteLoyer #result0.info, #CoteLoyer #result1.info {
	background: transparent url(/images/cote/info.gif) no-repeat 3% 10%;
}
#CoteLoyer #result0 + p.txtCenter a, #CoteLoyer #result1 + p.txtCenter a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}
#CoteLoyer #result0 + p.txtCenter a:hover, #CoteLoyer #result1 + p.txtCenter a:hover {
	color: #4C4C4C;
	border-bottom: 1px dotted #4C4C4C;
}
#CoteLoyer #sliderindicatorblock0, #CoteLoyer #sliderindicatorblock1 {
	float: left;
}
#CoteLoyer #sliderindicatorblock0 p, #CoteLoyer #sliderindicatorblock1 p {
	white-space: nowrap;
	position: relative;
	width: 55px;
}
#CoteLoyer #sliderindicatorblock0 p small, #CoteLoyer #sliderindicatorblock1 p small {
	position: absolute;
	display: block;
	font-size: 12px;
	width: 50px;
	padding-left: 2px;
	padding-right: 14px;
	text-align: right;
	color: #666;
	height: 28px;
	line-height: 23px;
	background: transparent url(/images/cote/slidervalue.png) no-repeat right top;
}
#CoteLoyer #sliderblock0, #CoteLoyer #sliderblock1 {
	float: left;
	width: 40px;
}
#CoteLoyer #sliderblock0 p, #CoteLoyer #sliderblock1 p {
	text-align: center;
	font-size: 11px;
}
#CoteLoyer #sliderblock0 #slider0, #CoteLoyer #sliderblock1 #slider1 {
	margin: 0 auto;
	width: 20px;
}
#CoteLoyer #legendelabel0, #CoteLoyer #legendelabel1 {
	position: absolute;
	top: 180px;
	left: 10px;
	width: 200px;
	z-index: 10;
	font-style: italic;
	color: #595442;
	font-size: 11px;
}
#CoteLoyer #legendelabelexport0, #CoteLoyer #legendelabelexport1 {
	position: absolute;
	top: 208px;
	left: 5px;
	width: 200px;
	z-index: 10;
	font-style: italic;
	color: #595442;
	font-size: 11px;
}
#CoteLoyer #tablevalue0, #CoteLoyer #tablevalue1 {
	font-weight: bold;
}
#CoteLoyer #tableblock0, #CoteLoyer #tableblock1 {
	margin-left: 103px;
	width: 370px;
	min-height: 220px;
}
#CoteLoyer #tableblock0 ul, #CoteLoyer #tableblock1 ul {
/* 	width: 340px; */
	list-style: none;
	overflow: hidden;
	background: transparent url(/images/cote/shadow.png) no-repeat left center;	
	padding-left: 30px;
	margin:0;
}
#CoteLoyer #tableblock0 ul li, #CoteLoyer #tableblock1 ul li {
	float: left;
	height: 37px;
	line-height: 30px;
	text-align: center;
}
#CoteLoyer #tableblock0 ul li a, #CoteLoyer #tableblock1 ul li a {
	display: block;
	text-decoration: none;
	color: #666;
	margin: 0 0 0 4px;
	height: 37px;
}
#CoteLoyer #tableblock0 ul li a.petites, #CoteLoyer #tableblock1 ul li a.petites {
	width: 128px;
	background: transparent url(/images/cote/petites-surfaces.png) no-repeat left center;	
}
#CoteLoyer #tableblock0 ul li a.appartements, #CoteLoyer #tableblock1 ul li a.appartements {
	width: 114px;
	background: transparent url(/images/cote/appartements.png) no-repeat left center;
}
#CoteLoyer #tableblock0 ul li a.maisons, #CoteLoyer #tableblock1 ul li a.maisons {
	width: 77px;
	background: transparent url(/images/cote/maisons.png) no-repeat left center;	
}
#CoteLoyer #tableblock0 ul li.current a, #CoteLoyer #tableblock1 ul li.current a {
	background-position: center right;
	color: #fff;	
}
#CoteLoyer #tableblock0 ul li a:hover, #CoteLoyer #tableblock1 ul li a:hover {
	background-position: center right;
	color: #fff;	
}
#CoteLoyer #tableblock0 table, #CoteLoyer #tableblock1 table {
	margin: 10px 0 0 0;
	width: 370px;
	border-collapse: collapse;
}
#CoteLoyer #tableblock0 table tr, #CoteLoyer #tableblock1 table tr {
	height: 36px;
}
#CoteLoyer #tableblock0 table tr td, #CoteLoyer #tableblock1 table tr td {
	vertical-align: middle;
	height: 36px;
}
#CoteLoyer #tableblock0 table tbody, #CoteLoyer #tableblock1 table tbody {
	background: #F1F0E9 url(/images/cote/pointilles.png) repeat-y 100% 100%;
	border: 1px solid #C5C4BF;
}
#CoteLoyer #tableblock0 table tbody tr, #CoteLoyer #tableblock1 table tbody tr {
	border-bottom: 1px solid #C5C4BF;	
}
#CoteLoyer #tableblock0 table tfoot, #CoteLoyer #tableblock1 table tfoot {
	border: 1px solid transparent;
}
#CoteLoyer #tableblock0 table tr td.undefined, #CoteLoyer #tableblock1 table tr td.undefined {
	text-align: right;
	width: 290px;
	background: transparent url(/images/cote/carre-gris.png) no-repeat left center;
}
#CoteLoyer #tableblock0 table tr td.standard, #CoteLoyer #tableblock1 table tr td.standard {
	text-align: right;
	width: 290px;
	background: transparent url(/images/cote/carres.png) no-repeat left center;
}
#CoteLoyer #tableblock0 table tr td.titre, #CoteLoyer #tableblock1 table tr td.titre {
	text-align: right;
	padding-right: 10px;
	width: 62px;
}
#CoteLoyer #TableCote {
	border: 1px solid #CCC;
	width: 400px;
	margin: 0 auto;
}
#CoteLoyer #TableCote table {
	width: 100%;
	border-spacing: 0;
}
#CoteLoyer #TableCote th {
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
}
#CoteLoyer #TableCote td {
	white-space: nowrap;
	padding: 2px 0;
	text-align: center;
}
#CoteLoyer #TableCote th.title {
	border-bottom: 1px solid #CCC;
	padding: 2px 0;
}
#CoteLoyer .GraphCote {
	border: 1px solid #c1c1c1;
	background-color: #f1f1f1;
	width: 430px;
	margin: 0 auto;
}
#CoteLoyer .GraphCote .Line {
	margin: 2px;
	height: 40px;
}
#CoteLoyer .GraphCote .Line .Title {
	line-height: 40px;
	height: 100%;
	width: 105px;
	padding-right: 5px;
	text-align: right;
	float: left;
	color: #333;	
}
#CoteLoyer .GraphCote .Line .Border {
	background: transparent url(/images/cote/graph_bordure.png) no-repeat right center;
}
#CoteLoyer .GraphCote .Line .Bloc {
	float: left;
	height: 100%;
	line-height: 40px;
}
#CoteLoyer .GraphCote .Line .Bloc0, #CoteLoyer .GraphCote .Line .Bloc1, #CoteLoyer .GraphCote .Line .Bloc2 {
	margin: 8px 0;
	height: 24px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	text-align: right;
	line-height: 24px;
	color: #FFF;
	font-weight: bold;
}
#CoteLoyer .GraphCote .Line .Bloc0 {
	background: transparent url(/images/cote/graph_top.png) repeat-x left center;
	border-top: 1px solid #434d6c;
	border-right: 1px solid #434d6c;
	border-bottom: 1px solid #434d6c;
}
#CoteLoyer .GraphCote .Line .Bloc1 {
	background: transparent url(/images/cote/graph_middle.png) repeat-x left center;
	border-top: 1px solid #324f99;
	border-right: 1px solid #324f99;
	border-bottom: 1px solid #324f99;
}
#CoteLoyer .GraphCote .Line .Bloc2 {
	background: transparent url(/images/cote/graph_bottom.png) repeat-x left center;
	border-top: 1px solid #0087ae;
	border-right: 1px solid #0087ae;
	border-bottom: 1px solid #0087ae;
}
#CoteLoyer #suggestion, #CoteLoyer #suggestioncomp {
	left: 160px;
}
#help{
	position: absolute;
	background: #fff;
	padding: 15px;
	border: 1px solid #666;
	margin-top: 15px;
	z-index: 5;
	display: none;
}
