/*! MGDIS Styles par défaut. */

* {
    border-collapse:collapse;
    border-spacing:0;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    margin:0;
}

body
{
    color: #000000;
    background-color: #FFFFFF;
    height:100%;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size: 70%;
    margin:0;
}

img
{
    border:none;
}

p
{
    margin:0.7em 1em;
    line-height:1.2em;
    width:90%;
}

ul
{
    margin:0.5em 3em;
}


ul.listedocs
{
    list-style-type: none;
    width: 100%;
    display: block;
    margin:0 0 20px 0;
    padding: 0;
}

ul.listedocs li
{
    margin:5px 30px;
}

img
{
    margin:0;
}

h1
{
    margin:0;
}

a
{
    color:#000000;
}

a.sortir
{
    background:transparent url(images/sortir.gif) no-repeat scroll 0% 80%;
    padding-left:20px;
}

.asterisque, .important
{
    color:#FF0000;
}

.informationsSaisie
{
    color:#666;
	float: left;
	/* lde remplacement de width, pour empécher les espaces antre les infos de saisies et les message d'erreur*/
    max-width: 25%;
}

.informationsSaisieLectureSeule
{
	display:none;
}

.spacer
{
    clear:both;
}

input, select, textarea
{
    font-size: 95%;
    float:left;
    margin-right:10px;
}

/* Groupe */
div.groupe
{
    width:100%;
}
div.nom_groupe
{
    color: rgb(127, 188, 38);
    margin-bottom: 0.5em;
    display: block;
}

/* Champs */
label.champ
{
    text-align:right;
    margin: 3px 3px 3px 0px;
}

label.mgdis_Texte
{
    color: rgb(68, 147, 202);
    font-weight: bold;
    margin: 3px 3px 3px 0px;
}

.label_tableau .champ
{
    font-weight:bold;
    display:block;
    text-indent:10px;
    margin:0 0 5px 0;
}

/* Le div qui englobe une ligne; contient le div label et le div composant */
div.ligne
{
    width:95%;
    margin:0 0 0 15px;
    clear:both;
    padding:8px 0;
}

label
{
    display: inline;
    float: left;
    text-align:right;
    margin-right:1em;
    width:30%;
    /* +SLL Hack CSS IE6/IE7 Min-Height */
    min-height:16px;
    height:auto !important;
    height:16px;
    line-height: 16px;
}

label.label_long
{
    display: inline;
    float: left;
    text-align:right;
    margin-right:1em;
    width:50%;
    /* +SLL Hack CSS IE6/IE7 Min-Height */
    min-height:16px;
    height:auto !important;
    height:16px;
    line-height: 16px;
}

div.composant
{
    width:100%;
    display: inline;
    float:left;
}

div.composantlarge
{
    width:65%;
    margin-bottom:10px;
    display: inline;
    float:left;
}

/* Gestion des erreurs */
.erreurs_metier
{
    display: inline;
    float: left;
    margin:0 10px;
}

.erreur_metier
{
    display: block;
    color: red;
}

.errorMessage,
.erreur
{
    /*display: block;*/
    color: red;
	/*LDE ajout pour uniforamiser les affichage d'erreur*/
    margin-left: 5px;
}

/* Gestion des messages de confirmation */
.messageConfirmation
{
    color: #6CB656;
    margin: 0 0 15px;
    min-height:10px;
    height:auto !important;
    height:10px;	
}

.messageConfirmation .fondMessageConfirmation {
    background: url("images/fondMessageConfirmation.png") repeat-x scroll 0 100% transparent;
    width: 100%;
    clear: both;
}

.messageConfirmation .iconeConfirmation {
    background: url("images/iconeConfirmation.png") no-repeat scroll 10px 14px transparent;
    border: 1px solid #C1CEC1;
    display: block;
    padding: 15px 10px 15px 36px;
}

/* Champ Memo */
div.memo_entete_groupe
{
    display: block;
    width: 100%;
}

div.memo_bullet
{
    height: 100%;
    float:left;
}

div.memo_entete
{
    display:inline;
    cursor: pointer;
    float: left;
}

div.memo_non_defini
{
    position:absolute;
    cursor: pointer;
    float: left;
}

div.memo_non_defini_hidden
{
    display:none;
    position:absolute;
    cursor: pointer;
    float: left;
}

