    ul
    {
        list-style: none;
    }
    
    .clearboth
    {
        clear: both;
    }

    .saraLoader
    {
        background: url(img/saraLoader.gif) center center no-repeat;
        background-size: 10%;
        display: none;
        width: 150px;
        height: 50px;
    }
    
    .floatedLeft
    {
        float: left;
    }

    .ag_options
    {
        width: 250px;    
    }

    .ag_options fieldset
    {
        border: none;
        margin: 0;
        background-color: #f8f8f8;
    }

    .ag_options .ag_legend
    {
        background: url(img/legendBg.png) top left repeat-x;
        width: 250px;
        height: 40px;
        line-height: 40px;
        color: white;
        text-indent: 20px;
        
    }

    .ag_options .ag_legend.dacia
    {
        background: url(img/legendDaciaBg.png) top left repeat-x;
    }

    .ag_options ul
    {
        list-style: none;
    }

    .ag_form
    {
        width: 580px;    
        display: block;
        min-height: 100px;
    }

    .ag_btns
    {
        width: 150px;
        display: block;
    }

    .openIconWhite
    {
        /*width: 20px;*/
        height: 100%;
        background:  url(img/openIconWhite.png)  center left no-repeat;
        display: inline-block;
    }

    .ag_options  li input
    {
        /*display: none;*/
    }

    .ag_options  li 
    {
        height: 30px;
        padding: 5px;
        border-bottom: 1px solid #eee;
        cursor: pointer;
        font-size: 90%;
    }

    .ag_options  li label
    {
        cursor:pointer;
    }

    .ag_options  li.active
    {

        background: url(img/legendGrayBg.png) top left repeat-x;
    }

    .ag_form, #ag_form
    {
        /*background-color: #ededed;*/
        /*height: 200px;*/
    }


/***************************************************************************/
/*   BTNS */

    .btn_header
    {
        height: 80px;
        width:  150px;
        
    }
    .dacia_header
    {
        background: url(img/bgLogoBtnDacia.png) top left repeat-x;
    }
    .dacia_content
    {
        background: url(img/bgBtnDacia.png) top left repeat-x;        
    }
    .renault_header
    {
        background: url(img/bgLogoBtnRenault.png) top left repeat-x;
    }
    .renault_content
    {
        background: url(img/bgBtnRenault.png) top left repeat-x;        
    }
    .btn_header_logo_dacia
    {
        background: url(img/logoDacia.png) top left no-repeat;    
        width: 100%;
        height: 100%;
        display: none;
    }
    .btn_header_logo_renault
    {
        background: url(img/logoRenault.png) top left no-repeat;    
        width: 100%;
        height: 100%;
        display: none;
    }
    .btn_content
    {
        width: 150px;
        height: 180px;
        margin-top: 5px;
    }
    
    .btn_content ul li
    {
        width: 150px;
        color: white;
        font-size: 150%;   
        cursor: pointer;
    }
    
    .btn_content ul li:hover
    {
        font-weight: bold;
    }
    
    .btn_content ul li .li_icon
    {
        width: 40px;
        height: 40px;
        margin-left: 10px;
        border-bottom: 2px solid white;
        float:left;
    }
    
    .btn_content ul li .li_text
    {
        width: 90px;
        height: 40px;
        margin-right: 10px;
        border-bottom: 2px solid white;
        float:left;
        line-height: 40px;
    }

    .btn_content ul li .ValiderWhite
    {
        background: url(img/btnIconValiderWhite.png) center center no-repeat;
    }
    .btn_content ul li .ValiderBlack
    {
        background: url(img/btnIconValiderBlack.png) center center no-repeat;
    }
    .btn_content ul li .AnnulerWhite
    {
        background: url(img/btnIconAnnulerWhite.png) center center no-repeat;
    }
    .btn_content ul li .AnnulerBlack
    {
        background: url(img/btnIconAnnulerBlack.png) center center no-repeat;
    }
    
    .btn_content ul li input
    {
        display: none;
    }
/***************************************************************************/

