#presentation-sec .h2SubTitle {
    margin-top: 0px;
    font-size: 20px;
    font-weight: lighter;
}

#presentation-sec .preambule, #presentation-sec .citation {
    margin-top: 25px;
    font-weight: bold;
    text-align: center;
}

#presentation-sec .preambule {
    margin-bottom: 100px;
}

/*#presentation-sec p {*/
/*    text-align: justify;*/
/*}*/

#presentation-sec ul {
    float: left;
    list-style-type: none;
    padding: 0px;
}

#presentation-sec h2 {
    margin-top: 25px;
    margin-bottom: 5px;
}

#presentation-sec #cgCenter {
    text-align: center;
    margin-top: 75px;
}

#presentation-sec #cg, #presentation-sec #cg_flip {
    height: 160px;
}

#presentation-sec #cg_flip {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}