/* feuille de style d'impression */

body{
margin:0;
padding:0;
font-family: arial, "Bitstream Vera Sans", sans-serif;
font-size:8pt;
}

/* élément cachés à l'impression */
#logo, /* masquage du bandeau */
#bandeau,
#divsts, /* masquage du champs spam */
#date_modification,
#fil_ariane,
#recherche_simple,
#connexion,
#navigation,
#menu, 
#thematique,
#acces_direct,
#boutons_actions,
hr.separateur_sections_page,
.encadre_recherche,
.encadre_auto_fiche,
.type_1,
ul#outils{
display: none;
}

/* pour désactiver tout les attributs styles en ligne,
sur les navigateurs récents */
*[style]{
margin:auto !important;
border:none !important;
color:inherit !important;
background: inherit !important;
width: auto !important;
}

/* !important pour désactiver le style en ligne forçant largeur et liseret */
div#contenu_avec_encadres, div#contenu_sans_encadres{
width:100% !important;
border:none !important;
margin: 20pt 0;
}

div#pied_page{
border-top: 1pt solid #666;
padding-top: 5pt;
}

div#pied_page address{
font-weight: bold;
font-style: normal;
}

a img{
border:none;
}

h1{
margin-top:0;
padding-top:0
}

h1 a{
color: #000;
text-decoration: none;
}

h2,
h3{
border-bottom:1pt solid #666;
padding: 5pt 0;
}

#encadres h3{
border: 0;
}

dl{
border:1pt solid #666;
padding:10pt;
}

dt{
font-weight:700;
}

dd{
margin-bottom: 15pt;
}

caption{
font-weight:700;
}

body.actualite .photo,
body.article .photo,
body.document .photo {
	float: left;
	margin: 0 10px 0 0;
	padding-right: 10px;
    }
