body.base {
    background-color: #7C959B;
}
a:link{
  color:#FFFFFF;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  text-decoration:none;
}
a:visited{
  color:#FFFFFF;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  text-decoration:none;
}
a:hover{
  color:#FFFFFF;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  text-decoration:none;
}
a:active{
    color: #7a7674;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    text-decoration: none;
    text-align: right;
}

a.email:link{
  color:#023A45;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  font-size: 10pt;
  font-style: italic;
  font-weight: bold;
  text-decoration:none;
}
a.email:visited{
  color:#023A45;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  text-decoration:none;
}
a.email:hover{
  color:#023A45;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  text-decoration:none;
}
a.email:active{
  color:#023A45;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  text-decoration:none;
}

a.renseignement:link{
  color:#023A45;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  font-size: 12pt;
  font-weight: bold;
  text-decoration:none;
}
a.renseignement:visited{
  color:#023A45;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  text-decoration:none;
}
a.renseignement:hover{
  color:#023A45;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  text-decoration:none;
}
a.renseignement:active{
  color:#023A45;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  text-decoration:none;
}

a.renseignementMoyen:link{
  color:#023A45;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-decoration:none;
}
a.renseignementMoyen:visited{
  color:#023A45;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  text-decoration:none;
}
a.renseignementMoyen:hover{
  color:#023A45;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  text-decoration:none;
}
a.renseignementMoyen:active{
  color:#023A45;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  text-decoration:none;
}

a.renseignementpetit:link{
  color:#023A45;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  font-size: 08pt;
  font-weight: bold;
  text-decoration:none;
}
a.renseignementpetit:visited{
  color:#023A45;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  text-decoration:none;
}
a.renseignementpetit:hover{
  color:#023A45;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  text-decoration:none;
}
a.renseignementpetit:active{
  color:#023A45;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  text-decoration:none;
}

a.maps:link{
  color:#023A45;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  font-size: 8pt;
  font-style: italic;
  text-decoration:none;
}
a.maps:visited{
  color:#023A45;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  text-decoration:none;
}
a.maps:hover{
  color:#023A45;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  text-decoration:none;
}
a.maps:active{
  color:#023A45;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  text-decoration:none;
}

a.actifs:link{
  color:#023A45;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  font-size: 12pt;
  text-decoration:none;
}
a.actifs:visited{
  color:#023A45;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  text-decoration:none;
}
a.actifs:hover{
  color:#023A45;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  text-decoration:none;
}
a.actifs:active{
  color:#023A45;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  text-decoration:none;
}

input.valeur {
    color: #023A45;
    background-color:#D5DFE1;
    width: 240px;
    height: 26px;
    padding-left: 5px;
    outline:none;   
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    font-size: 14px;
    border-radius: 7px;
}
input.valeuractif {
    color: #023A45;
    background-color:#D5DFE1;
    width: 170px;
    height: 26px;
    padding-left: 5px;
    outline:none;   
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    font-size: 14px;
    border-radius: 7px;
}

select.valeur {
    color: #023A45;
    outline:none;   
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    font-size: 14px;
    border-radius: 7px;

    /* Voir Page https://gist.github.com/vladimirsiljkovic/ef176cae54d3c4d1992907e1e0723210   */
    background:url(/images/br_down.png) no-repeat right #ddd;
    background-position-x: 220px;
    background-color:#D5DFE1; 

    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    -ms-appearance: none; /* Edge */
    
    width: 244px;
    height: 29px;
    padding-left: 5px;    
}

select.valeurTypeActif {
    color: #023A45;
    outline:none;   
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    font-size: 14px;
    border-radius: 7px;

    /* Voir Page https://gist.github.com/vladimirsiljkovic/ef176cae54d3c4d1992907e1e0723210   */
    background:url(/images/br_down.png) no-repeat right #ddd;
    background-position-x: 146px;
    background-color:#D5DFE1; 

    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    -ms-appearance: none; /* Edge */
    
    width: 170px;
    height: 29px;
    padding-left: 5px;    
}
 /*  Important pour IE 11 code qui va avec select.valeur */