div.memo_full_groupe_visible
{
    display:block;
    position:absolute;
    top:0;
    left:0;
    left:255px;
    background-color:white;
    border: medium solid rgb(166,204,230);
    margin: 0 0 0 0;
    text-align:center;
}

div.memo_full_groupe_hidden
{
    display:none;
    position:absolute;
    background-color:white;
    border: medium solid rgb(166,204,230);
}

textarea.memo_full
{
    border: thin solid rgb(255,223,175);
}

textarea.memo_grand
{
    width: 250px;
    height: 250px;
}

div.memo_buttons_groupe {
    margin: 7px;
    text-align: right;
}
a.memo_button {
    text-align: right;
}

/* Numérique */
input.numerique
{
    text-align:right;
}

/* Text */
input.text
{
    margin:0 10px 0 0;
}

/* TextArea */
textarea.textarea
{
    /*float:left;*/
    font-size: 1em;
	max-height: 50em;
}

/* Tableau*/
.tableau
{
    width:100%;
    float:left;
    clear:both;
    margin-bottom:10px;
}

.label_tableau h2
{
    float:left;
}

.tableau th{
    line-height:22px;
    height:22px;
    text-align:left;
}

.tableau td{
    line-height:20px;
    height:20px;
}

table.tableau thead tr th
{
    /* On peut cliquer sur les header pour ordonner le tableau */
    cursor: pointer;
    text-align:center;
    padding:0 5px;
    /*padding: 3px*/;
    text-indent:3px;
}

table.tableau tbody tr
{
    /* On peut cliquer sur le row pour selectionner la ligne */
    cursor:pointer;
}

table.tableau tbody tr.selected
{
    background-color: rgb(166,204,230);
    border-width: thick;
}

table.tableau tbody tr.highlighted
{
    background-color: rgb(208,228,242);
    border-width: medium;
}

table.tableau tbody tr td
{
    padding: 3px;
    text-align:center;
}

table.tableau tbody tr td.supprime
{
    /* On ne veut pas surligné cette cellule lorsque le reste de la ligne est selectionné */
    /*background-color: white;*/
    /* On peut cliquer sur le td pour supprimer la ligne */
    cursor:pointer;
}
table.tableau tbody tr td.supprime img
{
    position:relative;
}

table.tableau tbody tr td.no_supprime
{
    /* On ne veut pas surligné cette cellule lorsque la reste de la ligne est selectionné */
    background-color: white;
    /* On peut cliquer sur le td pour supprimer la ligne */
    cursor:pointer;
}


table.tableau tbody tr td.highlighted
{
    background-color: rgb(208,228,242) !important;
}

table.tableau tbody tr td.highlighted span.lectureSeule
{
    background-color: rgb(208,228,242) !important;
}

.tableau .lectureSeule
{
    background-color:#FFFFFF;
    color:#000000;
    border:none;
}

tr.tableau_vide
{
    text-align: center;
    font-style: italic;
    cursor:default;
}

tr.tableau_vide td
{
    position:relative;
}
tr.tableau_ajouter {
}

tr.tableau_ajouter a{
    display:block;
    float:right;
    font-size:1em;
    color:#000000;
    margin:0 10px 0 0;
    clear:both;
}

/* Infodyn */
table.infodyn {
    width:100%;
}

table.infodyn .label{
    margin:0 0 0 15px;
}

.infodyn label{
    width:300px;
}

/* Lien */
div.liens
{
    position:relative; /* Nécessaire IE6 - Boite de dialogue Rechercher sur la page Liste des demandes */
    text-align:center;
    width:100%;
    margin:0 0 15px 0;
    clear:both;
    float:left;
}

div.lien {
    display: inline;
    padding: 5px;
}

.fort{

    font-style:italic;
    text-align:center;
}

.texteSimple
{
    text-align:center;
    margin:0 20px 0 20px;
    float:left;
    width:100%;
}

.texteSimpleGauche
{
    text-align:left !important;
    margin:0 20px 0 20px;
    float:left;
    width:100%;
}

.textareaLectureSeule{
    border:1px solid;
    color:#666666;
    font-weight:bold;
    min-height:60px;
    height:auto !important;
    height:60px;
	/* -SLL - 28/07/2011 - Désactivation de la propriété overflow ce qui empêchait d'avoir des scrollbars quand le texte était très long
	    dans un textarea en lecture seule 
    overflow:hidden;
	  _SLL */
    padding:3px;
    width:60%;
}

