@charset "UTF-8";


section:nth-of-type(1) article:nth-of-type(1) aside {
    background-image: url("VISUELScours/PAO-C16.jpg");
}
section:nth-of-type(2) article:nth-of-type(1) aside {
    background-image: url("VISUELScours/PAO-C17.jpg");
}
section:nth-of-type(2) article:nth-of-type(2) aside {
    background-image: url("VISUELScours/PAO-C18.jpg");
}
section:nth-of-type(2) article:nth-of-type(3) aside {
    background-image: url("VISUELScours/PAO-C19.jpg");
}
section:nth-of-type(2) article:nth-of-type(4) aside {
    background-image: url("VISUELScours/PAO-C20.jpg");
}
section:nth-of-type(2) article:nth-of-type(5) aside {
    background-image: url("VISUELScours/PAO-C21.jpg");
}
section:nth-of-type(2) article:nth-of-type(6) aside {
    background-image: url("VISUELScours/PAO-C22.jpg");
}
section:nth-of-type(3) article:nth-of-type(1) aside {
    background-image: url("VISUELScours/PAO-C23.jpg");
}
section:nth-of-type(3) article:nth-of-type(2) aside {
    background-image: url("VISUELScours/PAO-C24.jpg");
}
section:nth-of-type(3) article:nth-of-type(3) aside {
    background-image: url("VISUELScours/PAO-C25.jpg");
}
section:nth-of-type(3) article:nth-of-type(4) aside {
    background-image: url("VISUELScours/PAO-C26.jpg");
}
section:nth-of-type(4) article:nth-of-type(1) aside {
    background-image: url("VISUELScours/PAO-C27.jpg");
}
section:nth-of-type(4) article:nth-of-type(2) aside {
    background-image: url("VISUELScours/PAO-C28.jpg");
}
section:nth-of-type(4) article:nth-of-type(3) aside {
    background-image: url("VISUELScours/PAO-C29.jpg");
}
section:nth-of-type(5) article:nth-of-type(1) aside {
    background-image: url("VISUELScours/PAO-C30.jpg");
}

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

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