﻿@import url(//fonts.googleapis.com/css?family=Open+Sans);

body
{
    background-color: #FFFFFF;
    font-size: .85em;
    font-family: "Trebuchet MS" , Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link
{
    color: #085da2;
    text-decoration: underline;
}

a:visited
{
    color: #085da2;
}

a:hover, a:hover u
{
    color: #085da2;
    text-decoration: none;
}

a:active
{
    color: #085da2;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

header, footer, nav, section
{
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1
{
    font-size: 12px;
    color: #000;
}
h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #17415F;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2
{
    font-size: 17px;
    padding: 0 0 10px 0;
}

h3
{
    font-size: 16px;
}

h4
{
    font-size: 14px;
    color: #666666;
    text-decoration: underline;
}

h5
{
    font-size: 13px;
    font-style: italic;
}
h6
{
    font-size: 12px;
    font-variant: normal;
}
/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 90%;
    margin-right: auto;
}

header, #header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

header h1, #header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #000000;
    border: none;
    line-height: 2em;
    font-size: 16px !important;
    font-family: Arial;
    text-shadow: 1px 1px 2px #111;
}

#main
{
    padding: 30px 30px 15px 0px;
    background-color: #fff;
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
}

footer, #footer
{
    background-color: #fff;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend
{
    font-size: 1.2em;
    font-weight: bold;
}

textarea
{
    min-height: 75px;
}

input[type="text"], input[type="password"]
{
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}

select
{
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"]
{
    font-size: 1.2em;
    padding: 5px;
}


input[type="button"]
{
    font-size: 1.2em;
    padding: 5px;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}

nav, #menucontainer
{
    margin-top: 40px;
}

div#title
{
    display: block;
    float: left;
    text-align: left;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label
{
    margin: 1em 0 0 0;
    width: 210px;
    border: none;
}

.display-label-400, .editor-label-400
{
    margin: 1em 0 0 0;
    width: 400px;
    border: none;
}

.display-field, .editor-field
{
    margin: 0.5em 0 0 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

/* Styles pour le formulaire de recherche
----------------------------------------------------------*/
.tblRecherche
{
    border-style: none;
    border-width: medium;
    width: 550px;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 12px;
}

.tblChamp
{
    width: 470px;
}

.btnAide
{
    color: #0f61a7;
    background-color: #d0d4d7;
    width: 26px;
    height: 26px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-family: "Open sans", "Arial", "sans-serif"!important;
    font-size: 16px!important;
    font-size: 1rem!important;
    padding: 0!important;
}

.btnAide:active, .btnAide:hover
{
    color: #fff;
    background-color: #085da2;
}

.btnRecherche, .btn
{
    background-color: #364349;
    color: #FFFFFF;
    border: none;
    border-radius: 6px;
    padding: 8px 30px!important;
    cursor: pointer;
}

.btnRecherche:active, .btnRecherche:hover, .btn:active, .btn:hover
{
    background-color: #003767;
}

.btnRecherche2
{
    background-image: url('images/bg-button.jpg');
    background-repeat: repeat-x;
    color: #FFFFFF;
    width: 180px;
    border: solid 1px #FFFFFF;
}

.tr-bouton-nouv-recherch{
    height: 20px; 
    margin-top: auto; 
    margin-bottom: auto;
}
    
.tdButtonRechercheNouv
{
    text-align: center;
    font-size: 12px; 
    font-weight: bold; 
    padding: 15px 0 15px 0;
    padding-bottom: 15px;
    margin: 0 auto;
    width: 185px;    
}

.tdButtonRechercheNouv a, .tdButton a
{
    background-color: #364349;
    color: #FFFFFF;
    border: none;
    border-radius: 6px;
    display: table-cell;
    padding: 8px 30px!important;
}


.tdRechercheSup
{
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    width: 550px;
}

.tdRechercheInf
{
    text-align: center;
    background-color: #f5f7f7;
    border: solid 1px #aaa;
    border-radius: 4px;
    height: 125px;
    width: 550px;
    margin-bottom: 0px;
}

.divMessageButton
{
    width: 250px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}

.tblSubRecherche
{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 240px;
    margin-left: auto;
    margin-right: auto;
}

.tdItemWidth
{
    width: 18px;
}

.pnlRecherche
{
    width: 550px;
}

.lnkPanel
{
    text-decoration: underline;
    color: #666666;
    width: 500px;
}

.spanPanel {
	text-decoration: underline;
    color: #666666;
    width: 500px;
    font-weight:bold;
    padding: 0.5em 0.5em 0 2.2em;
}

.divPanel
{
    height: 120px;
}

/* Styles pour le formulaire sans resultat */
.tdAcuneResultat
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
}

.divAcuneResultat
{
    text-align: center;
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    width: 530px;
    background-color: #f6d7d6;
    padding: 13px 0;
    margin-left: auto;
    margin-right: auto;
}

.tblAucunResultaMessages
{
    font-size: 13px;
    width: 523px;
}

.tblAucunResultaMessages td
{
    vertical-align: top;
}

/* Styles pour les formulaires des resultats*/
.tblResultat
{
    border-style: none;
    border-color: inherit;
    border-width: 1px;
    width: 560px;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 13px;
}

.tdResultat
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: left;
}

.tdTitreProfile
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
}

.divResultat
{
    text-align: center;
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    width: 530px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 8px;
    background-color: #e4f3d9;
}


.tblAffichageResultat
{
    font-size: 13px;
    width: 530px;
    /*border-spacing: 0px;
    border-collapse: collapse;*/
    border-color: #d8d8d8;
    text-align: left;
    margin: auto auto auto auto;
}

.tblAffichageResultat thead tr th
{
    background-color: #364349;
    font-size: 12px;
    height: 20px;
    color: #fff;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 2px;
    text-align: left;
    font-weight: bold;
    border-style: solid;
    border-width: 1px;
    border-color: #364349;
}

.tblAffichageResultat tr
{
    color: #000000;
}

.tblAffichageResultat tbody tr td
{
    color: #000000;
    padding-left: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
    padding: 5px 2px 5px 2px;
}

.tblAffichageResultat tfoot tr
{
    border: none;
    text-align: right;
}

.tblAffichageResultat tfoot tr td
{
    padding-top: 15px;
    margin-top: 15px;
    padding-left: 410px;
    text-align: right;
}

.tblAffichageResultat tfoot tr td a
{
    background-image: url('images/bg-button.jpg');
    background-repeat: repeat-x;
    color: #FFFFFF;
    border: solid 1px #FFFFFF;
    height: 25px;
    width: 120px;
    display: table-cell;
    text-align: center;
    margin-top: 18px;
    padding-top: 6px;
}

.colonne-130-affichage-resultat {
	width: 130px;
}

.colonne-400-affichage-resultat {
	width: 400px;
}

/* Styles pour tous les formulaires */
.tdMisAJour
{
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    width: 550px;
    background-color: #003767;
    border-top-left-radius: 14px;
	border-top-right-radius: 14px;
	padding: 20px;
}
/**/
.tblError
{
    border-style: none;
    border-color: inherit;
    border-width: 1px;
    width: 555px;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 13px;
}

/*Infobulle*/
a.registre-icone-info
{
    text-decoration: none;
    color: #ffffff;
    font-weight: normal;
    width: 18px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

a.registre-icone-info img
{
    border: 0px solid #fff;
}

a:hover.registre-icone-info
{
    text-decoration: none;
    color: #ffffff;
    font-weight: normal;
    width: 18px;
    background-repeat: no-repeat;
}

.registre-icone-info-texte
{
    display: none;
}

.registre-infobulle-interieur p, .registre-infobulle-interieur li
{
    margin-top: 4px;
    margin-bottom: 4px;
}

.modal-footer
{
    text-align: right;
    padding-top: 20px;
}

#dhtmltooltip
{
    position: absolute;
    left: -300px;
    width: 1px;
    border: 0px solid #ffffff;
    padding: 0px;
    background-color: transparent;
    visibility: visible;
    z-index: 100;
}

#dhtmlpointer
{
    position: absolute;
    left: -300px;
    z-index: 101;
    visibility: visible;
}

#dhtmltooltip2
{
    position: absolute;
    left: -300px;
    width: 150px;
    border: 1px solid #333333;
    padding: 8px;
    background-color: #ffffcc;
    visibility: hidden;
    z-index: 100;
}

.tooltip.in{opacity: 1;}

#dhtmlpointer2
{
    position: absolute;
    left: -300px;
    z-index: 101;
    visibility: hidden;
}

.registre-boite-info
{
    width: 530px;
    padding: 10px;
    margin-top: 10px;
}

.registre-boite-info p
{
    font-weight: normal;
}

.cellData
{
    font-family: "Trebuchet MS" , Verdana, Helvetica, Sans-Serif;
    font-size: 13px;
    padding: 5px 2px 5px 2px;
}

.cellDataAlternate
{
    background-color: #E8F8FF;
    font-family: "Trebuchet MS" , Verdana, Helvetica, Sans-Serif;
    font-size: 13px;
    padding: 5px 2px 5px 2px;
}

/**/
span.highlight
{
    background-color: yellow;
}

.cellEtiquette
{
    width: 95px;
}

.cellAutreNom
{
    width: 230px;
}

.cellAdresse
{
    width: 200px;
}

.footerStyle
{
    border: none;
    border-style: none;
    width: 190px;
    text-align: right;
}

/**/
.registre-tableau-general
{
    border: 1px solid #d8d8d8;
    border-collapse: collapse;
}

.registre-tableau-general th
{
    border: 1px solid #c7dff2;
    background-color: #c7dff2;
    text-align: left;
    vertical-align: top;
    padding: 8px;
    font-size: 12px;
}

.registre-cellules-tableau-resultat-1
{
    background-color: #ffffff;
    font-size: 12px;
}

.registre-cellules-tableau-resultat-2
{
    background-color: #f5f7f7;
    font-size: 12px;
}

/**/
.tblFiche
{
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    width: 554px;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 13px;
    border-collapse: collapse;
}

.tdGroupe
{
    background-color: #364349;
    font-size: 12px;
    height: 20px;
    color: #fff;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 3px;
    text-align: left;
    font-weight: bold;
    border-style: solid;
    border-width: 1px;
    border-color: #c7dff2;
    padding-left: 10px;
    padding-right: 15px;
}

.tdResultatGroupe
{
    font-size: 12px;
    color: #000000;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 15px;
    text-align: left;
    font-weight: normal;
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
}

.tdResultatListe
{
    font-size: 12px;
    color: #000000;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
    font-weight: normal;
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
}

.tableResultatListe
{
    font-size: 12px;
    color: #000000;
    text-align: left;
    font-weight: normal;
    border-collapse: collapse;
    border: none;
    width: 100%;
}

.tableResultatListe td
{
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 15px;
    padding-right: 15px;
}

.tdButton
{
    padding-top: 14px;
}

.ButtonPageNext, .ButtonPagePrev
{
    background-image: url('images/bg-button.jpg');
    background-repeat: repeat-x;
    color: #FFFFFF;
    border: solid 1px #FFFFFF;
    height: 25px;
    width: 120px;
    display: table-cell;
    text-align: center;
    margin-top: 18px;
    padding-top: 6px;
}

.objLeft
{
    text-align: left;
    float: left;
    padding-left: 7px;
}

.objRight
{
    text-align: right;
    float: right;
    padding-right: 0px;
}

.tblPageur
{
    text-align: center;
    border-style: none;
    border-color: inherit;
    border-width: 1px;
    width: 547px;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 13px;
}

.tdColSpan1
{
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 15px;
    font-weight: bold;
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8; /*height: 60px;*/
    vertical-align: top;
}

.tdColSpan2
{
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 20px;
    padding-right: 15px;
}

.lnkImprimer
{
    text-decoration: none;
    border: none;
    color: #666666;
}

.lnkImprimer:active
{
    text-decoration: none;
    border: none;
    color: #666666;
}

.lnkImprimer:hover
{
    text-decoration: none;
    border: none;
    color: #0045cc;
}

.txtLnkImprimer
{
    text-decoration: none;
    color: #034af3;
}
.txtLnkImprimer:hover
{
    text-decoration: underline;
    color: #505abc;
}

/**/
.lnkNomEntreprise
{
    color: #0045cc;
    text-decoration: none;
}

.lnkNomEntreprise:visited
{
    color: #505abc;
}

.lnkNomEntreprise:hover
{
    color: #0045cc;
    text-decoration: underline;
}

.lnkNomEntreprise:active
{
    color: #0045cc;
}

/* LRVER */
.lnkNormal
{
    color: #0045cc !important;
    text-decoration: underline !important;
}

.lnkNormal:visited
{
    color: #505abc !important;
    text-decoration: underline !important;
}

.lnkNormal:hover
{
    color: #0045cc !important;
    text-decoration: underline !important;
}

.lnkNormal:active
{
    color: #0045cc !important;
    text-decoration: underline !important;
}

.hspacer-simple
{
    height: 8px;
}

.hspacer-double
{
    height: 16px;
}

ul.fiche {
    padding-left: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}

td.InfoFiche {
    padding-left: 10px;
}


/*******************************************************************************
* 
*                      Styles utilisés écran seulement
*
*******************************************************************************/
@media screen 
{
   .conteneurGrilleResultat 
    {
    
        width: 100%;
        max-height: 600px;
        overflow:auto;
    }   
}

/*******************************************************************************
* 
*                      Styles utilisés pour l'impression
*
*******************************************************************************/
@media print
{
    
    @page{
        size: auto;   /* auto is the current printer page size */
        margin: 10mm;  /* this affects the margin in the printer settings */
    }

    .tblResultat{
        width: 8.2in;
    }
    
    .page{
        max-width: 8.2in;
    }
    
    #main{
        margin: 0;
        }
        
    tr td h2{
        padding: 0 0 0 10px !important;
        height: 10px !important;
    }

   .conteneurGrilleResultat 
    {
        overflow:visible;
        width:100%;
    } 
    
    .tblAffichageResultat
    {
        width: 100% !important;
        margin: 0px auto auto auto;
    }

    .tblAffichageResultat thead tr th
    {
        padding-left: 1px !important;
        padding-right: 1px !important;
    }

    .tblAffichageResultat tr
    {
        color: #000000;
    }

    .tblAffichageResultat tbody tr td
    {
        padding-left: 1px !important;
        padding: 5px 1px 5px 1px !important;
    }

    .colonne-130-affichage-resultat {
	    width: 10% !important;
    }

    .colonne-400-affichage-resultat {
	    width: 18% !important;
    }
    
    .registre-cellules-tableau-resultat-1
    {
        background-color: #ffffff;
        font-size: 12px;
    }

    .registre-cellules-tableau-resultat-2
    {
        background-color: #f5f7f7;
        font-size: 12px;
    }
    
    
    .lnkImprimer{
        display: none;
    }

    .tdMisAJour{
        color: #000000 !important;
        height: 2px !important; 
        background-image: none !important;
    }

    .tr-bouton-nouv-recherch{
        height: 2px !important; 
    }

    .tdButtonRechercheNouv{
        padding: 0 !important;
        height: 2px !important;    
    }
    
    .tdButtonRechercheNouv a{
        display: none  !important;
    }    
    
    .tdResultat{
        display: none;
    }
   
}

/*** --- [RESET JQUERY UI ACCORDION] --- ***/
.ui-accordion .ui-helper-reset
{
    -moz-border-radius: 0!important;
    -webkit-border-radius: 0!important;
    -khtml-border-radius: 0!important;
    border-radius: 0!important;
    background: none;
    background-color: #f5f7f7;
    border:none;
}

.ui-accordion h4.ui-accordion-header
{
    background-color: #eceeef;
    padding: 6px;
    color: #085da2;
    box-sizing: border-box;
    margin-top: 6px;
}

.ui-accordion h4.ui-accordion-header:first-child
{
    margin-top: 0;
}

.ui-accordion h4.ui-accordion-header a
{
    color: #085da2;
    text-decoration: none;
    font-weight: bold;
    padding-left: 3.2em;
}

.ui-accordion h4.ui-accordion-header .ui-icon
{
    background: none;
    left: 0;
    top: 0;
    margin-top: 0;
    height: 100%;
    width: 3em;
    text-indent: 0;
}

.ui-accordion h4.ui-accordion-header .ui-icon.ui-icon-triangle-1-e::after,
.ui-accordion h4.ui-accordion-header .ui-icon.ui-icon-triangle-1-s::after
{
    display: block;
    height:50%;
    background-color: #d0d3d5;
    text-align: center;
    line-height: 0;
    padding-top: 50%;
}

.ui-accordion h4.ui-accordion-header .ui-icon.ui-icon-triangle-1-e::after
{
    content: "+";
    font-size: 20px;
}

.ui-accordion h4.ui-accordion-header .ui-icon.ui-icon-triangle-1-s::after
{
    content: "-";
    font-size: 28px;
}
