/*
* {
    box-sizing: border-box;
}
*/

html { /* fond du site complet */
    background-color: black;
    background-image: url(../../Site-cv-Julie/images/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

header { /*Mon nom sur la page d'index'*/
    color: aliceblue;
    font-family: 'Lobster', cursive;
    font-size: 150px;
    text-align: center;  
}

#cd /* lien entre les pages*/
{
    margin:0 auto;
    width:55%;
}

h1 { 
    color: #990000;
    font-family: 'Lobster', cursive;
    text-align : center;
}

h3 {
    font-family: 'Ranga', cursive;
    text-decoration: none;
    color : aliceblue;
    font-size: 25px;
}

#cd h2 {
    color: dimgrey;
    font-family: 'Fredericka the Great', cursive;
    text-align: center;
    display : inline-block;
    height: 80px;
    width: 200px;
    vertical-align: top;
    padding:1px;   
}

body > p {
    font-size: 30px;
    font-family: 'Caveat', cursive;
    color:aliceblue;
    padding-left:30%;
    padding-right:30%;
   
}
#cd a {
    text-decoration: none;
    color : aliceblue;
    width:100%;
    height:70%;
    display: block;
    padding-top: 30px;
    
}

#cd a:hover{
    background-image:url(../../Site-cv-Julie/images/bloody-rose1.png);
    background-repeat: no-repeat;
    background-position: center center;

}
body a {
    color:aliceblue;
}


li {
    color:red;
    margin-left:30%;
    margin-right:30%;
}

li div {
    color:aliceblue;
    font-size: 22px;
    font-family: 'Caveat', cursive;
    margin-bottom: 10px;
}

div {
    color:aliceblue;   
}

#ab a{
    text-decoration: none;
    color: aliceblue;
    text-align: center center;
    font-family: 'Fredericka the Great', cursive;
    padding-left: 45%;
    padding-top: 30px;
    display: block;
    width: 48%;
}

#ab a:hover{
    background-image: url(../../Site-cv-Julie/images/bloody-rose1.png);
    background-repeat: no-repeat;
    background-position: center center;
}
#co a{
    text-decoration: none;
    color: aliceblue;
    text-align: center;
    font-family: 'Fredericka the Great', cursive;
    display: inline-block;
}
#co a:hover{
    background-image: url(../../Site-cv-Julie/images/bloody-rose1.png);
    background-repeat: no-repeat;
    background-position: center;

