div{
// débordement
    word-wrap:break-word;
    overflow-wrap: break-word;

//césure
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
}


img{
    max-width:100%;
    height:auto;
}

//pour ie8
.ie8 img{width:auto;}