.img {
float: left;
width: 70px;
margin-left : 4px;
margin-top : 15px;
text-align: right;
}
.invent {
margin-left: 75px;
padding-left : 6px;
margin-top : 15px;
}
.objet {
font-weight: bold;
text-transform: uppercase;
}
/* hack I.E afin de ne pas déplacer le bloc en fin de page utilsation de border+padding*/
.deroule {
overflow: auto;
height : 600px;
background-color : black;
text-align : left;
color: white;
padding-left : 30px;
padding-right : 30px;
}
H4 {
color : yellow;
text-align : center;
}
.bonus {
text-align : center;
margin-top : 15px;
margin-bottom : 30px;
}
/*précison de la couleur de bordure d'image pour I.E*/
img {
border-color: white;
}