.float_right {
    float:right;
}

/* Menu */
a.menu {
}

/* Captcha */
.extranet_captcha .erreurs
{
    width:100%;
}

.extranet_captcha .erreur
{
    text-align:center;
    width:100%;
    margin:0 0 10px 0;
}

#recaptcha_area, #recaptcha_table
{
    margin:0 auto;
    clear:both;
}

.jcaptcha
{
    text-align:center;
}

.formulaireCaptcha
{
    width:250px;
    margin:0 auto;
    clear:both;
    text-align:left;
}

.formulaireCaptcha a
{
    float:left;
    margin:10px 0 10px 75px !important;
}

.formulaireCaptcha img
{
    border:1px solid #000000;
    margin-bottom:5px;
}

.formulaireCaptcha input
{
    margin:10px 0 10px 30px;
}

.recaptcha_input_area_text
{
    float:none;
}

.champBooleen,
.champBooleen input,
.champBooleen span
{
    float:left;
}

.champBooleen span
{
    margin: 2px 25px 0 3px !important;
}

/* Affichage des composants en lecture seule */
span.lectureSeule,
span.lectureSeule input{
    color:#666666;
    font-weight:bold;
    height:15px;
    line-height:15px;
    margin:0 10px 0 0;
    padding:0 5px 0 5px;
}

.lectureSeuleMonetaire
{
    margin:0 !important;
    padding:0 !important;
}

.libelleSimple{
    color:#000000;
    text-align:center;
}

.mgdis_Texte
{
    text-align:left;
    display: block;
    clear:left;
    padding-left:10px;
}

.extranetGroupe{
    width:100%;
    clear:both;
}

.extranetGroupe .extranetGroupe
{
	width:100%;
}

.extranetGroupe h3 a{
    display:block;
    color:#FFFFFF;
    text-decoration:none;
    text-indent:18px;
}

.colgauche, .coldroite
{
    width:50%;
    float:left
}

.bulleAide
{
    float:left;
    cursor:pointer;
    position:relative;
    margin-right:1.3em;
}

.bulleAideLectureSeule
{
	display:none;
}

.tooltip
{
    background-color:#F5F5B5;
    border:1px solid #DECA7E;
    color:#303030;
    font-family:sans-serif;
    line-height:16px;
    padding:5px;
    position:absolute;
    z-index: 3;
    display: none;
    top:0;
    left:0;
    width:300px;
}

.listeFichiers a
{
    text-decoration:none;
    float:left;
    margin-right: 10px;
}

.btnsTraitement
{
    width: 16px;
    cursor:pointer;
    height: 17px;
    border:none;
}

.btnAjouterFichier
{
    background:url(images/btnAjouterFichier.png) no-repeat;
}

.btnSupprimerFichier
{
    background:url(images/btnSupprimerFichier.png) no-repeat;
}

.listeFichiers a:hover
{
    text-decoration:underline;
}
.cache
{
    display:none;
}

/**************************************
    Styles de la boîte de recherche */

.boiteRecherche iframe
{
	background: url(images/ajax-loader.gif) no-repeat 50% 50% !important;
    width:100%;
    height: 99%;
}

.controleOuvertureBoiteRecherche
{
    background-color: #FFFFCE;
    border:solid 1px #E7BE6B;
}

.btnOuvertureBoiteRecherche
{
	margin-left:-4px !important;
	margin-right:4px !important;
	padding:3px 0 !important;
	float: left;
	width:2em !important;
}

.boiteRechercheConsultation caption
{
    display:none;
}

.boiteRechercheConsultation .messageErreur
{
    margin:0;
    min-height: 0;
}

/* Bouton de sélection d'une ligne dans une boite de recherche */
.ui-button-selectline .ui-button-text
{
	display:inline !important;
}

/**************************************
    Styles de la boîte infosConnexion */
.infosConnexion
{
    float:right;
    padding-right:10px;
}

.libelleInstance
{
    float:left;
    position:absolute;
}

.boutonsValidationGlobalCentral{
    width:460px;
}

.boutonValidationGlobalCentral{
    width:260px;
}

#accesPortail,
#listeProfils
{
    display:none;
}

/**************************************
    Styles des tableaux dynamiques */
.corpsTableauDynamique{
    clear:both;
    overflow: auto;
	display:inline-block;
	width:100%;
}

