/* =================================
Style Globaux
================================= */

html,
body{
margin:0;
padding:0;
font-family:monospace;
}

/* liens globaux */

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

/* images */

img{
max-width:100%;
height:auto;
display:block;
}