﻿body 
{
	margin: 0px;
	/*background: url(img01.gif) repeat-x left top;*/
	background-color:#4D4D4A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}

#connexionform
{
    top:60px;
    left:50px;
    position:absolute;
}

#txt_codeAcces, #txt_motDePasse
{
	width:300px;
	border:solid 1px;
}

.bt_login
{
    border:solid 1px;
}

.Erreur_MotDePasse, .Erreur_CodeAcces, .Erreur_Connexion
{
    font-weight:bold;
    color:Red;
}

.MessageErreur 
{
    font-weight:bold;
    color:White;
}

.message
{
    color:white;
}

#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:100%;
	height:135px;
	background:transparent url('Cabinet_GLV_Logo.png') no-repeat left;
}

#agence-header-text /* div */
{
	position:absolute;
	top:0px;
	left:500px;
	width:300px;
	height:150px;
}

#agence-header .agence-raison-sociale /* span */
{
	/*color:Fuchsia;*/
	visibility:hidden;
}

#agence-header .agence-adresse /* span */
{
	visibility:visible;
}

#agence-header .agence-coordonnees /* span */
{
	visibility:hidden;
}

/*
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: Arial, Helvetica, sans-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:50px;
	width:100%;
	/*width:800px;*/
	height:100%;
}

#client-sommaire /* div */
{
	position:absolute;
	left:10px;
	top:10px;
	width:300px;
	height:100%;
	border-right:1px dotted #E56A00;
}

#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:Arial, Helvetica, sans-serif;
    background:none;
}

#compte-tpe
{
	/*background-color:Red;*/
	font-size:10px;
}

.ecriture-table
{
	font-size:9px;
	width:100%;
	padding-left:8px;
}

.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 #E56A00;
}

.ecriture-tr-header td
{
    font-weight:bold;    
    padding-left:2px;
    padding-right:2px;
}

.ecriture-td-debit, .ecriture-td-credit, .solde-td-debit, .solde-td-credit
{
     text-align:right;
}

.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: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #E56A00;
}

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 #E56A00;
	color: white;
}

a:hover {
	background: none;
}

/*Nouvelles balises */

ul .sous-compte
{
    padding-left:14px;
}

input, textarea
{
    border:1px solid white;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
}

#mail, #forum_post
{
    width:100%;
}


#mail .label, #forum_post .label
{
    width:85px;
    font-size:12px;
}

#message, #sujet, #email
{
    width:100%;
}

#message
{
    height:90px;
}

#mail .bouton, #forum_post .bouton
{
    text-align:right;
}

.forum
{
    border:1px dotted #E56A00;
    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:white;   
}

.forum-message
{
    padding-top:10px;
}

#forum_post
{
    padding-top:10px;
    padding-bottom:15px;
}

#fichier_nom
{
    font-size:12px;
}

.popup
{
    padding:15px 15px 15px 15px;
}

.popup-lienFermer
{
    text-align:right;
}

.popup-texte
{
    text-align:justify;
    padding:10px 10px 10px 10px;
}