@CHARSET "UTF-8";

@font-face {
    font-family: "Open Sans";
    src: url('SourceSansPro-Regular.ttf');
}

@font-face {
    font-family: "Open Sans";
    font-weight:bold;
    src: url('OpenSans-Semibold.ttf');
}

@font-face {
    font-family: "SourceSansProLight";
    src: url('SourceSansPro-Light.ttf');
}

@font-face {
    font-family: "SourceSansPro";
    src: url('SourceSansPro-Regular.ttf');
}

body {
        font-family: "Open Sans";
}

.sloganTitre{

}

.selectedSectionMenu, .selectedPageMenu  {
        font-family: "Open Sans";
        font-weight:bold;
}

.unselectedSectionMenu , .unselectedPageMenu  {
        font-family: "Open Sans";
        font-weight:bold;
}

.titre{
        font-family: "SourceSansProLight";
}

.slogan{
        font-family: "SourceSansPro";
        font-size:1.3em;
        color:#333;
        text-indent:10px;
}

/***
Bien pour le footer     src: url('OpenSans-SemiboldItalic.ttf');
src: url('OpenSans-Semibold.ttf'); MOYEN POUR TOUT
src: url('OpenSans-Regular.ttf');
SourceSansPro-Regular.ttf 5
SourceSansPro-Bold.ttf 5
**/