/***************************************************************************/
    .ag_form fieldset
    {
        width: 90%;
        margin: 0 auto;
        background-color: #ededed;
        border: none;
        border-radius: 0px;
        padding:0;
        -webkit-border-radius: 0px;
        margin-bottom: 20px!important;
    }
    .ag_form fieldset legend
    {
        width: 100%;
        margin: 0 auto;
        background-color: #ededed;
        border: none;
        border-radius: 0px;
        padding:0;
        -webkit-border-radius: 0px;
        color: black;
        height: 40px;
        text-indent: 10px;
    }
    .ag_form fieldset legend span
    {
        color: #f2aa0e;
    }
    .ag_form  table
    {
        width: 100%;
        background-color: #ededed;
    }
    .ag_form  table td, .ag_form  table th
    {
        /*border-bottom: 1px solid #aaa;*/
    }
    .ag_form  table th
    {
       width: 28%;
       /*display: inline-block;*/
       text-align: right;  
       padding: 1%;
    }
    .ag_form  table td
    {
       width: 68%;
       /*display: inline-block;*/
       text-align: left;
       padding: 1%;
    }
    .ag_form  table td input,.ag_form  table td select,.ag_form  table td textarea
    {
       width: 90%;
       margin: 0 auto;
    }

    .entitefiltre
    {
        height: 40px;
        border-radius: 0!important;
        -webkit-border-radius: 0!important;
        -moz-border-radius: 0!important;
        -o-border-radius: 0!important;
        background: none!important;
        border: none!important;
        background-color: #ededed!important;
    }
    .entitefiltre form
    {
        padding: 5px!important;
        height: 30px!important;
    }
    .entitefiltre form label
    {
        color: #000!important;
    }
    .entitefiltre form select
    {
       border: 1px solid #dadcde!important;
       width: 150px!important;
       margin-right: 20px!important;
    }
    
    .dataTables_wrapper
    {
        border: 1px solid rgba(224,161,2,0.5)!important;
        margin-bottom: 25px!important;
    }
    .dataTables_wrapper .fg-toolbar
    {
        height: 30px!important;
        /*padding: 0!important;*/
        border-radius: 0!important;
        -webkit-border-radius: 0!important;
        -moz-border-radius: 0!important;
        -o-border-radius: 0!important;
        background: none!important;
        border: none!important;
        background-color: #ededed!important;
        color: #000!important;
    }
    
    .dataTables_wrapper .fg-toolbar label
    {
        color: #000!important;
        margin-left: 5px!important;
    }
    .dataTables_wrapper .fg-toolbar select, .dataTables_wrapper .fg-toolbar input 
    {
        margin: 5px!important;
    }
    
    .dataTables_wrapper table thead tr th
    {
        height: 30px!important;
        color:black!important;
        padding: 0!important;
    }
    
    .dataTables_wrapper .dataTables_info,   .dataTables_wrapper .dataTables_paginate
    {
        margin-top: 5px!important;
    }
        
    .dataTables_wrapper .dataTables_info
    {
        font-size: 90%!important;        
    }
    
    .dataTables_wrapper .dataTables_paginate .ui-icon-circle-arrow-w
    {
        background: none!important;
        background: url(img/prevDatagridBtn.png) center center no-repeat!important;
        color: black!important;
    }
    .dataTables_wrapper .dataTables_paginate .ui-icon-circle-arrow-e
    {
        background: none!important;
        background: url(img/nextDatagridBtn.png) center center no-repeat!important;
        color: black!important;
    }
    .dataTables_wrapper .dataTables_paginate .fg-button 
    {
        border: none!important;
        background: none!important;
        
    }
    
   /*********** USER INFO ********************************************************/

    #user_info_container
    {
        height: 30px;

    }
    
    #user_info
    {
        width: 300px;
        float: right;
        border: 1px solid #a2a5a4;
        margin-top: 4px;
        height: 20px;
        color: #a2a5a4;
        font-weight: bold;
        
    }
    
    #user_info_detail
    {
        color: black;
        width: 50%;
        text-align: center;
        height: 16px;
        line-height: 16px;
        margin-top: 2px;
        border-right: 1px solid #a2a5a4;
        float: left;
        cursor: pointer;
    }
    
    #user_info_user_name
    {
         color: inherit;
        width: 45%;
        text-align: center;
        height: 16px;
        line-height: 16px;
        margin-top: 2px;
        float: right;
        text-transform: capitalize;
    }
    
    #user_info_detail_content
    {
        width: 300px;
        position: relative;
        left: -1px;
        background-color: #fff;
        border: 1px solid #a2a5a4;
        border-top: none;
        display: none;   
        padding-top: 10px;
    }
    
    #user_info_detail_content table
    {
        width: 290px;
        height: 130px;
        margin: 0 auto;
        border-collapse: collapse;
    }
    
    #user_info_detail_content table td
    {
        height: 25px;
        width: 135px;
        color:#555;
        text-align: left;
        padding-left: 10px;
        line-height: 25px;
         text-transform: capitalize;
    }
    
    #user_info_detail_content table th
    {
        text-align: right;
        color:#333;
        height: 25px;
        width: 140px;
        padding-right: 5px;
        line-height: 25px;
    }
    
    #user_info_detail_content table tfoot th, #user_info_detail_content table tfoot td
    {
        text-align: center;
        color:#333;
        height: 35px;
        line-height: 40px;
    }
    
    #user_info_detail_content table tr
    {
        border-bottom: 1px solid #a2a5a4;
    }
    
    #user_info_detail_content table tfoot tr
    {
        border: none;
    }
    
    .user_info_detail_content_deconnect a
    {
        text-align: center;
        width: 100%;
        height: 100%;
        display: inline-block;
    }
    #header
    {
        margin-top:0!important;
    }
    .yellow_text
    {
        color: #f7b100;
        font-size: inherit;
        font-weight: inherit;
        font-family: inherit;
        font-style:  inherit;
        text-align: inherit;
        line-height: inherit;
    }
    
     .entiteInfo
    {
        min-height: 40px;       
        
        margin-bottom: 15px;
    }
     .entiteInfo .entite_title
    {
        padding: 5px;
        height: 30px;
        line-height: 30px;        
        font-size: 1.2em;
        font-weight: bold;
        text-indent: 25px;
        cursor: pointer;
        background-color: #ededed!important;
    }
     .entiteInfo .entite_detail
    {
        padding: 5px;
        /*display: none;*/
        background-color: #ededed!important;
    }
     .entiteInfo table tr td img
    {
       height: 50%;
       padding: 10px;
    }
     .entiteInfo table 
    {
       width: 100%;
    }
     .entiteInfo table tr td table 
    {
       margin-left: 20px;
       border-collapse: collapse;
       width: 700px;
    }
     .entiteInfo table tr td table tr 
    {
       height: 30px;
       border-bottom: 1px solid #dadcde;
    }
     .entiteInfo table tr td table tr th
    {
       text-align: right;
       /*border-bottom: 1px solid #ededed;*/
       width: 150px;
    }
     .entiteInfo table tr td table tr td
    {
       padding-left: 10px;
        /*border-bottom: 1px solid #ededed;*/
    }
    .moncercle
    {
        border-radius:50%;
        width:13px;
        height:13px;
        margin : 0 auto; 
        /*border:2px solid #c9c5c5;*/
    }
    .titre_liste_agent
    {
        font-weight: bold;
        font-size: 1.5em;
        color: #000;
        padding: 5px;
    }
    .titre_liste_agent span
    {
        color: #f2aa0e;
    }
    .entiteInfo_open
    {
        background: url(img/upDatagridBtn.png) center center no-repeat!important ;
        float: right;
        width: 16px;
        height: 16px;
        margin-top: 8px;
    }
    .entiteInfo_close
    {
        background: url(img/downDatagridBtn.png) center center no-repeat!important ;
        float: right;
        width: 16px;
        height: 16px;
        margin-top: 8px;
    }
    .image_search
    {
        width: 22px;
        height: 30px;
        float: right;
        margin-top: 7px;
    }
    .image_search  img
    {
        height: 22px;
        width: 22px;
        cursor: pointer;
    }
    .pagination 
    {
        border: 1px solid hsl(0, 0%, 87%);
        display: block;
        float: right;
        font-size: 80%;
        height: 17px;
        margin-right: 2px;
        padding-top: 3px;
        text-align: center;
        width: 20px;
    }
    .pagination.current 
    {
        background: url(img/gradient_univers_btn.png) repeat-x scroll center top transparent;
    }
    
    .checkbox_list li input
    {
        width: 30%!important;
        margin: 0!important;
    }
    
    .checkbox_list li 
    {
        height: 30px!important;
        line-height: 30px!important;
    }
    
    .form input[readonly="1"]
    {
        background-color:#ededed;
        border: 0;
    }
    
    #form_saisi input[disabled="disabled"]
    {
        background-color: #ededed;
        border: 0;
    }
    #modifieEdition input[readonly="1"]
    {
        background-color:#ededed;
        border: 0;
    }
    #contrat_enregistrement_form
    {
        /*position: absolute !important;*/
    }
    #edition_form .form_right ul 
    {
        width: 239px;
    }
    #edition_form .form_right ul li label 
    {
        padding-right: 0 !important;
    }
    #edition_site_form .form_right ul li label 
    {
        padding-right: 0 !important;
    }