@charset "UTF-8";
/* CSS Document */

body, html {
    margin:0;
    padding:0;
    color:#202020;
    font-family: 'Ubuntu', sans-serif;
    font-size:12px;
    line-height:14px;
    text-align:left;
}

#content {
    padding:20px;
}

#recherche , #nav {
    display: none;
}

