/* index */

#bouton_contact { 
    font-size: 10px; 
    background-color: #FCCC00
}

#container_contacter {
    position: absolute;   
    right: 6%; 
    padding-top: 12px; 
    font-size: 10px      
}

#container_achat_immediat {
    position: absolute;   
    right: 5%; 
    padding-top: 12px; 
    font-size: 12px;  
    color: #FC2400; 
    display: inline; 
    width: 120px; 
    text-align: right; 
    font-weight: bold      
}

#container_prix { 
    position: absolute; 
    left: -210px;  
    font-size: 15px; 
    font-weight: bold; 
    text-align: right; 
}

#payment { 
    position: absolute;   
    right: 5%;  
    font-size: 14px;  
    color: #FC2400; 
    display: inline; 
    width: 120px; 
    text-align: right; 
    font-weight: bold;    
    padding: 0px; 
    border: none; 
    background-color: #FCFCCC; 
    cursor: pointer
}

#annonceur { 
    color: black
}

.pop { 
    position: absolute; 
    visibility: hidden; 
    left: 120px; 
    z-index: 1    
}
