﻿.modalBackground 
{
  /*background-image:url(inconu.png);*/
  background-repeat:repeat-x repeat-y;
}
.BtnErreur
{
    visibility:hidden;
}
.btnCloseHidden
{
    background-color:Transparent;
    border:0px;
    visibility:hidden;
}
.DivcontenuErreur
{
    position:relative;
    width:495px;
    min-height:116px;
    background-color: Transparent;
   
    
}

.DivcontenuErreurH
{
    text-align:center;
    background-position: center;
    background-repeat: no-repeat;
    width:495px;
    height:56px;
    color:black;
    font-size:14px;
 z-index:10000;
}

.thisDivcontenuErreurHTitre
{
    position:absolute;
    top:5px;
    left:10px;
}

.thisDivcontenuErreurHBt
{
    position:absolute;
    right:15px;
    top:5px;
    width:28px;
    height:15px;
}
.btnCloseHeader
{
    border:0px;
    background-color:Transparent;
    background-position:center;
    background-repeat:no-repeat;
    width:28px;
    height:15px;
}


.DivcontenuErreurC
{

    position:inherit;
    min-height:30px;
     width:495px;
    background-position: center;
    background-repeat:repeat-y;
    
    
}
.thisDivcontenuErreurCLogo
{
    position:absolute;
    top:-30px;
    left:15px;
   /* float:left;*/
    width:100px;
    height:100px;
}
.thisDivcontenuErreurCText
{
   /*  position:absolute;
    top:40px;
    left:115px;*/
    margin-left:100px;
    width:394px;
}
.DivcontenuErreurF
{

    height:55px;
    width:495px;
    background-position: center;
    background-repeat: no-repeat;
    text-align:right;
}

.thisDivcontenuErreurFBt
{
    position:absolute;
    bottom:10px;
    right:20px;
}
.btnOK
{
    width:80px;
}
.btnClose
{
    width:80px;
}

.panelJS
{
    z-index: 10001;
    position:absolute;
    top:50%;
    left:32%;
}


