.CadreGeneral
{
    width:110px;
    height:220px;
    float:left;
    margin-left:5px;
}

.ImageProduit
{
    width:110px;
    height:150px;
}

.TexteProduit
{
    text-align:center;
    font-size:10px;
    height:40px;
    width:110px;
    padding: 0px 5px 0px 5px;
}

.Img
{
    max-height:150px;
    max-width:110px;
}

.TextPrix
{
    font-size:16px;
    color:#FF1111;
    font-weight:bold;
}


.DivTitreNouveauteDvd
{
    background-color:Red;
    color:Yellow;
    font-size:16px;
    font-weight:bold;
    width:580px;
    height:25px;
    float:left;
    text-align:center;
    padding-top:3px;
    margin-bottom:10px;
}