@charset "UTF-8";

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


main>section article a:hover { 
    color: rgba(123,30,143,1.00);
}

main>header div {
    background-color: rgba(123,30,143,1.00);
}