@font-face {
    font-family: 'PSG Bold';
    src: url('FuturaStd-Bold.ttf') format("truetype");
    
    /*src: url("FuturaStd-Bold.otf") format("opentype");*/
}

@font-face {
    font-family: 'PSG Bold';
    src: url('PSG-Bold-TT.eot');
   	src: url('PSG-Bold-TT.eot?#iefix') format('embedded-opentype'),
         url('PSG-Bold.woff') format('woff'),
         url('PSG-Bold-TT.ttf') format('truetype'),
         url('PSG-Bold.svg#AftaserifRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'PSG Regular';
    src: url('PSG-TT.eot');
   	src: url('PSG-TT.eot?#iefix') format('embedded-opentype'),
         url('PSG-Regular.woff') format('woff'),
         url('PSG-TT.ttf') format('truetype'),
         url('PSG-Regular.svg#AftaserifRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*src: url('Futura-Bold.ttf');*/

#login_form input:-webkit-autofill {
	background-color:#ffffff !important;
}

input:invalid {
    box-shadow: none;
}


::-webkit-input-placeholder { /* WebKit browsers */
	font-family:'PSG Regular',Arial,sans-serif;
    color:    #fff;
    opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	font-family:'PSG Regular',Arial,sans-serif;
    color:    #fff;
    opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	font-family:'PSG Regular',Arial,sans-serif;
    color:    #fff;
    opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	font-family:'PSG Regular',Arial,sans-serif;
    color:    #fff;
    opacity: 1;
}


#contenu_fiche strong, #contenu_fiche b {
font-weight: normal;
font-family: 'PSG Regular',Arial;
}

#login_form ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #555;
}
#login_form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #555;
}
#login_form ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #555;
}
#login_form :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #555;
}



#page1_content{display:none;}
/*#liste_societes{display:none;}*/
/*#liste_clients{display:none;}*/
#fiche_client{display:none;}

html{
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -o-user-select: none;
   user-select: none;
}

body{
    /*font-family: 'PSG Bold',Arial,sans-serif;*/
    font-family:'PSG Regular',Arial,sans-serif;
    color:#fff;
    margin:0;
}
a,
a:active,
a:hover,
a:visited{
    color:#555;
}

a img {
  border: none;
}

ul{
    margin:0;
    padding:0;
}

form label{
    float: left;
    margin: 5px 20px 0 0;
    font-size: 15px;
    text-align: right;
    width: 124px;
    font-family: 'PSG Bold',Arial Black,sans-serif;
    text-transform: uppercase;
    /*font-weight: bold;*/
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    padding: 0;
    /*display: none;*/
}
    
form input{
    position: relative;
    clear: both;
    float: left;
    width: 780px;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    /*background-image: url('../images/fond_menu.png');*/
    background-color: #004070;
    /*border-radius: 3px;*/
    border: 2px solid #fff;
    margin: 0;
    color: white;
    padding-left: 10px;
}


#main_container{
    /*position:fixed;*/
    position:relative;
    width:1024px;
    height:768px;
    /*border:1px solid #999;*/
    background-image: url('../images/fond_vide.jpg');
    overflow: hidden;
}

#login_page{
    position:absolute;
    top:0;
    left:0;
    display:none;
    z-index: 1000;
    width: 100%;
    height: 681px;
    background-image: url('../images/fond_vide.jpg');
}

#titre_login {
clear: both;
float: left;
margin-left: 334px;
margin-top: 211px;
}

#login_field,
#pwd_field{
    /*width: 300px !important;*/
}

#back_home{
    display: block;
    /*height: 100px;*/
    /*width: 100px;*/
    /*position: absolute;*/
    /*top: 33px;*/
    /*left: 234px;*/
}

#header{
    position:relative;
    /*margin:0 0 0 50px;*/
    height:150px;
    z-index: 1001;
    text-align:center;
    margin-top:55px;
    margin-bottom: 10px;

}

