.article { position: relative; width: 523px; height: 109px; background-image: url('/images/article.background.png'); margin-bottom: 10px; } .article .titre { position: absolute; top: 0px; left: 0px; width: 100%; height : 29px; line-height : 29px; vertical-align: middle; padding-left: 20px; font-family: Verdana; font-size: 10pt; font-weight: bold; } .article .date { position: absolute; top: 0px; left: 420px; height : 29px; line-height : 29px; vertical-align: middle; font-family: Verdana; font-size: 7pt; font-style: italic; } .article .texte { position: absolute; top: 34px; left: 0px; width: 100%; height: 105px; font-family: Verdana; font-size: 10pt; padding-left: 20px; padding-right: 20px; }