/****************************************/
/*POP UP IDENTIFICATION POP UP*/

body .divWucIdentificationPopup {
    background-color: #ffffff;
    border: 0 none;
    -o-box-shadow: 0 0 5px #808080;
    -ms-box-shadow: 0 0 5px #808080;
    -moz-box-shadow: 0 0 5px #808080;
    -webkit-box-shadow: 0 0 5px #808080;
    box-shadow: 0 0 5px #808080;
    left: 0 !important;
    margin: 0 auto;
    max-width: 400px;
    right: 0 !important;
    top: 100px !important;
    width: 98% !important;
    position:fixed !important;
}
body .divWucIdentificationPopup  td, body .divWucIdentificationPopup  th{
    border: 0 none;
    padding:0;
}
body .divWucIdentificationPopup .divInformationIdentification .divInformationIdBloc .divIdHelp{
    display:none;
}
.rwStatusbarRow{display:none;}
body .divWucIdentificationPopup .rwTitleRow{
    display:none;
}
.divWucIdentificationPopup .contentBloc{
    text-align:center;
}
.divWucIdentificationPopup  a.linkButton{
    height:auto;
    position:relative;
    right:inherit;
    width:auto;
    margin:0 auto;
    top:inherit;
    left:0;
    border-bottom:0;
    text-decoration:none;
    display:inline-block;
    padding:2px 14px;
    background-color:#000000;
    color:#ffffff;
    font-size:1em;
    text-align:center;
}
.contentBloc {
    display: block;
    margin: 10px auto;
    width: 100%;
}
.contentBloc > .divBlocEntreprise {
    display:none;
}


.contentBloc > .divBlocIdentificationSite, .contentBloc > .divBlocContactCreate {
    clear: both;
    display: block;
    margin: 20px auto 10px;
    width: 90%;
}
body .divWucIdentificationPopup .divInformationIdentification .divInformationIdText{
    color: #333333;
    font-size: 1em;
    text-align: left;
    margin-bottom:10px;
}

.divWucIdentificationPopup input.divTxt {
    font-size: 1.2em;
    height: 32px;
    margin: 3px 0;
    padding: 0 1%;
    width: 98%;
}
.divWucIdentificationPopup .imbButton {
    margin: 5px auto;
    text-align: center;
}

.divWucIdentificationPopup .divBlocMotdePasse a {
    color: #505050;
    font-size: 0.9em;
    font-style: italic;
}

.contentBloc > .divBlocContactCreate {
    padding-top: 20px;
    background-color:transparent;
    padding:inherit;
    padding-top:10px;
    border-top:1px solid #cccccc;
}
.contentBloc > .divBlocContactCreate .titre{
    color: #333333;
    font-size: 1.2em;
    text-align: left;
    margin-bottom:10px;
}








/*quand IDENTIFé :*/


.divInformationLogin > .hypUpdate,
.divInformationLogin > .imbDeconnexion {
    display: block;
    float: left;
    line-height: 12px;
    margin-right: 5px;
    width: auto;
}


.divInformationLogin > .hypUpdate a,
.divInformationLogin > .imbDeconnexion a {
    color:#ffffff;
    background-color: #333333;
    padding: 5px 10px;
    display: block;
}
.divInformationLogin > .hypUpdate a:hover,
.divInformationLogin > .imbDeconnexion a:hover {
    text-decoration: underline;
}