.CadreGeneral
{
    width:285px;
    height:310px;
    float:left;
    margin-left:5px;
}

.ImageProduit
{
    width:170px;
    height:230px;
    margin:0 auto;
}

.TexteProduit
{
    text-align:center;
    font-size:11px;
    height:50px;
    width:280px;
    padding: 0px 5px 0px 5px;
}

.Img
{
    max-height:220px;
    max-width:160px;
}

.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;
}