/*--------------*/
/*--- Entete ---*/
/*--------------*/
#header img{
    /*display:block;*/
    /*margin-left: 185px;*/
    /*margin-top: 15px;*/
    position: relative;
    
}

#header h1{
    position: relative;
    /*display: block;*/
    display: none;
    float:left;
    height:50px;
    margin: 30px 0 0 20px;
    max-width: 400px;
}


#titre_form_recherche{
    margin: 20px 0 0 88px;
	display: block;
	float: left;
	font-family: 'PSG Regular',Arial,sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 17px;
}

#formulaire{
    float:left;
    clear:both;
    margin-left: 88px;
    margin-top: 10px;
    width: 846px;
    position: relative;
}

#recherche_contact{
    float: left;
    /*background-image: url('../images/fond_menu.png');*/
    border-radius: 0;
    width: 868px; 
}


#resultats_saisie{
    position: absolute;
    /*top:240px;*/
    /*float:left;*/
    clear: both;
    display: none;
    /*margin-top:-34px;*/
    /*border: 1px solid #999;*/
    width: 846px;
    top:245px;
    left:88px;
    /*margin-left:50px;*/
    z-index: 1000;
    background-image: url('../images/fond_menu.png');
    background-color:#004070;
    color: #555;
    max-height: 200px;
    height:200px;
    overflow:hidden;
    /*border-radius: 3px;*/
}

#resultats_saisie ul{
    list-style: none;
}

/*#resultats_saisie_societe,*/
/*#resultats_saisie_dirigeant{*/
/*    width: 95%;*/
/*    background-color: #344e77;*/
/*    margin: 10px;*/
/*    border-radius: 6px;*/
/*    */
/*}*/

#resultats_saisie_societe,
#resultats_saisie_dirigeant{
    width: 98%;
    /*background-color: #2B436C;*/
    background-color: transparent;
    margin: 10px;
    border-radius: 6px;
    color: white;
    font-size: 14px;
}

#resultats_saisie li,
#resultats_saisie_dirigeant li{
    line-height: 18px;
    display: inline-block;
    width: 100%;
    margin-top: -3px;
    border: none;
}

#resultats_saisie li.selected{
    border:1px solid #a78d4d;
    
}
    


#resultats_saisie li span,
#resultats_saisie_dirigeant li span{
    display: block;
    width: 49%;
    float: left;
    padding: 0 4px;
}

#resultats_saisie_societe .titre_choix span,
#resultats_saisie_dirigeant .titre_choix span{
    /*font-weight: bold;*/
    background-color: transparent;
}

#resultats_saisie_societe .odd span,
#resultats_saisie_dirigeant .odd span{
    background-color: #2B436C;
}

#resultats_saisie_societe .even span,
#resultats_saisie_dirigeant .even span{
    background-color: #344e77;
}

#ombrage_result{
    margin-left: 50px;
    display:none;
}

#resultats_saisie_societe{
    float: left;
}

#resultats_saisie_dirigeant{
    float: right;
}

#page1_content{
    position:relative;
    float:left;
    clear:both;
    width:100%;
    margin:0;
    padding:0;
}

.close_bouton{
    /*position: absolute;*/
    font-family: 'PSG Bold',Arial Black,sans-serif;
    background-image: url('../images/retour.jpg');
    background-repeat: no-repeat;
    float:left;
    top:0;
    right:0;
    color:#a7adb9;
    /*font-weight: bolder;*/
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    /*width: 30px;*/
    /*height:30px;*/
    display:block;
    text-align: center;
    margin-bottom: 10px;
    padding-left: 15px;
}

.close_bouton:hover{
    cursor: pointer;
}

ul#liste_criteres{
    width:846px;
    float: left;
    list-style: none;
    padding:0;
    margin:0 88px;
}

