@charset "UTF-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,700);
html, body {
	background-color: #ebebeb;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	height: 100%;
}
html, body, h1, form, fieldset, input, img {
	margin: 0;
	padding: 0;
	border: none;
}
a {
    text-decoration: none;
    color: #BF0000;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -96px;
}
#container {
	width: 720px;
	left: 50%;
	margin-left: -375px;
	position: relative;
	height: 1%;
	overflow: hidden;
	margin-bottom: 80px;
}
/* Login */
.bodylogin {
	background-color: #666666;
}
.contentlogin {
	width: 320px;
	height: 200px;
	background-color: #ebebeb;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 20px #000;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -160px;
	padding: 40px;
}
.langlogin {
	float: right;
}
.title {
	font-weight: 700;
	font-size: 20px;
	display: block;
	margin-bottom: 10px;
	color: #666666;
}
input.text {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: solid 1px #666;
	font-size: 12px;
	width: 280px;
	padding: 8px 8px 6px 33px;
	-moz-box-shadow: 0px 1px 0px #777;
	-webkit-box-shadow: 0px 1px 0px #777;
	background: #ddd url('img/inputSprite.png') no-repeat 4px 5px;
	background: url('img/inputSprite.png') no-repeat 4px 5px, -moz-linear-gradient( center bottom, rgb(225,225,225) 0%, rgb(215,215,215) 54%, rgb(173,173,173) 100% );
	background: url('img/inputSprite.png') no-repeat 4px 5px, -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(225,225,225)), color-stop(0.54, rgb(215,215,215)), color-stop(1, rgb(173,173,173)) );
	color: #666666;
	text-shadow: 0px 1px 0px #FFF;
	font-family: 'Open Sans', sans-serif;
}
input#password {
	background-position: 4px -21px;
	background-position: 4px -21px, 0px 0px;
}
input#name {
	background-position: 4px -47px;
	background-position: 4px -47px, 0px 0px;
}
#contentform p {
	position: relative;
}
fieldset label.infield /* .infield label added by JS */ {
	color: #666666;
	text-shadow: 0px 1px 0px #fff;
	position: absolute;
	text-align: left;
	top: 3px !important;
	left: 35px !important;
	line-height: 29px;
}
#connexion {
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	height: 28px;
	color: #FFF;
	background: #766e69;
	background: -moz-linear-gradient(top, #766e69 0%, #666666 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #766e69), color-stop(100%, #666666));
	background: -webkit-linear-gradient(top, #766e69 0%, #666666 100%);
	background: -o-linear-gradient(top, #766e69 0%, #666666 100%);
	background: -ms-linear-gradient(top, #766e69 0%, #666666 100%);
	background: linear-gradient(to bottom, #766e69 0%, #666666 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#766e69', endColorstr='#666666', GradientType=0 );
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#connexion:hover {
	background: #BF0000;
	background: -moz-linear-gradient(top, #ffab6f 0%, #BF0000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffab6f), color-stop(100%, #BF0000));
	background: -webkit-linear-gradient(top, #ffab6f 0%, #BF0000 100%);
	background: -o-linear-gradient(top, #ffab6f 0%, #BF0000 100%);
	background: -ms-linear-gradient(top, #ffab6f 0%, #BF0000 100%);
	background: linear-gradient(to bottom, #ffab6f 0%, #BF0000 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffab6f', endColorstr='#BF0000', GradientType=0 );
	color: #fff;
}
#connexioncontainer {
	width: 100%;
}
/* Header */
#header {
	height: 45px;
	background-color: #666666;
	width: 100%;
	border-bottom: 1px solid #666;
	background-repeat: no-repeat;
	background-position: 20px -3px;
	background-attachment: fixed;
}
#langchoice {
	float: right;
	padding-right: 20px;
	padding-top: 14px;
	color: #d9d9d9;
}
#langchoice a {
	font-size: 12px;
	color: #FFF;
}
#langchoice a:hover {
	color: #d9d9d9;
}
#logout {
	float: right;
	padding-right: 20px;
	padding-top: 9px;
}
#logout input {
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	height: 28px;
	color: #FFF;
	text-shadow: 0px 1px 0px #333333;
	background: #666666;
	background: -moz-linear-gradient(top, #666666 0%, #333333 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, #666666));
	background: -webkit-linear-gradient(top, #666666 0%, #666666 100%);
	background: -o-linear-gradient(top, #666666 0%, #333333 100%);
	background: -ms-linear-gradient(top, #666666 0%, #333333 100%);
	background: linear-gradient(to bottom, #666666 0%, #333333 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333', GradientType=0 );
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #333333;
	padding: 0 8px 0 8px;
}
#logout input:hover {
	background: #ffab6f;
	background: -moz-linear-gradient(top, #ffab6f 0%, #BF0000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffab6f), color-stop(100%, #BF0000));
	background: -webkit-linear-gradient(top, #ffab6f 0%, #BF0000 100%);
	background: -o-linear-gradient(top, #ffab6f 0%, #BF0000 100%);
	background: -ms-linear-gradient(top, #ffab6f 0%, #BF0000 100%);
	background: linear-gradient(to bottom, #ffab6f 0%, #BF0000 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffab6f', endColorstr='#BF0000', GradientType=0 );
	color: #fff;
}
/* Title */
#contenttitle {
	height: 40px;
	width: 100%;
	margin-bottom: 80px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #fff;
	/*background: -moz-linear-gradient(top, #666666 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, #cccccc));
	background: -webkit-linear-gradient(top, #666666 0%, #cccccc 100%);
	background: -o-linear-gradient(top, #666666 0%, #cccccc 100%);
	background: -ms-linear-gradient(top, #666666 0%, #cccccc 100%);
	background: linear-gradient(to bottom, #666666 0%, #cccccc 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#cccccc', GradientType=0 );*/
	font-weight: 700;
	font-size: 20px;
	line-height: 35px;
	color: #666666;
}
#contenttitle span {
	margin-left: 20px;
}
/* Content */
#content {
	min-height: 100%;
	height: 100%;
	width: 100%;
}
#buttoncontainer {
	width: 720px;
	text-align: right;
	margin-top: 15px;
}
#buttoncontainer input {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	height: 37px;
	color: #FFF;
	background: #766e69;
	background: -moz-linear-gradient(top, #766e69 0%, #666666 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #766e69), color-stop(100%, #666666));
	background: -webkit-linear-gradient(top, #766e69 0%, #666666 100%);
	background: -o-linear-gradient(top, #766e69 0%, #666666 100%);
	background: -ms-linear-gradient(top, #766e69 0%, #666666 100%);
	background: linear-gradient(to bottom, #766e69 0%, #666666 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#766e69', endColorstr='#666666', GradientType=0 );
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0 11px 0 11px;
}
#buttoncontainer input:hover {
	background: #ffab6f;
	background: -moz-linear-gradient(top, #ffab6f 0%, #BF0000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffab6f), color-stop(100%, #BF0000));
	background: -webkit-linear-gradient(top, #ffab6f 0%, #BF0000 100%);
	background: -o-linear-gradient(top, #ffab6f 0%, #BF0000 100%);
	background: -ms-linear-gradient(top, #ffab6f 0%, #BF0000 100%);
	background: linear-gradient(to bottom, #ffab6f 0%, #BF0000 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffab6f', endColorstr='#BF0000', GradientType=0 );
	color: #fff;
}
.descfield {
	text-align: right;
	padding-right: 15px;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 10px;
	color: #666666;
	vertical-align: top;
}
.txtfield {
	height: 28px;
	font-family: 'Open Sans', sans-serif;
	margin-right: 13px;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0px 6px 0px 6px;
	font-size: 12px;
	margin-bottom: 10px;
	background-color: #ebebeb;
	color: #666;
	width: 240px;
}
.txtselect, input[type=file] {
	height: 28px;
	font-family: 'Open Sans', sans-serif;
	background-color: #ebebeb;
	color: #666;
	font-size: 12px;
	margin-bottom: 10px;
	margin-right: 13px;
	border: 0;
	padding: 5px 6px 5px 6px;
}
.txtselect {
	width: 250px;
}
textarea.txtfield {
	width: 242px;
	height: 100px;
	padding: 6px;
	resize: none;
}
input[type=checkbox] {
	background-color: #ededed;
	color: #666;
	margin-bottom: 6px;
	margin-right: 6px;
	border: 0;
	padding: 5px 6px 5px 6px;
}
.checkboxcontainer {
	color: #666;
	font-size: 14px;
	width: 240px;
}
.checkboxcontainer:first-child {
	margin-top: 6px;
}
.checkboxcontainer:last-child {
	margin-bottom: 12px;
}
.whitebox {
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 15px 15px 15px 15px;
}
#tablelist td {
	border-bottom: 1px solid #fff;
	padding: 8px;
	vertical-align: top;
}
#tablelist tr:last-child td {
	border-bottom: 0;
	padding: 8px;
}
#tablelist .tabletitle {
	background-color: #cccccc;
	font-weight: bold;
	white-space: nowrap;
	width: 360px;
	font-size: 14px;
	border-bottom: 1px solid #fff;
}
#tablelist .tabletitlebtns {
	background-color: #ebebeb;
}
#tablelist .tablebtns {
	text-align: right;
	white-space: nowrap;
	vertical-align: top;
}
#tablelist #level1 {
	vertical-align: top;
	font-weight: 700;
	background-color: #ebebeb;
}
#tablelist #level2 {
	vertical-align: top;
	background-color: #f5f5f5;
}
#tablelist #level1btns {
	vertical-align: top;
	background-color: #ebebeb;
}
#tablelist #level2btns {
	vertical-align: top;
	background-color: #f5f5f5;
}
#tablelist .tablebtns img {
	margin-left: 8px;
}
.smalltab {
	margin-top: 45px;
}
.smalltab .tabletitle {
	font-weight: bold;
	white-space: nowrap;
	font-size: 14px;
	padding-bottom: 10px;
}
.btndelete, .btnmodify, .btnadd {
	display: inline-block;
	color: #FFF;
	width: auto;
	font-size: 12px;
	padding: 2px 5px 3px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.btndelete:hover, .btnmodify:hover, .btnadd:hover {
	color: #FFF;
}
.btnadd {
	background-color: #666666;
}
.btndelete, .btnmodify {
	background-color: #666666;
}
.btndelete:hover, .btnmodify:hover, .btnadd:hover {
	background-color: #BF0000;
}
.bottombtncontainer {
	margin-top: 10px;
	float: right;
}
.bottombtnbtncontainer {
	position: absolute;
	bottom: 10px;
	left: 5px;
}
.btnzone {
	width: 720px;
	text-align: right;
	float: left;
	margin-bottom: 20px;
}
.btnzone .btnadd {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	height: 29px;
	color: #FFF;
	background: #766e69;
	background: -moz-linear-gradient(top, #766e69 0%, #666666 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #766e69), color-stop(100%, #666666));
	background: -webkit-linear-gradient(top, #766e69 0%, #666666 100%);
	background: -o-linear-gradient(top, #766e69 0%, #666666 100%);
	background: -ms-linear-gradient(top, #766e69 0%, #666666 100%);
	background: linear-gradient(to bottom, #766e69 0%, #666666 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#766e69', endColorstr='#666666', GradientType=0 );
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 11px 0 11px;
}
.btnzone .btnadd:hover {
	background: #ffab6f;
	background: -moz-linear-gradient(top, #ffab6f 0%, #BF0000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffab6f), color-stop(100%, #BF0000));
	background: -webkit-linear-gradient(top, #ffab6f 0%, #BF0000 100%);
	background: -o-linear-gradient(top, #ffab6f 0%, #BF0000 100%);
	background: -ms-linear-gradient(top, #ffab6f 0%, #BF0000 100%);
	background: linear-gradient(to bottom, #ffab6f 0%, #BF0000 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffab6f', endColorstr='#BF0000', GradientType=0 );
	color: #fff;
}
/* footer */
.push {
	height: 96px;
}
#footer {
	text-align: center;
	background-color: #666666;
	width: 100%;
	height: 80px;
	border-top: 1px solid #ccc;
	padding-top: 15px;
	color: #ccc;
	font-size: 12px;
}
.locataire, .etages {
	width: 160px;
	height: 262px;
	float: left;
	background-color: #ebebeb;
	position: relative;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	line-height: 14px;
	border: solid 1px #999999;
}
.news {
	width: 160px;
	height: 191px;
	float: left;
	background-color: #ebebeb;
	position: relative;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	line-height: 14px;
	border: solid 1px #999999;
}
.service {
	width: 160px;
	height: 242px;
	float: left;
	background-color: #ebebeb;
	position: relative;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	line-height: 14px;
	border: solid 1px #999999;
}
.imglocataire,.imgetage {
	width: 158px;
	height: 158px;
	float: left;
	border: solid 1px #999999;
}

.imglocataire:first-child, .imgetage:first-child {
	margin-right: 4px;
}
.imglocataire img, .imgetage img {
	height: auto;
	width: auto;
	max-width: 156px;
	max-height: 156px;
	position: relative; /* or absolute */
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.imgnews img {
	width: 158px;
height: 88px;
}
.locataire:nth-child(4n+1),.service:nth-child(4n+1), .etages:nth-child(4n+1), .news:nth-child(4n+1) {
	margin-right: 0;
}


.section {
	margin-bottom: 10px;
	display: block;
	overflow: auto;
}
.section .titlesection {
	font-weight: 700;
	font-size: 18px;
	display: block;
	margin-bottom: 10px;
	color: #666666;
	width: 710px;
	background-color: #ebebeb;
	padding: 5px;
}
.section .btnsection {
	width: 172px;
	height: 81px;
	float: left;
	position: relative;
	background-color: #666666;
	margin-right: 10px;
	margin-bottom: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	color: #fff;
}
.section .btnsection:hover {
	background-color: #BF0000;
}
.section .btnsection a {
	width: 172px;
	height: 81px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}
.section .btnsection:nth-child(4n+1) {
	margin-right: 0;
}
.arcade {
	display: block;
	float: left;
	min-width: 20px;
	height: 20px;
	border: solid 1px #000;
	margin-right: 5px;
	text-align: center;
	line-height: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: 3px;
	padding: 0 1px;
}
/* Menu suckfish */
#navigation {
	float: right;
	font-size: 12px;
	margin-right: 20px;
}
#nav {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav ul {
	margin: 0;
	list-style: none;
	background-color: #FFF;
	-moz-box-shadow: 0px 0px 5px 0px #9b9b9b;
	-webkit-box-shadow: 0px 0px 5px 0px #9b9b9b;
	-o-box-shadow: 0px 0px 5px 0px #9b9b9b;
	box-shadow: 0px 0px 5px 0px #9b9b9b;
 filter:progid:DXImageTransform.Microsoft.Shadow(color=#9b9b9b, Direction=NaN, Strength=5);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 170px;
	padding: 0 0 8px 0;
	z-index: 2;
}
#nav a {
	display: block;
	width: 166px;
	height: 38px;
	background-image: url("img/arrow_nav.gif");
	background-repeat: no-repeat;
	background-position: 151px center;
	padding: 3px 8px 0px 8px;
}
#nav a:hover {
	background-image: url("img/arrow_nav_on.gif");
}
#nav li {
	float: left;
	width: 180px;
}
#nav li ul li {
	float: left;
	width: 180px;
}
#nav li ul li a {
	display: block;
	width: 166px;
	height: 12px;
	padding: 7px 8px 9px 8px;
	line-height: 14px;
	background-image: none;
}
#nav li ul li a:last-child {
	/*margin-bottom: 8px;*/
	}
#nav li ul li a:hover {
	background-color: #CCC;
	background-image: none;
}
#nav li .titlenav, #nav li .titlenavseparator {
	padding: 7px 8px 7px 8px;
	height: 12px;
	line-height: 14px;
	width: 166px;
}
#nav li .titlenavseparator {
	border-top: solid 1px #cccccc;
	margin-top: 8px;
	
}
#nav li .titlenavseparator:first-child {
	margin-top: 0px;
	}
#nav li ul {
	position: absolute;
	width: 180px;
	left: -999em;
}
#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
.sondagetitle{
	color: #BF0000;
		font-weight: 700;
	font-size: 20px;
	 text-transform: uppercase;
	 padding:20px 0 20px 0;
	}

/* Analytics */

.div-table {
	display: table;
	width: auto;
	background-color: #eee;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-bottom: 24px;
	float: left;
}
.div-table-row {
	display: table-row;
	width: auto;
	clear: both;
}
.div-table-col {
	float: left;/*fix for  buggy browsers*/
	display: table-column;
	width: 78px;
	height: 36px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 3px;
	text-align: right;
	margin-bottom: 0px;
}
.titletab {
	font-weight: bold;
	background-color: #e9e9e9;
	text-align: left;
}
.total {
	background-color: #f8f8f8;
}
.text {
	text-align: left;
	width: 137px;
}
.headersection {
	padding-bottom: 12px;
	width: 100%;
	float: left;
	font-weight: bold;
  white-space: nowrap;
  font-size: 14px;
}
#dates {
	float: right;
	margin-bottom: 12px;
}

#dates input[type="text"] {

		font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 1px 5px;
	background-color: #ededed;
	color: #666;
}
a.arrowasc, a.arrowdesc{	font-size: 12px;}
a.arrowasc:link, a.arrowdesc:link, a.arrowasc:visited, a.arrowdesc:visited{
	color: #666;

	}
 a.arrowasc:hover, a.arrowdesc:hover{
	color: #000;

	}

.btndates {
	color: #FFF;
	width: auto;
	font-size: 12px;
	padding: 1px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #999;
		font-family: 'Open Sans', sans-serif;
}

.btndates:hover {
	background-color: #666;
}