
#sp_homepopup {
	margin-top: 0!important;
}


#sp_homepopup {
    margin-top:-800px;
    margin-left:-350px;
    z-index:100;
    width:600px;
    height:auto;
    background:#FFF;
    color:#333;
    position:absolute;
    padding:40px;
    border:#ccc 4px solid;
	top:15%;

	left:50%;
        text-align:left;
        font-size: 12px;
}

.sp_homepopup_close {
    position: absolute;
    top:10px;
    right:10px;
    cursor:pointer;
    text-decoration: underline;
    color:#333;
    font-size: 11px;

}

.sp_homepopup_close.liensite {
 position:relative;
 text-align: center;
 top:auto;
 right: auto;
}



#sp_homepopup_container {
    top:0;
    left:0;

    z-index:99;
    width:100%;
    height:100%;
    background:url(images/opacity.png) repeat;
    color:#FFF;
    position:absolute;
    text-align: center;

}

#sp_homepopup a {
 color: #333;
}