ul#liste_criteres .bloc_liste{
	color: #004070;
    height: 33px;
    /*border: 1px solid #aaa;*/
    margin: 20px 0 0 0;
    background-image: url('../images/fond_liste_ferme.jpg');
    background-repeat: no-repeat;
    padding: 0 0 0 10px;
    line-height: 33px;
    text-transform: uppercase;
    /*font-family: Arial Black;*/
    font-family: 'PSG Bold',Arial Black,sans-serif;
    /*font-weight: bold;*/
    cursor: default;
    font-size: 17px;
    
}

.details_bloc_liste{
    position: relative;
    display:none;
    padding: 0;
    /*background-color: white;*/
    background-image: url('../images/fond_menu.png');
    /*margin: 0 1px;*/
    color: #eee;
    /*border-radius: 0 0 3px 3px;*/
    overflow: hidden;
    padding-top: 10px;
}

.details_bloc_liste div{
    float:left;
    /*position: absolute;*/
    margin: 0 10px;
}

.details_bloc_liste div li{
    margin-left: 20px;
    list-style-image: url('../images/puce_off.png');
    font-size: 10px;
    line-height: 16px;
    height: 23px;
    cursor: pointer;
    text-transform: uppercase;
    vertical-align: top;
}

.details_bloc_liste div li:hover{
    list-style-image: url('../images/puce_on.png');
}

#detail_liste_secteurs{
    height: 190px;
}

#detail_liste_loges{
    height: 70px;
}

#detail_liste_localisations{
    height: 190px;
}

#detail_liste_secteurs div{
    width:180px;
}

#detail_liste_loges div{
    width:170px;
}

#detail_liste_localisations div{
    width:180px;
}

#liste_clients,
#fiche_client{
	position: relative;
    float: left;
    clear: both;
    display: none;
    /*width: 924px;*/
    width: 846px;
    height: 238px;
    /*background-color: #EEE;*/
    margin: 0 88px;
    padding: 0;
    margin-top:27px
}

#fiche_client{
	height: 550px;
}

#titre_filtres_recherche{
    font-size:20px;
    /*font-weight: bold;*/
    text-transform: uppercase;
    margin: 10px 5px;
    display: block;
    font-family: 'PSG Bold',Arial Black,sans-serif;
}

#bloc_filtres_recherche{
    display: none;
    width: 924px;
    height: auto;
    float: left;
    margin: 0 88px;
   margin-top: 7px;
}

form#filtres_recherche{
    float: left;
    clear: both;
    width: 846px;
    height: 84px;
    background-image: url('../images/transparence.png');
    /*border-radius: 6px;*/
    /*margin: 0 50px;*/
    padding: 0;
    position: relative;
}

/*form#filtres_recherche input {*/
/*    clear: both;*/
/*    margin: 5px;*/
/*    */
/*}*/

form#filtres_recherche label {
    float: left;
    margin: 5px 0 0 0;
    font-size: 15px;
    text-align: right;
    /*width: 100px;*/
    text-transform: uppercase;
    font-family: 'PSG Bold',Arial Black,sans-serif;
    /*font-weight: bold;*/
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    padding: 0;
    width: 130px;
    /*margin-top: 1px;*/
    /*margin-top: 21px;*/
}

form#filtres_recherche label#label_select_localisation{
    width:124px;
}


#select_localisation{
    /*margin-left:44px;*/
}

/*--- Liste de clients Filtrés ---*/
ul#liste_societes_filtre{
    width: 100000px;
    height: 100%;
    display: block;
    float: left;
    list-style: none;
    -webkit-padding-start: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

#liste_societes_filtre div{
    float:left;
    width:400px;
    margin-left: 16px;
}

#liste_societes_filtre li{
    height:30px;
    margin-top:13px;
    line-height: 30px;
    background-color: #ccd9e2;
    /*border-radius: 2px;*/
    padding-left: 10px;
    cursor: pointer;
    font-size: 13px;
    display: block;
    z-index: 10000;
}

#liste_societes_filtre li div{
    font-family: 'PSG Bold',Arial Black,sans-serif;
    font-size: 12px;
    line-height: 13px;
    text-transform: uppercase;
    margin: 3px 0 0 0;
    float: left;
    width: 90%;
}

