#ariane{
    padding:5px 0 20px 0;
}
#ariane a{
    color: #535353;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
    display: inline-block;
    float:left;
    line-height: 20px;
    height:20px;
}
#ariane a:hover{
    color:#093f7f;
}
#ariane .sep{
    background: url(../images/li.png) no-repeat left center;
    width:6px;
    height:20px;
    margin:0 5px;
    float:left;
}
/*++++++++++++++++++++PAGE+++++++++++++++++++++++*/
#page{
    padding-bottom:20px;
    position: relative;
    width:960px;
}

/*++++++++++++++MAIN++++++++++++++++++*/

#page h1{
    font-weight: bold;
    font-size:24px;
    color:#093f7f;
    letter-spacing: 1px;
    margin-bottom:4px;
    text-transform: uppercase;
}
#page h2{
    font-weight: 300;
    font-size:15px;
    color:#535353;
    letter-spacing: 1px;
    margin-bottom:10px;
    line-height: 18px;
}
#mentions{
    margin-top:30px;
}
#page h3{
    font-weight: bold;
    font-size:20px;
    color:#093f7f;
    letter-spacing: 1px;
    margin-bottom:4px;
    text-transform: uppercase;
    margin:20px 0 10px 0;
}
#page p{
    font-weight: 300;
    font-size:15px;
    color:#000;
    margin-bottom:10px;
    text-align: justify;
}
#page p a{
    color:#035f37;
}
#page p a:hover{
    color:#093f7f;
}

