﻿body 
{
	margin: 0px;
	background-color: #F3E6B8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

#connexionform
{
    top:60px;
    left:50px;
    position:absolute;
}

#txt_codeAcces, #txt_motDePasse
{
	width:300px;
	border:solid 1px;
}

.bt_login
{
    border:solid 1px;
}

.MessageErreur 
{
    font-weight:bold;
    color:White;
}

.message
{
    color:#FB7600;
}

#connexion /* div */
{
	font-size: 12px;
}

#lblResults
{
	color:Red;
	font-weight:bold;
}

.connexionstore
{
}

.connexionfooter
{
	font-style:italic;
	font-size: 9px;
}

/*
HEADER Agence
*/

#agence-header /* div */
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100px;
}

#agence-header-logo /* div */
{
	/*position:absolute;
	top:0px;
	left:10px;*/
	width:500px;
	height:135px;
	background:transparent url('http://solutionimmobiliere.com/images/logo.gif') no-repeat left;
}

#agence-header-text /* div */
{
	position:absolute;
	top:20px;
	text-align:right;
	left:600px;
	width:300px;
	height:150px;
	font-family: Georgia,Arial,Helvetica;
	font-size:9pt;
	visibility:hidden;
}

#agence-header .agence-raison-sociale /* span */
{
	/*color:Fuchsia;*/
	visibility:hidden ;
}

#agence-header .agence-adresse /* span */
{
	visibility:hidden;
}

#agence-header .agence-coordonnees /* span */
{
	visibility:hidden;
	font-family: Georgia,Arial,Helvetica;
	font-size:9pt;
}

/*
SERVICE CLIENT
*/

#client /* div */
{
	position:absolute;
	left:0px;
	top:150px;
	width:1000px;
	height:100%;
}

#client-header /* div */
{
	position:absolute;
	top:0px;
	height:30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	left:20px;
}

#client-disconnect
{
	position:absolute;
	top:0px;
	width:100%;
	height:30px;
	text-align:right;
	right:10px;
}

#client-footer /* div */
{
	position:absolute;
	left:100px;
	bottom:0px;
	display:none;
	/*top:430px;
	width:600px;
	height:30px;*/
}

#client-contents /* div */
{
	position:absolute;
	left:5px;
	top:30px;
	width:100%;
	/*width:800px;*/
	height:100%;
}

#client-sommaire /* div */
{
	position:absolute;
	left:10px;
	top:10px;
	width:300px;
	height:500px;
}

#client-espace /* positionnement de l'iframe */
{
	position:absolute;
	left:330px;
	top:10px;
	width:675px;
	height:100%;
	border-width:0px;
	border-style:none;
	background-color:Transparent;
}

.client-contenu /* div à l'intérieur de l'iframe */
{
	font-family:Verdana;
    background:none;
}

#compte-tpe
{
	/*background-color:Red;*/
	font-size:10px;
}


.ecriture-table
{
	font-size:9px;
	width:100%;
	padding-left:8px;
}

.ecriture-tr-header td
{
    font-weight:bold;
}

.ecriture-td-libelle, .solde-td-libelle
{
	width:40%;
}
.ecriture-td-date, .ecriture-td-debit, .ecriture-td-credit, .solde-td-date, .solde-td-debit, .solde-td-credit
{
	width:20%;
}

.ecriture-td-debit, .ecriture-td-credit, .solde-td-debit, .solde-td-credit
{
	text-align:right;
}

.solde-tr .solde-td-date, .solde-td-debit, .solde-td-credit, .solde-td-libelle
{
    border-top:1px dotted #CC0001;
}

.solde-tr
{
	font-weight:bold;
}


#detail-information
{
	display: inline;
	z-index: 999;
	overflow: auto;
	background: #EEEEEE;
	position: fixed;
	left: 10px;
	height:250px;
	top: 50%;
	margin-top:-125px;
	text-align: justify;
	padding-right: 15px;
	padding-left: 15px;
	visibility:hidden;
}

.detail-information-ouvert
{
	display: inline;
	z-index: 999;
	overflow: auto;
	background: #EEEEEE;
	position: fixed;
	left: 10px;
	height:250px;
	top: 50%;
	margin-top:-125px;
	text-align: justify;
	padding-right: 15px;
	padding-left: 15px;
}

/*
FOOTER Agence
*/

#agence-footer
{
    /*position:absolute;
	bottom:0px;
	top:610px;
	left:0px;
	width:800px;
	height:150px;*/
    display:none;
}

#agence-footer-logo /* div */
{
	/*top:0px;
	left:300px;
	width:500px;
	height:150px;
	background-repeat:no-repeat;*/
}

#agence-footer-text /* div */
{
	/*position:absolute;
	top:0px;
	left:0px;
	width:300px;
	height:150px;*/
}

#agence-footer .agence-raison-sociale /* span */
{
	color:Fuchsia;
	display:none;
}

#agence-footer .agence-adresse /* span */
{
	color:Blue;
}

#agence-footer .agence-coordonnees /* span */
{
	visibility:visible;
}

/*
POLICES
*/

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #444444;
}

h1 {
	font-size: 2em;
	padding-bottom:8px;
	padding-top:10px;
}

h2 {
	font-size: 1.6em;
	padding-bottom:5px;
	padding-top:10px;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #CC0001;
	color: #FB7600;
}

a:hover {
	background: none;
}


ul .sous-compte
{
    padding-left:14px;
}

input, textarea
{
    border:1px solid #444444;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
}

#mail, #forum_post
{
    width:100%;
}


#mail .label, #forum_post .label
{
    width:85px;
    font-size:12px;
    white-space:nowrap;
}

#mail .input, #forum_post .input
{
    width:100%;
}

#message, #sujet
{
    width:100%;
}

#message
{
    height:90px;
}

#mail .bouton, #forum_post .bouton
{
    text-align:right;
}

.forum
{
    border:1px dotted #CC0001;
    margin: 18px 10px 18px 10px;
    padding:10px 10px 10px 10px;
}

.forum-titre
{
    font-size: 1.6em;    
}

.forum-stitre
{
    font-size: 0.9em;
    font-style:italic;
}

.forum-auteur
{
    color:#FB7600;   
}

.forum-message
{
    padding-top:10px;
}

#forum_post
{
    padding-top:10px;
    padding-bottom:15px;
}

#fichier_nom
{
    font-size:12px;
}