#liste_societes_filtre li span{
    font-family: Arial,sans-serif;
    text-transform: none;
}


#liste_societes_filtre li img{
    float: right;
    margin-right: 10px;
    margin-top: 5px;
}
/*--------------------------------*/

.styled-select select {
   background: transparent;
   width: 350px;
   padding: 5px;
   font-size: 14px;
   line-height: 14px;
   border: none;
   height: 26px;
   /*background-image: url('../images/transparence.png');*/
   -webkit-appearance: none;
   color: #fff;
}

.styled-select option{
   background: transparent;
   width: 350px;
   padding: 5px;
   font-size: 14px;
   border: none;
   /*background-image: url('../images/transparence.png');*/
   -webkit-appearance: none;
   color: #333;
}



/*#label_select_loge{*/
    /*clear: both;*/
    /*color: #b60519;*/
/*}*/





form#filtres_recherche input{
    clear: none;
    float: left;
    width: 300px;
    font-size: 16px;
    height: 26px;
    line-height: 25px;
    border-radius: 3px;
    margin: 5px;
    border: none;
    background-image: url('../images/transparence.png');
}


form#filtres_recherche .bloc_recherche{
    display: block;
    width: 475px;
    float: left;
}

form#filtres_recherche .bloc_recherche.entree1{
    position:absolute;
    top:6px;
    width:831px;
}

form#filtres_recherche .bloc_recherche.entree2,
form#filtres_recherche .bloc_recherche.entree3{
    position:absolute;
    top:43px;
}

form#filtres_recherche .bloc_recherche.entree2 label,
form#filtres_recherche .bloc_recherche.entree3 label{
    display: none;
}

form#filtres_recherche .bloc_recherche.entree3 {
	left: 490px;
	width: 339px;
}

form#filtres_recherche #affinez{
    position: absolute;
    top: 51px;
    left: 0;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'PSG Bold',Arial Black,sans-serif;
    color: #ceab5d;
    text-shadow: 0px 0px 1px #333;
    width: 130px;
    text-align: right;
}

/*form#filtres_recherche .bloc_recherche.entree3:before {*/
/*content: "Affinez Par";*/
/*}*/


/*-------------------------------*/


#contenu_liste_clients{
    /*margin-top:42px;*/
    float: left;
    background-color: #fff;
    width:100%;
    height:185px;
    /*border-radius: 3px;*/
    color:#004070;
    overflow: hidden;
}

.ombrage {
	display:none;
    float: left;
    clear: both;
    /*width:100%;
    height:36px;
    background-image: url('../images/ombrage.png');
    background-repeat: no-repeat;*/
}

#pagination{
    /*float: right;
    clear: both;
    width: auto;
    margin-top: -25px;*/
   position: absolute;
   bottom:0;
   right:0;
}
#pagination ul{
    list-style: none;
    margin-top: 0;
}


#pagination ul li{
    float: left;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #fff;
    color: #ceab5d;
    margin-left: 5px;
    margin-bottom: 5px;
    /*border-radius: 3px;*/
    cursor: pointer;
}

#pagination ul li.selected{
    background-color: #ceab5d;
    color:#fff;
}

#txt_fiche{
	display: block;
	float: left;
	height: 159px;
	overflow: hidden;
	
}

#contenu_fiche{
    width:100%;
    background-color: #fff;
    height:211px;
    /*border-radius: 3px;*/
    /*margin:10px 0 0 0;*/
    overflow: hidden;
    color: #004070;
    /*margin-top: 42px;*/
    float: left;
    position: relative;
    font-size:12px;
    font-family: 'PSG Regular',Arial;
    line-height: 17px;
}

#fiche_loge{
    /*padding: 7px 16px;*/
    display: block;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    height: 30px;
    background-repeat: no-repeat;
    text-align: right;
    min-width: 250px;
    line-height: 10px;

}


#infos_fiche
{
    width: 511px;
    float: left;
    margin: 16px 0 0 17px;
    height: 195px;
    position: relative;
}

