/*
 * Feuille de style imprimer
 */
/* cacher menu */

#gauche, #doite, #header, #pied {
display:none;
}
/* ID specifiques */

#gauche .rayure, #droite .rayure {
display:none;
}

#droite .carte {
display:none;
}

/* mise en forme contenu articles */
#centre .bloctitre {margin-bottom:3em;}
#centre .titre {color: #000; font-size:1.3em; font-family: "Times New Roman", Times, serif; line-height:110%;}
#centre .surtitre, #centre .soustitre {letter-spacing: 2px; color:#000; font-size:0.8em; font-family: Verdana, Arial, Helvetica, sans-serif; }
#centre .descriptif {font-size:0.8em; font-family: Verdana, Arial, Helvetica, sans-serif; 	 }
#centre .chapo { font-size:0.8em; text-align: justify; font-family: Verdana, Arial, Helvetica, sans-serif; 	 }
#centre .texte { text-align:justify; font-size:0.8em; font-family: Verdana, Arial, Helvetica, sans-serif; }
#centre .ps{color: #666666;  padding:1em 0 0 0; font-size:0.5em; font-family: Verdana, Arial, Helvetica, sans-serif; }
#centre .print a {color:#000; text-decoration:none; font:"Times New Roman", Times, serif; font-size:0.8em;}
#centre .print a:hover {color:#000; text-decoration:none;}

/* couleurs des liens */
#droite .picto a {color:#000; text-decoration:none;}
#droite .picto a:hover {color:#000; text-decoration:none;}
#gauche a {color:#000; text-decoration:none; }
#gauche a:hover {color:#000; text-decoration:none;}
#pied a {color:#000; text-decoration:none; }
#pied a:hover {color:#000; text-decoration:none;}
#pied {color:#000;}

/* balises spip */
h3.spip {font: bold 1em Verdana, Arial, sans-serif; color:#000; letter-spacing: 2px; padding:2em 0 0 0;}
a.spip_out {color:#000;}
a:hover.spip_out {color:#000; text-decoration:none;}
a.spip_in {color:#000; text-decoration:none;}
a:hover.spip_in {color:#000; text-decoration:none;}
strong.spip { }
span.spip_documents  { padding:10px; }
span.spip_documents_right  { }
ul.spip, ol.spip {padding-left: 4em; margin-bottom: 1.25em;}
li.spip {margin-bottom: 0.66em; line-height: 1.6em;}
ol.spip { list-style: decimal;}
ol.spip li {padding-left: 5px;}
.spip_note {color: #666666;  font-size:0.5em;}
th, tr.row_first {color:#FFF; background-color:#000; }
tr.row_even { background-color:#E5FDEB;}
tr.row_odd { }


/*
 * Boutons admin
 */
 
.spip-admin-float {
	display: none;
}




