.contentLigne {
  position: relative;
}

.ligneTemps {
    min-height: 100%;
    margin: 0;
    font-family: 'Droid Sans', sans-serif;
}

.ligneTemps:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    bottom: 0px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 4px;
    background-color: #666;
}

.ligneTemps .date-element{
    width: calc(50% - 80px);
    padding: 5px 20px;
    clear: both;
    text-align: right;
}

.ligneTemps .date-element:nth-child(2n) {
   margin-left: auto;
    margin-right: 0;
  text-align: left
}

.ligneTemps .date-element:nth-child(2n) .date-titre:before {
  left: -68px;
}

#PageContent .ligneTemps .date-titre {
    font-size: 24px;
    margin-bottom: 12px;
    position: relative;
    color: #666;
    margin-top: 0px;
}

#PageContent .ligneTemps .date-titre:before{
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border: 4px solid #666;
    background-color: #fff;
    border-radius: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -68px;
    z-index: 1000;
}

#PageContent .ligneTemps .date-titre.date-big:before {
  width: 24px;
    height: 24px;
    -webkit-transform: translate(8px, -50%);
    transform: translate(8px, -50%);
}

.ligneTemps .date-element:nth-child(2n) .date-titre.date-big:before {
  left: -84px;
}

.ligneTemps .date-contenu {
   color: #666;
  line-height: 1.4em;
}