/* feuille de style d'impression */

body{
margin:0;
padding: 50px 0 0;
font-family: arial, "Bitstream Vera Sans", sans-serif;
font-size:8pt;
}

/* élément cachés à l'impression */
form#recherche_simple,
div#connexion,
div#navigation,
div#menu, 
p#acces_direct,
p#boutons_actions,
hr.separateur_sections_page,
div.encadre_recherche,
p#imprimer,
p#haut_page,
div#pied_page{
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;
}

h1{
display: block;
width: 125px;
height: 46px;
position: absolute;
top: 0;
clip: rect(0, 125px, 48px, 0);
overflow: hidden;
}

h1 a{
position: absolute;
bottom: 0;
left: 0;
}

/* --- en balades --- */

body.en-balades h1{
clip: rect(0pt, 125px, 48px, 0pt);
}

body.en-balades h1 a{
bottom: -46px;
}

/* --- et les entreprises --- */

body.et-les-entreprises h1{
clip: rect(0pt, 125px, 48px, 0pt);
}

body.et-les-entreprises h1 a{
bottom: -92px;
}

/* --- et les coeurs de tan --- */

body.et-les-coeurs-de-tan h1{
clip: rect(0pt, 125px, 48px, 0pt);
}

body.et-les-coeurs-de-tan h1 a{
bottom:-138px;
}

/* --- et la semitan --- */

body.et-la-semitan h1{
width: 152px;
height: 49px;
clip: rect(0, 152px, 49px, 0);
}

body.et-la-semitan h1 a{
top: 0;
}

/* --- */

h1 img{
display: block;
}

/* !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 !important;
margin: 20pt 0;
}

div#pied_page {
border-top: 1pt solid #666;
margin-top: 10pt;
padding-top: 5pt;
}

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;
}

div#encadres h3 {
border: 0;
}

dl{
border:1pt solid #666;
padding:10pt
}

dt{
font-weight:700;
}

dd {
margin-bottom: 15pt;
}

caption{
font-weight:700;
}