select::-ms-expand {
  display: none;
}


.fixed-time-column-width {
      min-width: 70px;
      width: 70px;
      display:block; 
      float: right;
}

table.TableGlobale{
  width: 1000px;
  border-style: solid;
  border: 5px;
  border-color: #e8e8e6;
  padding: 0px;
  border-spacing: 0;
}
table.TableSimple{
  width: 100%;
  border: none;
  padding: 0px;
  border-spacing: 0;
  margin: 0px;
  padding: 0px;
}

table.arrondigris{
  background-color:#D5DFE1;  
  border-radius: 15px;
  -moz-border-radius: 15px;
  -khtml-border-radius: 15px;
  -webkit-border-radius: 15px;
}


td.tdMenuRouge{
  background-image: url(../images/FondMenuRouge.gif);
  background-repeat: no-repeat;
  width: 260px;
  border: 0px;
  text-align: center;
}
td.tdMenuGris{
  background-image: url(../images/FondMenuGris.gif);
  background-repeat: no-repeat;
  width: 260px;
  border: 0px;
  text-align: center;
}
td.tdMenuTexte{
  width: 260px;
  border: 0px;
  text-align: center;
}
.TexteBlancMenu{
  color: #FFFFFF;
  font-weight: bolder;
  text-decoration:none;
  font-size: 13px;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}
.TexteGrisMenu{
  color: #7a7674;
  font-weight: bolder;
  text-decoration:none;
  font-size: 12px;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}
td.tdEntete{
  text-align: right;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 10px;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}
tr.trBarreSousImages{
  background-image: url(/images/BarreGriseHorizontale.gif);
  background-repeat: repeat-y;
  height: 10px;
}
td.tdTexteClassique{
  text-align: justify;
  color: #7a7674;
  font-weight: normal;
  font-size: 15px;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  padding: 30px;
}
.PetitTexteClassique{
  color: #7a7674;
  font-weight: normal;
  font-size: 10px;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}
td.tdTexteFondBlanc{
  text-align: justify;
  color: #7a7674;
  font-weight: normal;
  font-size: 13px;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  background-color: #FFFFFF;
  padding: 10px;
}
td.TdAfficheRechercheActifs{
  text-align: left;
  color: #023A45;
  font-weight: normal;
  font-size: 13px;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  padding: 0px;
}

td.tdTexteFondBlancCentre{
  text-align: center;
  color: #7a7674;
  font-weight: normal;
  font-size: 13px;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  background-color: #FFFFFF;
  padding: 10px;
}
td.tdTitreTexteFondBlanc{
  text-align: center;
  color: #000000;
  font-weight: lighter;
  font-size: 18px;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  padding: 20px;
  padding-bottom: 0px;
}
tr.trEntete{
  height: 80px;
}
td.champsformulaire{
  text-align: right;
  vertical-align: center;
  color: #023A45;
  height: 30px;
  font-weight: normal;
  font-size: 13px;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}
td.champsformulaireLeft{
  text-align: left;
  vertical-align: center;
  color: #023A45;
  height: 15px;
  font-weight: normal;
  font-size: 13px;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}
td.champsformulaireLeft2{
  text-align: left;
  vertical-align: center;
  color: #023A45;
  height: 3px;
  font-weight: normal;
  font-size: 3px;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}

td.TitrePage{
  text-align: center;
  color: #7a7674;
  font-weight: bolder;
  font-size: 16px;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}

td.champsformulaireValeur{
  text-align: left;
  color: #D5DFE1;
  font-weight: normal;
  font-size: 13px;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}

td.TitreParagraphe{
    text-align: left;
    color: #023A45;
    font-weight: bold;
    font-size: 16px;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 10px;
}
td.TitreParagraphe2{
    text-align: center;
    color: #023A45;
    font-weight: bold;
    font-size: 16px;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}