.tableauDynamique{
    width:100%;
}

.tableauDynamique caption{
    text-align:left;
    font-size:1.2em;
    font-weight:bold;
    font-family:Verdana,Arial,Helvetica,sans-serif;
}

.tableauDynamique tbody{
    min-height:25px;
    height:auto !important;
    height:25px;
}

.tableauDynamique th,
.tableauDynamique td{
    min-height:20px;
    height:auto;
    padding:3px;
    text-align:center;
    line-height:20px;
}

.tableauDynamique th a,
.tableauDynamique th a span{
    text-decoration: none;
}

.btnSelectionner{
    margin:0 50px;
}

.btnSupprimer,
.btnModifier{
    cursor:pointer;
    text-decoration: none;
}

.tableauDynamique th a ,
.tableauDynamique th a:active{
    outline: none;
}
.tableauDynamique td{
    padding: 0.3em 0.5em;
}

.tableauDynamique th span,
.tableauDynamique th a{
    padding: 0.5em 2em 0.5em 0.7em;
    display: block;
    line-height: 1;
    border: 0 !important;
    position: relative;
}

.tableauDynamique th a span{
	padding:0;
}

.tableauDynamique td .formulaireUploadFichier,
.tableauDynamique td .listeFichiers{
    display: block;
    float: left;
	clear: both;
}

.tableauDynamique td .listeFichiers a strong{
	padding-left:5px;
}

.tableauDynamique td .listeFichiers{
	padding-top:10px;
}

.tableauDynamique td .listeFichiers div {
    padding: 0 0 0 40px;
}

.tableauDynamique td .listeFichiers div a{
    padding: 0 10px 0 0;
}

.tableauDynamique td .listeFichiers input,
.tableauDynamique td .listeFichiers a,
.tableauDynamique td .listeFichiers p
{
    display:block;
    float:left;
}

.tableauDynamique td .listeFichiers p {
	border-left:1px solid black;
	width:100%;
}

.ui-table-pager{
	margin-top: 10px;
}

.ui-table-pager button{
    cursor:pointer;
}
.ui-table-tbody-active{
    width:100%;
    background-color: #FFFFFF;
}

/*********************************************/
/* Consultation                              */
.tableauDynamique td.rupture
{
    text-align:left;
    font-weight:bold;
}

.tableauDynamique td.rupture img
{
    cursor: pointer;
    padding: 0 10px;
}

.tableauDynamique td.rupture0,
.tableauDynamique td.rupture1
{
    color:#FFFFFF;
    padding:5px;
}

.tableauDynamique td.rupture2
{
    padding:4px;
}

.tableauDynamique td.rupture3
{
    padding:3px;
}

.tableauDynamique td.donneeRupture
{
    text-align:center;
}

.tableauDynamique td.alignementDroite,
.tableauDynamique .alignementDroite .fondDroit
{
    text-align: right;
}

.tableauDynamique td.alignementGauche,
.tableauDynamique .alignementGauche .fondDroit
{
    text-align: left;
}

/*********************************************/
/* Lignes de filtre                */
.actionRestrictionUtilisateur
{
    /*padding:0 !important;*/
    border-collapse: collapse;
}

.actionRestrictionUtilisateur input
{
    width: 99%;
    height: 17px;
}

.actionRestrictionUtilisateur input:focus
{
    width: 99%;
    background-color: #FFFFCE;
}

.btnRechercherRestriction
{
    display: none;
}

/*********************************************/
/* Gestion de la pagination                 */
.pagination
{
    text-align:center;
    font-weight:bold;
    font-size:12px;
    height:23px;
    line-height:23px;
    width:100%;
    position:relative;
}

.pagination .precedent
{
    position:absolute;
    left:0;
    top:0;
}

.pagination .suivant
{
    float:right;
}

.pagination .suivant,
.pagination .precedent
{
    text-align:left;
    cursor:pointer;
    font-weight:bold;
    margin:0;
    padding:0;
    height:20px;
}

.pagination .precedent
{
    text-align:left;
}
.pagination .suivant
{
    text-align:right;
}
.pagination .suivant
{
    padding:0 10px 0 0;
}

.pagination .precedent
{
    padding:0 0 0 10px;
}

.numPages
{
    display:none;
    text-align:center;
    margin:0 auto;
    height:23px;
    line-height:23px;
}

