@charset "UTF-8";

/* PROJET */
section:nth-of-type(1) article:nth-of-type(1) aside {
    background-image: url("VISUELScours/C4D3-P1.jpg");
}
section:nth-of-type(1) article:nth-of-type(2) aside {
    background-image: url("VISUELScours/C4D3-P2.jpg");
}
section:nth-of-type(1) article:nth-of-type(3) aside {
    background-image: url("VISUELScours/C4D3-C0.jpg");
}
section:nth-of-type(1) article:nth-of-type(4) aside {
    background-image: url("VISUELScours/C4D3-C0.jpg");
}

/* TECHNIQUES */
section:nth-of-type(2) article:nth-of-type(1) aside {
    background-image: url("VISUELScours/C4D3-C1.jpg");
}
section:nth-of-type(2) article:nth-of-type(2) aside {
    background-image: url("VISUELScours/C4D3-C0.jpg");
}
section:nth-of-type(2) article:nth-of-type(3) aside {
    background-image: url("VISUELScours/C4D3-C0.jpg");
}
section:nth-of-type(2) article:nth-of-type(4) aside {
    background-image: url("VISUELScours/C4D3-C0.jpg");
}
section:nth-of-type(2) article:nth-of-type(5) aside {
    background-image: url("VISUELScours/C4D3-C0.jpg");
}
section:nth-of-type(2) article:nth-of-type(6) aside {
    background-image: url("VISUELScours/C4D3-C0.jpg");
}
section:nth-of-type(2) article:nth-of-type(7) aside {
    background-image: url("VISUELScours/C4D3-C0.jpg");
}
section:nth-of-type(2) article:nth-of-type(8) aside {
    background-image: url("VISUELScours/C4D3-C0.jpg");
}
section:nth-of-type(2) article:nth-of-type(9) aside {
    background-image: url("VISUELScours/C4D3-C0.jpg");
}
section:nth-of-type(2) article:nth-of-type(10) aside {
    background-image: url("VISUELScours/C4D3-C0.jpg");
}
section:nth-of-type(2) article:nth-of-type(11) aside {
    background-image: url("VISUELScours/C4D3-C0.jpg");
}
section:nth-of-type(2) article:nth-of-type(12) aside {
    background-image: url("VISUELScours/C4D3-C0.jpg");
}

/* EXERCICES */
section:nth-of-type(3) article:nth-of-type(1) aside {
    background-image: url("VISUELScours/C4D3-C1.jpg");
}
section:nth-of-type(3) article:nth-of-type(2) aside {
    background-image: url("VISUELScours/C4D3-C0.jpg");
}
section:nth-of-type(3) article:nth-of-type(3) aside {
    background-image: url("VISUELScours/C4D3-C0.jpg");
}
section:nth-of-type(3) article:nth-of-type(4) aside {
    background-image: url("VISUELScours/C4D3-C0.jpg");
}
section:nth-of-type(3) article:nth-of-type(5) aside {
    background-image: url("VISUELScours/C4D3-C0.jpg");
}
section:nth-of-type(3) article:nth-of-type(6) aside {
    background-image: url("VISUELScours/C4D3-C0.jpg");
}
section:nth-of-type(3) article:nth-of-type(7) aside {
    background-image: url("VISUELScours/C4D3-C0.jpg");
}
section:nth-of-type(3) article:nth-of-type(8) aside {
    background-image: url("VISUELScours/C4D3-C0.jpg");
}
section:nth-of-type(3) article:nth-of-type(9) aside {
    background-image: url("VISUELScours/C4D3-C0.jpg");
}
section:nth-of-type(3) article:nth-of-type(10) aside {
    background-image: url("VISUELScours/C4D3-C0.jpg");
}




main>section article a:hover { 
    color: rgba(26,104,133,1.00);
}
main>header div {
    background-color: rgba(26,104,133,0.82);
}