/* 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 */
span.extension,
form#recherche_simple,
div#connexion,
div#navigation,
div#menu, 
p#acces_direct,
p#boutons_actions,
hr.separateur_sections_page,
div.encadre_recherche, 
ul#langues,
div#ressources,
div#acces_rapides,
div#logo_polytechnique,
div#pied_page_avec_encadres,
ul#ours,
ul#liens,
ul#actions,
p#palette_front {
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;
}

table.import_dca th{
background-color: #e5e5e5;
}
/* définition des couleurs pour le tableau DCA
bleu : dbe8f9 
orange : fbf1b3 
vert : e7f9db
rose : ffe9dc
gris : e5e5e5
*/
table.import_dca tr.dbe8f9{
background-color: #dbe8f9 !important;
}
table.import_dca tr.fbf1b3{
background-color: #fbf1b3 !important;
}
table.import_dca tr.e7f9db{
background-color: #e7f9db !important;
}
table.import_dca tr.ffe9dc{
background-color: #ffe9dc !important;
}
table.import_dca tr.e5e5e5{
background-color: #e5e5e5 !important;
}
/* fin définition des couleurs pour le tableau DCA */

/* !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 {
	margin-top: 30px;
	padding-top: 20px;
	border-color: black;
	border-width: 1px 0 0 0;
	border-style: solid;
	display: block;
}

div#encadres h3 {
border: 0;
}

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

dt{
font-weight:700;
}

dd {
margin-bottom: 15pt;
}

caption{
font-weight:700;
}

/** AAR POUR TABLEAUX CSV **/
table.import_dca th{
    padding: 0.2em;
}

td, th {
	padding:0px 5px;
	margin:0;
}
tr.odd {
	background-color:#eee;
}
/** FIN AAR POUR TABLEAUX CSV **/

