ol{
    list-style-type: upper-roman
}
body{
    margin:0;
    width:100%;
}
h2{
    text-align:center;
}

#gauche{
    float:left;
    width:50%;
}
#droit{
    float:right;
    width:50%;
}
li:nth-child(2n){ /* pour selectionner les nombres paires on peut mettre (even) au lieu de (n)*//*et (odd) pour les nombre impairs*/
    margin-left:20%;
}