#fiche_societe{
    font-family: 'PSG Bold',Arial Black,sans-serif;
    /*font-weight: bold;*/
    font-size: 16px;
    color: #004070;
    margin-bottom: 3px;
}


#infos_fiche span{
    float: left;
}

/*#fiche_dirigeant:before,*/
/*#fiche_tel:before{*/
/*    content:' &bull; '; */
/*}*/

#fiche_dirigeant,
#fiche_tel{
    clear:both;
}

/*#fiche_domaine,*/
#fiche_dirigeant
{
    /*font-weight: bold;*/
    font-family: 'PSG Bold',Arial Black,sans-serif;
    /*font-size:12px;*/
    color: #004070;
}

#fiche_domaine{
    /*margin-top:20px;*/
    clear: both;
    max-width:420px;
    max-height:70px;
    overflow:hidden;
}

#fiche_fonction{
    max-width: 325px;
}

#fiche_domaine strong{
    color: #004070;
}

#illustation_fiche{
    width:280px;
    height:180px;
    float:right;
    margin-right:17px;
    margin-top:16px;
}

#fiche_adresse{
    float: left;
    clear: both;
}

#fiche_adresse div{
    float: left;
    max-width: 300px;
}

#fiche_logo{
    width: 75px;
    height: 75px;
    position: absolute;
    right: 5px;
    bottom:15px
    /*top: 10px;*/
}

#fiche_mail,
#fiche_contact,
#fiche_site
{
    position: absolute;
    bottom: -1px;
    background-repeat: no-repeat;
    padding: 0;
    padding-left: 100px;
    height: 38px;
    line-height: 30px;
    cursor: pointer;
    text-decoration: none;
}



#fiche_mail{
    left:31px;
    background-image: url('../images/icone_mail.jpg');
}
#fiche_site{
    left:125px;
    background-image: url('../images/icone_site.jpg');
}
#fiche_contact{
    left:229px;
    background-image: url('../images/icone_contact.jpg');
}

/*#bloc_form_email{*/
/*    display:none;*/
/*    position:absolute;*/
/*    width:100%;*/
/*    height:100%;*/
/*    background-image:  url('../images/transparence.png');*/
/*}*/




#bandeau_bas{
    background-image: url('../images/bandeau_bas.jpg');
    height:87px;
    width:1024px;
    position: absolute;
    bottom: 0;
    left: 0;
}
#bandeau_bas a{
   display: block;
    height: 47px;
    width: 88px;
    float: left;
    margin: 20px 0;
}

#bandeau_bas a#url_emirates{
	width: 83px;
}

#bandeau_bas a#url_emirates{
	width: 120px;
	margin-left:15px;
}

#bandeau_bas a#url_ooredoo{
	width: 130px;
	margin-left:15px;
}

#bandeau_bas a#url_qnb{
	width: 77px;
	margin-left:20px;
}

#bandeau_bas a#url_orange{
	width: 55px;
	margin-left:20px;
}

#bandeau_bas a#url_citroen{
	width: 65px;
	margin-left:20px;
}

#bandeau_bas a#url_pmu{
	width: 65px;
	margin-left:15px;
}

#bandeau_bas a#url_gosport{
	width: 55px;
	margin-left:15px;
}

#bandeau_bas a#url_beinsport{
	width: 65px;
	margin-left:15px;
}

#bandeau_bas a#url_psg{
	width: 105px;
    margin-left:35px;
}

.styled-select select:focus{
    outline: none;
}

.styled-select {
    margin: 5px 0;
    width: 339px;
    height: 24px;
    overflow: hidden;
    /*border-radius: 2px;*/
    float: right;
    /*margin-top:20px;*/
    background: url('../images/liste_style.jpg') no-repeat right;
    /*background: url('../images/select_arrow.png') no-repeat scroll 200px 5px #58B14C;*/
    -webkit-appearance: none;
    color:#004070;
    
}

