#posts_content .post{
    display:block;
    float:left;
    width: 229px;
    min-height:475px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding:10px;
    border-bottom: 0px !important;
    overflow: hidden;
    background-color:#fdfdfd;
    border:1px solid #f5f5f5;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

#posts_content div h2{
    height:42px;
}

#posts_content div h3{
    height:34px;
    font-size: 15px;
}

#posts_content div p{
    height:255px;
}

#posts_content .post_lien_image{
    display:block;
    width:100%;
    text-align:center;
    margin:10px 0px;
}