/*----------------------------------------*/
/*       Feuile de style CV3              */
/*----------------------------------------*/

@import url(fonts.css);

html{

}

body{
    font-family: arial, open_sansregular, Cambria, serif, Times New Roman, Times;
    padding-top: 70px;
    position: relative;
    }

.ancre{
    position: relative;
    top: -70px;
}

.ancre_spip{
    position: relative;
    top:calc(-70px - 1em); /*-84px;*/
}

.puce{
    vertical-align: baseline;
}

.navbar{
    z-index: 1;
}

.nav_laterale .nav > li > a {
    padding-bottom: 0px;
    padding-top: 0px;
}

.form-control{
    height: auto;
}
    
i{
    font-style: italic;
}

.on {
    font-weight: bold;
}

strong{
    font-weight: bold;
}

h1.panel-title{
    font-size: x-large;
}

ul.spip{
    margin-bottom: 10px;
/*    margin-top: 15px;*/
}

.plan{
    list-style-type: none;
}

.sommaire .spip_logos {
    float: none;
    margin: 0;
}

.footer{
    margin-bottom: 0px;
    border-radius: 0px;
    border-left: none;
    border-right: none;
}

fieldset {
    border: 0 none;
}