/*#bloc-filtre-secteur .styled-select,*/
.entree1 .styled-select{
	background: url('../images/liste_secteur.jpg') no-repeat right;
	width: 695px;
}

.select_form_field:hover{
    cursor: default;
}

.select_form_field{
    width: 100%;
    /*background: url('../images/select_arrow.png') no-repeat right;*/
    /*border-radius: 2px;*/
    height: 25px;
    line-height: 26px;
    margin: 0 -5px 0 0;
    display: block;
}



.select_form_field{
    display: block;
    float: left;
    margin-left:10px;
}

.select_form_list:hover{
    cursor: default;    
}

.select_form_list{
    display: none;
    z-index: 10000;
    position: absolute;
    /*background-image: url('../images/transparence.png');*/
    background-color:#324567;
    left: 136px;
    top: 29px;
    width: 334px;
    border-radius: 3px;
    box-shadow: 5px 5px 10px #222;
    padding: 5px 0 5px 5px;
}

/*.select_form_list{*/
/*    width: 500px;*/
/*    display: none;*/
/*}*/

.entree3 .select_form_list{
    left:0;
}

.select_form_list ul{
    list-style: none;
    /*background-color:#324567;*/
}

.select_form_list ul div{
	width:30%;
	float:left;
	margin-right:7px;
}

.select_form_list ul li{
	font-size: 12px;
	line-height: 20px;
	height: 18px;
	vertical-align: middle;
	text-transform: uppercase;
}

/*.select_form_list ul li:hover,*/
.select_form_list ul li.even:hover,
.select_form_list ul li.odd:hover
{
    background-color: #ceab5d;
}

.select_form_list ul li.even{
    background-color: #344e77;
    font-weight: normal;
     /*background-color:#324567;*/
}

.select_form_list ul li.odd{
     /*background-color:#324567;*/
     background-color: #2B436C;
     font-weight: normal;
}

.entree1 .select_form_list {
	width:689px;
}

.bouton_liste{
    position: absolute;
    display:block;
    background-image: url('../images/fond_bouton.jpg');
    height: 29px;
    width:  48px;
    bottom:10px;
    right:  10px;
    line-height: 29px;
    color:white;
    font-family: 'PSG Regular',Arial;
    /*font-weight: bold;*/
    font-size:12px;
    text-align: center;
    cursor: pointer;
}

.bouton_chp{
	background-image: url('../images/fond_bouton.jpg');
    position: absolute;
    float: left;
    display: block;
    /*background-color: #C4051B;*/
    height: 31px;
    width: 47px;
    top: 0;
    right: 0;
    line-height: 31px;
    color: white;
    font-family: Arial;
    /*font-weight: bold;*/
    font-size: 17px;
    text-align: center;
    cursor: pointer;
    /*border-radius: 3px;*/
    font-family: 'PSG Bold',Arial Black,sans-serif;
}


/*------------------------*/
/*--- Formulaire Login ---*/
/*------------------------*/
#formulaire_login{
    
}

#login_form{
    /*border-radius: 3px;*/
    display: block;
    width: 312px;
    height: 131px;
    margin: 420px auto;
    padding: 22px;
    position: relative;
    background-image: url('../images/fond_menu.png');
    /*box-shadow: 0 3px 10px #222;*/
}

#login_form #login_field, 
#login_form #pwd_field {
	width: 296px;
	height: 27px;
	line-height: 27px;
	padding: 0 3px;
	margin-bottom: 14px;
	border: none;
	background-color: #fff;
	color: #333;
	padding-left: 15px;
}
	
#login_form input:-webkit-autofill {
	background-color:#fff;
}

:focus {
outline: none;
}

#login_form #login_submit{
    position: relative;
    /*bottom: -28px;*/
    width: 145px;
    height: 40px;
    left: 82px;
    text-transform: uppercase;
    font-family: 'PSG Bold',Arial Black,sans-serif;
    font-size: 14px;
    line-height: 39px;
    text-align: center;
    border:none;
    background-image: url('../images/fond_bouton_login.jpg');
    margin-top:7px;
}