td.TitreParagrapheNormal{
    text-align: left;
    color: #023A45;
    font-size: 16px;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 10px;
}
td.Text11Droite{
  text-align: right;
  color: #7a7674;
  font-weight: lighter;
  font-size: 11px;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}
td.Texte{
  text-align: center;
  color: #7a7674;
  font-weight: bold;
  font-size: 12px;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}
td.Text11{
  text-align: justify;
  color: #7a7674;
  font-weight: lighter;
  font-size: 11px;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}

td.Texte10{
  text-align: justify;
  color: #7a7674;
  font-weight: lighter;
  font-size: 10px;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}
td.Text11Centre{
  text-align: center;
  color: #7a7674;
  font-weight: lighter;
  font-size: 11px;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}

td.TdDossierValeur{
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  text-align: left;
  font-size: 14px;
  color: #023A45;
}

td.TdCreanceTitreColonne1{
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  text-align: center;
  font-size: 14px;
  color: #7a7674;
  width: 28%;
  border-bottom-style: ridge;
  font-weight: bold;
}

td.TdCreanceTitreColonne2{
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  text-align: center;
  font-size: 14px;
  color: #7a7674;
  width: 18%;
  border-bottom-style: ridge;
  font-weight: bold;
}

td.TdCreanceTitreColonne3{
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  text-align: center;
  font-size: 14px;
  color: #7a7674;
  width: 18%;
  border-bottom-style: ridge;
  font-weight: bold;
}

td.TdCreanceTitreColonne4{
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  text-align: center;
  font-size: 14px;
  color: #7a7674;
  width: 18%;
  border-bottom-style: ridge;
  font-weight: bold;
}

td.TdCreanceTitreColonne5{
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  text-align: center;
  font-size: 14px;
  color: #7a7674;
  width: 18%;
  border-bottom-style: ridge;
  font-weight: bold;
}

td.TdCreanceColonne1{
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  text-align: center;
  font-size: 10px;
  color: #7a7674;
  width: 28%;
}

td.TdCreanceColonne2{
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  text-align: right;
  font-size: 10px;
  color: #7a7674;
  width: 18%;
}

td.TdCreanceColonne3{
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  text-align: center;
  font-size: 10px;
  color: #7a7674;
  width: 18%;
}
td.TdCreanceColonne4{
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  text-align: right;
  font-size: 10px;
  color: #7a7674;
  width: 18%;
}
td.TdCreanceColonne5{
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  text-align: right;
  font-size: 10px;
  color: #7a7674;
  width: 18%;
}

td.TdCreanceCartoucheColonne1{
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  text-align: center;
  font-size: 14px;
  color: #7a7674;
  width: 28%;
  border-top-style: ridge;
  font-weight: bold;
}

td.TdCreanceCartoucheColonne2{
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  text-align: right;
  font-size: 14px;
  color: #7a7674;
  width: 18%;
  border-top-style: ridge;
  font-weight: bold;
}

td.TdCreanceCartoucheColonne4{
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  text-align: right;
  font-size: 14px;
  color: #7a7674;
  width: 18%;
  border-top-style: ridge;
  font-weight: bold;
}

td.TdCreanceCartoucheColonne5{
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  text-align: right;
  font-size: 14px;
  color: #7a7674;
  width: 18%;
  border-top-style: ridge;
  font-weight: bold;
}
td.TdTitreTableau{
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  text-align: center;
  font-size: 14px;
  color: #7a7674;
  font-weight: bold;
  border: 1px;
  border-style: solid;
}

td.TdCelluleTableauCentre{
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  text-align: center;
  font-size: 12px;
  color: #7a7674;
  font-weight: normal;
  border: 1px;
  border-style: solid;
}

td.TdCelluleTableauCentreSsBordure{
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  font-size: 12px;
  color: #7a7674;
  font-weight: normal;
}

