@charset "utf-8";
/* CSS Document */

/* ------------ Classique -------------- */

html #BoiteHauteFond{background-color: #CCC;}
html #BoiteMenuFond{        background-color: #969696;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%), #868585;

}
html a.BtnsOptions {    
    background-color: #FFF;
	background:-webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
    color: #0E0E0E;
    transition-duration: 0ms;
	
	
}
html a.BtnsOptions.Home {    color: #FFF;
    background: #7f7e7e;}
html a.BtnsOptions:hover { background: #818080;color: #FFF; background-color:#83C542;}
html #BoiteMenu a.BTNSelect {  
	background-color: rgba(204, 204, 204, 0.40);
    color: #373737;
	 color: #fff;
    /* text-shadow: 0px 0px 2px #383838; */
    font-weight: bold;
	font-weight: normal;
    border-radius: 0px;
}
html .LigLegende {background-color: #EEE;}
html #CoordonneesEntreprise{background-color: #FFF; transition:0.5s;border-radius: 2px;}
html #CoordonneesEntreprise:hover{background-color: #FFF;background-color: #eee; border-radius:3px; box-shadow:0px 0px 5px #ccc;}
html #CoordonneesPhoto {background-color: transparent;}
html p.ColLegende, html p.ColLegendeV2, html p.Col2Legende, html p.Col3Legende { background-color: #F9F9F9;}


/* Gestion Liste Max */
html #DivGestionListe {    background-color: #AFAFAF;
    /* background-color: #FFF; */
    border-bottom: 1px solid #666;}
html #GestionListe .Visualisation a, #GestionListe .EtatListeEnCours a{background-color: #666;}
html #GestionListe .Visualisation a{    background-color: #848484;}

html #GestionListe .EtatListeEnCoursDescription textarea{
       border: 1px solid #BFBFBF;
    box-shadow: #D4D4D4 1px 1px 3px inset;
    background-color: #FFF;
}
html #GestionListe .Visualisation a#DivGestionListeBtnMenu {}
html #GestionListe .BoiteListeCandidat { box-shadow: none;border: 1px solid #666;}


/* Gestion Liste Evylou */
html #DivGestionListe2 {       background-color: #fff;
    /* background-color: #FFF; */
    border-bottom: 1px solid #fff;}
html #GestionListe2 .Visualisation a, #GestionListe2 .EtatListeEnCours a{background-color: #666;}

html #GestionListe2 .EtatListeEnCoursDescription textarea{
    border: 1px solid #929292;
    box-shadow: #DEDEDE 2px 2px 8px inset;
    background-color: #FFF;
}
html #GestionListe2 .Visualisation a#DivGestionListeBtnMenu {background-color: #FFF;}
html #GestionListe2 .BoiteListeCandidat { box-shadow: none;border: 1px solid #666;}
html #GestionListe2 .Visualisation p { color: #373737; font-weight: bold;}
       
   
   
    

   
   
    




