a{
font-family: Arial, Helvetica, sans-serif;
color: black;
text-decoration: none;
}


/*éléments textes*/
.haut{
    position: relative;
    columns: 2;
}
.credit{
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    margin-top: 0px;
    margin-left: 5px;
    text-align: left;
}
.info{
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    margin-top: 20px;
    margin-right: 5px;
    text-align: right;
}

/*éléments graphique (maison)*/
.illu{
    position: absolute;
    width: 1406px;
    margin-top: 10px;
    padding: 0;
}

.illu2{
    height: 300px;
    width: 1406px;
    margin: 0;
    padding: 0;
}


.toit{
 position: relative;
 width: 600px;
 height: 200px;
 left: 456px;
 top: 60px;
 transform: skew(-20deg);
 background: red ;
 margin: 0;
 padding: 0;
}

.mur{
 position: relative;
 width: 600px;
 height: 400px;
 left: 420px;
 top: 60px;
 background: green;
 margin: 0;
 padding: 0;
}
.f1{
 position: relative;
 width: 70px;
 height: 100px;
 left: 500px;
 bottom: 290px;
 background: black;
 margin: 0;
 padding: 0;
}
.f2{
 position: relative;
 width: 70px;
 height: 100px;
 left: 820px;
 bottom: 390px;
 background: black;
 margin: 0;
 padding: 0;
}

.door{
 position: relative;
 width: 70px;
 height: 135px;
 left: 650px;
 bottom: 275px;
 background: black;
 margin: 0;
 padding: 0;
}


/*survol souris sur (?)*/

/*.info:hover+ div.coucou {
display: block;
}*/