td.TdCelluleTableauDroite{
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  text-align: right;
  font-size: 12px;
  color: #7a7674;
  font-weight: normal;
  border: 1px;
  border-style: solid;
}
.LienCentraux{
  font-weight: bold;
  font-size: 12px;
  color: #7a7674;
}
.TexteSimple{
  font-weight: normal;
  font-size: 14px;
  color: #7a7674;
}

td.Fond{
  /*background-image: url(/images/LogoFond.jpg); */ /*Modif le 16/04/2016*/
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: top;
  padding: 20px;
  background-color: #FFFFFF;
 
}



td.Fond2images{

   /*background:url(/images/LogoFond.jpg) no-repeat right bottom, url(/images/fond.jpg) repeat-y left top; */  /*Modif le 16/04/2016*/
   background:url(/images/LogoFond_V2.png) no-repeat center center;
   vertical-align: top;
   padding: 20px;
   background-color: #FFFFFF;
   background-size: 50%;
}

table.FondChoisissez{
 background: url("/images/Choisissez.png");
 background-size: auto 400px;
 background-repeat: no-repeat;
 background-position: center;   
 padding-left: 76px;
 width: 100%;
 border: 0px solid;
}
table.FondActifsAVendre{
 background: url("/images/FondActifsAVendre.png");
 background-size: 80% 100%;
 background-repeat: no-repeat;
 background-position: center;   
 padding-left: 76px;
 width: 100%;
 border: 0px ;
}

table.FondIdentifier{
 background: url("/images/identifier.png");
 background-size: auto 350px;
 background-repeat: no-repeat;
 background-position: center;   
 padding-left: 76px;
 width: 100%;
 border: 0px solid;
}

td.tdEnteteHaut{
border-bottom-style: solid;
border-bottom-color: #e4791b;
border-bottom-width: 5px;
background-color: #023A45;
}


td.tdEnteteHautGauche{
vertical-align:bottom;
border-bottom-style: solid;
border-bottom-color: #e4791b;
border-bottom-width: 5px;
background-color: #ffffff;
}
td.TdResultatRechercheActifs{
font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}

td.tdEntete{
  text-align: right;
  background-color: #a9a9a9;
  color: #FFFFFF;
  text-transform: uppercase;
  height: 27px;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  font-size: 12px;
  font-weight: bolder;
  letter-spacing: 5px;
}

td.tdMenuExtremiteGauche{
  text-align: center;
  text-transform: uppercase;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  font-size: 12px;
  font-weight: normal;
  background-color: #023A45;
  color: #FFFFFF;
  letter-spacing: normal;
  border-right-width: 1px;
  border-right-color: #F66201;
  border-right-style: solid;
}
td.tdMenuExtremiteDroite{
  text-align: center;
  text-transform: uppercase;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  font-size: 12px;
  font-weight: normal;
  background-color: #023A45;
  color: #FFFFFF;
  letter-spacing: normal;
  border-left-width: 1px;
  border-left-color: #F66201;
  border-left-style: solid;
}
td.tdMenu{
  text-align: center;
  text-transform: uppercase;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  font-size: 12px;
  font-weight: normal;
  background-color: #023A45;
  color: #FFFFFF;
  letter-spacing: normal;
  border-left-width: 1px;
  border-left-color: #F66201;
  border-left-style: solid;
  border-right-width: 1px;
  border-right-color: #F66201;
  border-right-style: solid;
}
td.tdMenuExtremiteGaucheBlanc{
  text-align: center;
  text-transform: uppercase;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  font-size: 12px;
  font-weight: normal;
  background-color: #023A45;
  color: #F66201;
  letter-spacing: normal;
  border-right-width: 1px;
  border-right-color: #F66201;
  border-right-style: solid;
}
td.tdMenuExtremiteDroiteBlanc{
  text-align: center;
  text-transform: uppercase;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  font-size: 12px;
  font-weight: normal;
  background-color: #023A45;
  color: #FFFFFF;
  letter-spacing: normal;
  border-left-width: 1px;
  border-left-color: #F66201;
  border-left-style: solid;
}
td.tdMenuBlanc{
  text-align: center;
  text-transform: uppercase;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  font-size: 12px;
  font-weight: normal;
  background-color: #023A45;
  color: #FFFFFF;
  letter-spacing: normal;
  border-left-width: 1px;
  border-left-color: #F66201;
  border-left-style: solid;
  border-right-width: 1px;
  border-right-color: #F66201;
  border-right-style: solid;
}
td.tdMenuBlanc a{
  color:#F66201;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  text-decoration:none;
}
td.tdMenuExtremiteGaucheBlanc a{
  color:#F66201;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  text-decoration:none;
}
td.tdMenuExtremiteDroiteBlanc a{
  color:#F66201;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  text-decoration:none;
}
.TexteDefilant{
  font-size: 12px;
  color: #e4791b;
  text-transform: uppercase;
}

