html,
  body {    

  width:110%;  
  height: 130%; 
    
    background-image: url("images/accueil.jpg");
    background-repeat:no-repeat;
    background-attachment: scroll;
    background-size:1600px;
}


h1 {
    padding-top: 510px;
    padding-left:530px;
    font-family: monospace,sans-serif;
    font-size: 2em;
}

h2 {
    padding-top: 58px;
    padding-left: 858px;
    font-family: monospace,sans-serif;
    font-size: 2em;
}

div#vignette {    
    position: absolute; 
    width: 90px;
    
}

#vignette img {
    margin-top:555px;
    margin-left: 580px;
    width:192px;
    height: auto;


    opacity: 0;
    
-moz-transition: opacity 0.1s;

-webkit-transition: opacity 0.1s;

-o-transition: opacity 0.1s;

}
   


#vignette img:hover {

opacity:1;

-moz-transition: opacity 0.1s;

-webkit-transition: opacity 0.1s;

-o-transition: opacity 0.1s;

}


h3 {
    padding-top: 58px;
    padding-left: 525px;
    font-family: monospace,sans-serif;
    font-size: 2em;  
}

.second {
    margin-left: 68px;
}



a {
    text-decoration: none;
    color: black;
   
}

ul {
    list-style-type: none;
}



/*ensemble d'image avant les paragraphes titres*/



div#test_retour {
    position: absolute; 
    z-index: 4;
    width: 10px;
}

#img_retour {
    margin-left: 50px;
    margin-top: 10px;
    width: 300px;
    height: auto;
}

#img_retour:hover {
    filter: brightness(90%);     
}

div#test1 {
    
    position: absolute; 
    z-index: 2;
    width: 10px;
}

#img1 {
    margin-top: 50px;
    margin-left: 400px;
    width:500px;
    height: auto;
}

#img1:hover {
    filter: brightness(90%);     
}


div#test2 {    
    position: absolute; 
    z-index: 3;
    width: 10px;
}

#img2 {
    

    margin-top: 650px;
    margin-left: 650px;
    width:500px;
    height: auto;
}

#img2:hover {
    filter: brightness(90%);     
}



div#test3 {    
    position: absolute; 
    z-index: 5;
    width: 10px;
}

#img3 {
    margin-top:300px;
    margin-left: 50px;
    width:400px;
    height: auto;
}

#img3:hover {
    filter: brightness(90%);     
}


div#test4 {    
    position: absolute; 
    z-index: 10;
    width: 10px;
}

#img4 {
    margin-top: 450px;
    margin-left: 850px;
    width:550px;
    height: auto;
}

#img4:hover {
    filter: brightness(90%);     
}


div#test5 {    
    position: absolute; 
    z-index: 6;
    width: 10px;
}

#img5 {
    margin-left: 850px;
    margin-top: 5px;
    width: 500px;
    height: auto;
}

#img5:hover {
    filter: brightness(90%);     
}

div#test6 {    
    position: absolute; 
    z-index: 8;
    width: 10px;
}

#img6 {
    margin-top: 735px;
    margin-left: 210px;
    width:550px;
    height: auto;
}

#img6:hover {
    filter: brightness(90%);     
}

div#test7 {    
    position: absolute; 
    z-index: 1;
    width: 10px;
}

#img7 {
    margin-top: 930px;
    margin-left: 5px;
    width:350px;
    height: auto;
}

#img7:hover {
    filter: brightness(90%);     
}

div#test8 {    
    position: absolute; 
    z-index: 2;
    width: 10px;
}

#img8 {
    margin-top: 1050px;
    margin-left: 350px;
    width:450px;
    height: auto;
}

#img8:hover {
    filter: brightness(90%);     
}