.pagination .actif,
.pagination .inactif
{
    margin:0 5px 0 5px;
    padding:5px;
}

/**************************************
    Styles des Tabs */
.tabs
{
    padding:10px 0 0 0;
}

.onglets
{
    width:100%;
    margin: 0 5px 5px 0;
}

.onglet
{
    list-style:none outside none;
    margin:0 0.3em 1px 0;
    position:relative;
    top:1px;
    white-space:nowrap;
    display: inline;
}

.onglet a
{
    font-weight:bold;
}

.ongletActif
{
    padding:7px 7px 5px 7px;
}

.ongletInactif
{
    padding:7px 7px 4px 7px;
}

.tab
{
    padding:1em 1.4em;
    width:100%;
    float:left;
}

.tabActif
{
    display:block;
}

.tabInactif
{    
    display:none;
}

/**************************************
    Styles des Domaines */
.domaine
{
    width:45%;
    float:left;
    margin: 0 0 15px 0;
    min-height:85px;
    height:auto !important;
    height:85px;
}

.domaine .imageDomaine
{
    float:left;
    width:80px;
}

.domaine .corpsDomaine
{
    float: left;
    width:70%;
    margin:15px 0 0 0;
}

.domaine .corpsDomaine a
{
    font-weight:bold;
    font-size:1.2em;
}

.domaine .corpsDomaine span
{
    font-style: italic;
}

/* Débogage des extranets */
#conteneurContenuExtranet
{
    position:absolute;
    top:0;
    left:0;
    float:left;
    z-index: 100;
    margin-left:15px;
    background-color:white;
}

#conteneurContenuExtranet .lienActivation
{
    text-align: center;
    height: 22px;
    line-height: 22px;
    display: block;
    width:280px;
}

#contenuContexteExtranet
{
    display:none;
    width:100%;
}

#contenuContexteExtranet table
{
    margin-left:5px;
}

#contenuContexteExtranet table td
{
    line-height: 20px;
}

.cleContexte
{
    font-weight:bold;
    padding-right: 5px;
}

.cleContexteTransversale
{
    font-weight:bold;
    padding-right: 5px;
    font-style: italic;
}

.fichierTelechargement
{
    float:left;
    clear:both;
    margin:5px 0 5px 15px;
}

.ListeBool
{
    float:left;
}

/*///////////////////////////////////////////////////////////////////////*/
/* Css pour TimePicker - http://trentrichardson.com/examples/timepicker/ */

.ui-timepicker-div .ui-widget-header
{ 
    margin-bottom: 8px;
}

.ui-timepicker-div dl
{ 
    text-align: left;
}

.ui-timepicker-div dl dt
{ 
    height: 25px;
}

.ui-timepicker-div dl dd
{ 
    margin: -25px 0 10px 65px;
}

.ui-timepicker-div td
{
    font-size: 90%;
}

/* Css pour la gestion de l'affichage des messages d'erreurs de jQuery UI */
.ui-state-error
{
	width:100%;
}

.ui-state-error span
{
	margin-right: .3em; 
	float:left;
}

.ui-state-error p
{
	margin:0.9em 1em;
}

.infosDetailsErreur, .afficherDetails
{
	margin-left: 17px;
}

.infosDetailsErreur
{
	display: none;
}

fieldset legend.ui-widget-header a span.ui-icon {
      display: inline-block;    
      padding-left: 6px;
}

div.mg-filter-operatorslist span.ui-button-icon-primary{
	background-color : white !important;
}

.actionRestrictionUtilisateur{
	position: relative;
	padding-left: 0px !important;
	padding-right: 20px !important;
	min-width: 75px;
}

.actionRestrictionUtilisateurDate{
	padding-right: 39px !important;
}

.actionRestrictionUtilisateur input{
	padding-left: 22px;
}

.actionRestrictionUtilisateurDate input{
	padding-right: 20px;
}

.actionRestrictionUtilisateurDate .ui-datepicker-trigger{
	position: absolute;
	right: -11px;
	top: 4px;
}

.boutonoperateur{
	position: absolute !important;
	left: 1px;
	top: 3px;
	width: 20px !important;
	height: 17px;
	border-bottom: none !important;
	border-top: none !important;
	border-left: none !important;
	background: none !important;
}

.listeoperateurs {
	
	position: absolute;
	z-index: 3;
	margin-top: 23px;
	margin-left: -23px;
	padding: 0px;
	text-align: left;
}

