/* feuille de style d'impression */

body{
margin:0;
padding:0;
font-family: arial, "Bitstream Vera Sans", sans-serif;
background: white;
 font-size: 12pt;

}

/* élément cachés à l'impression */
#recherche_simple,
#bandeau,
#navigation,
#menu, 
#acces_direct,
#boutons_actions,
hr.separateur_sections_page,
 #bloc-encadre,
 #pied_page,
h1 img {
display: none;
}



/* !important pour désactiver le style en ligne forçant largeur et liseret */
div#contenu_avec_encadres, div#contenu_sans_encadres{
width:100% ;
border:none ;
margin: 20pt 0;
}

#pied_page {
border-top: 1pt solid #666;
margin-top: 10pt;
padding-top: 5pt;
}


a {
	color: #999;
}


a img{
border:none;
}

.cont{padding:5px;}

img{
padding:1em; 
}

h1 {
margin-top:0;
padding-top:0
}

h1 a {

text-decoration: none;
}

h2,
h3 {
}

dl{
border:1pt solid #666;
padding:10pt
}

dt{
font-weight:700;
}

dd {
margin-bottom: 15pt;
}

caption{
font-weight:700;
}
