/******************************************************************************/
/* BLOC DES VENTES                                                            */
/******************************************************************************/
.entree
{
    position:relative;
    top:0;
    left:0;    
    height: 200px;
    border: 1px solid #c2a5aa;
    margin-bottom: 10px;
}

.entree img
{
    position:absolute;
    top:0;
    left:0;
}

.entree h2
{
    position:absolute;
    top:30px;
    text-align:center;
    right:15px;
    width:285px;
    display:block;
    color:#2B2B2D;
    font-weight:bold;
    font-size:1.5em;
}

.entree .not-started
{
    position:absolute;
    top:0;
    left:0;
    height: 199px;
    width: 100%;
    background: transparent url(../images/sale_not_started.png) repeat 0 0;
    z-index: 1000;
}

.entree .date
{
	text-align:center;
    position:absolute;
    bottom:35px;
    right:75px;
    width:160px;
    height:40px;
    color:#2B2B2D;
}

.entree a.share-call{
    position:absolute;
    bottom:0;
    right:160px;
    text-align: center;
    text-decoration: none;
    color: #6b2667;
    margin-right: 7px;
}

.entree a.go
{
    position:absolute;
    bottom:0px;
    right:0px;
    width:156px;
    height:19px;
    line-height:19px;
    font-size:0.9em;
    background:transparent url(../images/btn_generic.jpg) repeat-x 0 0;
    text-align:center;
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
}