.ContentBlock{
    width: 1000px;
    margin: 0px auto;
}
.Produits{
    background: #fff;
    width: 1000px;
    border-top: 1px solid #4d54a4;
    margin-top: 20px;
}
.Produits .titre_Principal{
    color: #fff;
    font-family: Segoe UI;
    font-size: 20px;
    font-weight: lighter;
    background: #4d54a4;
    padding: 10px 15px;
    float: left;
    margin-bottom: 25px;
}
.Division_Produit {
    height: 500px;
    margin-top: 80px;
    margin-bottom: 20px;
    padding: 15px;
}

.Division_Produit img {
    float: left;
    width: 300px;
    height: 160px;
    margin-right: 15px;
}
.Division_Produit  span {
    background-color: #094996;
    font-family: Segoe UI;
    padding: 5px;
    font-weight: 400;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    text-decoration: none; transition:all 0.5s ease
}

.Division_Produit a:hover  span {
    background-color: #4d54a4;
    width: 290px;
}

.Division_Produit a{text-decoration:none;display:inline-block;position: relative;}
#pro {
    float: left;
    width: 300px;
    height: 160px;
    margin-right: 30px;
    margin-bottom:20px;
}
.Division_Produit #pro:nth-child(3){margin-right:0px;} 







