
/*STYLE 2016*/

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: 31;
    width: 10px;
}

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


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

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

#img1 {
    margin-left: 850px;
    margin-top: -55px;
    width: 500px;
    height: auto;
}

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

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

#img2 {
    margin-left: 400px;
    width:500px;
    height: auto;
}

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


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

#img3 {
    margin-left: 400px;
    margin-top: 950px;
    width: 500px;
    height: auto;
}

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



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

#img4 {
    margin-top: 280px;
    margin-left: 190px;
    width:500px;
    height: auto;
}

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


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

#img5 {
    margin-top: 550px;
    margin-left: 820px;
    width:550px;
    height: auto;
}

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


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

#img6 {
    margin-top: 540px;
    margin-left: 5px;
    width:400px;
    height: auto;
}

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


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

#img7 {
    margin-top: 1250px;   
    margin-left: 850px; 
    width: 550px;
    height: auto;
}

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




/*ensemble des liens après les paragraphes titres*/

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

#img8 {
    margin-top: 1100px;    
    width:450px;
    height: auto;
}

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

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

#img9 {
    margin-top: 750px; 
    margin-left: 880px;   
    width:500px;
    height: auto;
}

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

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

#img10 {
    margin-top: 730px; 
    margin-left: 370px;   
    width:300px;
    height: auto;
}

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

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

#img11 {
    margin-top: 1400px; 
    margin-left: 400px;   
    width:500px;
    height: auto;
}

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