.listeoperateurs ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.listeoperateurs li.operateur{
	display: list-item;
	margin: -1px;
	text-align: left;
}

.listeoperateurs li.operateur span.ui-icon{
	left: 0px;
	top: 8px;
	background-color: white !important;
	width: 21px;
	height: 100%;
	border-right: thin solid gray;
}
	

.listeoperateurs li.operateur.ui-state-default{
	background-color: white !important;	
}

.ui-icon-operateur-NonFiltre {background: url() center no-repeat !important;}

.ui-icon-operateur-Egal {background: url(images/Operateur_Egal_16x16.png) center no-repeat !important;}

.ui-icon-operateur-Different {background: url(images/Operateur_Different_16x16.png) center no-repeat !important;}

.ui-icon-operateur-Inferieur {background: url(images/Operateur_Inferieur_16x16.png) center no-repeat !important;}

.ui-icon-operateur-InfOuEgal {background: url(images/Operateur_InfOuEgal_16x16.png) center no-repeat !important;}

.ui-icon-operateur-Superieur {background: url(images/Operateur_Superieur_16x16.png) center no-repeat !important;}

.ui-icon-operateur-SupOuEgal {background: url(images/Operateur_SupOuEgal_16x16.png) center no-repeat !important;}

.ui-icon-operateur-Null {background: url(images/Operateur_Null_16x16.png) center no-repeat !important;}

.ui-icon-operateur-NotNull {background: url(images/Operateur_NotNull_16x16.png) center no-repeat !important;}

.ui-icon-operateur-Comme {background: url(images/Operateur_Comme_16x16.png) center no-repeat !important;}

.ui-icon-operateur-PasComme {background: url(images/Operateur_PasComme_16x16.png) center no-repeat !important;}

.ui-icon-operateur-Coche {background: url(images/iconeCochee.png) center no-repeat !important;}

.ui-icon-operateur-NonCoche {background: url(images/iconeDecochee.png) center no-repeat !important;}

/**************************************
    Styles breadcrumb navigation  */

ul.breadcrumbs-init{
  margin: 0;
  padding: 0;
  list-style: none;
}

#breadcrumbs{
  overflow: hidden;
  width: 100%;
}

#breadcrumbs li{
  float: left;
  margin: 0 .5em 0 1em;
  background: #ddd;
  padding: .7em 1em;
  float: left;
  text-decoration: none;
  color: #444;
  text-shadow: 0 1px 0 rgba(255,255,255,.5); 
  position: relative;
}

#breadcrumbs li:hover{
  background: #99db76;
}

#breadcrumbs li::before{
  content: "";
  position: absolute;
  top: 50%; 
  margin-top: -1.5em;   
  border-width: 1.5em 0 1.5em 1em;
  border-style: solid;
  border-color: #ddd #ddd #ddd transparent;
  left: -1em;
}

#breadcrumbs li:hover::before{
  border-color: #99db76 #99db76 #99db76 transparent;
}

#breadcrumbs li::after{
  content: "";
  position: absolute;
  top: 50%; 
  margin-top: -1.5em;   
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid #ddd;
  right: -1em;
}

#breadcrumbs li:hover::after{
  border-left-color: #99db76;
}

#breadcrumbs .current,
#breadcrumbs .current:hover{
  font-weight: bold;
  background: none;
}

#breadcrumbs .current::after,
#breadcrumbs .current::before{
  content: normal;
}

.ui-combobox{
	float: left;
}

/* Grille éditable */
.grid-editable-form .erreur{
    margin-left:0;
}

.grid-editable-form h3{
    color:inherit;
    margin: 0;
}

.grid-editable-form .ui-state-error{
    margin:5px 0 15px 0;
}

.grid-editable-form .ligne{
    padding:8px 0 8px 20px;
}

.grid-editable-form .Titre1,
.grid-editable-form .Titre2,
.grid-editable-form .Titre3,
.grid-editable-form .section{
    padding:8px 0;
}

.grid-editable-globals-actions{
    margin: 8px;
}

.planFinancementTableauSynthese{
	font-weight: bold;
	margin: 2em 1em;
}

.planFinancementTableauSyntheseLibelle {
	padding: 0.8em 1em 0.8em 0em;
}

.planFinancementTableauSyntheseTotal {
	text-align: right;
}