/* feuille de style d'impression */

body{
margin:0;
padding:0;
font-family: arial, "Bitstream Vera Sans", sans-serif;
font-size:9pt;
}

/* élément cachés à l'impression */
form#recherche_simple,
div#connexion,
div#navigation,
div#menu,
div#bandeau,
#menu_principal,
#acces_direct,
#boutons_actions,
hr.separateur_sections_page,
div.encadre_recherche,
#fil_ariane,
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;
}

/* !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;
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;
}

/* === Listes actu-article-document === */

ul.liste-vignette{
list-style: none;
}

/******************************/
/*** styles de l'agenda     ***/
/******************************/

div#agenda_requeteur,
body#agenda hr.separateur,
table#mois,
table#annee,
table#vue_mensuelle caption,
table#vue_mensuelle p.pictos{
display: none;
}

#contenu_agenda {
font-size: 0.85em;
}

table#vue_mensuelle{
font-size: 9pt;
}

table#vue_mensuelle,
table#vue_mensuelle td,
table#vue_mensuelle th {
border: 1px solid #999;
}

table#vue_mensuelle td,
table#vue_mensuelle th {
font-weight: 700;
}

table#vue_mensuelle th {
background-color: #eee;
}

table#vue_mensuelle td.pair,
table#vue_mensuelle td.impair {
height: 85px;
width: 85px;
vertical-align: top;
}

table#vue_mensuelle td.creneau_renseigne {
background-color: #d4eb84;
}

table#vue_mensuelle a{
text-decoration: none;
color: #ff6600;
}

table#vue_mensuelle .mensuelle_jour {
background:#fff none;
border:1px solid #748597;
display:block;
float:left;
font-size:1em;
font-weight: bold;
margin:2px;
padding:2px;
text-align:center;
width:16px;
}

table#vue_mensuelle td.vide {
border: none;
}