@charset "UTF-8";


section:nth-of-type(1) article:nth-of-type(1) aside {
    background-image: url("VISUELScours/PAO-C01.jpg");
}
section:nth-of-type(1) article:nth-of-type(2) aside {
    background-image: url("VISUELScours/PAO-C02.jpg");
}
section:nth-of-type(1) article:nth-of-type(3) aside {
    background-image: url("VISUELScours/PAO-C03.jpg");
}
section:nth-of-type(1) article:nth-of-type(4) aside {
    background-image: url("VISUELScours/PAO-C04.jpg");
}
section:nth-of-type(1) article:nth-of-type(5) aside {
    background-image: url("VISUELScours/PAO-C05.jpg");
}
section:nth-of-type(1) article:nth-of-type(6) aside {
    background-image: url("VISUELScours/PAO-C06.jpg");
}
section:nth-of-type(2) article:nth-of-type(1) aside {
    background-image: url("VISUELScours/PAO-C07.jpg");
}
section:nth-of-type(2) article:nth-of-type(2) aside {
    background-image: url("VISUELScours/PAO-C08.jpg");
}
section:nth-of-type(2) article:nth-of-type(3) aside {
    background-image: url("VISUELScours/PAO-C09.jpg");
}
section:nth-of-type(3) article:nth-of-type(1) aside {
    background-image: url("VISUELScours/PAO-C10.jpg");
}
section:nth-of-type(3) article:nth-of-type(2) aside {
    background-image: url("VISUELScours/PAO-C11.jpg");
}
section:nth-of-type(3) article:nth-of-type(3) aside {
    background-image: url("VISUELScours/PAO-C12.jpg");
}
section:nth-of-type(4) article:nth-of-type(1) aside {
    background-image: url("VISUELScours/PAO-C13.jpg");
}
section:nth-of-type(4) article:nth-of-type(2) aside {
    background-image: url("VISUELScours/PAO-C14.jpg");
}
section:nth-of-type(4) article:nth-of-type(3) aside {
    background-image: url("VISUELScours/PAO-C15.jpg");
}

main>section article a:hover { 
    color: rgba(182,63,8,1.00);
}

main>header div {
    background-color: rgba(217,102,20,1.00);
}
