﻿#popup
{
    position:absolute;
    z-index:10000;
    margin: 15% 0 0 25%;
    padding: 10px;
    display:none;
}

#popup ul
{
    list-style-type: none;
}

#popup #popup-background
{
    background-color: Black;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

#popup #popup-content
{
    background: #FEFFFC url("../images/interface/popup_bg_corner.gif") no-repeat scroll right top;
    width: 275px;
    float: left;
    text-align: justify;
    font-size: 0.92em;
    padding: 5px;
    position: relative;
    color: #6e6b6b;
 
}

#popup #popup-content #popup-message
{
    padding: 5px 5px 0px 5px;
}

#popup #popup-content #popup-call-to-action
{
    padding: 5px 5px 0px 5px;
}

#popup #popup-content #popup-actions
{
    padding: 5px 0px 0px 0px;
    float: left;
    width: 100%;
    margin-left: 7%;
}


#popup a
{
    color: White;
    text-decoration: none;
}

#popup #popup-content #popup-actions .popup-button
{
    background: url("../images/interface/btn-rechercher.jpg") no-repeat scroll left top;
    float:left;
    color: White;
    font-size: 0.92em;
    margin: 5px;
    text-align: center;
    width: 104px;
    height: 30px;
    line-height: 25px;
}

#popup .bold-this
{
    font-weight: bold;
}