.MenuGaucheGros{
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  font-size: 11pt;
  color: #F66201;
  line-height: 20px;
  font-weight: bold;
}
.MenuGaucheMoyen{
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;  
  font-size: 10pt;
  color: #023A45;
  line-height: 16px;
  font-weight: lighter;
}
.MenuGaucheMoyen2{
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;  
  font-size: 9pt;
  color: #023A45;
  line-height: 16px;
  font-weight: lighter;
}
.MenuGauchePetit{
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  font-size: 8pt;
  color: #023A45;
  line-height: 15px;
  font-weight: normal;
}

.Renseignement{
  font-size: 12pt;
  color: #000000;
  line-height: 30px;
  font-weight: bold;
}
.Annotation{
    font-size: 10pt;
    color: #023A45;
    line-height: 15px;
    font-weight: normal;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    text-align: justify;
    border-radius: 10px;
}
.Annotation2{
    font-size: 9pt;
    color: #023A45;
    line-height: 15px;
    font-weight: bold;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    text-align: justify;
}


.MenuGaucheToutPetit{
  font-size: 6pt;
  color: #000000;
  line-height: 30px;
}

td.tdMenuGauche{

  text-align: center;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  vertical-align: top;
  background-color: #D5DFE1;
  color: #000000;  
}
td.tdMenuGaucheDegrade{

  text-align: center;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  vertical-align: top;
/*  
  background-image: url(/images/LogoMotif.png) ;
  background-size: 25%;
  background-color: #D5DFE1;
  color: #000000;
*/  
/*
    background-image:url(/images/LogoMotif.png) , -moz-linear-gradient(white, black)     ;
    background-image:url(/images/LogoMotif.png) , -webkit-linear-gradient(white, black)  ;
    background-image:url(/images/LogoMotif.png) , -o-linear-gradient(white, black)       ;
    background-image:url(/images/LogoMotif.png) , linear-gradient(white, black)          ;
    background-size: 25% , 50%;
*/

  top:0px;
  left:160px;
  color: #000000;
 /*
  background:-webkit-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%), url(/images/LogoMotif.png);
  background:-moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%), url(/images/LogoMotif.png);
  background:-o-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%), url(/images/LogoMotif.png);
  background:linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%), url(/images/LogoMotif.png);
  background-size: 100% , 25%;
  background-color: #D5DFE1, #D5DFE1;
 */  
  background:-webkit-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(213,223,225,1) 100%), url(/images/LogoMotif.png);
  background:-moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(213,223,225,1) 100%), url(/images/LogoMotif.png);
  background:-o-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(213,223,225,1) 100%), url(/images/LogoMotif.png);
  background:-ms-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(213,223,225,1) 100%), url(/images/LogoMotif.png);  
  background:linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(213,223,225,1) 100%), url(/images/LogoMotif.png);
  background-size: 100% , 25%;
  background-color: #D5DFE1, #D5DFE1;

  box-shadow:12px 0 8px -00px #808080;
}

