/** 
bleu clair : 18A5BE
bleu foncé : 188FA3
**/
html,
body,
header,
#intro {
    height: 100%;
}

#intro {
    background: url("../img/header.JPG")no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.darkDivindus{
    color: #188FA3;
}

.lightDivindus{
    color: #188FA3;
}

a {
    color: #188FA3;
}

a .afterscroll{
    color: #188FA3;
}