/* ---------------------------------------------------------------------------------------------------- */
/* HTML5 Reset */
/* ---------------------------------------------------------------------------------------------------- */
a,abbr,address,article,aside,audio,b,blockquote,body,caption,cite,code,dd,del,dfn,dialog,div,dl,dt,em,fieldset,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video {
	border:0;
	margin:0;
	outline:0;
	padding:0;
}
html,body {
	height:100%;
	background: none #FFFFFF !important;

}
b,strong,th {
	font-weight:700
}
img {
	font-size:0
}
table {
	border-collapse:collapse;
	border-spacing:0
}
th,td,caption {
	vertical-align:top;
	text-align:left
}
#espacelocataire td{
	vertical-align: middle;
}
td, caption {
	font-weight:normal;
}
body {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: none #FFFFFF !important;
	color:#666;
	margin: 4px;
	min-width: 1000px;
	max-width: 1400px;
}
form {
	font-family:Arial, Helvetica, sans-serif;
}
/*	------------------------------------------------
		CLASSES GENERIQUES
		------------------------------------------------ */
.txtCenter {
	text-align: center;
}
.txtRight {
	text-align: right;
}
.txtLeft {
	text-align: left;
}
.centered {
	margin: 0 auto;
}
.Alert {
	border: 1px dotted gray;
	background-color: #ffffa1;
	color: #000;
	width: 400px;
	padding: 20px;
	text-align: center;
	font-size: 14px;
	margin: 10px auto;
}
.uimasque {
	display: none;
}
/*	------------------------------------------------
		MENU DE NAVIGATION
		------------------------------------------------ */
body.withnav header, body.withnav footer, body.withnav section {
	margin-left: 210px;
}
section {
	padding-bottom: 20px;
}
header, nav >h1 {
	font-size: 18px;
	line-height: 28px;
	height: 28px;
	font-weight:700;
	text-align: center;
	background-color: #336699;
	color: #ffffff;
}
nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 205px;
	font-size: 12px;
}
nav >h2 {
	font-size: 12px;
	color: #336699;
	margin: 20px 0 0 5px;
}
nav >ul {
	list-style-type: none;
	list-style-position: inside;
}
nav >ul >li {
	margin: 3px 3px 3px 20px;
}
nav >ul >li >a {
	text-decoration: none;
}
nav >p {
	margin: 20px 0;
}
nav >p >a {
	font-size: 14px;
	text-decoration: none;
	font-weight: 700;
}
/*	------------------------------------------------
		IDENTIFICATION
		------------------------------------------------ */
form#loginform {
	width: 520px;
	padding: 10px;
	border: 1px dotted gray;
	background-color: lightgrey;
}
form#loginform>h3 {
	text-align: center;
	margin-bottom: 10px;
}
form#loginform>div {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
}
form#loginform label {
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 120px;
	text-align: right;
	padding-right: 5px;
}
form#loginform input[type="text"], form#loginform input[type="password"] {
	width: 200px;
}
form#loginform input[type="submit"] {
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 90px;
}
form#logoutform {
	display: none;
}
/*	------------------------------------------------
		AUTOCOMPLETE
		------------------------------------------------ */
div.prepareAutocomplete {
	position: relative;
}
div.prepareAutocomplete >div {
	position: absolute;
	z-index: 99;
}
div.autocomplete {
	position: relative;
	width: 198px;
	background-color: #FFF;
	border: 1px solid #888;
	z-index: 99;
	overflow-y: auto;
	overflow-x: hidden;
}
div.autocomplete ul {
	list-style-type: none;
}
div.autocomplete ul li {
	list-style-type: none;
	display: block;
	cursor: default;
	padding: 0.1em 0.5em;
	color: #444;
	height: 1.5em;
	line-height: 1.5em;
	overflow: hidden;
}
div.autocomplete ul li span.informal {
	display: block;
	width: 100%;
	height: 1.5em;
	background-color: #CDDDF6;
	color: #2a849d;
	font-weight: bold;
	margin: -0.1em -0.5em;
	padding: 0.1em 0.5em;
	overflow: hidden;
}
div.autocomplete ul li.selected {
	background-color: #f4dead;
	color: #000;
	cursor: pointer;
}
/*	------------------------------------------------
		BLOC DE BOUTONS DE FORMULAIRES
		------------------------------------------------ */
.commands {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.commands input[type="submit"], .commands input[type="button"] {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	width: 103px;
	height :24px;
	line-height: 22px;
	margin: 10px auto;
	text-align:center;
	text-decoration: none;
	font-weight: bold;
	border: none;
	cursor: pointer;
}
.commands input[type="button"] {
	background: url(/images/bouton100-gris.jpg) center no-repeat;
	color: #666;
}
.commands input[type="submit"], .commands input[type="button"].default {
	background: url(/images/bouton100.jpg) center no-repeat;
	color: #FFFFFF;
}
/*	------------------------------------------------
	AUTRE ELEMENTS DE FORMULAIRES
		------------------------------------------------ */
.forinputtext {
	display: inline-block;
	text-align: right;
	vertical-align: baseline;
	width: 150px;
}
input#TarifOptin,input#TarifActif{
	width: 50px;
}
/*	------------------------------------------------
		LISTE GENERIQUE DB
		------------------------------------------------ */
table.dblist {
	margin: 0 auto;
}
table.full {
	width: 100%;
}
table.large {
	width: 80%;
}
table.medium {
	width: 60%;
}
table.small {
	width: 40%;
}
table.dblist thead tr, table.dblist tfoot tr {
	background-color: #bbe0e2;
}
table.dblist tbody tr.dbrecord {
	border-top: none;
	border-left: 1px solid #c9e7ea;
	border-right: 1px solid #c9e7ea;
	border-bottom: 1px solid #c9e7ea;
	vertical-align: top;
}
table.dblist tbody tr.dbrecord:nth-child(even) {
	background-color: #f2f9fa; 
}
table.dblist tbody tr.dbrecord:nth-child(odd) {
	background-color: #fff;
}
table.dblist tbody tr.dbrecord:hover {
	background-color: #c9e7ea;
}
table.dblist thead tr th, table.dblist tfoot tr th, table.dblist tbody td {
	padding: 3px;
	text-align: center;
}
table.dblist tbody tr.traite {
	opacity: 0.5;
}
table.dblist tbody tr.signale {
	opacity: 0.5;
}

.withgestion #gestiondudossier{margin-top: 30px;}
.withgestion #ARelancerBtn,
.withgestion .byphone{
	background: #EBEBEB !important;
	color: #666666 !important;
	height: auto !important;
	padding: 0 !important;
	margin: 0 !important;
	width: 310px !important;
	text-align: center !important;
	border-radius: 5px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important; 
	font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.withgestion #ARelancerBtn{
	margin: 0 40px !important;
}
.withgestion .byemail{
	background: #56b9d8 !important;
	color: #fff !important;
	height: auto !important;
	padding: 0 !important;
	margin: 0 !important;
	width: 310px !important;
	text-align: center !important;
	border-radius: 5px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important; 
	font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.withgestion #Traite{
	background: #f1aa38 !important;
	color: #fff !important;
	height: auto !important;
	padding: 0 !important;
	margin: 0 !important;
	width: 310px !important;
	text-align: center !important;
	border-radius: 5px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important; 
	font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.withgestion #Comment{
	width: 580px !important;
	height: 30px;
}
.withgestion #ARelancerBlkAsk,
.withgestion #ARelancerBlkInfo{
	text-align: center !important;
	padding-top: 10px !important;
}