﻿div.popup_conteneur
{
    position:absolute;
    width:160px;
    height : 128px;
    top : 5px;
    left : 5px;  
    z-index : 10; 
    overflow:hidden;
    display:none;
    background-color:Red;
    text-align:center;
}

div.popup_conteneur_hotels
{
    position:absolute;
    background-color:#cc0033;
    width:350px;
    top : 60px;
    left : 40px;  
    z-index : 10; 
    border-style : ridge;
    border : ridge 3px #33ccff;
    overflow:hidden;
    visibility:hidden;
}
div#popup_offre_titre
{
    position : absolute;    
    top : 2px;
    left:0px;
    width:100%;
    font-weight : bold;
    font-size : 11.5px;
}
div#popup_offre_titre a
{
    color : white;
    text-decoration:none;
}
.popup_img_offre
{
    position:relative; 
    top : 35px;
    width : 150px;
    height : 90px;
}
div#popup_offre_image_label_1
{
    position:absolute;
    width : 110px;
    left : 40px;
    TOP: 35px;	
    FONT-SIZE: 12px;	
    Z-INDEX: 2;	
    TEXT-ALIGN: right;
}
div#popup_offre_image_label_1 a
{
    color : white;
    text-decoration:none;
}
div#popup_offre_image_label_2
{
    position:absolute;
    left:10px;	
    width : 145px;
    TOP: 85px;	
    FONT-SIZE: 11px;	
    Z-INDEX: 2;		
    TEXT-ALIGN: left;
}
div#popup_offre_image_label_2 a
{
    color : white;
    text-decoration:none;
}

div.popup_conteneur img#popup_img_close,
div.popup_conteneur_hotels img#popup_img_close
{
    position:absolute;
    right : 1px;
    top : 1px;  
    z-index:2; 
    width : 8px;
}
