@import url(https://fonts.googleapis.com/css?family=Exo);

html, body {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: 'Exo', sans-serif;
}

#espaces {
	text-align: center;
	padding: 50px;
}

#espaceLocataires {
	display: inline-block;
}

#espaceProprietaires {
	display: inline-block;
}

#espaceLocataires a {
	background-color: #0072C6;
	color: #ffffff;
	font-size: 40px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 20px 30px;
	text-decoration: none;
	margin: 0px 20px;
	display: block;
	text-align: center;
	width: 300px;
}

#espaceProprietaires a {
	background-color: #0072C6;
	color: #ffffff;
	font-size: 40px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 20px 30px;
	text-decoration: none;
	margin: 0px 20px;
	display: block;
	text-align: center;
	width: 300px;
}

#header {
	background-color: #0072C6;
}

#titre {
	font-size: 50px;
	color: #ffffff;
	padding: 20px;
}

#footer {
	background-color: #0072C6;
	font-size: 16px;
	color: #ffffff;
	padding: 10px;
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}

#contenu {
	position: relative;
	min-height: 250px;
	padding-bottom: 70px;
}

#colOne {
	background-color: #eeeeee;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 250px;
}

#colOne ul {
	margin: 0;
	padding: 0;
}

#colOne ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colOne ul li a {
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 10px;
	display: block;
	border-bottom: 1px #dddddd solid;
	color: #555555;
	position: relative;
}

#colOne ul li a span {
	background-color: #d52903;
	border-radius: 3px;
	color: #ffffff;
	display: block;
	padding: 1px 5px;
	position: absolute;
	right: 7px;
	top: 9px;
	width: 10px;
	text-align: center;
}

#colTwo {
	margin-left: 260px;
	padding-top: 10px;
	padding-right: 10px;
}

#colTwo h3 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	color: #555555;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#footer a {
	color: #ffffff;
}

#login {
	max-width: 500px;
	margin: 0 auto;
	padding-top: 30px;
}

#login h3 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	color: #555555;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#login input[type=email], #login input[type=password] {
	width: 100%;
	padding: 10px;
	font-size: 14px;
	margin-bottom: 20px;
	border-radius: 5px;
	border: 1px #dddddd solid;
}

#login input[type=submit] {
	background-color: #89C223;
	color: #ffffff;
	font-weight: bold;
	border: 0;
	text-transform: uppercase;
	padding: 10px 15px;
	font-size: 16px;
	cursor: pointer;
}

.formulaire {
	max-width: 500px;
	margin: 0 auto;
	padding-top: 30px;
}

.formulaire input[type=text], .formulaire input[type=password], .formulaire input[type=email], #login input[type=password] {
	width: 100%;
	padding: 10px;
	font-size: 14px;
	margin-bottom: 20px;
	border-radius: 5px;
	border: 1px #dddddd solid;
}

.formulaire select {
	width: 100%;
	font-size: 14px;
	margin-bottom: 20px;
	border-radius: 5px;
	border: 1px #dddddd solid;
	padding-left: 10px;
}

.formulaire select option {
	padding: 10px;
}

.formulaire input[type=submit] {
	background-color: #89C223;
	color: #ffffff;
	font-weight: bold;
	border: 0;
	text-transform: uppercase;
	padding: 10px 15px;
	font-size: 16px;
	cursor: pointer;
}

.formulaire label {
	margin-bottom: 10px;
	font-size: 14px;
	display: block;
}

.formulaire input[readonly="readonly"] {
	background-color: #eeeeee;
	color: #aaaaaa;
}

.tCenter {
	text-align: center;
}

.msg {
	color: #ff0000;
	font-weight: bold;
	text-align: center;
}

.location {
	max-width: 480px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px #cccccc solid;
	font-size: 16px;
	position: relative;
}

.locationAdresse {
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px #cccccc solid;
}

.locationDateEntree {
	margin-bottom: 10px;
}

.locationDateSortie {
	margin-bottom: 10px;
}

.locationLoyer {
	margin-bottom: 10px;
}

.locationCharge {
	margin-bottom: 10px;
}

.locationCaution {
}

.locationDoc {
	position: absolute;
	top: 10px;
	right: 10px;
}

.locationDoc a {
	color: #000000;
}

.tableau table thead th {
	background-color: #4A494F;
	color: #ffffff;
	font-size: 16px;
}

.tableau table tbody td {
	border-bottom: 1px solid #4A494F;
}

.tableau table tbody td span.affHover {
	display: none;
	padding-left: 10px;
}

.tableau table tbody td span.affHover a {
	padding-left: 3px;
	padding-right: 3px;
}

.tableau table tbody tr:hover td span.affHover {
	display: inline-block;
}

.tableau a {
	color: #4A494F;
}

#popup {
	z-index: 2;
	background: rgba(0,0,0,0.8);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}

#popupContenu {
	background-color: #ffffff;
	width: 600px;
	height: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -310px;
	margin-top: -160px;
	padding: 20px;
}

#popupContenuTitre {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom: 1px #000000 solid;
	padding-bottom: 20px;
}

#fileuploaderOk {
	display: none;
	margin-top: 10px;
	color: #89C223;
	font-weight: bold;
	text-align: center;
}

#fileuploaderError {
	display: none;
	margin-top: 10px;
	color: #ff0000;
	font-weight: bold;
	text-align: center;
}

.ajax-file-upload {
	background-color: #89C223;
	color: #ffffff;
	font-weight: bold;
	border: 0;
	text-transform: uppercase;
	padding: 10px 15px;
	font-size: 16px;
	cursor: pointer;
	text-align: center;
	width: 250px;
	margin: 0 auto;
}

.btnValiderReglement, input[type=button] {
	background-color: #89C223;
	color: #ffffff;
	font-weight: bold;
	border: 0;
	text-transform: uppercase;
	padding: 10px 15px;
	font-size: 16px;
	cursor: pointer;
	text-align: center;
	border-radius: 3px;
}

input[type=button].btnGris {
	background-color: #EEEEEE;
	color: #5D555D;
}

.ajax-file-upload-container {
	display: none;
}

.tRouge {
	color: #ff0000;
	font-weight: bold;
}

.tOrange {
	color: #ff8400;
	font-weight: bold;
}