/* CSS Document */

@font-face {
    font-family: 'helvetica_neueregular';
    src: url('../polices/helveticaneue-ultralight-webfont.eot');
    src: url('../polices/helveticaneue-ultralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../polices/helveticaneue-ultralight-webfont.woff') format('woff'),
         url('../polices/helveticaneue-ultralight-webfont.ttf') format('truetype'),
         url('../polices/helveticaneue-ultralight-webfont.svg#helvetica_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'helveticaneuelight';
    src: url('../polices/helveticaneue_light-webfont.eot');
    src: url('../polices/helveticaneue_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../polices/helveticaneue_light-webfont.woff') format('woff'),
         url('../polices/helveticaneue_light-webfont.ttf') format('truetype'),
         url('../polices/helveticaneue_light-webfont.svg#helveticaneuelight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'helveticaneue-bold';
    src: url('helveticaneue-bold-webfont.eot');
    src: url('helveticaneue-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('helveticaneue-bold-webfont.woff') format('woff'),
         url('helveticaneue-bold-webfont.ttf') format('truetype'),
         url('helveticaneue-bold-webfont.svg#helvetica_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




body {
    font-family:'helvetica_neueregular','helvetica_neueregular', Verdana, Arial, sans-serif;
    color:grey;
}
.main #categorie h1{
text-align:right;
color:white;
font:normal 1.8em helvetica_neueregular, Verdana, Arial, sans-serif;
}

.main #categorie h1 span{
font:normal 1.2em helveticaneue-bold, Verdana, Arial, sans-serif;
}

h1{
font:normal 1.8em helvetica_neueregular, Verdana, Arial, sans-serif;
}

h1 span{
font:bold 1.2em helvetica_neueregular, Verdana, Arial, sans-serif;
}

