﻿body 
{
	margin: 0px;
	color: black;	
	font-size:8pt;
	font-family:Verdana,sans-serif;
	color: black;
	background : white;	
}

.connexiontitre
{
    top:10px;
    position:absolute;
    width:500px;
    color:#522f12;
}

#connexionform
{
    top:30px;
    left:50px;
    position:absolute;
}

.Erreur_MotDePasse, .Erreur_CodeAcces, Erreur_Connexion{color:red;}

input, textarea
{
    background-color:white;color:black; border:1px solid black;
    font-size:8pt;
	font-family:Verdana,sans-serif;
}

input[type='submit'], input[type='checkbox'], input[type='file'], input[type='button']
{
    background-color:black;color:white; border:1px solid black;
}

input[type='text'],input[type='password'],textarea
{
    background-color:white;color:black; border:1px solid black;
    font-size:8pt;
	font-family:Verdana,sans-serif;
}

.input{width:100%;}
.label{white-space:nowrap;}


#txt_codeAcces, #txt_motDePasse
{
	width:300px;
	border:solid 1px;
}

.bt_login
{
    border:solid 1px;
}

.MessageErreur 
{
    font-weight:bold;
    color:White;
}

.message
{
    color:black;
}

#connexion /* div */
{
	font-size: 12px;
}

#lblResults
{
	color:Red;
	font-weight:bold;
}

.connexionstore
{
}

.connexionfooter
{
	font-style:italic;
	font-size: 9px;
}

/*
HEADER Agence
*/

#agence-header /* div */
{
	background:transparent url('Images/bandeau.gif') no-repeat left top;
}

#agence-header-text /* div */
{
	height:150px;
}

#agence-header .agence-raison-sociale /* span */
{
	display:none;
}

#agence-header .agence-adresse /* span */
{
	display:none;
}

#agence-header .agence-coordonnees /* span */
{
	display:none;
}

/*
SERVICE CLIENT
*/

#client /* div */
{
	position:absolute;
	left:0px;
	top:70px;
	width:1000px;
	height:100%;
}

.global-login #client /* div */
{
	top:120px;
}

#client-header /* div */
{
	position:absolute;
	top:2px;
	height:30px;
	font-size:1.3em;
	left:10px;
}

#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;
}

#client-contents /* div */
{
	position:absolute;
	left:5px;
	top:50px;
	width:100%;
	height:100%;
}

#client-sommaire /* div */
{
	position:absolute;
	left:10px;
	top:10px;
	width:300px;
	height:100%;
	border-right:1px dotted #004080;
}

#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 */
{	
    background:none;
}

#compte-tpe
{
	/*background-color:Red;*/
	font-size:10px;
	display:none;
}

.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%;
}

.solde-td-date, .solde-td-debit, .solde-td-credit, .solde-td-libelle
{
    border-top:1px dotted #004080;
}

.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
{
    display:none;
}

#agence-footer-logo /* div */
{
	display:none;
}

#agence-footer-text /* div */
{
    display:none;
}

#agence-footer .agence-raison-sociale /* span */
{
	display:none;
}

#agence-footer .agence-adresse /* span */
{
    display:none;
	color:black;
}

#agence-footer .agence-coordonnees /* span */
{
	visibility:visible;
}

/*
POLICES
*/

h1, h2, h3 {
	margin: 0;	
	font-weight: normal;
	color: #522f12;
}

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.4em;
	padding-left:8px;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #522f12;
	font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 12px;
    color: black;
}

a:hover 
{
    color:#522f12;
	background: none;
}

/*Nouvelles balises */

ul .sous-compte
{
    padding-left:8px;
    margin-left:8px;
}


#mail, #forum_post
{
    width:100%;
}


#mail .label, #forum_post .label
{
    width:85px;
    font-size:12px;
}

#message, #sujet
{
    width:100%;
}

#message
{
    height:90px;
}

#mail .bouton, #forum_post .bouton
{
    text-align:right;
}

.forum
{
    border:1px dotted #522f12;
    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:#522f12;  
}

.forum-message
{
    padding-top:10px;
}

#forum_post
{
    padding-top:10px;
    padding-bottom:15px;
}

#fichier_nom
{
    font-size:12px;
}

.popup, .popup .popup-texte,.popup .image
{
    padding-left:10px;
}

