body {
    font-size: 12pt;
}

#topTools,
.searchTools,
#mainMenuContainer,
#bandeau,
#menu3,
#siteMap,
.btn-exp-masquer,
.btn-exp h5 a,
#calcForm,
.noprint
{
    display: none;
}

#head h1 {
    width: 100%;    
}

#head h1 a {
    padding-top: 0;
}

#footer {
    margin-top: 30px;
}

/* corrections pour les fiches */
.thumbNotaire img {
    border-width: 0;
}



/* correction print firefox */
#background,
#head h1,
#content,
.accroche
{
    overflow: visible;
}

/* empêche le saut de page */

.mainp
{
     page-break-inside: avoid;
}