/***POPUP****/
.modal {
    border:1px solid #616161;
    background-color:#F0F0F0;
    padding:25px;
    color:#333333;
    font-family:arial;
    font-size:12px;
    font-style:normal;
    font-variant:normal;
    line-height:normal;
    text-align:center;
    display:none;
}
/************/
.popupText{
    font-family:arial;
    font-size:12px;
}
span#popupTitleText, span#popupTitleText_2 {
    font-family:arial;
    font-size:12px;
    color: #fff;
    font-weight: bold;
    padding-left: 20px;
}
.loading {
    width:100%;
    height:auto;
}

.loading img {
    margin-top:5px;
    margin-bottom:5px;
}
#scontentmain {
    position:absolute;
    display : none;
    font-size : 1em;
    height:auto;
    z-index : 1000;
}
#scontentmain_2 {
    position:absolute;
    display : none;
    font-size : 1em;
    height:auto;
    z-index : 2000;
}
#popupheader {
    position:relative;
    top:0px;
    width:100%;
    height:20px;
    /*background-color:#FD8002;*/
}
#popupheadertopleft{
    position:relative;
    float:left;
    width:20px;
    height:20px;
    background:url(../images/corner_top_left.png) no-repeat;
    color:#000;
}
#popupheadertopleft img{
    position:absolute;
    z-index:1001;
    bottom:16px;
    left:20px;
}
#popupheadertopright{
    position:relative;
    float:right;
    width:20px;
    height:20px;
    background:url(../images/corner_top_right.png) no-repeat;
    color:#000;
}
#popupheadertopright img {
    position:absolute;
    z-index:1001;
    bottom:3px;
    left:-6px;
    cursor:pointer;
    padding-top: 3px;
    /*padding-bottom: 2px;*/
}
#popupTitle, #popupCopyright{
    color:#fff;
    font-family:arial;
    font-size:11px;
    font-weight:bold;
    position:relative;
    float:left;
    height:20px;
    background:#da6800;
    color:#fff;
}
#popupheadertitle {
    position:relative;
    float:left;
    width:97%;
}
#popupheadertitle span {
    color:#FFFFFF;
    font-family:arial;
    font-size:14px;
    font-style:italic;
    font-variant:normal;
    font-weight:bold;
    line-height:1.2em;
    text-decoration:none;
    padding-left:20px;
}
#popupheaderclose {
    position:relative;
    float:right;
    cursor:pointer;
    width:3%;
}
#popupcontent_a, #popupcontent_a_2 {
    position:relative;
    color:#444444;
    font-family:arial;
    font-size:11px;
    font-variant:normal;
    line-height:1.2em;
    text-decoration:none;
    height:auto;
    background:#fff;
    /**
    background:#ffd6ad;
    border-right: 1px solid #da6800;
    border-left: 1px solid #da6800;
    */
}
#popupcontent, #popupcontent_2{
    padding:10px 10px 10px 10px;
}
#popupbottom{
    width:100%;
    height:20px;
    color:#fff;
}
#popupfooterleft{
    position:relative;
    float:left;
    width:20px;
    height:20px;
    background:url(../images/corner_btm_left.png) no-repeat;
    color:#000;
}
#popupfooterright{
    position:relative;
    float:right;
    width:20px;
    height:20px;
    background:url(../images/corner_btm_right.png) no-repeat;
    color:#000
}
#popupcopyright span {
    color:#FFFFFF;
    font-family:arial;
    font-size:11px;
    font-variant:normal;
    line-height:1.2em;
    text-decoration:none;
    padding-left:20px;
}
#frmPhoto {
    width:300px;
}

/* Eugène : Réduction de la taille des textes du popup */
#scontentmain td, #scontentmain input, #scontentmain select {
    font-size:11px;
}
.headPOP{
    height: 30px;
    background: url(../images/head_liste_ville.gif) repeat-x;
}
.borderPopup {
    background: #616161;
    filter:alpha(opacity=70);
    opacity:0.7;
    -moz-opacity:0.7;
}
.cornerPopup {
    /** background: #fff; */
    filter:alpha(opacity=70);
    opacity:0.7;
    -moz-opacity:0.7;
}