tr.trMenuGauche{
    
    background-image:-moz-linear-gradient(white, black)    , url(/images/LogoMotif.png);
    background-image:-webkit-linear-gradient(white, black) , url(/images/LogoMotif.png);
    background-image:-o-linear-gradient(white, black)      , url(/images/LogoMotif.png);
    background-image:linear-gradient(white, black)         , url(/images/LogoMotif.png);
    
    background-size: 100%, 25%;
    background-color: #D5DFE1;
    color: #000000;
}

td.tdMarquee{
  border-bottom-style: solid;
  border-top-style: solid;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-bottom-color: #FFFFFF;
  border-top-color: #FFFFFF;
  text-align: center;
}

td.tdTrait{
  height: 1px;
  background-color: #e4791b;
  width: 170px;
}
td.tdTraitCote{
  height: 1px;
  width: 35px;
}
.DivIndex{
position:relative;
top:480px;
/*left:540px;*/
  color: #023A45;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  font-size: 16px;
  letter-spacing: 07px;
  min-height:550px;
  text-align: center;
}
.TitrePage{
    color: #023A45;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    font-size: 20px;
    margin-left: 10px;
    font-weight: bold;
    text-align: left;
}

.TitrePage2{
    color: #023A45;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    font-size: 14px;
/*    margin-left: 10px; */
/*    font-weight: bold;*/
/*    text-align: left;*/
}
.TitrePage3{
    color: #023A45;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    font-size: 12px;
/*    margin-left: 10px; */
/*    font-weight: bold;*/
/*    text-align: left;*/
}


.Titre{
color: #a9a9a9;
/*font: bold 18px Arial, Helvetica, sans-serif;*/
font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
border-top: 1px solid #a9a9a9;
border-bottom: 1px solid #a9a9a9;
padding: 5px 5px 5px 5px;
margin-bottom: 10px;
margin-top: 15px;

}

.Organigramme{
  font-size: 12pt;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  color: #023A45;
  font-weight: normal;
  height: 45px;
  vertical-align: top;
}
.Organigramme1Ligne{
  font-size: 12pt;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  color: #023A45;
  font-weight: normal;
  height: 30px;
  vertical-align: top;
}
.Fonction{
  font-size: 10pt;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  color: #023A45;
  font-weight: normal;
}
li{
list-style-image: url(../images/PetitePuce.jpg);
}

.GIEMembre{
  font-size: 10pt;
  color: #000000;
  font-weight: normal;
  vertical-align: middle;
}
.GIEDescription{
  font-size: 9pt;
  color: #000000;
  font-weight: normal;
}
input[type=text]{
  border: 0px;
  background-color:#D5DFE1;
}
input[type=password]{
  border: 0px;
  background-color: #D5DFE1;
}
select{
  border: 0px;
  background-color: #dededc;
  /*font-size: 12px;*/
}
.imgValider{
  border: 0px;
  width: 75px ;
  height: 15px;
  background: transparent;
  cursor: pointer;
  cursor: hand;
  padding: 0px;
}

li.liRenseignements{
list-style-image: url(../images/separateur.png);
height: 70px;
vertical-align: top;
}

table.TableSimpleGrisClair{
  width: 100%;
  border: none;
  padding: 0px;
  border-spacing: 0;
  margin: 0px;
  padding: 0px;
  background-color: #dededc;
}
.Alerte{
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  font-size: 16px;
  color: #F66201;
  font-weight: bolder;
  text-align: center;
}
td.TdRechercheTitre2{
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  font-size:16px;
  font-weight: normal;
  text-align: center;
  height: 20px;
  color:#132689;
}
td.DocumentActifs{
  text-align: left;
  color: #023A45;
  font-weight: normal;
  font-size: 11px;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  border: 0px;
}
