.pagetype .contenu{
    background-color: red;
    position: absolute;
    height: 300px;
    width: 100%;
    bottom: 0;
    background-color: rgba(255,255,255,0.90);
}
.pagetype .titre{
    font-size: 30px;
    color:#000;
    font-weight: bold;
    font-style: italic;
}
.pagetype .sous-titre{
    font-size: 20px;
    color:#000;
    margin-left: 20px;
    margin-top: 10px;
    text-transform: uppercase;
}
.pagetype .titres{
    margin: 20px 0px;
}
.pagetype .ligne{
    display: block;
    height: 10px;
    width: 30%;
    border-bottom: 1px solid #000;
    position: absolute;
    top:80px;
}

.pagetype .colonne.nb_1{
    line-height: 20px;
    font-style:italic;
    width: 100%;
    font-size: 13px;
    text-align: justify;    
}
/* 2 colonnes*/
.pagetype .colonne.nb_2{
    line-height: 20px;
    font-style:italic;
    width: 47%;
    float: left;
    font-size: 13px;
    text-align: justify;
}
.pagetype.page4 .colonne.nb_2.colonne_1{
    width: 20%;
    margin-right: 5%;
}
.pagetype.page4 .colonne.nb_2.colonne_2{
    width: 75%;
}
.pagetype .colonne.nb_2.colonne_1{
    margin-right: 5%;
}
/*3colonnes*/
.pagetype .colonne.nb_3{
    line-height: 20px;
    font-style:italic;
    width: 30%;
    float: left;
    font-size: 13px;
    margin-right: 5%;
    text-align: justify;
}
.pagetype .colonne.nb_3.colonne_3{
    margin-right: 0%;
}

.annee-titre{
    cursor: pointer;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding: 5px 5px;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}
.annee-titre:hover{
    color: #185fbd;
}
.annee-titre.active{
    font-weight: bold;
    color:#fff !important;
    background-color: #185fbd;
}
.annee-content{
    display: none;
}
.annee-content.active{
    display: block;
}